Difference between revisions of "Team:Dundee/style.css"
Line 46: | Line 46: | ||
/* end of hiding the top section*/ | /* end of hiding the top section*/ | ||
+ | /* global setting*/ | ||
+ | #globalWrapper{ | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | right:0px; | ||
+ | width:100%; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | height:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #content{ | ||
+ | background-color: transparent; | ||
+ | border:none; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | padding:0 | ||
+ | top:-40px; | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | #bodyContent{ | ||
+ | background-color:transparent; | ||
+ | border:none; | ||
+ | |||
+ | } | ||
+ | .siteSub{ | ||
+ | display:none; | ||
+ | border:none; | ||
+ | } | ||
+ | .contentSub{ | ||
+ | display:none; | ||
+ | } | ||
+ | /* end of global setting*/ | ||
/* Page Start */ | /* Page Start */ |
Revision as of 17:45, 11 August 2015