MediaWiki:Common.css: Difference between revisions
From Anemos wiki
Anemosadmin (talk | contribs) No edit summary |
Anemosadmin (talk | contribs) No edit summary |
||
Line 37: | Line 37: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.mw-body, .mw-body-content, .mw-body-content h2 { | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
margin-bottom: 0.25em; | margin-bottom: 0.25em; | ||
padding: 0; | padding: 0; | ||
font-family: 'Open Sans', 'Roboto', sans-serif; | |||
line-height: 1.3 | line-height:1.3 | ||
} | } |
Revision as of 11:08, 12 October 2022
body {
background-color: #fff;
}
#mw-page-base {
background-color: #fff;
background-image: none;
}
.vector-menu-tabs li a {
color: #00adee;
padding-top: 12px;
padding-left: 18px;
padding-right: 18px;
}
a.new, #p-personal a.new {
color: black;
}
a, .vector-menu-tabs .new a, .vector-menu-tabs .new a:visited, .portal .body li a:visited, .vector-menu-portal .body li a:visited, .portal .body li a, .vector-menu-portal .body li a, a:visited {
color: #00adee;
}
.vector-menu-tabs li {
background-image: none;
background: white;
}
.vector-menu-tabs .selected, .vector-menu-tabs li:hover {
background-image: none;
background: #00adee;
}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited, .vector-menu-tabs a:hover, .vector-menu-tabs .new a:hover {
color: white;
text-decoration: none;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
margin-bottom: 0.25em;
padding: 0;
font-family: 'Open Sans', 'Roboto', sans-serif;
line-height:1.3
}