User:Mst 985/monobook.css
Appearance
(Redirected from User:Michael.Turco/monobook.css)
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Mst 985/monobook.js. |
/* 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;
}