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

Pages: 1-

Stylish plugin +

Name: Anonymous 2007-10-27 10:06

/*4chan.org Grey on Black -style.*/
/*Made by Defu/Defree on 21th November 2006*/
/*Last edited 4th January 2007*/
/*I made this for my own purposes, so feel free to modify it to suit yours.*/
/*I didnt really spend much time on formatting the code to look all nice and shiny either ;)*/

@namespace url();
@-moz-document domain("4chan.org") {
   body {
      background-color: #333333 ! important;
      color: #C0C0C0 ! important;
      font-size: 12pt ! important;
      padding-left: 5px ! important;
      padding-right: 5px ! important;
      margin-right: 0px ! important;
      margin-left: 0px ! important;
      margin-top: 5px ! important;
   }

   a {
      background: inherit ! important;
      color: #cccccc ! important;
      font-family: serif ! important;
   }

   a:visited {
      background: inherit ! important;
      color: #bbbbbb ! important;
      font-family: serif ! important;
      text-decoration: none ! important;
   }

   a:hover {
      background: #555555 ! important;
      color: #bbbbbb ! important;
      font-family: serif ! important;
   }

   a.quotelink {
      background: inherit ! important;
      color: #555555 ! important;
      font-family: serif ! important;
   }

   a.quotelink:hover {
      background: #bbbbbb ! important;
      color: #555555 ! important;
      font-family: serif ! important;
   }

/*Front page and Menu stuff*/
   h1, h2, h3 {
      margin: 0px ! important;
      background: #999999 ! important;
      color: #000000 ! important;
   }
 
   .plus {
      background: inherit ! important;
      float: right ! important;
      font-size: 8px ! important;
      font-weight: normal ! important;
      padding: 1px 4px 2px 4px ! important;
      margin: 0px 0px ! important;
      background: #999999 ! important;
      color: #000000 ! important;
      border: 1px solid #000000 ! important;
      cursor: pointer ! important;
   }

   .plus:hover {
      background: inherit ! important;
      border: 1px solid #777777 ! important;
   }

   #dis, #img, #draw, #up {
      font-size: 80% ! important;
      font-family: courier ! important;
   }



/*Thread pages*/
   .logo {
      background: inherit ! important;
      color: #aaaaaa ! important;
      font-size: 24pt ! important;
      font-weight: bold ! important;
      text-align: center ! important;
      clear: both ! important;
      width: 100% ! important;
   }

   .postarea {
      background: inherit ! important;
   }

   .rules {
      font-size: 10px ! important;
      width: 468px ! important;
   }

   .rules, .rules a, .rules a:visited, .rules a:link {
      font-family: sans-serif ! important;
   }

   .rules li {
      text-indent: -1em ! important;
      margin-left: 1em ! important;
   }

   .postblock { /* Posting form */
      background: #888888 ! important;
      color: #000000 ! important;
      font-weight: 800 ! important;
   }

   .footer {
      font-size: 12px ! important;
      font-family: serif ! important;
      text-align: center ! important;
   }

   .unkfunc {
      color: #000000 ! important;
      font-style: italic ! important;
   }

   .filesize {
      font-size: 16px ! important;
      font-family: serif ! important;
      text-decoration: none ! important;
   }

   .filetitle {
      background: inherit ! important;
      color: #bbbbbb ! important;
      font-size: 20px ! important;
      font-family: serif ! important;
      font-weight: 800 ! important;
   }

   .postername {
      background: inherit ! important;
      color: #666666 ! important;
      font-size: 16px ! important;
      font-family: arial ! important;
      font-weight: 800 ! important;
   }

   .postertrip {
      background: inherit ! important;
      color: #666666 ! important;
      font-size: 16px ! important;
      font-family: serif ! important;
   }

   .oldpost {
      background: inherit ! important;
      color: #666666 ! important;
      font-family: serif ! important;
      font-weight: 800 ! important;
   }

   .omittedposts, .abbr {
      background: inherit ! important;
      color: #777777 ! important;
   }

   .reply { /* Reply posts */
      background: #999999 ! important;
      color: #000000 ! important;
      font-family: serif ! important;
      height: auto ! important
   }

   .replyhl { /* Focused reply */
      background: #aaaaaa ! important;
      color: #000000 ! important;
      font-family: serif ! important;
      border: 4px solid #dddddd ! important;
      height: 100% ! important
   }

   .doubledash {
      vertical-align: top ! important;
      clear: both ! important;
      float: left ! important;
      visibility: hidden ! important;
   }

   .replytitle {
      background: inherit ! important;
      font-size: 18px ! important;
      font-family: serif ! important;
      color: #444444 ! important;
      font-weight: 800 ! important;
   }

   .commentpostername {
      background: inherit ! important;
      font-size: 16px ! important;
      font-family: arial ! important;
      color: #111111 ! important;
      font-weight: 800 ! important;
   }

   .linkmail, .linkmail:hover, .linkmail:visited, .linkmail:active {
      background: inherit ! important;
      font-size: 16px ! important;
      font-family: arial ! important;
      color: #555555 ! important;
      font-weight: 800 ! important;
      margin-left: -4px ! important;
      padding-left: 6px ! important;
      text-decoration: underline ! important;
   }

   a.quotejs:active,a.quotejs:link,a.quotejs:visited {
      background: inherit ! important;
      color: #cccccc ! important;
      text-decoration: none ! important;
   }

   a.quotejs:hover {
      background: inherit ! important;
      font-weight: bold ! important;
   }

   .tn_thread {
      background: #000000 ! important;
      text-align: center ! important;
      margin: 0px 20px 20px 20px ! important;
      float: left ! important;
      border: #98e 1px solid ! important;
      width: 200px ! important;
      height: 100px ! important;

   }

   .tn_reply {  
      background: #999999 ! important;
      text-align: center ! important;
      margin: 0px 20px 20px 20px ! important;
      float: left ! important;
      border: #98e 1px solid ! important;
      width: 100px ! important;
      height: 100px ! important;
   }

   .adHeadline {
      color: #34345C ! important;
      font: bold 10pt serif ! important;
      text-decoration: underline ! important;
   }

   .adText {
      color: #000000 ! important;
      font: normal 10pt serif ! important;
      text-decoration: none ! important;
   }

   #ad {
      font-family: arial, helvetica, sans-serif ! important;
      font-size: 11px ! important;
      margin: 0 ! important;
      padding: 0 ! important;
      position: absolute ! important;
      right: 1em ! important;
      border: 1px solid #000000 ! important;
      width: 120px ! important;
   }

   #ad div {
      margin: 0 ! important;
      padding: 0.4em ! important;
   }

   #ad div.ad-title { /*The ad at the right*/
      background: #999999 ! important;
      color: #000000 ! important;
      font-size: 11px ! important;
      padding: 0em ! important;
   }

   #ad div.ad-title a {
      color: #000000 ! important;
      font-family: arial,helvetica, sans-serif ! important;
   }

   #ad div.ad-text a {
      font-family: arial,helvetica, sans-serif ! important;
   }

   .spoiler a.quotelink, .spoiler .unkfunc {
      color: inherit ! important;
   }

   .exif {
      display: none ! important;
   }

   .exif, .exif td {
      font-family: arial,helvetica, sans-serif ! important;
      font-size: xx-small ! important;
   }

   .exif td b {
      font-size: x-small ! important;
      font-weight: 800 ! important;
      text-decoration: underline ! important;
   }

   #header {
      position: absolute ! important;
      left: 5px ! important;
      right: 5px ! important;
   }

   * html #header { /* ie only */
      width: 100% ! important;
   }

   #navtop {
      left: 0px ! important;
      float: left ! important;
      font-size: 11pt ! important;
   }

   #navtopr {
      right: 0px ! important;
      display: block ! important; 
      text-align: right ! important; 
      font-size: 11pt ! important; 
   }
}
@-moz-document url-prefix("") {
   .replyhl a:link {
      color: #222222 ! important;
   }

   .replyhl a:visited {
      color: #555555 ! important;
   }

   .replyhl a:hover {
      background: #888888 ! important;
   }

   .commentpostername {
      color: #555555 ! important;
   }

}

