From 71bcd3b6bfa111050e68d0b3590046dd8d638fd4 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Sun, 17 May 2015 07:03:21 +0200 Subject: [PATCH] Party hat CSS --- stylesheets/style.css | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index ef3c3eab..ca0762fb 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1,4 +1,7 @@ /* backup version before modifying bar.top */ +* { + max-width: 100%; +} html { width: 100%!important; } @@ -167,6 +170,28 @@ header div.subtitle { .file:not(.multifile) .post-image { float: left; } +/* +[data-board] > .files > :nth-child(1):not(.multifile) > a:before { + content: url('/static/partyhat.gif'); + float: left; + display: block; + margin-right: -160px; + position: relative; + top: -120px; + left: -30px; + +} +[data-board] > .files > :nth-child(1).multifile > a:before { + content: url('/static/partyhat.gif'); + float: left; + display: block; + margin-right: -160px; + position: relative; + top: -120px; + left: -50px; + +} +*/ .file:not(.multifile) { float: none; } @@ -236,6 +261,7 @@ div.post.op { margin-right: 20px; margin-bottom: 5px; } + div.post.op hr { border-color: #D9BFB7; } @@ -516,7 +542,6 @@ hr { clear: left; } #boardfront .boardlist { - bottom: 28px; margin-bottom: -28px; } /*new 051214 */