Team:HKUST-Hong Kong/Project Abstraction
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery....") |
|||
Line 115: | Line 115: | ||
#search-controls{ | #search-controls{ | ||
+ | display:none; | ||
+ | } | ||
+ | #Notebook_Content{ | ||
+ | width:200px; | ||
+ | margin-left:10px; | ||
+ | margin-right:10px; | ||
+ | background-color:#FFDDFF; | ||
+ | display:none; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | #Modeling_Content{ | ||
+ | width:200px; | ||
+ | margin-left:10px; | ||
+ | margin-right:10px; | ||
+ | background-color:#DDFFFF; | ||
+ | display:none; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | #topHeader{ | ||
+ | width:965px; | ||
+ | height:320px; | ||
+ | } | ||
+ | |||
+ | .firstHeading{ | ||
+ | width:950px; | ||
+ | alignment-adjust:right; | ||
+ | visibility:hidden; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #contentSub{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #globalWrapper{ | ||
+ | background-color:#999; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-color: #FFF; | ||
+ | border-left-color:#FFF; | ||
+ | border-right-color:#FFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | #Navigation_top{ | ||
+ | padding-top:20px; | ||
+ | width:971px; | ||
+ | height:auto; | ||
+ | background-color: #FFBB55; | ||
+ | float:left; | ||
+ | border-left:3px solid #FF8A00; | ||
+ | border-right:3px solid #FF8A00; | ||
+ | border-bottom:3px solid #FF8A00; | ||
+ | position:relative; | ||
+ | background-image:url('http://www.anders.bennehag.com/wp-content/uploads/2009/02/hkust2.jpg'); | ||
+ | top:-20px; | ||
+ | left:-6px; | ||
+ | border-radius:10px; | ||
+ | -moz-border-radius:10px; | ||
+ | } | ||
+ | |||
+ | .Navigation_Buttons{ | ||
+ | width:168px; | ||
+ | height:50px; | ||
+ | margin:10px; | ||
+ | position:relative; | ||
+ | float:left; | ||
+ | background-color:#333333; | ||
+ | opacity:0.6; | ||
+ | border:3px solid #000000; | ||
+ | border-radius:10px; | ||
+ | -moz-border-radius:10px; | ||
+ | } | ||
+ | |||
+ | .Navigation_Buttons#Home{ | ||
+ | clear:both; | ||
+ | } | ||
+ | |||
+ | .Navigation_Buttons h3 p{ | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | div.Navigation_Content{ | ||
+ | width:950px; | ||
+ | height:auto; | ||
+ | margin:7px; | ||
+ | display:none; | ||
+ | float:left; | ||
+ | opacity:0.6; | ||
+ | background-color:#555555; | ||
+ | border:3px solid #000000; | ||
+ | border-radius:10px; | ||
+ | -moz-border-radius:10px; | ||
+ | } | ||
+ | |||
+ | .Navigation_Content#Home_Content{ | ||
+ | position:inherit; | ||
+ | } | ||
+ | |||
+ | .Content_Buttons{ | ||
+ | width:164px; | ||
+ | height:50px; | ||
+ | margin:10px; | ||
+ | background-color:#000000; | ||
+ | padding-top:20px; | ||
+ | opacity:1.0; | ||
+ | position:relative; | ||
+ | text-align:center; | ||
+ | vertical-align:middle; | ||
+ | float:left; | ||
+ | border:3px solid #FFFFFF; | ||
+ | border-radius:7px; | ||
+ | -moz-border-radius:7px; | ||
+ | } | ||
+ | |||
+ | .Content_Buttons p a{ | ||
+ | color:#33DDFF; | ||
+ | text-decoration:none; | ||
+ | size:10px; | ||
+ | } | ||
+ | |||
+ | .Upper_Logos#iGEM_Logo{ | ||
+ | width:100px; | ||
+ | height:80px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/3/32/Igem-logo.png'); | ||
+ | background-size:100px 80px; | ||
+ | background-repeat:no-repeat; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | .Upper_Logos#HKUST_Logo{ | ||
+ | width:80px; | ||
+ | height:80px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/b/b0/UCL-Igem.png'); | ||
+ | background-size:70px 80px; | ||
+ | background-repeat:no-repeat; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | #Side_Bar{ | ||
+ | clear:both; | ||
+ | width:265px; | ||
+ | height:750px; | ||
+ | background-color:#CCFFCC; | ||
+ | float:right; | ||
+ | border:3px solid #99FF99; | ||
+ | border-radius:10px; | ||
+ | -moz-border-radius:10px; | ||
+ | } | ||
+ | |||
+ | #News_Bar{ | ||
+ | background-color:#FFDDDD; | ||
+ | border:3px solid #FF9999; | ||
+ | border-radius:10px; | ||
+ | -moz-border-radius:10px; | ||
+ | width:265px; | ||
+ | height:auto; | ||
+ | padding-bottom:10px; | ||
+ | margin-bottom:10px; | ||
+ | } | ||
+ | |||
+ | #News_Content{ | ||
+ | border:1px solid #FF9999; | ||
+ | width:250px; | ||
+ | height:200px; | ||
+ | overflow:auto; | ||
+ | border-radius:6px; | ||
+ | -moz-border-radius:6px; | ||
display:none; | display:none; | ||
} | } |
Revision as of 15:26, 7 September 2012