MediaWiki:Monobook.css: Difference between revisions

We'll put it up to community concensus...or actually, GPT, I'll send you and a rest an email, we can discuss there ;-)
(it didn't work--it isn't white. anyway, DON'T remove the new thing... it makes things bettah.)
(We'll put it up to community concensus...or actually, GPT, I'll send you and a rest an email, we can discuss there ;-))
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */  
/* edit this file to customize the monobook skin for the entire site */  


/* <pre><nowiki> */
#p-personal li a:hover {
 
  color: white;
.allpagesredirect a { background: url(http://uncyclopedia.org/images/5/5c/Allpagesredirect.gif) center left no-repeat; padding-left: 13px; }
  text-decoration: underline;
}


li#pt-userpage, li#pt-anonuserpage, li#pt-login
li#pt-userpage, li#pt-anonuserpage, li#pt-login
Line 92: Line 93:
   border: none;
   border: none;
  }
  }
/*Gives the personal zone a nice area*/
#p-personal > div > ul {
        background: #FFFFFF;
        border-left: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        width: auto;
        display: inline;
        position: absolute;
        right: -7px;
        padding-left: 0px;
        padding-bottom: 1px;
}
/*Gives adbars a styled area.*/
#column-google div,
#column-google iframe
{
        background: #F9FFFF;
        border: 1px solid #aaa;
        border-right: 0px;
        padding: 5px 0px 5px 5px;
}
/* </nowiki> */