Team:KAIST-Korea/side menu
From 2011.igem.org
(Difference between revisions)
(Created page with " .aOverview{ position: absolute; font-family:Tw Cen MT; font-size:15pt; left:-15px; top:85px; } .aModeling{ position: absolute; font-family:Tw Cen MT; font-size:15pt; left:-15px...") |
|||
(185 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <body> | ||
- | . | + | <style type="text/css"> |
+ | #navi { | ||
+ | position:absolute; | ||
+ | padding: 0 0 0 0; | ||
+ | margin:0px; | ||
+ | list-style: none; | ||
+ | left:60px; | ||
+ | top:78px; | ||
+ | float:left; | ||
+ | width:975px; | ||
+ | height:1px; | ||
+ | } | ||
+ | |||
+ | #navi li { | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | width: 14em; | ||
+ | height: 1em; | ||
+ | font-family:Calibri,sans-serif; | ||
+ | } | ||
+ | |||
+ | #navi a, #navi a:visited { text-decoration:none; color:white; font-weight:bold;} | ||
+ | #navi a:hover, #navi a:active { color:white;} | ||
+ | |||
+ | .aOverview1{ | ||
position: absolute; | position: absolute; | ||
font-family:Tw Cen MT; | font-family:Tw Cen MT; | ||
font-size:15pt; | font-size:15pt; | ||
- | left: | + | left:19px; |
- | top: | + | top:0px; |
} | } | ||
- | . | + | .aReport1{ |
position: absolute; | position: absolute; | ||
font-family:Tw Cen MT; | font-family:Tw Cen MT; | ||
font-size:15pt; | font-size:15pt; | ||
- | left: | + | left:20px; |
- | top: | + | top:40px; |
} | } | ||
- | . | + | .aReport2{ |
position: absolute; | position: absolute; | ||
font-family:Tw Cen MT; | font-family:Tw Cen MT; | ||
font-size:15pt; | font-size:15pt; | ||
- | left: | + | left:20px; |
- | top: | + | top:78px; |
} | } | ||
- | . | + | |
+ | .aReport3{ | ||
position: absolute; | position: absolute; | ||
font-family:Tw Cen MT; | font-family:Tw Cen MT; | ||
font-size:15pt; | font-size:15pt; | ||
- | left: | + | left:20px; |
- | top: | + | top:117px; |
} | } | ||
- | . | + | |
+ | .aReport4{ | ||
position: absolute; | position: absolute; | ||
font-family:Tw Cen MT; | font-family:Tw Cen MT; | ||
font-size:15pt; | font-size:15pt; | ||
- | left: | + | left:20px; |
- | top: | + | top:157px; |
} | } | ||
+ | |||
+ | .aReport5{ | ||
+ | position: absolute; | ||
+ | font-family:Tw Cen MT; | ||
+ | font-size:15pt; | ||
+ | left:20px; | ||
+ | top:196px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="side menu" style="left:300px;position:relative;top:300px;"> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div id="overview1" style="background-color:black;height:20px;width:100px;float:bottom;text-align:center;"> | ||
+ | <a class="aOverview1" href="https://2011.igem.org/Team:KAIST-Korea/Projects/Overview"><font size="3" face="arial" color="gray">Overview</a> | ||
+ | </div> | ||
+ | <br> | ||
+ | |||
+ | <div id="report 1" style="background-color:black;height:20px;width:100px;float:bottom;text-align:center;"> | ||
+ | <a class="aReport1" href="https://2011.igem.org/Team:KAIST-Korea/Projects/Overview"><font size="3" face="arial" color="gray">Report 1</a> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | <div id="report 2" style="background-color:black;height:20px;width:100px;float:bottom;text-align:center;"> | ||
+ | <a class="aReport2" href="https://2011.igem.org/Team:KAIST-Korea/Projects/Overview"><font size="3" face="arial" color="gray">Report 2</a> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | <div id="report 3" style="background-color:black;height:20px;width:100px;float:bottom;text-align:center;"> | ||
+ | <a class="aReport3" href="https://2011.igem.org/Team:KAIST-Korea/Projects/Overview"><font size="3" face="arial" color="gray">Report 3</a> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | <div id="report 4" style="background-color:black;height:20px;width:100px;float:bottom;text-align:center;"> | ||
+ | <a class="aReport4" href="https://2011.igem.org/Team:KAIST-Korea/Projects/Overview"><font size="3" face="arial" color="gray">Report 4</a> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | <div id="report 5" style="background-color:black;height:20px;width:100px;float:bottom;text-align:center;"> | ||
+ | <a class="aReport5" href="https://2011.igem.org/Team:KAIST-Korea/Projects/Overview"><font size="3" face="arial" color="gray">Report 5</a> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="flip"><img src="https://static.igem.org/mediawiki/2011/b/b4/Menu_Menu.png" alt="Menu" width="80" style="opacity:1;filter:alpha(opacity=100)" onmouseover="this.style.opacity=0.8;this.filters.alpha.opacity=90" onmouseout="this.style.opacity=1.0;this.filters.alpha.opacity=100"/></div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Latest revision as of 04:31, 8 July 2011