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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Removing the Main Page title from the main page. */
body.page-Main_Page #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
display: none !important;
}
.infobox{background-color:#E8E8EE;border:3px solid #A7A8C1;border-spacing:4px;float:right;font-size:88%;line-height:1.5em;margin-left:6px;padding:10px;text-align:left;width:24em}
.infobox_head{font-size:150%;font-weight:700;text-align:center}
.infobox_img{text-align:center}
.infobox_animlink{padding-bottom:0;text-align:center}
.infobox_link{padding-bottom:4px;text-align:center}
.infobox_subhead{font-size:125%;font-weight:700;padding-top:12px;text-align:center}
.infobox_table{background-color:#E8E8EE;border:0px;border-spacing:0px 4px;margin-left:0px;padding:0}