From 54644e0da227a0f4545fbc0176bc8d0ee450899f Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 13 Jul 2016 09:14:39 -0400 Subject: [PATCH] more theme updates / unborking --- contrib/static/dayman.css | 17 +++++++++++++++++ contrib/static/tomorrow.css | 9 +++++++++ 2 files changed, 26 insertions(+) diff --git a/contrib/static/dayman.css b/contrib/static/dayman.css index b9be28f..cfdcf51 100644 --- a/contrib/static/dayman.css +++ b/contrib/static/dayman.css @@ -16,6 +16,23 @@ body { background: #FBFFC9; } +#postform_container { + background-color: rgba(0,0,0,0); +} + +.post:target { + background-color: #ffda9b; + box-shadow: 0px 0px 5px 1px; +} + +img#nntpchan_banner { + box-shadow: 0px 0px 10px 0px #FFECBE; +} + +#postform_inner { + box-shadow: 0px 1px 5px 1px; +} + .navbar, table, thead, th, table, pre, .op { background: #FFECBE; } diff --git a/contrib/static/tomorrow.css b/contrib/static/tomorrow.css index 1b59209..8d1a50e 100644 --- a/contrib/static/tomorrow.css +++ b/contrib/static/tomorrow.css @@ -627,4 +627,13 @@ hr { border: 1px solid #535353; height: 1px +} + +img#nntpchan_banner { + box-shadow: 0px 0px 10px 0px; +} + +.post:target { + background-color: 2c2d3e; + box-shadow: 0px 0px 10px 2px; } \ No newline at end of file