MediaWiki:Monobook.css: Difference between revisions

From Lawries Tunes Archive
Jump to navigationJump to search
(Update CSS with history version)
 
(Experiment with changed background to white)
Line 21: Line 21:
}
}


pre { background: #DDDDBB }
pre { background: #FFFFFF }


div#footer {
div#footer {

Revision as of 00:35, 16 December 2016

/* CSS placed in MediaWiki:Monobook.css affects all users of MonoBook skin */
body {
        background: #CCCC99 url(headbg.jpg) 0 0 no-repeat;
        color: black;
}

div#content {
        background: #DDDDBB;
        color: black;
        border: 1px solid #aaa;
        border-right: none;
        line-height: 1.5em;
}

.pBody {
        background-color: #DDDDBB;
        color: black;
        border-collapse: collapse;
        border: 1px solid #aaa;
        padding: 0 .8em .3em .5em;
}

pre { background: #FFFFFF }

div#footer {
        background-color: #DDDDBB;
}