Template:Team:UW/CSS

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
-
.firstHeading {                                                    /* Gets rid of the default iGEM picture*/
+
<html>
-
    height:2px;
+
<head>
-
    visibility:hidden;
+
<style type="text/css">
-
}
+
-
#contentSub, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
-
.topWikiNavBackground {
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
-
    height:18px;
+
-
    margin-top: -32px;
+
-
    background-color:transparent;
+
-
}
+
-
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
.firstHeading {
-
width: 100%;  
+
width: 975px;  
-
height: 100%;
+
margin: 0px auto;
-
border: 0px;
+
padding-top: 100px;
-
background-color: transparent;
+
margin-bottom: 20px;
-
margin: 0px;
+
font-family: Georgia, Times, "Times New Roman", serif;  
-
padding: 0px;
+
}
}
-
html, body, .wrapper { /*-- changes default wiki settings --*/
+
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
-
width: 100%;  
+
 
-
height: 100%;
+
-
background-color: transparent;
+
-
}
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
border: 0 none;
border: 0 none;
height: 14px;
height: 14px;
Line 39: Line 30:
left: 50%;  
left: 50%;  
margin-left: -487px;
margin-left: -487px;
-
        background-color: transparent;
 
}
}
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
        background-color:transparent;
+
background-color: #383838;
-
        height: 14px;
+
height: 14px;
display: block;
display: block;
z-index: 10;
z-index: 10;
position: fixed;
position: fixed;
-
width:100%;
+
width: 100%;
top: 0;
top: 0;
}
}
-
#menubar a:link, #menubar a:visited { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
+
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
-
        color:#FFF;
+
color: #727272;  
text-decoration: none;  
text-decoration: none;  
background-color: transparent;
background-color: transparent;
}
}
-
#menubar a:active, #menubar a:hover
+
body {
 +
background-color: #fff;
 +
}
 +
 
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
 
 +
#contentcontainer { /*-- creates container for all content on page --*/
 +
font-family: Arial, Helvetica, sans-serif;
 +
font-weight: normal;
 +
font-size: 14px;
 +
color: #414141;
 +
width: 960px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #transparent;
 +
margin-top: 0px;
 +
}
 +
 
 +
.sidemenu, .sidemenu li {
 +
list-style-type: none;
 +
list-style-image: none;
 +
font-family: verdana;
 +
text-decoration: none;
 +
color:#000;
 +
font-size: 14px;
 +
}
 +
 
 +
.sidemenu li {display: block;}
 +
 
 +
.sidemenu a {
 +
text-decoration:none;
 +
color: #000;
 +
display: block;
 +
width: 180px;
 +
height: 100%;
 +
padding: 3px 5px;
 +
transition: .25s ease-in-out;
 +
-moz-transition: .25s ease-in-out;
 +
-webkit-transition: .25s ease-in-out;
 +
}
 +
 
 +
