From 8c92093f9608b3024f3a8aa991de9a0195c308d5 Mon Sep 17 00:00:00 2001 From: pat-90 Date: Fri, 29 Sep 2017 01:54:28 +0930 Subject: [PATCH 1/3] gurochan.css lainchan theme based on gurochan --- stylesheets/gurochan.css | 90 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 stylesheets/gurochan.css diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css new file mode 100644 index 00000000..f5dd8b80 --- /dev/null +++ b/stylesheets/gurochan.css @@ -0,0 +1,90 @@ +body { + font-size:10pt; + background:#EDDAD2; + color:#000000; +} +* { + font-family: "Trebuchet MS", 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:hover { + color:#DD0000; +} +a.quotelink { + color:#DD0000; +} +div.post.reply.highlighted{ + background:#CA927B +} +form table tr th { + background: #D9AF9E; + border: 1px solid #CA927B; + padding: 2px 5px 2px 5px; +} +div.banner { + background: #D9AF9E; + border: 1px solid #CA927B; + color: black; + font-weight: bold; + padding: 2px 5px 2px 5px; +} +div.post.reply{ + padding: 2px 5px 2px 5px; + background:#D9AF9E; + color:#000000; + border:1px solid #CA927B; +} +.bar +{ + background:#EDDAD2; + color:#000000; +} +.desktop-style div.boardlist:not(.bottom) { + font-size:10pt; + background:#EDDAD2; + color:#000000; +} +h1.glitch a{ + font-size: 24pt; + color: #AF0A0F; + font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; +} +h1.glitch { + font-size: 24pt; + color: #AF0A0F; + font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; +} +hr { + border-top: 1px solid #000000;; +} +#options_div { + background: #D9AF9E; + border: 2px solid #CA927B; +} +#options_tablist { + border: 1px solid #CA927B; +} +div.module, div.ban { + background: #D9AF9E; + border: 1px solid #CA927B; +} +div.ban h2 { + background: #CA927B; +} +.fc td, .fc th { + background: #CA927B; +} +.hljs, .hljs-subst { + background: #EDDAD2; + border: 1px solid #CA927B; +} From 84e8b7fb8f489d73da4b64b339bb708e1bad3da0 Mon Sep 17 00:00:00 2001 From: pat-90 Date: Fri, 29 Sep 2017 04:25:41 +0930 Subject: [PATCH 2/3] Update gurochan.css --- stylesheets/gurochan.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css index f5dd8b80..5626cad3 100644 --- a/stylesheets/gurochan.css +++ b/stylesheets/gurochan.css @@ -46,12 +46,12 @@ div.post.reply{ } .bar { - background:#EDDAD2; + background:#D9AF9E; color:#000000; } .desktop-style div.boardlist:not(.bottom) { font-size:10pt; - background:#EDDAD2; + background:#D9AF9E; color:#000000; } h1.glitch a{ From 0812e3359ea77473e3b50b21ed91af50573a5a07 Mon Sep 17 00:00:00 2001 From: pat-90 Date: Sat, 30 Sep 2017 04:24:26 +0930 Subject: [PATCH 3/3] div.banner a --- stylesheets/gurochan.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css index 5626cad3..e9dad9ee 100644 --- a/stylesheets/gurochan.css +++ b/stylesheets/gurochan.css @@ -31,13 +31,16 @@ form table tr th { border: 1px solid #CA927B; padding: 2px 5px 2px 5px; } -div.banner { +div.banner{ background: #D9AF9E; border: 1px solid #CA927B; color: black; font-weight: bold; padding: 2px 5px 2px 5px; } +div.banner a{ + color: black; +} div.post.reply{ padding: 2px 5px 2px 5px; background:#D9AF9E;