MediaWiki:Common.css: Difference between revisions
Carl Pettitt (talk | contribs) No edit summary |
Carl Pettitt (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
font-variant: none; | font-variant: none; | ||
color: #014c68; | color: #014c68; | ||
} | |||
#p-logo-text a.long { | |||
font-size: 1.1em; | |||
line-height: 1.1; | |||
} | } | ||
Revision as of 01:13, 5 November 2024
/* CSS placed here will be applied to all skins */
body {
background: #014c68;
}
#p-logo-text a {
font-family: sans-serif;
font-variant: none;
color: #014c68;
}
#p-logo-text a.long {
font-size: 1.1em;
line-height: 1.1;
}
.color-left,
.color-middle,
.color-right {
background: #014c68;
}
#mw-content-container {
border-color: #37abc8;
}