MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
Copy the styles from the main ICANNWiki "mission box" into the stylesheet so that we can refer to and incorporate them via the IW_MissionBox class |
||
Line 19: | Line 19: | ||
.IW_BigGreenIconBox td img { | .IW_BigGreenIconBox td img { | ||
margin: -2px; | margin: -2px; | ||
} | |||
.IW_MissionBox { | |||
float: right; | |||
border: 1px solid #c0c0c0; | |||
border-bottom: 1px solid #c0c0c0; | |||
width: 375px; | |||
margin-left: 20px; | |||
background-color: #FFF; | |||
} | } |
Revision as of 17:40, 21 July 2015
/* 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_MissionBox {
float: right;
border: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
width: 375px;
margin-left: 20px;
background-color: #FFF;
}