diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css index e9dad9ee..67afcfb3 100644 --- a/stylesheets/gurochan.css +++ b/stylesheets/gurochan.css @@ -1,25 +1,26 @@ -body { +html, body { font-size:10pt; 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; } input, textarea { background-color: #E6CBC0; border: 1px solid #CA927B; } -a { - color:#34345C; -} -a:visited { - color:#34345C; + +a, a:visited{ + color: #AF0A0F; } + + a:hover { - color:#DD0000; + color: #D00; } + a.quotelink { color:#DD0000; } @@ -43,15 +44,28 @@ div.banner a{ } div.post.reply{ padding: 2px 5px 2px 5px; - background:#D9AF9E; + background:#E6CBC0; color:#000000; - border:1px solid #CA927B; + border:1px solid #D9AF9E; +} +div.post.reply div.body a{ + color: #AF0A0F; } + .bar { - background:#D9AF9E; - color:#000000; + background:#D9AF9E; + color:#800; +} + +.bar a { + color:#800; +} + +.bar.bottom { + border-top: 1px solid #CA927B; } + .desktop-style div.boardlist:not(.bottom) { font-size:10pt; background:#D9AF9E; @@ -68,7 +82,7 @@ h1.glitch { font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; } hr { - border-top: 1px solid #000000;; + border-top: 1px dotted #D9AF9E; } #options_div { background: #D9AF9E; @@ -91,3 +105,26 @@ div.ban h2 { background: #EDDAD2; 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 + +