From bfc966e312b8337e8e3bff15e740bfed6df37824 Mon Sep 17 00:00:00 2001 From: undido Date: Fri, 7 Feb 2014 04:32:27 -0400 Subject: [PATCH 1/3] Security exploit patched information leak --- post.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/post.php b/post.php index 1e95ff5a..366dde45 100644 --- a/post.php +++ b/post.php @@ -1,11 +1,10 @@ Date: Tue, 25 Mar 2014 13:24:09 +0100 Subject: [PATCH 2/3] =?UTF-8?q?stripes.css:=20fix=20for=20=E2=89=A0=20fire?= =?UTF-8?q?fox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheets/stripes.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/stripes.css b/stylesheets/stripes.css index 61a9d326..66a8116a 100644 --- a/stylesheets/stripes.css +++ b/stylesheets/stripes.css @@ -13,6 +13,7 @@ div.boardlist:nth-child(1):hover { } div.reply, div.pages { background: -moz-linear-gradient(bottom, #323232 40%, #2E2E2E 75%) !important; + background: linear-gradient(to top, #323232 40%, #2E2E2E 75%) !important; border: 1px solid #2D2D2D !important; box-shadow: 0px 0px 10px #2C2C2C; color: #BBB !important; From 4c4a9156e1437840f8cc0c78bef95d59ee852b3a Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 25 Mar 2014 13:37:39 +0100 Subject: [PATCH 3/3] minor boardlist fixes for caffe and stripes stylesheets --- stylesheets/caffe.css | 8 ++++++-- stylesheets/stripes.css | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/stylesheets/caffe.css b/stylesheets/caffe.css index 7d6531c2..76b18f43 100644 --- a/stylesheets/caffe.css +++ b/stylesheets/caffe.css @@ -103,7 +103,7 @@ html, body { a { color: #755144; } -a:hover { +a:hover, a:visited:hover { color: #a47a6b; } .adminbar { @@ -111,9 +111,13 @@ a:hover { float:right; font-size: .8em; } -.desktop-style div.boardlist:nth-child(1):hover{ +.desktop-style div.boardlist:nth-child(1) .boardlist { background-color: #261712; } +.desktop-style div.boardlist:nth-child(1):hover { +background-color: #261712; +} + .adminbar a { font-weight: bold; diff --git a/stylesheets/stripes.css b/stylesheets/stripes.css index 66a8116a..c2d67e44 100644 --- a/stylesheets/stripes.css +++ b/stylesheets/stripes.css @@ -11,6 +11,9 @@ body { div.boardlist:nth-child(1):hover { background: #222 !important; } +div.boardlist:nth-child(1) .boardlist { + background: #222 !important; +} div.reply, div.pages { background: -moz-linear-gradient(bottom, #323232 40%, #2E2E2E 75%) !important; background: linear-gradient(to top, #323232 40%, #2E2E2E 75%) !important; @@ -21,7 +24,7 @@ div.reply, div.pages { .reply { margin-top: 0.5em !important; } -.body a, a:hover { +.body a, a:hover, a:visited:hover { color: #FF6666; } table th { background: none !important }