From 476ae002c2175cca47a40d09ef4054ebfbd95463 Mon Sep 17 00:00:00 2001 From: ZiRo Date: Mon, 15 Feb 2016 18:14:22 +0100 Subject: [PATCH] beginn style change --- contrib/static/bg.png | Bin 550 -> 135 bytes contrib/static/site.css | 45 ++++++++++++++++++++++++++-------------- 2 files changed, 29 insertions(+), 16 deletions(-) diff --git a/contrib/static/bg.png b/contrib/static/bg.png index b7731aa73cb7965d7fe0723f49ab2e5235cf69c2..c6ff698b5e8a1cf383463bae538b23873ff1fe39 100644 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^j6i&Xg9%73n;^3YNcnlXIEH9UOx{)TRaTgpnK|st zi4MJE9!soZvNpUvp3kNn_c`#XL}!t(-u8schfjE{nJ@WqMx*VYf}Mi1=Q8KZ*FJ8V jQPQfN*WnxPvVxi6t2j$R!^!46pverLu6{1-oD!M<=I$=? literal 550 zcmV+>0@?kEP)e zSad^gZEa<4bO1wgWnpw>WFU8GbZ8()Nlj2!fese{00E9kL_t(o!|hp1lEokhM9YJC zx4Hir`fcW86c7kj-b{^~ED{?*Xj)Tx?;k`|=x2b4sFE=1_|^EVGsNd85)|6>Sp2whF7Oveb3m84et_I0fwcu6-7XjGWXMRy68wj@vSzqO;j9{;w zXB4#wo70Dl6%Oe{i7c0`g}DZO6~#7|CMC6bKWv!@iTYyA>k$I*d!8un#vrOBgTuVb>BJM41EPRb<$1E__Vh_Q z*T#&$)tyWN6f{2&Hf|4zs(oySYH;li5-kzeBx{JT{3rS(S?j-<$h(0Q3+G1q_^1!k oU54*y>A#@+{#ns`FLZ0X0KKUyk07*qoM6N<$f&{tZtpET3 diff --git a/contrib/static/site.css b/contrib/static/site.css index 5569e5c..03a5bf8 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -1,3 +1,26 @@ +body { + background: #EEF2FF url('bg.png') repeat-x 50% 0%; + color: black; + font-family: arial,helvetica,sans-serif; + font-size: 10pt; + margin: 0 4px; + padding-left: 4px; + padding-right: 4px; +} + + +main, +aside, +section { + display: block; + margin: 0 auto; + width: 100%; +} + +main { + max-width: 1110px; +} + .frontend , .subject { color: #928BFF; @@ -63,7 +86,7 @@ td { } .reply, .ukko_thread_header { - background: #202331; + background: #D6DAF0; } legend { @@ -96,9 +119,10 @@ a:visited { right: 0px; margin-top: 0px; z-index: 20; - box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15); - background: #202331; - color: lightgray; + box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); + border-bottom: 1px solid; + background: #D6DAF0; + color: #34345C; } .navbar-sep { @@ -129,16 +153,6 @@ input, textarea { border-radius: 3px; } -html { - color: #ededed; - background: black; - height: 100%; - font-family: arial,helvetica,sans-serif; - font-size: 10pt; - margin: 0 4px; - padding-left: 4px; - padding-right: 4px; -} .reply { margin-left: 1.8em; @@ -284,7 +298,6 @@ fieldset > img { padding-left: 10px; margin-top: 10px; margin-bottom: 10px; - background-color: #252525; } .replybar { @@ -325,4 +338,4 @@ hr { #nntpchan_banner { align: center; -} \ No newline at end of file +}