MediaWiki
MediaWiki:Common.css
From Grouse House Wiki
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.
/* Hiding content to discourage use */
li#ca-talk {
display: none;
}
nav#p-tb {
display: none;
}
/* Backgrounds */
div#mw-head {
background: url(https://cdn.discordapp.com/attachments/755155800212767092/811302118115377192/unknown.png) top left fixed;
}
body {
background: url(https://cdn.discordapp.com/attachments/755155800212767092/811302118115377192/unknown.png) top left fixed;
}
/* Text */
a {
color: #5388a0; !important
}
a:visited {
color: #356277 !important
}
/* Sidebar */
.vector-menu-content {
background: white;
}
.mw-portlet .vector-menu-heading {
background: white;
}
nav#p-navigation {
margin-top: -2.4em;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content {
padding: 10px;
}
h3#p-Test_Pages-label {
padding: 10px;
}
.mw-body, #mw-data-after-content {
margin-left: 10em;
margin-right: 5em;
}
@media screen and (min-width: 982px)
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
margin-left: 10.47em; !important
margin-right: 5em;
}
div#mw-panel {
background: #252525;
height: 100vh;
position: fixed;
}
