Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body { font-size: larger; }") |
|||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | body { font-size: larger; | ||
| + | } | ||
| − | body { | + | a.new { |
| + | color: #008000 !important; | ||
| + | } | ||
| + | |||
| + | .mw-body .firstHeading { | ||
| + | color: #00008B; | ||
| + | } | ||
| + | |||
| + | .mw-body-content h2 { | ||
| + | color: #00008B; | ||
| + | } | ||
| + | |||
| + | .vector-menu-tabs .new a, .vector-menu-tabs .new a:visited { | ||
| + | color: #4169E1; | ||
| + | } | ||
Latest revision as of 04:23, 5 February 2023
/* CSS placed here will be applied to all skins */
body { font-size: larger;
}
a.new {
color: #008000 !important;
}
.mw-body .firstHeading {
color: #00008B;
}
.mw-body-content h2 {
color: #00008B;
}
.vector-menu-tabs .new a, .vector-menu-tabs .new a:visited {
color: #4169E1;
}