MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
JoshuaJSlone (talk | contribs) (Undo revision 8717 by JoshuaJSlone (talk)) Tag: Undo |
JoshuaJSlone (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
font-family: 'Courier New', Courier, monospace; | font-family: 'Courier New', Courier, monospace; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
#bodyContent { | |||
line-height: 1.5em; | |||
font-size: 0.8em; | |||
} | } | ||
Revision as of 23:39, 16 April 2023
/* CSS placed here will be applied to all skins */
#firstHeading{
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
font-size: 1.6em;
}
.mw-body-content h2 {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}
.mw-body-content h3 {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}
#bodyContent {
line-height: 1.5em;
font-size: 0.8em;
}
body {
background-color: #E7F0ED;
}
#mw-head {
background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED);
}
#content.mw-body {
background: linear-gradient(to right, white, white, #E7F0ED);
}
#bodyContent {
background-color: white;
}