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 */
/* No page name on main page (en) */
body.page-Main_Page h1.firstHeading {
display: none;
}
.IW_BigGreenIconBox {
border-spacing: 0px;
border: 1px solid #28903b;
display: inline-block !important;
}
.IW_BigGreenIconBox td {
text-align: center;
width: 85px;
}
.IW_BigGreenIconBox td img {
margin: -2px;
}
.IW_MissionAndSponsorsBox {
float: right;
border: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
width: 375px;
margin-left: 20px;
background-color: #FFF;
}
.IW_MissionAndSponsorsBox .MissionStatement {
color: #000;
background-color: #f6f6f6;
padding: 5px 10px;
border: 1px solid #0d8323;
text-align:center;
}
.IW_MissionAndSponsorsBox .Sponsors {
margin: 0;
font-family: sans-serif;
font-size: 12px;
text-align: left;
padding: 20px 0px 20px 15px;
}