From bebd364a590d668d3f14e8f63fcf6be746faf507 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 11 Mar 2015 18:22:22 -0700 Subject: [PATCH] some style fixes --- js/thread-stats.js | 2 +- stylesheets/dark.css | 8 ++++++-- stylesheets/photon.css | 2 +- templates/8chan/boards-tags.html | 7 ++++--- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/js/thread-stats.js b/js/thread-stats.js index c66916f1..a4dda669 100644 --- a/js/thread-stats.js +++ b/js/thread-stats.js @@ -16,7 +16,7 @@ $(document).ready(function(){ $('form[name="postcontrols"] > .delete') .first() - .before('
'); + .before('
'); var el = $('#thread_stats'); el.prepend('Page ?'); if (IDsupport){ diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 7fc4e199..beb12364 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -166,13 +166,13 @@ table.modlog tr th { color: #AAAAAA; } -.desktop-style div.boardlist:nth-child(1) { +.desktop-style div.boardlist:not(.bottom) { text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px; background-color: #666666; } -.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { +.desktop-style div.boardlist:not(.bottom):hover, .desktop-style div.boardlist:not(.bottom).cb-menu { background-color: rgba(30%, 30%, 30%, 0.65); } @@ -190,3 +190,7 @@ div.report { .options_tab_icon.active { color: #FFFFFF; } + +#quick-reply table { + background: none repeat scroll 0% 0% #333 !important; +} diff --git a/stylesheets/photon.css b/stylesheets/photon.css index db189d77..a487e4dd 100644 --- a/stylesheets/photon.css +++ b/stylesheets/photon.css @@ -326,6 +326,6 @@ form table tr td div { padding: 0px !important; } -.desktop-style div.boardlist:nth-child(1) { +.desktop-style div.boardlist:not(.bottom) { background-color: #DDDDDD; } diff --git a/templates/8chan/boards-tags.html b/templates/8chan/boards-tags.html index 57b7c931..baf1e6d0 100644 --- a/templates/8chan/boards-tags.html +++ b/templates/8chan/boards-tags.html @@ -36,14 +36,15 @@ table.modlog tr td.expand-td:hover div{ background-image: url(/static/jbo.png); } .uri { -overflow: hidden; width: 75px; height: 1.1em; white-space: nowrap; +overflow: hidden; width: 75px; white-space: nowrap; } .tags { -overflow: hidden; width: 150px; height: 1.1em; white-space: nowrap; +overflow: hidden; width: 150px; white-space: nowrap; } .board-name { -overflow: hidden; width: 200px; height: 1.1em; white-space: nowrap; +overflow: hidden; width: 200px; white-space: nowrap; } +tr:nth-child(even) { background-color: #D6DAF0 }

{% trans %}There are currently {{n_boards}} boards + {{hidden_boards_total}} unindexed boards = {{t_boards}} total boards. Site-wide, {{total_posts_hour}} posts have been made in the last hour, with {{total_posts}} being made on all active boards since October 23, 2013.{% endtrans %}