Browse Source

Update gurochan.css

pull/40/head
pat-90 7 years ago
committed by GitHub
parent
commit
9108fe9e81
  1. 65
      stylesheets/gurochan.css

65
stylesheets/gurochan.css

@ -1,25 +1,26 @@
body { html, body {
font-size:10pt; font-size:10pt;
background:#EDDAD2; background:#EDDAD2;
color:#000000; color: #800;
} }
* { * {
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 10pt; font-size: 10pt;
} }
input, textarea { input, textarea {
background-color: #E6CBC0; background-color: #E6CBC0;
border: 1px solid #CA927B; border: 1px solid #CA927B;
} }
a {
color:#34345C; a, a:visited{
} color: #AF0A0F;
a:visited {
color:#34345C;
} }
a:hover { a:hover {
color:#DD0000; color: #D00;
} }
a.quotelink { a.quotelink {
color:#DD0000; color:#DD0000;
} }
@ -43,15 +44,28 @@ div.banner a{
} }
div.post.reply{ div.post.reply{
padding: 2px 5px 2px 5px; padding: 2px 5px 2px 5px;
background:#D9AF9E; background:#E6CBC0;
color:#000000; color:#000000;
border:1px solid #CA927B; border:1px solid #D9AF9E;
}
div.post.reply div.body a{
color: #AF0A0F;
} }
.bar .bar
{ {
background:#D9AF9E; background:#D9AF9E;
color:#000000; color:#800;
}
.bar a {
color:#800;
}
.bar.bottom {
border-top: 1px solid #CA927B;
} }
.desktop-style div.boardlist:not(.bottom) { .desktop-style div.boardlist:not(.bottom) {
font-size:10pt; font-size:10pt;
background:#D9AF9E; background:#D9AF9E;
@ -68,7 +82,7 @@ h1.glitch {
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
} }
hr { hr {
border-top: 1px solid #000000;; border-top: 1px dotted #D9AF9E;
} }
#options_div { #options_div {
background: #D9AF9E; background: #D9AF9E;
@ -91,3 +105,26 @@ div.ban h2 {
background: #EDDAD2; background: #EDDAD2;
border: 1px solid #CA927B; border: 1px solid #CA927B;
} }
.intro a.email:hover{
color: #D00;
}
.intro a.email span.name {
color: #AF0A0F;
}
.intro span.name {
color: #AF0A0F;
}
.options_tab_icon{
color: #AF0A0F;
}
NEW NEW NEW

Loading…
Cancel
Save