The version of vichan running on lainchan.org
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

22 lines
421B

  1. [data-board] > .files > :nth-child(1):not(.multifile) > a:before {
  2. content: url('/static/partyhat.gif');
  3. float: left;
  4. display: block;
  5. margin-right: -160px;
  6. position: relative;
  7. top: -120px;
  8. left: -30px;
  9. }
  10. [data-board] > .files > :nth-child(1).multifile > a:before {
  11. content: url('/static/partyhat.gif');
  12. float: left;
  13. display: block;
  14. margin-right: -160px;
  15. position: relative;
  16. top: -120px;
  17. left: -50px;
  18. }