MediaWiki:Common.css
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 */
/* MEDIAWIKI IMPORTED */
@media (min-width: 640px) {
.infobox {
/* @noflip */
margin: 0.5em 0 0.5em 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
width: 22em;
}
}
/* CUSTOM */
body {
background-color: rgb(33 94 28);
overflow-y: scroll;
}
.mw-body{
background-color: #1c1c1c;
color:white;
border:none;
box-shadow: -5px -5px 5px #648f45;
}
.mw-heading, h1, h2, h3, h4, h5, h6 {
color:white;
}
.vector-legacy-sidebar{
background-color:none;
color:white;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading{
color:white;
}
.vector-menu-dropdown .vector-menu-heading{
color:white;
}
#mw-page-base{
background-image:none;
background: linear-gradient(180deg, rgb(89 90 21) 0%, rgb(33 94 28) 34%);
}
<!--.vector-legacy-sidebar{
color:white;
background-color:#ffffffba;
}-->
.vector-menu-content{
background-color:#ffffffba;
border-radius:2px;
padding:2px;
}
#firstHeadingTitle, #firstHeading, .mw-body h1, .mw-body h2{
font-family:arial !important;
}