.sidemenu a.greyout { color: #909090; }
 +
 
 +
.sidemenu a:hover {
 +
color:#666;
 +
background-color: #d9f5aa;
 +
}
 +
 
 +
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
 +
.sub-sidemenu a {color: #666;}
 +
 
 +
div.underconst
{
{
-
        color:#FFF;
+
padding:10px;
-
text-decoration: underline;
+
border-radius:5px;
-
        background-color:transparent;
+
background-color:pink;
 +
text-align:center;
}
}
-
* {
 
-
margin: 0;
 
-
padding: 0;
 
-
-webkit-font-smoothing: antialiased;
+
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
-
-webkit-box-sizing: border-box;
+
 
-
-moz-box-sizing: border-box;
+
.contentpara {margin-bottom: 30px;}
-
box-sizing: border-box;
+
 
 +
span.email{font-family: monospace; font-weight: normal;}
 +
 
 +
fieldset {border: 1px solid #337f53;}
 +
 
 +
.greyout {color: #A0A0A0;}
 +
.highlightme {background-color: #FFFF00;}
 +
 
 +
#alertContainer { margin-bottom: 10px; width: 936px;}
 +
#annContainer {margin-left: 8px;}
 +
#newsContainer {border: 1px solid #ccc;}
 +
 
 +
.newsTitle {
 +
display: block;
 +
color: #414141;
 +
font-size: 25px; 
 +
        font-family: Georgia, Times, "Times New Roman", serif;
 +
padding: 10px 15px 5px 10px;
 +
border-bottom: 1px solid #ccc;  
 +
margin-bottom: 0px;  
}
}
-
::selection {
+
.newsItem {
-
background: #F79042;
+
border-bottom: 1px solid #ccc;  
-
color: #fff;
+
display: block;
 +
padding: 5px 15px 0px 10px;
 +
margin-bottom: 0px;  
}
}
 +
 +
.newsItem h3 {
 +
width: auto;
 +
display: inline;
 +
font-size: 14px;
 +
font-family: Arial, Helvetica, sans-serif;
 +
padding: 0px;
 +
margin: 0px;
 +
}
 +
 +
.newsItem img {
 +
float: right;
 +
clear: right;
 +
width: 80px;
 +
padding-left: 15px;
 +
display: inline-block;
 +
}
 +
 +
.newsItem .newsDate {
 +
font-style: italic;
 +
font-size: 14px;
 +
display: inline-block;
 +
color: #999;
 +
float: right;
 +
padding: 0px 0px 10px 15px;
 +
}
 +
 +
.newsItem p, .newsItem ul, .newsItem li {
 +
padding: 0px;
 +
margin-left: 20px;
 +
font-size: 12px;
 +
line-height: 1.2;
 +
}
 +
 +
.newsItem p {margin-top: 10px;}
 +
 +
.annItem {
 +
border: 2px solid #414141;
 +
display: block;
 +
padding: 0px 15px 10px 10px;
 +
margin-bottom: 18px;
 +
position: relative;
 +
height: 160px;
 +
vertical-align: middle;
 +
}
 +
 +
.annItem .annCentered {
 +
display: table-cell;
 +
vertical-align: middle;
 +
height: 160px;
 +
}
 +
 +
.annCentered h3 {
 +
padding: 0px;
 +
display: block;
 +
margin-left: auto;
 +
margin-right: auto;
 +
text-align: center;
 +
}
 +
 +
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
 +
.annItem li {list-style: none; margin: 5px}
 +
 +
</style>
</style>
 +
 +
<!--main content -->
<!--main content -->
<table width="70%" align="center">
<table width="70%" align="center">
Line 86: Line 225:
<!--welcome box -->
<!--welcome box -->
<tr>
<tr>
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
<td style="border:1px solid white; color: #39275B;" colspan="3" align="center" height="130px" bgColor=#C79900>
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
<h1 >University of Washington iGEM 2014</h1>
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
-
<br>
+
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:Washington/Safety&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
</td>
</td>
</tr>
</tr>
Line 107: Line 242:
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor= #C79900>   
-
<a href="https://2014.igem.org/Team:Washington"style="color:#000000">Home </a> </td>
+
<a href="https://2014.igem.org/Team:Washington"style="color:#39275B">Home </a> </td>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor=#C79900>  
-
<a href="https://2014.igem.org/Team:Washington/Team"style="color:#000000"> Team </a> </td>
+
<a href="https://2014.igem.org/Team:Washington/Team"style="color:#39275B"> Team </a> </td>
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor=#C79900>  
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=Washington"style="color:#000000"> Official Team Profile </a></td>
+
<a href="https://igem.org/Team.cgi?year=2014&team_name=Washington"style="color:#39275B"> Official Team Profile </a></td>
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor=#C79900>   
-
<a href="https://2014.igem.org/Team:Washington/Project"style="color:#000000"> Project</a></td>
+
<a href="https://2014.igem.org/Team:Washington/Project"style="color:#39275B"> Project</a></td>
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor=#C79900>  
-
<a href="https://2014.igem.org/Team:Washington/Parts"style="color:#000000"> Parts</a></td>
+
<a href="https://2014.igem.org/Team:Washington/Parts"style="color:#39275B"> Parts</a></td>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor=#C79900>  
-
<a href="https://2014.igem.org/Team:Washington/Modeling"style="color:#000000"> Modeling</a></td>
+
<a href="https://2014.igem.org/Team:Washington/Modeling"style="color:#39275B"> Outreach</a></td>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor=#C79900>   
-
<a href="https://2014.igem.org/Team:Washington/Notebook"style="color:#000000"> Notebook</a></td>
+
<a href="https://2014.igem.org/Team:Washington/Notebook"style="color:#39275B"> Protocols</a></td>
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor=#C79900>  
-
<a href="https://2014.igem.org/Team:Washington/Safety"style=" color:#000000"> Safety </a></td>
+
<a href="https://2014.igem.org/Team:Washington/Safety"style=" color:#39275B"> Safety </a></td>
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor=#C79900>  
-
<a href="https://2014.igem.org/Team:Washington/Attributions"style="color:#000000"> Attributions </a></td>
+
<a href="https://2014.igem.org/Team:Washington/Attributions"style="color:#39275B"> Our Team</a></td>
-
 
+
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#C79900'" bgColor=#C79900> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
</tr>
</tr>
</table>
</table>
Line 149: Line 283:
<!--safety content-->
<!--safety content-->
-
<tr><td > <h3> Welcome! </h3></td>
 
-
<td ></td >
 
-
<td > <h3> Timeline</h3></td>
 
-
</tr>
 
-
<tr>
 
-
<td width="45%"  valign="top">
 
-
<p> Visit the <a href="https://2014.igem.org/Safety" >Safety Hub</a> to see this year's safety requirements. The Safety Hub is the central page for everything related to safety in iGEM. You can also go there to learn about general biosafety topics, and how to think about the future implications of your project.</p>
 
-
 
-
 
-
 
-
<br>
 
-
<h3> Edit this page!</h3>
 
-
<p>
 
-
Please use this page to write about anything related to safety in your project. <!--Be sure to talk about both
 
-
<ul>
 
-
<li> <a href=" ">Learn about lab Safety for Today</a></li>
 
-
<li> <a href="">Learn about Safety for the future of your project.</a></li>
 
-
</ul>
 
-
-->
 
-
</p>
 
-
 
-
<h3> Your Lab </h3>
 
-
 
-
 
-
<p> Use this section to tell us about your laboratory. Where is it located? What sort of equipment do you use every day? Have you decorated it for the summer? How do you look wearing a lab coat? Take pictures! Show off your space! </p>
 
-
<!--
 
-
<gallery>
 
-
Image:Example2_Lab_1.png|The building our lab is in!
 
-
Image:Example2_Lab_2.png|The inside of our lab!
 
-
Image:Example2_Lab_3.png|Team Member 3 doing an experiment
 
-
Image:Example2_Lab_4.png|Working in biosafety cabinets
 
-
Image:Example2_Lab_5.png|Team all gloved up and ready for work!
 
-
Image:Example2_Lab_6.png|Equipment that we use to do SCIENCE!
 
-
Image:Example2_Lab_7.png|We decorated this part of our lab
 
-
Image:Example2_Lab_8.png|Whatever else you want
 
-
</gallery>-->
 
-
 
-
</td>
 
-
<td></td>
 
Line 194: Line 289:
-
<ul>
 
-
<li> <b>Now :</b>  Read the <a href="https://2014.igem.org/Safety">Safety Hub </a> and learn about safety in iGEM. Ask questions by emailing safety at <i> igem DOT org </i>. </li>
 
-
<li><b>Now - Jamboree:</b> Complete <b>Check-Ins</b> and receive approval before acquiring and using certain materials in your lab</li>
 
-
<li><b>Now - Wiki Freeze:</b> Edit this Safety page to tell us about what you're doing</li>
 
-
<li><b>June 9: </b>Submit the About Our Lab form.</li>
 
-
<li><b>Let us know by June 25 </b>if you will need an extension on the Preliminary Version, or your Preliminary Version will be significantly incomplete.</li>
 
-
<li><b>June 30: </b>Submit the Preliminary Version of the <b>Safety Form</b>.</li>
 
-
<li>Participate in Virtual Open Office Hours to ask questions and discuss safety topics (exact date to be determined).</li>
 
-
<li><b>September 1:</b> Submit the Final Version of the Safety Form.</li>
 
-
<li><b>October: </b> Wiki freeze (exact date to be determined)</li>
 
-
<li><b>October 30 - November 3: </b>GIANT JAMBOREE!</li>
 
-
</ul>
 
</td>
</td>

Revision as of 04:20, 25 September 2014

University of Washington iGEM 2014

Home Team Official Team Profile Project Parts Outreach Protocols Safety Our Team