Line 57: | Line 57: | ||
#home_logo, #sideMenu { display:none; } | #home_logo, #sideMenu { display:none; } | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
− | #content {margin-left:0px; margin-top:-7px; padding:0px; width:100% | + | #content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;} |
− | body {background-image: url("https://static.igem.org/mediawiki/2018/d/de/T--NUS_Singapore-Sci--background.png")} | + | body {background-image: url("https://static.igem.org/mediawiki/2018/d/de/T--NUS_Singapore-Sci--background.png"); } |
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
Line 73: | Line 73: | ||
/*mobile menu bar styling*/ | /*mobile menu bar styling*/ | ||
/***************************************************************************************************************************************************************************************************/ | /***************************************************************************************************************************************************************************************************/ | ||
+ | .igem_2018_team_mobile_bar { | ||
+ | background-color:#cccccc; | ||
+ | border-bottom: 1px solid #c4baba; | ||
+ | cursor:pointer; | ||
+ | display:none; | ||
+ | float:left; | ||
+ | margin-top: 0; | ||
+ | padding: 5px 0; | ||
+ | position:fixed; | ||
+ | width:100%; | ||
+ | } | ||
+ | .igem_logo_mobile img { | ||
+ | width:70px; | ||
+ | } | ||
+ | |||
+ | .igem_logo_mobile { | ||
+ | float:left; | ||
+ | padding-left: 5%; | ||
+ | width: 30%; | ||
+ | } | ||
+ | |||
+ | .igem_menu_control_mobile img { | ||
+ | width:25px; | ||
+ | } | ||
+ | |||
+ | .igem_menu_control_mobile { | ||
+ | float:right; | ||
+ | padding-right:5%; | ||
+ | padding-top:5px; | ||
+ | text-align:right; | ||
+ | width: 30%; | ||
+ | } | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ |
Revision as of 05:44, 17 October 2018