(Created page with "→Clear the default wiki settings: #home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink {display:none;} #content { width:100%; padding:0px; mar...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | /* Clear the default wiki settings */ | + | <html> |
− | + | <style> | |
− | + | /* Clear the default wiki settings */ | |
− | + | #home_logo, | |
− | + | #sideMenu { | |
− | + | display: none; | |
− | + | } | |
+ | |||
+ | #sideMenu, | ||
+ | #top_title, | ||
+ | .patrollink { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | width: 100%; | ||
+ | padding: 0px; | ||
+ | margin-top: -7px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | #bodyContent h1, | ||
+ | #bodyContent h2, | ||
+ | #bodyContent h3, | ||
+ | #bodyContent h4, | ||
+ | #bodyContent h5 { | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | /* space */ | ||
+ | .extra_space { | ||
+ | display: none | ||
+ | } | ||
+ | |||
+ | /* menu */ | ||
+ | .igem_2018_team_menu { | ||
+ | display: none!important | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_mobile_bar { | ||
+ | display: none!important | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | </html> |
Latest revision as of 07:01, 22 August 2018