MediaWiki:Common.css
From Animal Crossing Mods Wiki
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.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
body {
background: #d8ccb6;
font-family: 'Open Sans', sans-serif !important;
}
.mw-footer-container {
color: #674b2b;
}
.mw-footer-container a {
color: #705d47;
}
.color-left {
background: #54d4fc;
}
.color-middle {
background: #1c7c24;
}
.color-right {
background: #7a904d;
}
.mw-wiki-title {
font-family: 'Open Sans', sans-serif !important;
}
#mw-content-container {
background: #d8ccb6;
border-bottom: solid 4px #9e8364;
}