Jump to content

User:Mst 985/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* change background of unselected tabs */
#p-cactions ul li a { background: #fff; }

/* change background of selected tabs */
#p-cactions ul li.selected a { background: #F0FFF0; }

/* change border color of selected tabs */
#p-cactions li.selected { border-color: #008000; }

body
{
    background: #95d9f8 url(http://nj.arvanitis.googlepages.com/bluefade.png) repeat-x;
    font-family: helvetica, arial, sans-serif;
}

#p-nbx h5, #p-navigation h5, #p-lang h5, #p-tb h5, #p-tbx h5, #p-nav h5, #p-search h5, #p-wikicities-nav h5, #p-interaction h5 {
background: #5F9F9F;
padding: 3px 10px;
display: block;
font-weight: normal;
font-size: 0.9em;
margin-bottom: 2px;
color: #fff;
border:1px solid #528B8B;
}

#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody, #p-interaction .pBody { 
    display: block; 
    border: 1px solid #778899; 
    background: #F0FFFF; 
} 

/* Wikia messages disabled pending graphical fix relating to extremely long messages dislocating background sections. */
#p-wikicities-nav, #p-coll-create_a_book {
    display:none;
}

li#pt-userpage,	li#pt-anonuserpage, li#pt-login
{
    background: url(http://nj.arvanitis.googlepages.com/newperson.png) top left no-repeat;
}
#p-personal .pBody ul { 
    background: none; 
    float: right; 
    padding-left: 0; 
    height: 2em;
} 
#p-personal li { 
    margin: 0; 
} 
#p-personal li a { 
    padding: 0.5em; 
} 
#p-personal li a:hover { 
    background: #fff; 
}
#footer { 
    border: none;
    background: none;
}