User:Bobbob/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
body, html body #globalWrapper | body, html body #globalWrapper, .mw-body, #mw-page-base { | ||
background-color:black; | background-color:black; | ||
color:#aaa; | color:#aaa; | ||
} | } | ||
#mw-page-base { | |||
background-image: none; | |||
} | |||
.mw-body { | |||
margin: 0px; | |||
border: 0px; | |||
} | |||
h1, h2, h3, h4, h5, h6 { | |||
color: #bbb; | |||
} | |||
div#mw-panel { | |||
position: relative; | |||
width: 100%; | |||
} | } |
Revision as of 17:41, 29 April 2016
body, html body #globalWrapper, .mw-body, #mw-page-base { background-color:black; color:#aaa; } #mw-page-base { background-image: none; } .mw-body { margin: 0px; border: 0px; } h1, h2, h3, h4, h5, h6 { color: #bbb; } div#mw-panel { position: relative; width: 100%; }