From 9108fe9e8164ce0a8e76d649146c637b0ebbd062 Mon Sep 17 00:00:00 2001 From: pat-90 Date: Wed, 4 Oct 2017 09:03:08 +1030 Subject: [PATCH 1/3] Update gurochan.css --- stylesheets/gurochan.css | 65 +++++++++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 14 deletions(-) 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 + + From 0f47c655c87494fba981bfa26892ad199829555e Mon Sep 17 00:00:00 2001 From: pat-90 Date: Wed, 4 Oct 2017 10:58:06 +1030 Subject: [PATCH 2/3] saaaaaaaaaa aa --- stylesheets/gurochan.css | 46 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css index 67afcfb3..3e1777dc 100644 --- a/stylesheets/gurochan.css +++ b/stylesheets/gurochan.css @@ -127,4 +127,50 @@ div.ban h2 { NEW NEW NEW +html, body, div.banner, div.post.reply, div.banner a, textarea { + color: #800; +} + +div.post.reply { + color: #800; +} + + +.quote { + color: #866; +} + + +.intro span.subject { + color: #800; +} + + +a.selected:nth-child(1) { + color:#800; +} + +.desktop-style div.boardlist:not(.bottom), .desktop-style div.boardlist:not(.bottom) a { + font-size: 10pt; + color:#800; + border-bottom: 1px solid #CA927B; +} + + + +div.pages input{ + background:#D9AF9E; + color:#800; +} +div.pages a.selected{ + color:#800; +} + +div.post.reply.highlighted{ + background:#D9AF9E +} + +#quick-reply th { + border: 1px solid #D9AF9E; +} From 9744ca25ff7a0a76a51a1058e461245045ae3ef2 Mon Sep 17 00:00:00 2001 From: pat-90 Date: Sat, 21 Oct 2017 22:07:54 +1030 Subject: [PATCH 3/3] Overhaul Overhaul bringing making it more like gurochan --- stylesheets/gurochan.css | 65 ++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 43 deletions(-) diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css index 3e1777dc..feb7996c 100644 --- a/stylesheets/gurochan.css +++ b/stylesheets/gurochan.css @@ -25,7 +25,7 @@ a.quotelink { color:#DD0000; } div.post.reply.highlighted{ - background:#CA927B + background:#D9AF9E } form table tr th { background: #D9AF9E; @@ -35,17 +35,14 @@ form table tr th { div.banner{ background: #D9AF9E; border: 1px solid #CA927B; - color: black; + color: #800; font-weight: bold; padding: 2px 5px 2px 5px; } -div.banner a{ - color: black; -} div.post.reply{ padding: 2px 5px 2px 5px; background:#E6CBC0; - color:#000000; + color:#800; border:1px solid #D9AF9E; } div.post.reply div.body a{ @@ -66,11 +63,13 @@ div.post.reply div.body a{ border-top: 1px solid #CA927B; } -.desktop-style div.boardlist:not(.bottom) { - font-size:10pt; - background:#D9AF9E; - color:#000000; +.desktop-style div.boardlist:not(.bottom), .desktop-style div.boardlist:not(.bottom) a { + font-size: 10pt; + background:#D9AF9E; + color:#800; + border-bottom: 1px solid #CA927B; } + h1.glitch a{ font-size: 24pt; color: #AF0A0F; @@ -118,30 +117,35 @@ div.ban h2 { color: #AF0A0F; } +.intro span.subject { + color: #800; +} + .options_tab_icon{ color: #AF0A0F; } +#quick-reply th { + border: 1px solid #D9AF9E; +} -NEW NEW NEW - -html, body, div.banner, div.post.reply, div.banner a, textarea { - color: #800; +div.pages input{ + background:#D9AF9E; + color:#800; } -div.post.reply { - color: #800; +div.pages a.selected{ + color:#800; } - .quote { color: #866; } -.intro span.subject { +div.banner a, textarea { color: #800; } @@ -149,28 +153,3 @@ div.post.reply { a.selected:nth-child(1) { color:#800; } - -.desktop-style div.boardlist:not(.bottom), .desktop-style div.boardlist:not(.bottom) a { - font-size: 10pt; - color:#800; - border-bottom: 1px solid #CA927B; -} - - - -div.pages input{ - background:#D9AF9E; - color:#800; -} - -div.pages a.selected{ - color:#800; -} - -div.post.reply.highlighted{ - background:#D9AF9E -} - -#quick-reply th { - border: 1px solid #D9AF9E; -}