User:Super Sam/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(Talk page colours)
(I shoulda done this like a million years ago!)
Line 1: Line 1:
-
/******************************************************************/
+
/* Hey everybody! This is Super Sam's style sheet. */
-
/* CHANGE NAMESPACE BACKGROUND COLOURS                            */
+
/* Changes made here will only effect Sam's account. */
-
/******************************************************************/
+
-
.ns-0 * #content {            /* The "Main" Namespace          */
+
/* Just to let everybody know, whenever I change this */
-
    background: #FFFFFF;      /* White                          */
+
/* 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. */
-
.ns-2 * #content {            /* The "User" Namespace          */
+
/* I was doing this BEFORE it was cool! */
-
    background: #CCFFFF;      /* Light Blue                    */
+
-
}
+
-
.ns-3 * #content {            /* The "User talk" Namespace      */
+
/* The following code was created by Thetorpedodog. */
-
    background: #CCFFFF;      /* Light Blue                    */
+
/* http://meta.wikimedia.org/wiki/User:Thetorpedodog/monobook.css */
-
}
+
-
.ns-4 * #content {            /* The "HRWiki" Namespace        */
+
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
-
    background: #E1E1E1;       /* Light Grey                    */
+
#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;
 +
}
-
.ns-5 * #content {            /* The "HRWiki talk" Namespace    */
+
/* same following the css3 draft specs, any browsers supporting this? */
-
    background: #E1E1E1;      /* Light Grey                    */
+
        /* 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;
 +
}
-
.ns-6 * #content {            /* The "Image" Namespace          */
+
/* Gets rid of the border on the left of the nav boxes in rounders. Doesn't
-
    background: #FEFD9A;       /* Light Yellow                  */
+
look so good in non-roundness. */
-
}
+
div.pBody {
 +
  border-left:none;
 +
}
-
.ns-7 * #content {             /* The "Image talk" Namespace    */
+
/* Make the personal toolbar have roundness */
-
     background: #FEFD9A;       /* Light Yellow                  */
+
#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;
 +
 
 +
}
-
.ns-8 * #content {             /* The "MediaWiki" Namespace      */
+
#p-personal a:hover {
-
    background: #ACFEAB;       /* Light Green                    */
+
  background:#FFF;
-
}
+
}
-
.ns-9 * #content {             /* The "MediaWiki talk" Namespace */
+
#p-personal a {
-
    background: #ACFEAB;       /* Light Green                    */
+
  padding:.5em;
-
}
+
  margin:0;
 +
}  
-
.ns--1 * #content {           /* The "Special" Namespace        */
+
#p-personal li {
-
    background: #FEBCBC;       /* Light Red                      */
+
  margin:0;
-
}
+
  border-right:1px dotted rgb(170, 170, 170);
 +
}
-
#mytabs li {
+
a.allpagesredirect {
-
    background: #F8FCFF;
+
  font-style: italic;
-
}
+
  color: #FEBCBC;
 +
  font-color: #FEBCBC;
 +
}
-
.ns-0 * #mytabs li {
+
/* This code removes the edit disclaimer when editing. I never liked it anyway. */
-
    background: white;
+
#editpage-copywarn {
-
}
+
  display: none;
 +
  speak: none;
 +
}
-
#mytabs li a {
+
.allpagesredirect a {
-
    background-color: #F8FCFF;
+
  font-style: italic;
-
}
+
  color: #FEBCBC;
 +
  font-color: #FEBCBC;
 +
}
-
.ns-0 * #mytabs li a {
+
.allpagesredirect a {
-
    background-color: white;
+
  font-style: italic;
-
}
+
  color: #FEBCBC;
 +
  font-color: #FEBCBC;
 +
}
-
/* For p-cactions (the top "tabs") it works only because my .js moves them into the
 
-
  "ns-0" wrapper anyway. */
 
-
#p-cactions li {
 
-
    background: #F8FCFF;
 
-
}
 
-
.ns-0 * #p-cactions li {
 
-
    background: white;
 
-
}
 
-
#p-cactions li a {
+
/******************************************************************/
-
    background-color: #F8FCFF;
+
/* CHANGE NAMESPACE BACKGROUND COLOURS                            */
-
}
+
/******************************************************************/
-
.ns-0 * #p-cactions li a {
+
.ns-0 * #content {             /* The "Main" Namespace          */
-
    background-color: white;
+
    background: #FFFFFF;       /* White                          */
-
}
+
}
-
#footer { margin-top: -0.1em; }
+
.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; }

Revision as of 11:36, 29 July 2006

 /* 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; }
Personal tools