MediaWiki:Minerva.css
Jump to navigation
Jump to search
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the MinervaNeue skin */
.header-container,
.mw-page-title-main,
.mw-headline,
.mw-footer.minerva-footer,
.post-content,
.mw-editsection,
.pre-content.heading-holder{
display: none;
}
#References{
display: block;
}
/* Disables clicking on all links in the content area */
/*
a {
pointer-events: none;
cursor: not-allowed !important;
text-decoration: none;
color: inherit;
}
color: inherit; Makes links look like regular text
*/
@media screen and (min-width: 993.3px) {
.banner-container,.minerva-anon-talk-message,.minerva-header,.page-header-bar,.overlay-header,.content,.overlay-content,.content-unstyled,.pre-content,.post-content,#mw-content-text > form {
margin-left:0px;
margin-right:0px;
width:100%;
max-width:100%;
}
}
#mw-mf-page-center {
background-color: transparent;
}