CSS changes, namely the options dialog themes for several CSS styles, thanks to crash_override, glitch art and improvement to test CSS theme, and the removal of various incorrect background colors for top and bottom bars.
This commit is contained in:
parent
2533c309f7
commit
4827052d68
|
@ -260,3 +260,19 @@ table.modlog tr th {
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
/*text-shadow: 0px 0px 3px #00ff00;*/
|
/*text-shadow: 0px 0px 3px #00ff00;*/
|
||||||
}
|
}
|
||||||
|
.options_tab_icon {
|
||||||
|
color: #FF46D2;
|
||||||
|
}
|
||||||
|
.options_tab_icon.active {
|
||||||
|
color: #00ff00;
|
||||||
|
text-shadow: 0px 0px 10px #00ff00;
|
||||||
|
}
|
||||||
|
#options_div {
|
||||||
|
background-color: #0C0001;
|
||||||
|
border: #33cccc 2px solid;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#options_tablist {
|
||||||
|
border: #33cccc 1px solid;
|
||||||
|
}
|
||||||
|
|
|
@ -252,8 +252,21 @@ div.ban h2 {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
text-shadow: 0px 0px 3px #59B451;
|
text-shadow: 0px 0px 3px #59B451;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.modlog tr th {
|
table.modlog tr th {
|
||||||
background: #FF46D2;
|
background: #FF46D2;
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
/*text-shadow: 0px 0px 3px #59B451;*/
|
/*text-shadow: 0px 0px 3px #59B451;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#options_div {
|
||||||
|
background-color: #0B110A;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options_tab_icon {
|
||||||
|
color: #62C958;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options_tab_icon.active {
|
||||||
|
color: #4CADA7;
|
||||||
|
}
|
||||||
|
|
|
@ -211,3 +211,14 @@ table.modlog tr th {
|
||||||
background: rgb(193, 180, 146);
|
background: rgb(193, 180, 146);
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
}
|
}
|
||||||
|
#options_div {
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options_tab_icon {
|
||||||
|
color: #c1b492;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options_tab_icon.active {
|
||||||
|
color: #d2738a;
|
||||||
|
}
|
||||||
|
|
|
@ -257,3 +257,12 @@ table.modlog tr th {
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
/*text-shadow: 0px 0px 3px #59B451;*/
|
/*text-shadow: 0px 0px 3px #59B451;*/
|
||||||
}
|
}
|
||||||
|
#options_div {
|
||||||
|
background-color: #0B110A;
|
||||||
|
}
|
||||||
|
.options_tab_icon {
|
||||||
|
color: #59B451;
|
||||||
|
}
|
||||||
|
.options_tab_icon.active {
|
||||||
|
color: #293728;
|
||||||
|
}
|
||||||
|
|
|
@ -90,3 +90,37 @@ div.post.reply div.body a {
|
||||||
div.post.reply div.body a:hover {
|
div.post.reply div.body a:hover {
|
||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#options_div {
|
||||||
|
background-color: #1E1E1E;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options_tab_icon {
|
||||||
|
color: #808080;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options_tab_icon.active {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.threadlinks {
|
||||||
|
background-color: #1E1E1E;
|
||||||
|
}
|
||||||
|
form table tr th{
|
||||||
|
background: #1E1E1E;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bar.bottom {
|
||||||
|
background: #1E1E1E;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="text"], textarea, select {
|
||||||
|
background: #333333;
|
||||||
|
color: #808080;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.banner {
|
||||||
|
background-color: #1E1E1E;
|
||||||
|
color: #808080;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -362,3 +362,10 @@ SPAN.controls.op:before { content: '\A'; white-space:pre; }
|
||||||
div.post-menu
|
div.post-menu
|
||||||
{
|
{
|
||||||
color: #ffffff;}
|
color: #ffffff;}
|
||||||
|
#options_div {
|
||||||
|
background-color: #dddddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options_tab_icon.active {
|
||||||
|
color: #bb3300;
|
||||||
|
}
|
||||||
|
|
|
@ -326,6 +326,14 @@ form table tr td div.center {
|
||||||
margin: 2px
|
margin: 2px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*form table tr td div input {
|
||||||
|
display: block;
|
||||||
|
margin: 2px auto 0 auto;
|
||||||
|
}
|
||||||
|
form table tr td div label {
|
||||||
|
font-size: 10px;
|
||||||
|
}*/
|
||||||
|
|
||||||
.unimportant,.unimportant * {
|
.unimportant,.unimportant * {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,6 @@ color change by kalyx
|
||||||
url('./fonts/tojcxo.TTF') format('truetype');
|
url('./fonts/tojcxo.TTF') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Normal";
|
font-family: "Normal";
|
||||||
src: url(./fonts/PixelOperator.ttf);
|
src: url(./fonts/PixelOperator.ttf);
|
||||||
|
|
Loading…
Reference in New Issue