Difference between revisions of "MediaWiki:Common.css"

From Animal Crossing Mods Wiki
(Created page with "→‎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...")
 
Line 3: Line 3:
body {
body {
background: #d8ccb6;
background: #d8ccb6;
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans', sans-serif !important;
}
}
.mw-footer-container a {
.mw-footer-container a {
Line 16: Line 16:
.color-right {
.color-right {
     background: #7a904d;
     background: #7a904d;
}
#p-logo-text a {
font-family: 'Open Sans', sans-serif !important;
}
}

Revision as of 08:06, 12 September 2021

/* 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 a {
    color: #705d47;
}
.color-left {
    background: #54d4fc;
}
.color-middle {
	background: #1c7c24;
}
.color-right {
    background: #7a904d;
}

#p-logo-text a {
	font-family: 'Open Sans', sans-serif !important;
}