mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
Better spoiler tag part 1
HTML/CSS code was tested, though I have no idea if this works with PHP
This commit is contained in:
parent
88b1e13996
commit
be56922669
@ -27,3 +27,7 @@ div.lastpost { font-size: 90%; text-align: right !important; }
|
|||||||
|
|
||||||
code { overflow: auto; width: 100%; white-space: pre; display: block; }
|
code { overflow: auto; width: 100%; white-space: pre; display: block; }
|
||||||
code br { display: none; }
|
code br { display: none; }
|
||||||
|
|
||||||
|
.pstspl1 {opacity:0;}
|
||||||
|
.pstspl1:hover {opacity:1;}
|
||||||
|
.pstspl2 {background:#000;color:#FFF;display:block;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user