Team:WPI-Worcester
From 2014.igem.org
(Difference between revisions)
m |
|||
Line 9: | Line 9: | ||
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} | ||
- | body | + | body{ |
- | + | margin:0px; | |
- | margin: 0px; | + | |
} | } | ||
- | + | ||
- | + | #topmargin{ | |
+ | margin: 0px; | ||
} | } | ||
- | + | ||
+ | #bottombox{ | ||
background:#999; | background:#999; | ||
- | |||
height:50px; | height:50px; | ||
- | margin-top: | + | width:700px; |
- | margin-left: | + | margin-top:300px; |
+ | margin-left:300px; | ||
float:left; | float:left; | ||
} | } | ||
- | + | #floatbar { | |
position: fixed; | position: fixed; | ||
right: 10px; | right: 10px; | ||
Line 31: | Line 32: | ||
margin-top: 50px; | margin-top: 50px; | ||
} | } | ||
- | + | #logo{ | |
float:left; | float:left; | ||
+ | left:-400px; | ||
margin-top:0px; | margin-top:0px; | ||
position:fixed; | position:fixed; | ||
+ | z-index:9; | ||
+ | transition: -webkit-transform .4s ease-in-out 0s, ease-in-out 0s; | ||
+ | -moz-transition: transform .4s ease-in-out 0s, ease-in-out 0s; | ||
+ | -ms-transition: transform .4s ease-in-out 0s, ease-in-out 0s; | ||
+ | transition: transform .4s ease-in-out 0s, ease-in-out 0s; | ||
} | } | ||
- | + | #title{ | |
float:left; | float:left; | ||
position:absolute; | position:absolute; | ||
margin-left:200px; | margin-left:200px; | ||
} | } | ||
- | + | #shift{ | |
- | padding: 24px; | + | height:75%; |
- | + | width:100%; | |
- | width: | + | position:absolute; |
+ | } | ||
+ | #shift:hover > #logo{ | ||
+ | transform: translateX(400px); | ||
+ | -moz-transform: translateX(400px); | ||
+ | -webkit-transform: translateX(400px); | ||
+ | -ms-transform: translateX(400px); | ||
+ | -o-transform: translateX(400px); | ||
+ | } | ||
+ | #shift:hover > #menubar1 { | ||
+ | opacity:1; | ||
+ | transform: translateX(260px); | ||
+ | -moz-transform: translateX(260px); | ||
+ | -webkit-transform: translateX(260px); | ||
+ | -ms-transform: translateX(260px); | ||
+ | -o-transform: translateX(260px); | ||
+ | } | ||
+ | #shift:hover + #maintext { | ||
+ | transform: translateX(260px); | ||
+ | -moz-transform: translateX(260px); | ||
+ | -webkit-transform: translateX(260px); | ||
+ | -ms-transform: translateX(260px); | ||
+ | -o-transform: translateX(260px); | ||
+ | } | ||
+ | |||
+ | #menubar1{ | ||
+ | padding: 24px; | ||
+ | opacity: 0.5; | ||
+ | width: 200px; | ||
margin-right:50px; | margin-right:50px; | ||
- | margin-left: | + | margin-left:10px; |
- | margin-top: | + | margin-top:80px; |
float:left; | float:left; | ||
position:fixed; | position:fixed; | ||
+ | z-index:8; | ||
+ | transition: -webkit-transform .4s ease-in-out 0s, ease-in-out 0s, opacity 0.4s ease-in-out 0s; | ||
+ | -moz-transition: transform .4s ease-in-out 0s, ease-in-out 0s, opacity 0.4s ease-in-out 0s; | ||
+ | -ms-transition: transform .4s ease-in-out 0s, ease-in-out 0s, opacity 0.4s ease-in-out 0s; | ||
+ | transition: transform .4s ease-in-out 0s, ease-in-out 0s, opacity 0.4s ease-in-out 0s; | ||
} | } | ||
- | + | #menubar1 > a{ | |
font-family:Arial, Helvetica, sans-serif; | font-family:Arial, Helvetica, sans-serif; | ||
font-size:17px; | font-size:17px; | ||
Line 62: | Line 102: | ||
transition: background 0.3s ease-in-out 0s, color 0.4s ease-in-out 0s; | transition: background 0.3s ease-in-out 0s, color 0.4s ease-in-out 0s; | ||
} | } | ||
- | + | .menuslide > a{ | |
font-family:Arial, Helvetica, sans-serif; | font-family:Arial, Helvetica, sans-serif; | ||
font-size:20px; | font-size:20px; | ||
Line 73: | Line 113: | ||
transition: background 0.3s ease-in-out 0s, color 0.4s ease-in-out 0s; | transition: background 0.3s ease-in-out 0s, color 0.4s ease-in-out 0s; | ||
} | } | ||
- | + | .menuslide > p{ | |
font-family:Arial, Helvetica, sans-serif; | font-family:Arial, Helvetica, sans-serif; | ||
font-size:20px; | font-size:20px; | ||
Line 86: | Line 126: | ||
transition: transform .2s ease-in-out 0s, ease-in-out 0s; | transition: transform .2s ease-in-out 0s, ease-in-out 0s; | ||
} | } | ||
- | + | .menuslide:hover > p{ | |
transform: translateX(40px); | transform: translateX(40px); | ||
-moz-transform: translateX(40px); | -moz-transform: translateX(40px); | ||
Line 94: | Line 134: | ||
} | } | ||
- | + | #toptext { | |
float: left; | float: left; | ||
width: 400px; | width: 400px; | ||
+ | height: 50%; | ||
font-family:Arial, Helvetica, sans-serif; | font-family:Arial, Helvetica, sans-serif; | ||
- | font-size: | + | font-size:25px; |
- | margin: | + | margin:140px; |
- | margin-left: | + | margin-left:520px; |
margin-bottom:20px; | margin-bottom:20px; | ||
+ | padding:10px; | ||
} | } | ||
- | + | #maintext { | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
float: left; | float: left; | ||
+ | width: 100%; | ||
+ | font-family:Arial, Helvetica, sans-serif; | ||
+ | font-size:25px; | ||
+ | padding:10px; | ||
+ | margin-left:200px; | ||
+ | z-index:10; | ||
+ | transition: -webkit-transform .4s ease-in-out 0s, ease-in-out 0s; | ||
+ | -moz-transition: transform .4s ease-in-out 0s, ease-in-out 0s; | ||
+ | -ms-transition: transform .4s ease-in-out 0s, ease-in-out 0s; | ||
+ | transition: transform .4s ease-in-out 0s, ease-in-out 0s; | ||
+ | } | ||
+ | |||
+ | .textitem{ | ||
+ | margin:50px; | ||
+ | float:left; | ||
} | } | ||
- | + | .textitem > h1 { | |
margin-bottom: 5px; | margin-bottom: 5px; | ||
} | } | ||
- | + | #filler{ | |
margin:100px; | margin:100px; | ||
padding:15px; | padding:15px; | ||
Line 250: | Line 303: | ||
<a href="https://2014.igem.org/Main_Page"> <img src= "https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" align="right" width="55px"/></a> | <a href="https://2014.igem.org/Main_Page"> <img src= "https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" align="right" width="55px"/></a> | ||
</div> | </div> | ||
+ | <body> | ||
<div id="topmargin" /> | <div id="topmargin" /> | ||
+ | <div id="toptext"> | ||
+ | <p>This wiki is under heavy construction. Look under the Notebook tab for our experiments.</p> | ||
+ | </div> | ||
<div id="page"> | <div id="page"> | ||
- | <div id=" | + | <div id="shift"> |
- | + | <div id="logo"> | |
- | + | <img src="https://static.igem.org/mediawiki/2014/c/c8/WPI_Team_Logo.png" width="300px"/> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | <div | + | <div id="title"> |
- | + | <img src="https://static.igem.org/mediawiki/2014/9/9a/WPI_Title.png" width="800px"/> | |
- | + | ||
</div> | </div> | ||
- | <div class="menuslide"> | + | <div id="menubar1"> |
- | <a href="https://igem.org/Team.cgi?id=1423"> Official </a> | + | <div class="menuslide"> |
- | + | <a href="https://2014.igem.org/Team:WPI-Worcester"> Home </a> | |
- | + | <p><img src="https://static.igem.org/mediawiki/2014/f/f8/WPI_Home_Link.png"/></p> | |
- | + | </div> | |
- | + | <div class="menuslide"> | |
- | + | <a href="https://2014.igem.org/Team:WPI-Worcester/Team"> Team </a> | |
- | + | <p><img src="https://static.igem.org/mediawiki/2014/6/64/WPI_Team_Link.png"/></p> | |
- | + | </div> | |
- | + | <div class="menuslide"> | |
- | + | <a href="https://igem.org/Team.cgi?id=1423"> Official </a> | |
- | + | <p><img src="https://static.igem.org/mediawiki/2014/a/af/WPI_Official_Link.png"/></p> | |
- | + | </div> | |
- | + | <div class="menuslide"> | |
- | + | <a href="https://2014.igem.org/Team:WPI-Worcester/Project"> Project </a> | |
+ | <p><img src="https://static.igem.org/mediawiki/2014/4/41/WPI_Project_Link.png"/></p> | ||
+ | </div> | ||
+ | <div class="menuslide"> | ||
+ | <a href="https://2014.igem.org/Team:WPI-Worcester/Notebook"> Notebook </a> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2014/7/7e/WPI_Notes_Link.png"/></p> | ||
+ | </div> | ||
+ | <div class="menuslide"> | ||
+ | <a href="https://2014.igem.org/Team:WPI-Worcester/Safety"> Safety </a> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2014/d/d4/WPI_Safety_Link.png"/></p> | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
<div id="maintext"> | <div id="maintext"> | ||
- | + | <div class="textitem"> | |
- | + | <h1>Gateway Labs</h1> | |
- | + | <div id="down"> | |
- | + | <figure id="top"> | |
- | + | <img src="http://i.imgur.com/iD2knlx.jpg" height=300px /> | |
- | + | </figure> | |
- | + | <figure id="pic2"> | |
- | + | <img src="http://i.imgur.com/GOsAvOI.jpg" height=300px /> | |
- | + | </figure> | |
- | + | <figure id="pic3"> | |
- | + | <img src="http://i.imgur.com/jwGcKeB.jpg" height=300px /> | |
- | + | </figure> | |
- | + | <figure id="pic4"> | |
- | + | <img src="http://i.imgur.com/uiMsH2C.jpg" height=300px /> | |
- | + | </figure> | |
- | + | </div> | |
+ | </div> | ||
+ | <div class="textitem"> | ||
+ | <h1> An article about us</h1> | ||
+ | <a href="http://www.wpi.edu/news/20134/igemteam.html"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/5/50/WPI_IGEM_students1.jpg" height=300px /> | ||
+ | </a> | ||
</div> | </div> | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
+ | <div id="bottombox"/> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 16:37, 11 July 2014
This wiki is under heavy construction. Look under the Notebook tab for our experiments.