Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
421 B

[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: -150px;
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: -150px;
left: -50px;
}