Add css for party hats (commented out)
This commit is contained in:
parent
9ff07a9369
commit
0f16b9bf93
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue