User:Phil Boswell/monobook.css
Appearance
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:Phil Boswell/monobook.js. |
#content
{
background: #D8BFD8;
}
.ns-0 * #content
{
background: #FFF;
}
.ns-10 * #content
{
background: #09F;
}
.ns-14 * #content
{
background: #F9F;
}
#gallerytext
{
text-align:center;
}
#siteSub
{
display: block;
}
#siteNotice {
padding-left: 4px;
font-style: italic;
text-align: center;
}
span.diffchange
{
color: #800080;
background-color: #99ff00
}
.newpage
{
background: #FFFF00;
}
/* save this for later
#catlinks {
margin: 0;
padding: 0;
width: 100%;
text-align: left;
float: none;
}
*/
/* save paper with very small fonts */
@media print {
#footer,
#content,
body { font-size: 6pt !important; }
h1 { font-size: 12pt }
h2 { font-size: 11pt }
h3 { font-size: 10pt }
h4 { font-size: 9pt }
h5 { font-size: 8pt }
h6 {
font-size: 7pt;
font-weight: normal;
}
}
/* show me the templates */
.IPA { background: #ADDFAD; }
.polytonic { background: #FCF; } /*, span[lang|="grc"] */
.Unicode { background: #CCF; }
.latinx { background: #FF6; }
/* try this for size */
.allpagesredirect { font-style: italic; font-size: 90%; margin-left: 1em; }
//[[WP:PDATA]]
table.persondata {display:block;}
table.persondata {display:table;}
/* add a little icon to PDF links
#bodyContent a[href $="pdf"] {
background: url(http://upload.wikimedia.org/wikipedia/en/thumb/7/79/Adobepdfreader7_icon.png/15px-Adobepdfreader7_icon.png) center right no-repeat;
padding-right: 15px;
} now handled globally */
// make REDIRECTs stand out in the Watch-list
.watchlistredir {
font-style: italic;
}
// make the edit summary box wider
input#wpSummary {
width: 80%;
}
//make the stubs stand out
.metadata { background: #FF9; } //was boilerplate
span.mw-headline {
border-top: 1px solid slategray
}