MediaWiki:Monobook.css

From Animal Crossing Mods Wiki
Revision as of 09:50, 21 September 2021 by PanchamBro (talk | contribs) (started development of monobook skin on ACMods)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 MonoBook skin */

/* Main skin adjustments */
.mw-wiki-logo {
    background-image: url(/images/logos/acmods.png?9a2e7);
    background-size: 150px;
}
body {
    background: url(https://acmods.org/images/7/7e/ACMods_Background.png);
        background-size: auto;
    font-family: 'Open Sans',sans-serif !important;
    background-size: 350px;
}
.mw-body {
    background-color: #ECE6CC;
    border: none;
    border-right-width: 0;
    box-shadow: 0 0.22em 0.9em 0.1em #805216;
    border-radius: 2em;
    border: none;
}

/* Header changes */
.firstHeading {
	font-family: 'Varela Round',sans-serif;
	color: #805216;
}

h1, h2 {
    border-bottom: 2px dashed #805216;
}