From 80041baf1e6996e32e37bfdc57e325fcb57c08b8 Mon Sep 17 00:00:00 2001 From: ZiRo Date: Mon, 15 Feb 2016 20:00:56 +0100 Subject: [PATCH] fix some colors --- contrib/static/site.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index d6dc318..ccc216d 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -100,10 +100,20 @@ a:hover , a:visited:hover { color: #ff0000; } -a,a:visited { +a, a:visited { color: #34345C; } +.postno, .postnol, .postnol:visited { + color: black; + text-decoration: none; +} + +.postno:hover, .postnol:hover, .postnol:visited:hover { + color: #ff0000; + text-decoration: none; +} + .navbar { position: fixed; top: 0px; @@ -198,7 +208,7 @@ input, textarea { .redtext { color: #AF0A0F; - ont-size: 11pt; + font-size: 12pt; font-weight: bold; } @@ -282,7 +292,7 @@ figure img { float: left; width: 99%; padding-left: 10px; - margin-top: -10px; + margin-top: 1px; margin-bottom: 1px; } @@ -317,9 +327,6 @@ textarea#reply-text { right: 0; } -hr { - padding-bottom: 20px; -} #nntpchan_banner {