Team:Hong Kong HKUST/hahaha
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> | ||
Line 617: | Line 616: | ||
</div> | </div> | ||
<!-- Served in 0.172 secs. --></body> | <!-- Served in 0.172 secs. --></body> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | .hidden { visibility: hidden; } | ||
+ | .visible { visibility: visible; } | ||
+ | |||
+ | |||
+ | .menubox { | ||
+ | position: absolute; | ||
+ | top: 20px; | ||
+ | left: 0px; | ||
+ | border: 1px solid #A4A4A4; | ||
+ | background-color: #E0E0E0; | ||
+ | width: 200px; | ||
+ | height: 200px; | ||
+ | z-index: 20; | ||
+ | } | ||
+ | |||
+ | .bridge1 { | ||
+ | position: absolute; | ||
+ | top: 18px; | ||
+ | left: 1px; | ||
+ | width: 59px; | ||
+ | height: 4px; | ||
+ | background-color: #d8d8d8; | ||
+ | z-index: 25; | ||
+ | } | ||
+ | |||
+ | |||
+ | .shadow1 { | ||
+ | position: absolute; | ||
+ | top: 23px; | ||
+ | left: 3px; | ||
+ | width: 202px; | ||
+ | height: 202px; | ||
+ | background-color: #202020; | ||
+ | border-right: 1px solid #454545; | ||
+ | border-bottom: 1px solid #454545; | ||
+ | z-index: 18; | ||
+ | opacity: 0.6 | ||
+ | } | ||
+ | .shadow2 { | ||
+ | position: absolute; | ||
+ | top: 25px; | ||
+ | left: 5px; | ||
+ | width: 202px; | ||
+ | height: 202px; | ||
+ | border-right: 1px solid #606060; | ||
+ | border-bottom: 1px solid #606060; | ||
+ | background-color: #303030; | ||
+ | opacity: 0.4; | ||
+ | z-index: 16; | ||
+ | } | ||
+ | .shadow3 { | ||
+ | position: absolute; | ||
+ | top: 27px; | ||
+ | left: 7px; | ||
+ | width: 202px; | ||
+ | height: 202px; | ||
+ | border-right: 1px solid #666666; | ||
+ | border-bottom: 1px solid #666666; | ||
+ | background-color: #000000; | ||
+ | opacity: 0.2; | ||
+ | z-index: 13; | ||
+ | } | ||
+ | |||
+ | /* IGEM RIGHT SIDEBAR STYLING */ | ||
+ | #right-sidebar { | ||
+ | position: absolute; | ||
+ | right: 0px; | ||
+ | width: 190px; | ||
+ | border-left: 3px solid gray; | ||
+ | font-size: 95%; | ||
+ | line-height: 90%; | ||
+ | } | ||
+ | .right-box { | ||
+ | width: 180px; | ||
+ | padding: 4px 5px 5px 5px; | ||
+ | margin-top: 10px; | ||
+ | border: 1px solid #444444; | ||
+ | border-left: none; | ||
+ | } | ||
+ | |||
+ | .right-box:first-child { | ||
+ | margin-top: 0px; | ||
+ | } | ||
+ | |||
+ | .right-heading { | ||
+ | font-size: 125%; | ||
+ | font-weight: bold; | ||
+ | padding: 0.5em 0 0; | ||
+ | line-height:100%; | ||
+ | } | ||
+ | .right-box ul { | ||
+ | line-height: 90%; | ||
+ | } | ||
+ | .right-box li { | ||
+ | color: #666666; /* The items are grayed until they have links */ | ||
+ | } | ||
+ | </style> | ||
</html> | </html> |
Latest revision as of 11:39, 17 June 2013
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">