Team:Utah State/Links
From 2009.igem.org
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<!--- The Mission, Experiments ---> | <!--- The Mission, Experiments ---> | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | body {background-image:url("https://static.igem.org/mediawiki/2008/6/63/Bkgnd14.gif");background-repeat:repeat; } | + | <!--body {background-image:url("https://static.igem.org/mediawiki/2008/6/63/Bkgnd14.gif");background-repeat:repeat; }--> |
+ | #container { | ||
+ | width:100%; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | text-align: left; | ||
+ | } | ||
+ | #header { | ||
+ | text-align: center; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #sidebar { | ||
+ | float:left; | ||
+ | width: 12em; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | #mainContent { | ||
+ | margin-left:12em; | ||
+ | padding: 10px 20px 0 1em; | ||
+ | } | ||
+ | #footer p{ | ||
+ | margin:0; | ||
+ | padding: 10px 0; | ||
+ | text-align: center; | ||
+ | font-size: .8em; | ||
+ | } | ||
+ | .clearfloat { | ||
+ | clear: both; | ||
+ | height:0; | ||
+ | font-size: 1px; | ||
+ | } | ||
+ | #sidebar ul { | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | list-style-type: none; | ||
+ | } | ||
+ | #sidebar a:hover { | ||
+ | white-space: pre; | ||
+ | background-color: black; | ||
+ | text-decoration: underline; | ||
+ | border-right:3px #999999 solid; | ||
+ | border-bottom:3px #999999 solid; | ||
+ | padding-bottom: 3px; | ||
+ | text-shadow: white 2px 4px 4px;<!--color:#336666;264C4--> | ||
+ | } | ||
+ | #sidebar a { | ||
+ | white-space: pre; | ||
+ | display: block; | ||
+ | padding: 3px 3px 5px 30px; | ||
+ | background-color: blue; | ||
+ | color:#EBEBEB; | ||
+ | border-bottom: 1px black solid; | ||
+ | border-right: 1px black solid; | ||
+ | border-top:3px black solid; | ||
+ | border-left:3px black solid; | ||
+ | text-decoration: none; | ||
+ | text-shadow: black 2px 2px 4px; | ||
+ | } | ||
+ | #navbar { | ||
+ | margin-left: 12.3em; | ||
+ | padding: 0; | ||
+ | font-weight: bold; | ||
+ | height: 1.8em; | ||
+ | flout: right; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2009/1/13/TopMenu.gif); background-repeat: no-repeat; | ||
+ | |||
+ | } | ||
+ | #navbar a{ | ||
+ | text-decoration: underline; | ||
+ | white-space: pre; | ||
+ | padding 15px 15px 15px 15px; | ||
+ | color: #EBEBEB; | ||
+ | text-decoration: none; | ||
+ | margin-left: 3em; | ||
+ | margin-right: 3em; | ||
+ | text-shadow: #264C4C 1px 1px 2px; | ||
+ | } | ||
+ | #navbar a:hover{ | ||
+ | text-decoration: underline; | ||
+ | background-color: none; | ||
+ | padding-bottom: 3px; | ||
+ | text-shadow: white 2px 2px 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #navbar ul { | ||
+ | padding: 0; | ||
+ | |||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <body> | ||
+ | <div id="container"> | ||
+ | <div id="header" | ||
+ | <img src="https://static.igem.org/mediawiki/2009/8/8d/USU4.gif" width="965"/> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | <div id="sidebar"> | ||
+ | <ul> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State">Home</a> | ||
+ | |||
+ | <a href="https://2009.igem.org/Team:Utah_State">☺ Home</a> | ||
+ | |||
+ | <a href="https://2009.igem.org/Team:Utah_State/Team">The Team</a> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State/Project">The Project</a> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State/Parts">Parts</a> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State/Notebook">Notebook</a><!--</li>--> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State/Protocols">Protocols</a> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State/Links">Links</a> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State/Ethics">Ethics</a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div id="navbar"> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State">Home</a> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State/Team">Team</a> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State/Project">Project</a> | ||
+ | <a href="https://2009.igem.org/Team:Utah_State/Parts">Parts</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="mainContent"> | ||
+ | <p>This is just the beginning!<br/><br/>The sun is no longer up and I am so let us ponder what this means... Maybe I should be sleeping... Nagh, that could not be right. I wounder what it really should be.<br/><br/>Well I will figure it out one of these days. :)</p> | ||
+ | <br class="clearfloat"/> | ||
+ | </div> | ||
+ | <div id="footer"> | ||
+ | <p>The Footer</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | <!--- Ty's Flash Section---> | ||
+ | <html><p> | ||
+ | <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="965" height="768"> | ||
+ | <param name="movie" value="https://static.igem.org/mediawiki/2009/e/ed/Firsteditionusuflash.swf"> | ||
+ | <param name="quality" value="High"> | ||
+ | <embed src="https://static.igem.org/mediawiki/2009/e/ed/Firsteditionusuflash.swf" pluginspage="http://www.macromedia.com | ||
+ | /go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="400" height="300" quality="High"></object> | ||
+ | </p> | ||
+ | </html> |
Latest revision as of 20:26, 19 October 2009
This is just the beginning!
The sun is no longer up and I am so let us ponder what this means... Maybe I should be sleeping... Nagh, that could not be right. I wounder what it really should be.
Well I will figure it out one of these days. :)