23/07/15 00:36:59.44 gir4HKsx0.net
ちょっと面白いの見つけた(Ver.0.24.10)
↓のcss適用してスレ一覧の一番上のほうとスレの一番上のほうに変な文字が浮かび上がります
```
#boardPane .mtest {
visibility: visible !important;
z-index: 0 !important;
.bh,.bb {
span.title {
font-size: 1rem;
font-weight: bolder;
color: red;
}
}
}
#threadPane .mtest {
visibility: visible !important;
z-index: 0 !important;
.rh,.rb {
font-size: 1rem;
font-weight: bolder;
color: red;
}
}
```