From fb793834d4feaad4a0841fc62966e002c7804166 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Wed, 27 May 2015 07:17:08 +0200 Subject: [PATCH] Birthday hat CSS files --- stylesheets/birthday.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 stylesheets/birthday.css diff --git a/stylesheets/birthday.css b/stylesheets/birthday.css new file mode 100644 index 00000000..2cda5a32 --- /dev/null +++ b/stylesheets/birthday.css @@ -0,0 +1,21 @@ +[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; + +} +