Name: Anonymous 2007-10-27 12:20

https://addons.mozilla.org/en-US/firefox/addon/2108
install and create style for 4chan.org, add above style and enable, enjoy.

Name: Anonymous 2008-12-11 22:46

lolwut

Name: Anonymous 2009-02-04 20:32

color: #000000 ! important; lolwut

Name: Anonymous 2009-03-29 11:55

what kind of code is this cause its not html... or css.... or even php

Name: !MILKRIBS4k 2009-03-29 12:22

>>5
DURRRRRRR >>2

Name: kelly 2010-06-08 2:42

Name: Anonymous 2010-07-18 21:23

It's CSS you n00b!

Name: dvdshop888 2011-04-19 23:53

One Tree Hill has helped me in my life! Every bad situation that was hurt a little less .. or touched me in a more positive reason for this show! You can say that the show is awesome .. or no longer "new ideas" ... came true! I totally agree! People who think they have clearly not been in some of these situations ... and sad! This program is available watchable .. and the actors portray the characters, so we think they are actually characters. .. and not themselves. I recommend this show to anyone, I promise it will be worth your time! Season 6 is definitely one of my favorite seasons of the series.

------------------
http://www.dvdshop888.com/en/tv-series-dvd-boxset/one-tree-hill-seasons-1-7-dvd-boxset.html
http://www.dvdshop888.com/en/thrillers-crime-mystery-/the-sopranos-seasons-1-7-dvd-boxset.html
http://www.dvdshop888.com/en/tv-series-dvd-boxset/the-tribe-season-1-5-dvd-boxset.html
http://www.dvdshop888.com/en/tv-series-dvd-boxset/scrubs-seasons-1-9-dvd-boxset.html
http://www.dvdshop888.com/en/comedy/the-office-seasons-1-6-dvd-boxset.html
http://www.dvdshop888.com/en/tv-series-dvd-boxset/prison-break-seasons-1-4-dvd-boxset.html
http://www.dvdshop888.com/en/comedy/two-and-a-half-men-seasons-1-7-dvd-boxset.html
http://www.dvdshop888.com/en/comedy/how-i-met-your-mother-seasons-1-5-dvd-boxset.html
http://www.dvdshop888.com/en/action-adventure/ncis-los-angeles-season-1-dvd-boxset.html

Name: ‎Anonymous 2011-04-20 9:41

oh, wow

Name: ‏Anonymous 2011-04-20 9:42

i'll try

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