Explorar el Código

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.

pull/107/head
Benjamin Southall hace 7 años
padre
commit
4827052d68
Se han modificado 9 ficheros con 727 adiciones y 15 borrados
  1. +16
    -0
      stylesheets/cyberpunk.css
  2. +13
    -0
      stylesheets/darkroot_garden.css
  3. +11
    -0
      stylesheets/fauux.css
  4. +9
    -0
      stylesheets/forest.css
  5. +34
    -0
      stylesheets/minimal_lain.css
  6. +7
    -0
      stylesheets/mono.e.lain.css
  7. +8
    -0
      stylesheets/style.css
  8. +629
    -14
      stylesheets/test.css
  9. +0
    -1
      stylesheets/tsuki.css

+ 16
- 0
stylesheets/cyberpunk.css Ver fichero

@@ -260,3 +260,19 @@ table.modlog tr th {
color: #AAAAAA;
/*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;
}

+ 13
- 0
stylesheets/darkroot_garden.css Ver fichero

@@ -252,8 +252,21 @@ div.ban h2 {
font-size: 11px;
text-shadow: 0px 0px 3px #59B451;
}

table.modlog tr th {
background: #FF46D2;
color: #AAAAAA;
/*text-shadow: 0px 0px 3px #59B451;*/
}

#options_div {
background-color: #0B110A;
}

.options_tab_icon {
color: #62C958;
}

.options_tab_icon.active {
color: #4CADA7;
}

+ 11
- 0
stylesheets/fauux.css Ver fichero

@@ -211,3 +211,14 @@ table.modlog tr th {
background: rgb(193, 180, 146);
color: #AAAAAA;
}
#options_div {
background-color: #000000;
}

.options_tab_icon {
color: #c1b492;
}

.options_tab_icon.active {
color: #d2738a;
}

+ 9
- 0
stylesheets/forest.css Ver fichero

@@ -257,3 +257,12 @@ table.modlog tr th {
color: #AAAAAA;
/*text-shadow: 0px 0px 3px #59B451;*/
}
#options_div {
background-color: #0B110A;
}
.options_tab_icon {
color: #59B451;
}
.options_tab_icon.active {
color: #293728;
}

+ 34
- 0
stylesheets/minimal_lain.css Ver fichero

@@ -90,3 +90,37 @@ div.post.reply div.body a {
div.post.reply div.body a:hover {
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;
}


+ 7
- 0
stylesheets/mono.e.lain.css Ver fichero

@@ -362,3 +362,10 @@ SPAN.controls.op:before { content: '\A'; white-space:pre; }
div.post-menu
{
color: #ffffff;}
#options_div {
background-color: #dddddd;
}

.options_tab_icon.active {
color: #bb3300;
}

+ 8
- 0
stylesheets/style.css Ver fichero

@@ -326,6 +326,14 @@ form table tr td div.center {
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 * {
font-size: 10px;
}


+ 629
- 14
stylesheets/test.css
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 0
- 1
stylesheets/tsuki.css Ver fichero

@@ -16,7 +16,6 @@ color change by kalyx
url('./fonts/tojcxo.TTF') format('truetype');
}


@font-face {
font-family: "Normal";
src: url(./fonts/PixelOperator.ttf);


Cargando…
Cancelar
Guardar