Line 254: | Line 254: | ||
} | } | ||
/*end of overlay*/ | /*end of overlay*/ | ||
+ | |||
+ | /* ADJUSTS DEFAULT iGEM CONTENT */ | ||
+ | .logo_2017, #sideMenu, #firstHeading, #bars_item { /* HIDES SOME UNWANTED STUFF COMPLETELY */ | ||
+ | display: none; | ||
+ | } | ||
+ | #top_menu_14, #top_menu_inside { /* MAKES BACKGROUND OF iGEM MENU TRANSPARENT */ | ||
+ | background: none; | ||
+ | border: none; | ||
+ | } | ||
+ | #globalWrapperdivi, #content { /* MAKES BACKGROUND OF MEDIAWIKI TRANSPARENT */ | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | :focus, :active { | ||
+ | outline: 0; | ||
+ | } | ||
+ | body, html, #globalWrapperdivi, #bodyContent, #HQ_page { | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | height: 100% | ||
+ | } | ||
+ | #content { | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | margin-top: -33px; | ||
+ | padding: 0; | ||
+ | height: 100% | ||
} | } | ||
Revision as of 22:51, 17 October 2018