MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
imported>TkTech No edit summary |
imported>TkTech No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Hide the main page title */ | |||
body.page-Main_Page h1.firstHeading { display:none; } | |||
/* Styling for the Note and Quote templates. */ | |||
.box { | .box { | ||
padding-left: 6px; | padding-left: 6px; |
Revision as of 17:17, 10 July 2013
/* CSS placed here will be applied to all skins */
/* Hide the main page title */
body.page-Main_Page h1.firstHeading { display:none; }
/* Styling for the Note and Quote templates. */
.box {
padding-left: 6px;
}
.box-alert {
background-color: #F0E7E7;
border: 1px solid #cc3333;
}
.box-note {
background-color: #F0F0E7;
border: 1px solid #cc9933;
}