Name: Anonymous 2008-07-18 13:32
I hereby propose a standard for Spoilers 1.1:
http://img182.imageshack.us/img182/6572/css3spoilershn3.png
This can be tested using Stylish, the Firefox extension, with this User Style:
Tweaks to the blur radius are especially welcome.
http://img182.imageshack.us/img182/6572/css3spoilershn3.png
.spoiler {
color: transparent;
text-shadow: 0 0 0.5em black;
}
.spoiler:hover {
text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
color: black;
}This can be tested using Stylish, the Firefox extension, with this User Style:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("dis.4chan.org") {
.spoiler {
color: transparent !important;
text-shadow: 0 0 0.5em black !important;
background: transparent !important;
}
.spoiler:hover {
text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2) !important;
color: inherit !important;
}
}Tweaks to the blur radius are especially welcome.