Difference between revisions of "MediaWiki:Common.css"
From Animal Crossing Mods Wiki
PanchamBro (talk | contribs) (changing colors of footer to be more visible) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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'); | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&family=Varela+Round&display=swap'); | |||
body { | body { | ||
background: # | background: #fff0d5; | ||
font-family: 'Open Sans', sans-serif !important; | font-family: 'Open Sans', sans-serif !important; | ||
} | } | ||
Line 9: | Line 11: | ||
} | } | ||
.mw-footer-container a { | .mw-footer-container a { | ||
color: # | color: #796732; | ||
} | |||
.mw-footer-container a:hover { | |||
color: #b99b43; | |||
transition: color 1s; | |||
} | |||
.mw-footer-container a:visited { | |||
color: #622222; | |||
} | } | ||
.color-left { | .color-left { | ||
Line 30: | Line 39: | ||
} | } | ||
#mw-site-navigation .sidebar-chunk { | #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk { | ||
background: #fff1d7; | background: #fff1d7; | ||
color: #524434; | color: #524434; | ||
Line 38: | Line 47: | ||
a { | a { | ||
color: # | color: #796732; | ||
} | } | ||
a:hover { | a:hover { | ||
color: # | color: #b99b43; | ||
transition: color 1s; | |||
} | |||
a:visited { | |||
color: #622222; | |||
} | |||
/* Custom table design */ | |||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
background-color: #f9dca6; | |||
background-image: url(https://acmods.org/images/1/13/WorkBenchCardPatternAr.png); | |||
background-size: 150px; | |||
background-blend-mode: screen; | |||
} | } |
Latest revision as of 05:40, 20 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');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&family=Varela+Round&display=swap');
body {
background: #fff0d5;
font-family: 'Open Sans', sans-serif !important;
}
.mw-footer-container {
color: #674b2b;
}
.mw-footer-container a {
color: #796732;
}
.mw-footer-container a:hover {
color: #b99b43;
transition: color 1s;
}
.mw-footer-container a:visited {
color: #622222;
}
.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;
}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
background: #fff1d7;
color: #524434;
border: solid #d8ccb6;
box-shadow: 0 1px 2px 1px #9e8364;
}
a {
color: #796732;
}
a:hover {
color: #b99b43;
transition: color 1s;
}
a:visited {
color: #622222;
}
/* Custom table design */
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #f9dca6;
background-image: url(https://acmods.org/images/1/13/WorkBenchCardPatternAr.png);
background-size: 150px;
background-blend-mode: screen;
}