(Created page with "/* ADJUSTS DEFAULT iGEM CONTENT */ .logo_2017, #sideMenu, #firstHeading, #bars_item { →HIDES SOME UNWANTED STUFF COMPLETELY: display: none; } #globalWrapper, #content...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | |||
+ | <style> | ||
/* ADJUSTS DEFAULT iGEM CONTENT */ | /* ADJUSTS DEFAULT iGEM CONTENT */ | ||
− | . | + | .logo_2018, #sideMenu, #firstHeading, #bars_item { /* HIDES SOME UNWANTED STUFF COMPLETELY */ |
display: none; | display: none; | ||
} | } | ||
Line 7: | Line 10: | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
+ | |||
+ | |||
+ | body, html, #globalWrapper, #bodyContent, #HQ_page { | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | height: 100%; | ||
+ | } | ||
+ | #content { | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | margin-top: -33px; | ||
+ | padding: 0; | ||
+ | height: 100%; | ||
+ | } | ||
+ | </style> | ||
+ | </html> |
Latest revision as of 15:47, 31 May 2018