Difference between revisions of "MediaWiki:Common.css"
From Evil Mad Scientist Wiki
Line 8: | Line 8: | ||
font-weight: 300; | font-weight: 300; | ||
line-height: 1.625; | line-height: 1.625; | ||
+ | } | ||
+ | |||
+ | #column-one { position: relative; } | ||
+ | |||
+ | #globalWrapper { | ||
+ | max-width: 1280px; | ||
+ | min-width: 760px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } |
Revision as of 14:26, 13 November 2013
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; } body, input, textarea { color: #373737; font: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; line-height: 1.625; } #column-one { position: relative; } #globalWrapper { max-width: 1280px; min-width: 760px; margin-left: auto; margin-right: auto; }