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 23: | Line 23: | ||
#mw-head { | #mw-head { | ||
background: | background: radial-gradient(red, #E7F0ED); | ||
} | } |
Revision as of 16:22, 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: radial-gradient(red, #E7F0ED);
}