User:Phil Boswell/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

#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
}