Add css for party hats (commented out)

This commit is contained in:
towards-a-new-leftypol 2023-08-07 23:13:20 -04:00
parent 9ff07a9369
commit 0f16b9bf93
1 changed files with 25 additions and 0 deletions

View File

@ -348,6 +348,31 @@ form table tr td div label {
float: left;
}
/*
* Party Hats
*/
/*
.thread {
position: relative;
}
[data-board] > .files > :nth-child(1):not(.multifile) > a:before {
content: url('/static/partyhat.png');
position: absolute;
top: -120px;
left: -30px;
}
[data-board] > .files > :nth-child(1).multifile > a:before {
content: url('/static/partyhat.png');
position: absolute;
top: -120px;
left: -50px;
}
*/
.file:not(.multifile) {
float: none;
}