Difference between revisions of "Template:Uppsala NewFooter"
Line 51: | Line 51: | ||
/*Reset of the wiki default settings*/ | /*Reset of the wiki default settings*/ | ||
+ | |||
+ | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
+ | |||
+ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
+ | |||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 975px; | ||
+ | left: 50%; | ||
+ | margin-left: -487px; | ||
+ | } | ||
+ | |||
+ | #globalWrapper { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-color: #ffffff; | ||
+ | width: 100%; | ||
+ | border: 0px; | ||
+ | margin: 0px; | ||
+ | padding-left: 0px; /*should be set to 0 in alt.1) */ | ||
+ | padding-right: 0px; | ||
+ | padding-bottom: 0px; | ||
+ | padding-top: 50px; | ||
+ | } | ||
+ | |||
+ | html, .wrapper { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
/*End of wiki reset*/ | /*End of wiki reset*/ |
Revision as of 10:45, 26 August 2015