Line 155: | Line 155: | ||
} | } | ||
+ | |||
+ | #globalWrapperdivi, #content { /* MAKES BACKGROUND OF MEDIAWIKI TRANSPARENT */ | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
#footer .copyright li { | #footer .copyright li { | ||
Line 255: | Line 260: | ||
/*end of overlay*/ | /*end of overlay*/ | ||
} | } | ||
+ | |||
+ | |||
+ | .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 { | ||
+ | position: relative; | ||
+ | /* font-size: 127%; */ | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | padding-bottom: 10px; | ||
+ | |||
+ | |||
+ | top: 0; | ||
+ | left: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | #globalWrapperdivi{ | ||
+ | transition: 0.5s; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #globalWrapperdivi, #content { /* MAKES BACKGROUND OF MEDIAWIKI TRANSPARENT */ | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | :focus, :active { | ||
+ | outline: 0; | ||
+ | } | ||
+ | |||
Revision as of 23:11, 17 October 2018