User:RandomYoshi/monobook.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 18: Line 18:
font-family:Courier New;
font-family:Courier New;
font-size:12px;
font-size:12px;
background:#007D00;
background:#000000;
color:#FFFF00;
color:#FFA500;
}
}
/* Makes the plus-sign in the recent changes white and the minus-sign black */
.mw-plusminus-pos{color:#FFF;}
.mw-plusminus-neg{color:#000;}
/* Stuff regarding '<pre>' */
pre{background:#000;color:#FF0;}

Revision as of 16:30, December 7, 2011

/* This was actually created by SWFlash, a user on Super Mario *
 * Wiki, who was a helpful and awesome guy for doing this for me.  */
body{background:#009900!important}
#content{background:#35B200!important;border-color:#004C00!important}
#bodyContent,td{font-size:12px}
#bodyContent,h1,h2,h3,h4,h5,#siteNotice{color:#E5C422!important}
#p-cactions li{border-color:#13AF13!important;background:#8CD88C!important}
#p-cactions li a{background:#8CD88C!important}
#p-cactions li.selected{border-color:#004C00!important;background:#35B200!important}
#p-cactions li.selected a{background:#35B200!important}
*{font-family:'Courier New'!important}
a:link{color:#333!important}a:visited{color:#ffa500!important}
a:hover{color:#7d7d7d!important}#p-personal li a:hover{background:none!important}
.mainpagebox,.toc,.thumbinner,#catlinks,.pBody{background:#4AA571!important}
#p-personal .pBody,#p-cactions .pBody{background:none!important}
/* This part, however, was created by me, RandomYoshi. */
textarea{
font-family:Courier New;
font-size:12px;
background:#000000;
color:#FFA500;
}
/* Makes the plus-sign in the recent changes white and the minus-sign black */
.mw-plusminus-pos{color:#FFF;}
.mw-plusminus-neg{color:#000;}
/* Stuff regarding '<pre>' */
pre{background:#000;color:#FF0;}