Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
(Created page with "→‎Old Infobox template style: .infobox { border: 1px solid #020202; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #020202; } .in...")
 
No edit summary
Line 33: Line 33:
body.page-Starfield_Wiki header.mw-body-header {  
body.page-Starfield_Wiki header.mw-body-header {  
   display: none;
   display: none;
}
/* remove the empty space below the search bar and above the content */
div.vector-sitenotice-container {
  display: none;
}
.action-view .mw-body-subheader {
    display:none!important;
}
}