Browse Source

Birthdady themeing

pull/67/head
discomrade 2 years ago
parent
commit
4a67df855b
  1. BIN
      static/partyhat.png
  2. 21
      stylesheets/birthday2.css

BIN
static/partyhat.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

21
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;
}
Loading…
Cancel
Save