MediaWiki:Vector.css
From Animal Crossing Mods Wiki
Revision as of 04:18, 20 September 2021 by PanchamBro (talk | contribs) (changing body and vector tabs)
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.
/* All CSS here will be loaded for users of the Vector skin */
/* Main body adjustments */
.mw-wiki-logo {
background-image: url(/images/logos/acmods.png?9a2e7);
background-size: 150px;
}
body {
background: #ECAF70;
font-family: 'Open Sans',sans-serif !important;
}
#mw-page-base {
background: transparent !important;
}
.mw-body {
background-color: #ECE6CC;
margin-top: -1px;
border: none;
border-right-width: 0;
box-shadow: 0 0.22em 0.9em 0.1em #805216;
border-radius: 2em;
}
/* Vector tabs */
.vector-menu-tabs li, .vector-menu-tabs li.selected, .vector-menu-dropdown {
background: #F5F7E1;
background-image: none;
border-radius: 5em;
margin: -4px 1px 0 -9px;
}
#left-navigation {
margin-left: 11em !important;
}
.vector-menu-tabs, .vector-menu-tabs .selected, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
background: none;
}
.vector-menu-tabs .selected a {
color: #F9CC65;
}
/* Text headers */
h1, h2 {
border-bottom: 2px dashed #805216;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
margin-bottom: 0.25em;
padding: 0;
font-family: 'Varela Round',sans-serif;
line-height: 1.3;
color: #805216;
}