MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
JoshuaJSlone (talk | contribs) (Focus on the one I want, try gradient...) |
JoshuaJSlone (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
body { | body { | ||
// background-color: #E7F0ED; | |||
background-color: linear-gradient(red, blue); | |||
} | } | ||
Revision as of 16:18, 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;
background-color: linear-gradient(red, blue);
}
#mw-head {
background-color: linear-gradient(red, blue);
}