Skip to content

Commit

Permalink
update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimmingFool committed Feb 14, 2022
1 parent 49f6623 commit 7e9e0ea
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 35 deletions.
13 changes: 2 additions & 11 deletions plugins/theme/themes/Acid/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ input.Button { background: #D7D7D7 url(./images/h.gif) repeat-x center bottom; }
div#CatList { background-color: #272E36; color: #BDDBDB;}
div#CatList ul li { border: 1px solid #272E36; font-weight: bold; }
div#CatList ul li.sel {background-color: #BDDBDB; border-color: #BDDBDB; color: #272E36;}
.-_-_-all-_-_-, #-_-_-all-_-_-, #-_-_-dls-_-_-, #-_-_-com-_-_-, #-_-_-act-_-_-, #-_-_-iac-_-_-, #-_-_-err-_-_- {background-image: url(./images/tstatus.png)}
.-_-_-all-_-_-, #-_-_-all-_-_- {background-position: 4px -174px;}
#-_-_-dls-_-_- {background-position: 4px 2px;}
#-_-_-com-_-_- {background-position: 4px -14px;}
#-_-_-act-_-_- {background-position: 4px -158px;}
#-_-_-iac-_-_- {background-position: 4px -30px;}
#-_-_-err-_-_- {background-position: 4px -94px;}
div#CatList ul li.RSS {background-image: url(./images/tstatus.png); }
div#CatList ul li.disRSS {background-image: url(./images/tstatus.png); }

.stable-icon {background-image: url(./images/tstatus.png); }

Expand Down Expand Up @@ -106,8 +97,8 @@ span#loadimg { background: transparent url(./images/ajax-loader.gif) no-repeat c
.Icon_Share {background: transparent url(./images/dir.gif) no-repeat left center}

.catpanel { background: url(./images/pnl_open.gif) 2px no-repeat; background-color: #1e2124; color: #00ff00; font-weight: bold;}
span.label-count,span.label-size { background-color: #1e2124; }
li.sel span.label-count,li.sel span.label-size { background-color: #909090; }
.label-count,.label-size { background-color: #1e2124; }
li.sel .label-count,li.sel .label-size { background-color: #909090; }

div#tadd-header {background-image: url(./images/world.gif); }
div#tadd { background-color: #1e2124; border: 2px solid #909090; color: #BDDBDB;}
Expand Down
4 changes: 2 additions & 2 deletions plugins/theme/themes/Blue/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ input[type="text"], input[type="password"], input[type="file"], select, textarea
input[type="text"][disabled],input[type="password"][disabled],input[type="file"][disabled], select[disabled], textarea[disabled] { border: 1px solid #C0C0C0; background: #F0F0F0; color: #C0C0C0}

.catpanel {background-color: #D9E8FB; color: #15428B; font-weight: bold; border: 1px solid #8DB2E3; background-image: url(./images/pnl_open.gif) }
span.label-count,span.label-size { background-color: #D9E8FB; border-radius: 0.5em 0.5em 0 0; }
li.sel span.label-count,li.sel span.label-size { background-color: #FFFFFF; }
.label-count,.label-size { background-color: #D9E8FB; border-radius: 0.5em 0.5em 0 0; }
li.sel .label-count,li.sel .label-size { background-color: #FFFFFF; }

div#tdcont { background: #FFFFFF; border: 1px solid #99BBE8; }

Expand Down
9 changes: 4 additions & 5 deletions plugins/theme/themes/Dark/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ a {color: #686868}
div#CatList {border: 1px solid #333333; background-color: #181818}
div#CatList ul li {border-color: #181818}
div#CatList ul li.sel {background-color: #888888; color:#111111; border-color: #888888 }
.-_-_-all-_-_-, #-_-_-all-_-_-, #-_-_-dls-_-_-, #-_-_-com-_-_-, #-_-_-act-_-_-, #-_-_-iac-_-_-, #-_-_-err-_-_- {background-image: url(./images/tstatus.png)}
div#CatList ul li.RSS {background-image: url(./images/tstatus.png); }
div#CatList ul li.disRSS {background-image: url(./images/tstatus.png); }
div#CatList ul li.RSS .label-icon {background-image: url(./images/tstatus.png); }
div#CatList ul li.disRSS .label-icon {background-image: url(./images/tstatus.png); }
.stable-icon {background-image: url(./images/tstatus.png); }
.Icon_File {background: transparent url(./images/file.gif) no-repeat left center}
.Icon_Dir {background: transparent url(./images/dir.gif) no-repeat left center}
Expand Down Expand Up @@ -111,8 +110,8 @@ div#t div#ind {background: transparent url(./images/ajax-loader.gif) no-repeat 0
span#loadimg {background: transparent url(./images/ajax-loader.gif) no-repeat center center; }

.catpanel { background: url(./images/pnl_open.gif) 2px no-repeat; background-color: #111111; border-bottom: 1px solid #333333; border-top: 1px solid #333333; }
span.label-count,span.label-size { background-color: #111111; }
li.sel span.label-count,li.sel span.label-size { background-color: #999999; }
.label-count,.label-size { background-color: #111111; }
li.sel .label-count,li.sel .label-size { background-color: #999999; }

#StatusBar { border-top: 1px solid #333333; background-color: #181818; color: #888888 }
#st_up { background:url(./images/status_up.gif) 6px no-repeat; }
Expand Down
6 changes: 3 additions & 3 deletions plugins/theme/themes/Excel/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ html, body { background-color: #DFE8F6; scrollbar-arrow-color: #586585; scrollba
div#HDivider { width: 5px }
div#CatList { border-top-style: none; border-color: #9EB6CE; background: scroll transparent url(./images/cbg.png) repeat-y 0 0 }
div#CatList ul { background: scroll transparent url(./images/cbg.png) repeat-y 0 0 }
div#CatList ul li { border-top: 1px solid #d0d7e5; border-bottom: 1px solid transparent; padding-left: 46px }
div#CatList ul li { border-top: 1px solid #d0d7e5; border-bottom: 1px solid transparent; padding: 2px 0px 0px 46px; }
.catpanel { border: none; background: transparent url(./images/pbg.png) repeat-x 0 0; padding: 0px 32px; height: 20px }
span.label-count,span.label-size { background-color: #d2e0f0; border-radius: 0.5em 0 0 0; }
li.sel span.label-count,li.sel span.label-size { background-color: #FFFFFF; }
.label-count,.label-size { background-color: #d2e0f0; border-radius: 0.5em 0 0 0; }
li.sel .label-count,li.sel .label-size { background-color: #FFFFFF; }

div.table_tab { border: none }

Expand Down
19 changes: 5 additions & 14 deletions plugins/theme/themes/Oblivion/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,28 +74,19 @@ input[type="text"][disabled], input[type="password"][disabled], input[type="file
input.Button {border: 1px solid #000;background: #000 url(./images/headers.png) repeat-x 0px 0px;color:#AACF27;cursor: pointer;font-weight: bold;text-shadow:0px -1px 0px #000;-moz-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px;}

div#CatList {border:none;background-color: #212121;border-right: 1px solid #1b1b1b;border-left: 1px solid #070707;}
div#CatList ul {}
div#CatList ul li span {color:#D4D6C9}
div#CatList ul li.sel span {color:#AACF27}
div#CatList ul li {color:#D4D6C9}
div#CatList ul li.sel {color:#AACF27}
div#CatList ul li {border-color: #212121;font-family: inherit;}
div#CatList ul li.sel {background-color: transparent; color:#009DDD;text-shadow:0px -1px 0px #000;border:1px solid #212121; }
.-_-_-all-_-_-, #-_-_-all-_-_-, #-_-_-dls-_-_-, #-_-_-com-_-_-, #-_-_-act-_-_-, #-_-_-iac-_-_-, #-_-_-err-_-_- {background-image: url(./images/status_icons.png)}
.catpanel { font-size:12px;font-family:inherit;padding: 2px 24px; height:25px; line-height:25px;background: url(./images/pnl_open.gif) 0px 0px no-repeat; background-color: #232323; font-weight: bold;color:#DCDCDC;text-shadow: 0px -1px 0px #000;border-top:1px solid #333; border-bottom: none;border-right: none;}
span.label-count,span.label-size { background-color: #181818; }
.-_-_-all-_-_-, #-_-_-all-_-_- {background-position: 4px -175px;}
#-_-_-dls-_-_- {background-position: 4px 2px;}
#-_-_-com-_-_- {background-position: 4px -15px;}
#-_-_-act-_-_- {background-position: 4px -159px;}
#-_-_-iac-_-_- {background-position: 4px -31px;}
#-_-_-err-_-_- {background-position: 4px -95px;}
div#CatList ul li.RSS {background-image: url(./images/status_icons.png);background-position: 4px -207px; }
div#CatList ul li.disRSS {background-image: url(./images/status_icons.png); }
.label-icon { background-image: url(./images/status_icons.png); }
.label-count,.label-size { background-color: #181818; }
.stable-icon {background-image: url(./images/status_icons.png); }
.Icon_File {background: transparent url(./images/file.gif) no-repeat left center}
.Icon_Dir {background: transparent url(./images/dir.gif) no-repeat left center}
.Icon_Share {background: transparent url(./images/dir.gif) no-repeat left center}

div#flabel_cont ul li {background-image: url(./images/status_icons.png);background-position: 4px -352px;}
div#flabel_cont li:not(.-_-_-all-_-_-) .label-icon { background-position: 0px -352px;}

div.tab {background: #181818;font-family: inherit;}
div#lcont {background: #181818;font-family: inherit;}
Expand Down

6 comments on commit 7e9e0ea

@ChriZathens
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it happens on this commit since I was a few commits behind and pulled from git today, but this is what happens:
Capture
If I click on those rows, they then display correctly

Capture1
Using Oblivion theme, but happens to other themes, too.
I am using Chrome. I cleared browser cache and still happens
I disabled Chrome cache and still displays like this
Tried Firefox and I get the same, on Edge, too...
Any suggestions welcome! :)

@TrimmingFool
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChriZathens Do you still have this issue?
If yes could you please make a screenshot of the inspector window (showing css style, classes, etc.) since I don't have this issue.

@Novik
Copy link
Owner

@Novik Novik commented on 7e9e0ea Feb 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed here - 6945ecb

@ChriZathens
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi guys... somehow missed your comments..
I still have this.
@Novik : My issue in on the RSS feeds category, not on the search one (not sure if it matters..)
@TrimmingFool : Not sure if this is what you want:
inspector

@TrimmingFool
Copy link
Contributor Author

@TrimmingFool TrimmingFool commented on 7e9e0ea Feb 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChriZathens thanks for the screenshot (but it shows the settings dialog 😅)
I found that the class RSSGroup was missing this should fix it: af67327

@ChriZathens
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops sorry about that.. :) Didn't know what to select actually.. :(
Thanks for the fix!

Please sign in to comment.