MediaWiki:Common.css
From Anemos wiki
Revision as of 10:56, 12 October 2022 by Anemosadmin (talk | contribs)
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
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;
}
@media screen {
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
margin-bottom: 0.25em;
padding: 0;
font-family: 'open sans';
line-height: 1.3;
}
}