MediaWiki:Common.css: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Tektronix plot background: body, #mw-head{ background: url("custom/bg.jpg"); : }")
 
(backgrounds around navstuff)
Line 3: Line 3:
body, #mw-head{
body, #mw-head{
     background: url("custom/bg.jpg");            /**/
     background: url("custom/bg.jpg");            /**/
}
#p-personal ul li {
    background: #ccddff;
}
.portal { /* navigation area */
    background: #ddffdd;
    border: 2px solid #006600;
}
#p-cactions-label {
background: #ddffff;
}
}

Revision as of 16:29, 8 December 2019

/* CSS placed here will be applied to all skins */
/* Tektronix plot background */
body, #mw-head{
    background: url("custom/bg.jpg");            /**/
}
#p-personal ul li {
    background: #ccddff;
}
.portal { /* navigation area */
    background: #ddffdd;
    border: 2px solid #006600;
}
#p-cactions-label {
	background: #ddffff;
}