MediaWiki:Monobook.css: Difference between revisions

From Lawries Music People Archive
Jump to navigationJump to search
(Modify monobook css colors)
 
(Alter to match BTwiki css)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
/* CSS placed here will affect users of the MonoBook skin */
body {
body {
background: #DDDDBB url(headbg.jpg) 0 0 no-repeat;
background: #CCCC99 url(headbg.jpg) 0 0 no-repeat;
color: black;
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: #DDDDBB }

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

Latest revision as of 06:27, 13 February 2017

/* CSS placed here will affect users of the 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: #DDDDBB }

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