MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
} | } | ||
.page-User_Michael_Murtaugh #content ul,p,h1,h2,h3 { | .page-User_Michael_Murtaugh #content ul,p,h1,h2,h3 { | ||
background | background: white; | ||
} | } |
Revision as of 17:10, 17 March 2014
/* CSS placed here will be applied to all skins */
body {
}
div#mw-panel {
background: white;
}
th {
vertical-align: top;
}
/* Cover Image */
.page-User_Michael_Murtaugh #content {
background-image: url('/~mmurtaugh/lastimage.php');
background-size: 100%
}
.page-User_Michael_Murtaugh #content ul,p,h1,h2,h3 {
background: white;
}