瀏覽代碼

Birthday hat CSS files

tags/pre-merge
Simon McFarlane 9 年之前
父節點
當前提交
fb793834d4
共有 1 個檔案被更改,包括 21 行新增0 行删除
  1. +21
    -0
      stylesheets/birthday.css

+ 21
- 0
stylesheets/birthday.css 查看文件

@@ -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…
取消
儲存