update neon theme
This commit is contained in:
parent
b97e6e0267
commit
3e7c21a406
4 changed files with 37 additions and 14 deletions
|
@ -467,7 +467,8 @@ function feedlist_init() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getInitParam("theme") == "" || getInitParam("theme") == "neon") {
|
if (getInitParam("theme") == "" || getInitParam("theme") == "darkroom" ||
|
||||||
|
getInitParam("theme") == "neon") {
|
||||||
setTimeout("hide_footer()", 5000);
|
setTimeout("hide_footer()", 5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.7 KiB |
|
@ -90,7 +90,7 @@
|
||||||
pagecolor="#202020"
|
pagecolor="#202020"
|
||||||
bordercolor="#666666"
|
bordercolor="#666666"
|
||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="1"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="3.959798"
|
inkscape:zoom="3.959798"
|
||||||
inkscape:cx="103.10277"
|
inkscape:cx="103.10277"
|
||||||
|
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
|
@ -51,6 +51,10 @@ div#l_progress_i {
|
||||||
background : #202020;
|
background : #202020;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
color : #b077ec;
|
||||||
|
}
|
||||||
|
|
||||||
input, select, button {
|
input, select, button {
|
||||||
background : #3c2c4c;
|
background : #3c2c4c;
|
||||||
border : 1px solid black;
|
border : 1px solid black;
|
||||||
|
@ -241,36 +245,36 @@ span.contentPreview:hover, td.hlContent a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
span#headlineActionsDrop {
|
span#headlineActionsDrop {
|
||||||
border : 1px solid #202020;
|
border : 1px solid black;
|
||||||
color : gray;
|
color : #b077ec;
|
||||||
background : #202020;
|
background : #3c2c4c;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#headlineActionsBody {
|
ul#headlineActionsBody {
|
||||||
background-color : #202020;
|
background-color : #3c2c4c;
|
||||||
border-color : #202020;
|
border-color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#headlineActionsBody li {
|
ul#headlineActionsBody li {
|
||||||
color : gray;
|
color : #b077ec;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#headlineActionsBody li:hover {
|
ul#headlineActionsBody li:hover {
|
||||||
color : gray;
|
color : white;
|
||||||
background : #404040;
|
background : #b077ec;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#headlineActionsBody li.insensitive {
|
ul#headlineActionsBody li.insensitive {
|
||||||
color : #404040;
|
color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#headlineActionsBody li.insensitive:hover {
|
ul#headlineActionsBody li.insensitive:hover {
|
||||||
background : #202020;
|
background : #3c2c4c;
|
||||||
color : #404040;
|
color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
optgroup {
|
optgroup {
|
||||||
color : #b077ec;
|
color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#infoBoxTitle {
|
#infoBoxTitle {
|
||||||
|
@ -486,3 +490,21 @@ div.cdmContent a:hover {
|
||||||
color : #3c2c4c;
|
color : #3c2c4c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background : #3c2c4c;
|
||||||
|
color : white;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background : #3c2c4c;
|
||||||
|
color : white;
|
||||||
|
}
|
||||||
|
|
||||||
|
code::-moz-selection {
|
||||||
|
background: #3c2c4c;
|
||||||
|
}
|
||||||
|
|
||||||
|
code::selection {
|
||||||
|
background: #3c2c4c;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue