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