Difference between revisions of "User:Arav the Undersith/monobook.css"

no edit summary
wikia:banjokazooie>Arav the Undersith
(New page: →‎<pre><nowiki>: →‎Background: body { background-color: #ff0000; background-repeat: repeat-y; background-position: center; } #bodyContent, #content, #footer { backgrou...)
 
wikia:banjokazooie>Arav the Undersith
Line 1: Line 1:
/*<pre><nowiki>*/
/*<pre><nowiki>*/


/* Background */
/* Background-done */
body {
body {
     background-color: #ff0000;
     background-color: #ff0000;
Line 38: Line 38:
}
}


/* You have new messages Runescape style */
/* You have new messages box-done */
.usermessage {
.usermessage {
   background-color: #000000;
   background-color: #00008b;
   border: 3px solid #382418;
   border: 3px solid #ffd700;
   color: #90C040;
   color: #ffffff;
   font-weight: normal;
   font-weight: normal;
   margin: .5em 0em .5em 0em;
   margin: .5em 0em .5em 0em;
Line 49: Line 49:
}
}


/* Display text below main article header, located at MediaWiki:tagline */
/* Display text below main article header, located at MediaWiki:tagline-kinda done */
#siteSub {
#siteSub {
     display: inline;
     display: inline;
Line 70: Line 70:
}
}


/* Appearance when MOUSE HOVERS OVER TABS */
/* Appearance when MOUSE HOVERS OVER TABS-done */
#p-cactions ul li a:hover {  
#p-cactions ul li a:hover {  
color: #000;
color: #000;
background-color: #C2AB79;
background-color: #ff0000;
}
}


/* Change color of SELECTED tabs */
/* Change color of SELECTED tabs-done */
#p-cactions ul li.selected a {  
#p-cactions ul li.selected a {  
background: #C2AB79;
background: #ff0000;
color: #000;
color: #000;
}
}


/* Change color of NON SELECTED tabs */
/* Change color of NON SELECTED tabs-done */
#p-cactions ul li a {  
#p-cactions ul li a {  
background: #7B4F17;
background: #b22222;
font-weight: bold;
font-weight: bold;
color: #000;
color: #000;
Line 115: Line 115:
}
}


/* Area where it says your username, talk page, etc. */
/* Area where it says your username, talk page, etc.-done */
#p-personal a {
#p-personal a {
color: #90C040 !important;
color: #ff0000 !important;
background-color: transparent;
background-color: transparent;
}
}


/* Table of Contents */
/* Table of Contents-done */
#toc {
#toc {
     border:1px solid #000000;
     border:2px solid #ffd700;
     background-color:#D6BC83;
     background-color:#00008b;
     padding:5px;
     padding:5px;
     font-size: 95%;
     font-size: 95%;
Line 159: Line 159:
}
}


/* change the top-left logo */
/* change the top-left wiki logo-done */
#p-logo a { background: url(http://runescape.wikia.com/images/b/bc/Wiki.png) 35% 50% no-repeat !important; }
#p-logo a { background: url(http://images.wikia.com/banjokazooie/images//b/bc/Wiki.png) 35% 50% no-repeat !important; }




/*</nowiki></pre>*/
/*</nowiki></pre>*/