MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
FablesAdmin (talk | contribs) No edit summary |
FablesAdmin (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
/* background-image: linear-gradient(-90deg, #000, #344E77); */ | /* background-image: linear-gradient(-90deg, #000, #344E77); */ | ||
background-color: #20394F; | background-color: #20394F; | ||
background-image: url(https://i.imgur.com/ | background-image: url(https://i.imgur.com/fFstNe5.png); | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
| Line 15: | Line 15: | ||
/* background-image: linear-gradient(-90deg, #000, #344E77); */ | /* background-image: linear-gradient(-90deg, #000, #344E77); */ | ||
background-color: #20394F; | background-color: #20394F; | ||
background-image: url(https://i.imgur.com/ | background-image: url(https://i.imgur.com/kfMXsYL.png); | ||
background-size: repeat; | background-size: repeat; | ||
color: #fff; | color: #fff; | ||
Revision as of 12:27, 10 July 2021
/* CSS placed here will be applied to all skins */
h1 {
text-align: left;
}
body {
/* background-image: linear-gradient(-90deg, #000, #344E77); */
background-color: #20394F;
background-image: url(https://i.imgur.com/fFstNe5.png);
background-size: cover;
}
#mw-page-base {
/* background-image: linear-gradient(-90deg, #000, #344E77); */
background-color: #20394F;
background-image: url(https://i.imgur.com/kfMXsYL.png);
background-size: repeat;
color: #fff;
}
#footer a {
color: #fff;
}
#mw-panel .portal h3 {
color: #fff;
}
#right-navigation {
color: #000;
}
#left-navigation {
color: #000;
}
#mw-panel a {
color: #fff;
}