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:
RanAwaySuccessfully 2016-03-13 18:24:45 -03:00
parent 88b1e13996
commit be56922669

View File

@ -27,3 +27,7 @@ div.lastpost { font-size: 90%; text-align: right !important; }
code { overflow: auto; width: 100%; white-space: pre; display: block; }
code br { display: none; }
.pstspl1 {opacity:0;}
.pstspl1:hover {opacity:1;}
.pstspl2 {background:#000;color:#FFF;display:block;}