User:StarMan1/monobook.css

From Homestar Runner Wiki

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Mozilla / Firefox: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
  • Safari: press Cmd-Option-E
  • IE: hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Konqueror: simply click the Reload button, or press F5
  • Opera users may need to completely clear their cache in Tools→Preferences.
 /* Hey everybody! This is Super Sam's style sheet. */
 /* Changes made here will only effect Sam's account. */

 /* Just to let everybody know, whenever I change this */
 /* page, it changes the style of the site. It's like */
 /* editing the main Monobook.css file, except only */
 /* I see the changes. This means I can make the */
 /* site look completely different, but only on my */
 /* account. If you want more info, just ask on my */
 /* talk page. */

 /* I was doing this BEFORE it was cool! */

 /* The following code was created by Thetorpedodog. */
 /* http://meta.wikimedia.org/wiki/User:Thetorpedodog/monobook.css */

 /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
 #p-cactions ul li, #p-cactions ul li a {  
   -moz-border-radius-topleft: 1em;
   -moz-border-radius-topright: 1em;
 }
 #content { 
   -moz-border-radius-topleft: 1em; 
   -moz-border-radius-bottomleft: 1em;
 }
 div.pBody {
   -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
 }

 /* same following the css3 draft specs, any browsers supporting this? */
        /* thetorpedodog sez: oddly enough, not the latest Mozilla...  */
 #p-cactions ul li, #p-cactions ul li a {  
   border-radius-topleft: 1em;
   border-radius-topright: 1em;
 }
 #content { 
   border-radius-topleft: 1em;
   border-radius-bottomleft: 1em;
 }
 div.pBody {
   border-radius-topright: 1em;
   border-radius-bottomright: 1em;
 }

 /* Gets rid of the border on the left of the nav boxes in rounders. Doesn't
 look so good in non-roundness. */
 div.pBody {
   border-left:none;
 }

 /* Make the personal toolbar have roundness */
 #p-personal ul {
   /* ooooh transparency */
    opacity:.6;
   -moz-border-radius-bottomleft:1em;
   border-color:rgb(250, 189, 35);
   border-width:1px;
   border-style:solid;
   background:#F8FCFF;
   /* if it weren't for this, that tool bar would stretch itself across the entire screen. */
   float:right;
   padding:0;
   padding-bottom:.3em;
   padding-right:3px;
   border-top:none;
   border-right:none;
   margin:0;
   /* my background code - use your own if you want (16*16px) */
    background-image:url("http://upload.wikimedia.org/wikipedia/en/archive/1/16/20051013032606%21Thetorpedodogwiki.png");
    background-repeat:no-repeat;
    /* overrides 3px p-r that's above */
     padding-right:20px;
    background-position:right center;
  
 }

 #p-personal a:hover {
   background:#FFF;
 }

 #p-personal a {
   padding:.5em;
   margin:0;
 } 

 #p-personal li {
   margin:0;
   border-right:1px dotted rgb(170, 170, 170);
 }

 a.allpagesredirect {
   font-style: italic;
   color: #FEBCBC;
   font-color: #FEBCBC;
 }

 /* This code removes the edit disclaimer when editing. I never liked it anyway. */
 #editpage-copywarn {
   display: none;
   speak: none;
 }

 .allpagesredirect a {
   font-style: italic;
   color: #FEBCBC;
   font-color: #FEBCBC;
 }

 .allpagesredirect a {
   font-style: italic;
   color: #FEBCBC;
   font-color: #FEBCBC;
 }



 /******************************************************************/
 /* CHANGE NAMESPACE BACKGROUND COLOURS                            */
 /******************************************************************/

 .ns-0 * #content {             /* The "Main" Namespace           */
     background: #FFFFFF;       /* White                          */
 }

 .ns-0 * #mytabs li {
     background: #FFFFFF;
 }

 .ns-0 * #mytabs li a {
     background-color: #FFFFFF;
 }

 .ns-0 * #p-cactions li {
     background: #FFFFFF;
 }

 .ns-0 * #p-cactions li a {
     background-color: #FFFFFF;
 }

 .ns-1 * #content {             /* The "Talk" Namespace           */
     background: #FFFFFF;       /* White                          */
 }

 .ns-1 * #mytabs li {
     background: #FFFFFF;
 }

 .ns-1 * #mytabs li a {
     background-color: #FFFFFF;
 }

 .ns-1 * #p-cactions li {
     background: #FFFFFF;
 }

 .ns-1 * #p-cactions li a {
     background-color: #FFFFFF;
 }

 /* .ns-2 * #content {           The "User" Namespace         
     background: #CCFFFF;        Light Blue                   
 }

 .ns-2 * #mytabs li {
     background: #CCFFFF;
 }

 .ns-2 * #mytabs li a {
     background-color: #CCFFFF;
 }

 .ns-2 * #p-cactions li {
     background: #CCFFFF;
 }

 .ns-2 * #p-cactions li a {
     background-color: #CCFFFF;
 } */

 .ns-3 * #content {             /* The "User talk" Namespace      */
     background: #CCFFFF;       /* Light Blue                     */
 }

 .ns-3 * #mytabs li {
     background: #CCFFFF;
 }

 .ns-3 * #mytabs li a {
     background-color: #CCFFFF;
 }

 .ns-3 * #p-cactions li {
     background: #CCFFFF;
 }

 .ns-3 * #p-cactions li a {
     background-color: #CCFFFF;
 }

 .ns-4 * #content {             /* The "HRFWiki" Namespace         */
     background: #E1E1E1;       /* Light Grey                     */
 }

 .ns-4 * #mytabs li {
     background: #E1E1E1;
 }

 .ns-4 * #mytabs li a {
     background-color: #E1E1E1;
 }

 .ns-4 * #p-cactions li {
     background: #E1E1E1;
 }

 .ns-4 * #p-cactions li a {
     background-color: #E1E1E1;
 }

 .ns-5 * #content {             /* The "HRFWiki talk" Namespace    */
     background: #E1E1E1;       /* Light Grey                     */
 }

 .ns-5 * #mytabs li {
     background: #E1E1E1;
 }

 .ns-5 * #mytabs li a {
     background-color: #E1E1E1;
 }

 .ns-5 * #p-cactions li {
     background: #E1E1E1;
 }

 .ns-5 * #p-cactions li a {
     background-color: #E1E1E1;
 }

 .ns-6 * #content {             /* The "Image" Namespace          */
     background: #FEFD9A;       /* Light Yellow                   */
 }

 .ns-6 * #mytabs li {
     background: #FEFD9A;
 }

 .ns-6 * #mytabs li a {
     background-color: #FEFD9A;
 }

 .ns-6 * #p-cactions li {
     background: #FEFD9A;
 }

 .ns-6 * #p-cactions li a {
     background-color: #FEFD9A;
 }

 .ns-7 * #content {             /* The "Image talk" Namespace     */
     background: #FEFD9A;       /* Light Yellow                   */
 }

 .ns-7 * #mytabs li {
     background: #FEFD9A;
 }

 .ns-7 * #mytabs li a {
     background-color: #FEFD9A;
 }

 .ns-7 * #p-cactions li {
     background: #FEFD9A;
 }

 .ns-7 * #p-cactions li a {
     background-color: #FEFD9A;
 }

 .ns-8 * #content {             /* The "MediaWiki" Namespace      */
     background: #ACFEAB;       /* Light Green                    */
 }

 .ns-8 * #mytabs li {
     background: #ACFEAB;
 }

 .ns-8 * #mytabs li a {
     background-color: #ACFEAB;
 }

 .ns-8 * #p-cactions li {
     background: #ACFEAB;
 }

 .ns-8 * #p-cactions li a {
     background-color: #ACFEAB;
 }

 .ns-9 * #content {             /* The "MediaWiki talk" Namespace */
     background: #ACFEAB;       /* Light Green                    */
 }

 .ns-9 * #mytabs li {
     background: #ACFEAB;
 }

 .ns-9 * #mytabs li a {
     background-color: #ACFEAB;
 }

 .ns-9 * #p-cactions li {
     background: #ACFEAB;
 }

 .ns-9 * #p-cactions li a {
     background-color: #ACFEAB;
 }

 .ns-10 * #content {            /* The "Template" Namespace       */
     background: #DFB4FE;       /* Light Purple                   */
 }

 .ns-10 * #mytabs li {
     background: #DFB4FE;
 }

 .ns-10 * #mytabs li a {
     background-color: #DFB4FE;
 }

 .ns-10 * #p-cactions li {
     background: #DFB4FE;
 }

 .ns-10 * #p-cactions li a {
     background-color: #DFB4FE;
 }


 .ns-11 * #content {            /* The "Template talk" Namespace  */
     background: #DFB4FE;       /* Light Purple                   */
 }

 .ns-11 * #mytabs li {
     background: #DFB4FE;
 }

 .ns-11 * #mytabs li a {
     background-color: #DFB4FE;
 }

 .ns-11 * #p-cactions li {
     background: #DFB4FE;
 }

 .ns-11 * #p-cactions li a {
     background-color: #DFB4FE;
 }

 .ns-14 * #content {            /* The "Category" Namespace       */
     background: #FEC570;       /* Light Orange                   */
 }

 .ns-14 * #mytabs li {
     background: #FEC570;
 }

 .ns-14 * #mytabs li a {
     background-color: #FEC570;
 }

 .ns-14 * #p-cactions li {
     background: #FEC570;
 }

 .ns-14 * #p-cactions li a {
     background-color: #FEC570;
 }

 .ns-15 * #content {            /* The "Category talk" Namespace  */
     background: #FEC570;       /* Light Orange                   */
 }

 .ns-15 * #mytabs li {
     background: #FEC570;
 }

 .ns-15 * #mytabs li a {
     background-color: #FEC570;
 }

 .ns-15 * #p-cactions li {
     background: #FEC570;
 }

 .ns-15 * #p-cactions li a {
     background-color: #FEC570;
 }

 .ns--1 * #content {            /* The "Special" Namespace        */
     background: #FEBCBC;       /* Light Red                      */
 }

 .ns--1 * #mytabs li {
     background: #FEBCBC;
 }
 
 .ns--1 * #mytabs li a {
     background-color: #FEBCBC;
 }

 .ns--1 * #p-cactions li {
     background: #FEBCBC;
 }

 .ns--1 * #p-cactions li a {
     background-color: #FEBCBC;
 }

 #footer { margin-top: -0.1em; }

 .SuperSamUserpageOne {
    background-image: url(http://clamburger.org/fanstuff/userpage/index.php?id=1);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top left;
 }

 .SuperSamUserpageTwo {
    background-image: url(http://clamburger.org/fanstuff/userpage/index.php?id=2);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top left;
 }