Team:Northwestern/Attributions

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{:Team:Northwestern/Templates/Skinning}}
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<style>  
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
-
This is a template page. READ THESE INSTRUCTIONS.
+
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
p {
 +
    color:black;
 +
    font-family: cursive;
 +
}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
.container {  
-
!align="center"|[[Team:Northwestern|Home]]
+
display: inline-block;
-
!align="center"|[[Team:Northwestern/Team|Team]]
+
background-color: #C3C3E5;
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Northwestern Official Team Profile]
+
width: 100%;
-
!align="center"|[[Team:Northwestern/Project|Project]]
+
height: 35px;
-
!align="center"|[[Team:Northwestern/Parts|Parts Submitted to the Registry]]
+
     
-
!align="center"|[[Team:Northwestern/Modeling|Modeling]]
+
}
-
!align="center"|[[Team:Northwestern/Notebook|Notebook]]
+
.menu {
-
!align="center"|[[Team:Northwestern/Safety|Safety]]
+
text-align: center;
-
!align="center"|[[Team:Northwestern/Attributions|Attributions]]
+
}
-
|}
+
 +
.menu ul ul {
 +
display: none;
 +
}
 +
.menu ul li:hover > ul {
 +
display: block;
 +
}
-
Each team must clearly attribute work done by the team on this page. They must distinguish work done by the team from work done by others, including the host labs, advisors, instructors, graduate students, and postgraduate masters students.
+
.menu ul {
 +
background: #C3C3E5;
 +
list-style: none;
 +
position: relative;
 +
display: inline-table;
 +
}
 +
 
 +
.menu ul:after {
 +
content: ""; clear: both; display: block;
 +
}
 +
 
 +
.menu ul li {
 +
float: left;
 +
}
 +
 
 +
.menu ul li:hover {
 +
background: #443266;
 +
}
 +
 
 +
.menu ul li:hover a{
 +
color: black;
 +
}
 +
 
 +
.menu ul li a {
 +
display: block; padding: 5px 20px;
 +
color: black; text-decoration: none;
 +
}
 +
 
 +
.menu ul ul {
 +
background: #F1F0FF;
 +
position: absolute; top: 100%;
 +
}
 +
 
 +
.menu ul ul li{
 +
float: none;
 +
border-top: 1px solid #6b727c;
 +
border-bottom: 1px solid #575f6a;
 +
position: relative;
 +
}
 +
 
 +
nav ul ul li a {
 +
padding: 5px 20px;
 +
color: #fff;
 +
}
 +
 
 +
nav ul ul li a:hover {
 +
background: #4b545f;
 +
}
 +
 
 +
nav ul ul ul {
 +
position: absolute; left: 100%; top:0;
 +
}
 +
 
 +
/*div {
 +
    : center;
 +
    vertical-align: middle;
 +
}*/
 +
 
 +
* {
 +
/*background-color: #FFF;*/
 +
font-family: "Helvetica", "Lucida Grande", sans-serif;
 +
}
 +
/*
 +
.menu-bar {
 +
    text-align: right;
 +
    font-size: 14px; 
 +
    width: 100%;
 +
    height: 20px;
 +
    display: block;
 +
    vertical-align: bottom;
 +
}
 +
 
 +
.menu-bar a {
 +
    color: #6A0888;
 +
    text-decoration: none;
 +
    margin-left: 15px;
 +
}
 +
*/
 +
 
 +
#header {
 +
    width: 1000px;
 +
    height: 90px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    margin-top: 0px;
 +
    display: block;
 +
/*    margin-top: 20px;
 +
    margin-bottom: 20px; */
 +
  vertical-align: middle;
 +
 
 +
}
 +
 
 +
#title {
 +
    font-size: 24px;
 +
    font-style: bold;
 +
    display: inline-block;
 +
}
 +
 
 +
.first-row {
 +
width: 100%;
 +
height: 300px;
 +
display: block;
 +
background-color: #6A0888;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
#first-row-title {
 +
text-align: center;
 +
background-color: #6A0888;
 +
vertical-align: middle;
 +
padding-top: 70px;
 +
text-align: center;
 +
}
 +
 
 +
#first-row-description {
 +
text-align: center;
 +
background-color: #6A0888;
 +
vertical-align: middle;
 +
text-align: center;
 +
}
 +
 
 +
 
 +
</style>
 +
 
 +
 
 +
<div id= "header">
 +
<p id = "title"> Northwestern iGEM </p>
 +
<!-- <p id = "warning"> The site is currently under construction. The page will be pretty later. I promise!</p> -->
 +
</div>
 +
 
 +
<div class = "container">
 +
<div class = "menu">
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Northwestern">Home</a></li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Team">Team</a>
 +
<ul>
 +
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=Northwestern">Official Profile</a></li>
 +
<li><a href="#">Meet Us!</a></li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Attributions">Attribution</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Project">Project</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Parts">Parts Submitted</a></li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Notebook">Notebook</a></li>
 +
<li><a href="#">Description</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Modeling">Modeling</a></li>
 +
<li><a href= "https://2013.igem.org/Team:Northwestern/Safety"> Safety </a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
 
 +
<h1>Attributions</h1>
 +
 
 +
 
 +
</html>

Revision as of 16:57, 17 September 2013

Attributions