Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

BBcode 2.0 Working Group Meeting

Name: Anonymous 2008-07-18 13:32

I hereby propose a standard for Spoilers 1.1:

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.

Name: Anonymous 2008-07-18 13:35

I don't think there's a need to alter the appearance of [spoiler]spoilers[/spoilers]. Separate tags for most commonly used /prog/ BBCode idioms would be a nice addition, though.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List