MediaWiki:Common.css: Difference between revisions
From Anemos wiki
Anemosadmin (talk | contribs) No edit summary |
Anemosadmin (talk | contribs) No edit summary |
||
Line 49: | Line 49: | ||
font-size: calc(1em * 0.875); | font-size: calc(1em * 0.875); | ||
line-height:1.6 | line-height:1.6 | ||
} | |||
#mw-panel { | |||
font-size: 15px; | |||
font-family: 'Rubik', sans-serif; | |||
} | } |
Revision as of 08:14, 13 October 2022
body {
background-color: #fff;
}
#mw-page-base {
background-color: #fff;
background-image: none;
}
.vector-menu-tabs li a {
color: #00adee;
padding-top: 10px;
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: 'Rubik', sans-serif;
line-height:1.3;
font-weight: 100; /*normal */
}
.mw-body-content {
font-family: 'Rubik', sans-serif;
font-size: 0.875em;
font-size: calc(1em * 0.875);
line-height:1.6
}
#mw-panel {
font-size: 15px;
font-family: 'Rubik', sans-serif;
}