Difference between revisions of "MediaWiki:Cavendish.css"
From referenceTSS
(Created page with "→CSS placed here will affect users of the Modern skin: #globalWrapper { width: 960px; border: 0; padding: 0; margin: 0 auto 0 auto; }") |
|||
Line 5: | Line 5: | ||
padding: 0; | padding: 0; | ||
margin: 0 auto 0 auto; | margin: 0 auto 0 auto; | ||
+ | } | ||
+ | |||
+ | #footer, #header { | ||
+ | overflow:clip; | ||
+ | background-color: #fff; | ||
+ | border: 3px solid #0d6fb8; | ||
+ | border-width: 3px 0 3px 0; | ||
+ | padding: 10px; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | border-bottom: 0; | ||
+ | background-image: url('bg_footer.jpg'); | ||
+ | background-repeat: repeat-x; | ||
+ | background-position: top; | ||
+ | border-width: 3px 0 0 0; | ||
+ | margin-top: 5px; | ||
} | } |
Revision as of 16:16, 14 November 2017
/* CSS placed here will affect users of the Modern skin */ #globalWrapper { width: 960px; border: 0; padding: 0; margin: 0 auto 0 auto; } #footer, #header { overflow:clip; background-color: #fff; border: 3px solid #0d6fb8; border-width: 3px 0 3px 0; padding: 10px; clear: both; } #footer { border-bottom: 0; background-image: url('bg_footer.jpg'); background-repeat: repeat-x; background-position: top; border-width: 3px 0 0 0; margin-top: 5px; }