MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
JoshuaJSlone (talk | contribs) No edit summary |
JoshuaJSlone (talk | contribs) No edit summary |
||
Line 28: | Line 28: | ||
#content { | #content { | ||
background-color: red; | |||
} | |||
#content.mw-body { | |||
background-color: red; | background-color: red; | ||
} | } | ||
#bodyContent { | #bodyContent { | ||
background-color: | background-color: #f3f7f6; | ||
} | } |
Revision as of 16:45, 9 March 2014
/* CSS placed here will be applied to all skins */
h1 {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}
h2 {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}
h3 {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}
body {
background-color: #E7F0ED;
}
#mw-head {
background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED);
}
#content {
background-color: red;
}
#content.mw-body {
background-color: red;
}
#bodyContent {
background-color: #f3f7f6;
}