Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 19: | Line 19: | ||
} | } | ||
+ | /* Restyling the MCDevs pages to be similar to the old site. */ | ||
.page-MCDevs_rules { | .page-MCDevs_rules { | ||
background-color: white; | background-color: white; | ||
} | } | ||
− | .page-MCDevs_rules #mw-navigation { | + | .page-MCDevs_rules #mw-navigation, |
+ | .page-MCDevs_rules #mw-page-base, | ||
+ | .page-MCDevs_rules #footer { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | .page-MCDevs_rules #content { | ||
+ | border: none; | ||
+ | width: 600px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } |
Latest revision as of 18:00, 15 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;
}
/* Restyling the MCDevs pages to be similar to the old site. */
.page-MCDevs_rules {
background-color: white;
}
.page-MCDevs_rules #mw-navigation,
.page-MCDevs_rules #mw-page-base,
.page-MCDevs_rules #footer {
display: none;
}
.page-MCDevs_rules #content {
border: none;
width: 600px;
margin-left: auto;
margin-right: auto;
}