diff --git a/static/partyhat.png b/static/partyhat.png new file mode 100644 index 00000000..b8110dce Binary files /dev/null and b/static/partyhat.png differ diff --git a/stylesheets/birthday2.css b/stylesheets/birthday2.css new file mode 100644 index 00000000..d21462a4 --- /dev/null +++ b/stylesheets/birthday2.css @@ -0,0 +1,21 @@ +[data-board] > .files > :nth-child(1):not(.multifile) > a:before { + content: url('/static/partyhat.png'); + 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.png'); + float: left; + display: block; + margin-right: -160px; + position: relative; + top: -120px; + left: -50px; + +} +