Birthday hat CSS files
This commit is contained in:
parent
8d08db4c9f
commit
fb793834d4
21
stylesheets/birthday.css
Normal file
21
stylesheets/birthday.css
Normal file
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user