Team:TU Delft/Header

From 2010.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 6: Line 6:
h2 { color: white; }
h2 { color: white; }
h3 { color: white; }
h3 { color: white; }
-
h2 { color: white; }
+
h4 { color: white; }
-
 
+
 +
a { color: white;
 +
text-decoration:none; }
 +
a:visited{ color: white; }
#decoy {}
#decoy {}
Line 37: Line 39:
display:none;
display:none;
}
}
 +
 +
#body {
 +
width: 965px;
 +
height: 1200px;
 +
background-color: #001d1d;
 +
padding: 5px;
 +
color: #8bce9e;
 +
font-family: Verdana, Sans-Serif;
 +
font-size: 12px;
 +
text-align: justify;
 +
margin: 0 auto;
 +
}
#header {
#header {
width: 965px;
width: 965px;
height: 222px;
height: 222px;
-
background-color: #001d1d;
+
/*background-color: #001d1d*/
 +
background-color: orange;
color: #8bce9e;
color: #8bce9e;
font-family: Verdana, Sans-Serif;
font-family: Verdana, Sans-Serif;
Line 75: Line 90:
font-size: 16px;
font-size: 16px;
position: relative;
position: relative;
 +
}
 +
.menuItem:hover {
 +
background-color: #6bae6e;
}
}
Line 82: Line 100:
font-size: 16px;
font-size: 16px;
text-decoration: none;
text-decoration: none;
-
}
 
-
 
-
.menuItemLink:hover {
 
-
color: #8bce9e;
 
-
text-decoration:none;
 
}
}
Line 116: Line 129:
.submenuItem:hover {
.submenuItem:hover {
-
background-color: #8bce9e;
+
background-color: #6bae6e;
color: #032725;
color: #032725;
-
text-decoration:none;
 
}
}
Line 135: Line 147:
.submenuItemLink:hover {
.submenuItemLink:hover {
color: #032725;
color: #032725;
-
text-decoration:none;
 
}
}
 +
 +
#BodyText {
 +
width: 792px;
 +
height: auto;
 +
background-color: #0d3a3f;
 +
margin: 2px 1px 0px 2px;
 +
padding: 5px;
 +
float: left;
 +
color: white;
 +
font-family: Verdana, Sans-Serif;
 +
font-size: 12px;
 +
text-align: justify;
 +
}
 +
 +
#GroupPhoto {
 +
width: 700px;
 +
height: 465px;
 +
background-image:url("https://static.igem.org/mediawiki/2010/d/d2/TUDelft_2010.png");
 +
margin: 2px auto;
 +
}
 +
 +
.LinkinText {
 +
text-decoration: none;
 +
color: white;
 +
font-weight: bold;
 +
}
 +
 +
#HomeRight {
 +
width: 200px;
 +
height: auto;
 +
background-color: #2c5983;
 +
margin: 5px 2px 0px 0px;
 +
padding: 5px;
 +
float: left;
 +
color: e0fea0;
 +
font-family: Verdana, Sans-Serif;
 +
font-size: 12px;
 +
text-align: justify;
 +
}
 +
 +
#Countdown {
 +
width: 196px;
 +
height: auto;
 +
background-color: #001d1d;
 +
border: 1px solid #8bce9e;
 +
color: white;
 +
text-align: center;
 +
padding: 2px;
 +
}
 +
 +
#Upcoming {
 +
width: 200px;
 +
height: auto;
 +
color: white;
 +
}
 +
 +
#Sponsors {
 +
width: 200px;
 +
height: auto;
 +
color: white;
 +
}
 +
 +
#Sponsor1 {
 +
width: 180px;
 +
height: 131px;
 +
background-image: url("https://static.igem.org/mediawiki/2010/c/c1/SuitSupply.png");;
 +
margin: 0 auto;
 +
}
 +
 +
#Sponsor2 {
 +
width: 200px;
 +
height: 65px;
 +
background-image: url("https://static.igem.org/mediawiki/2010/b/b5/DSM.png");
 +
background-color: white;
 +
margin: 0 auto;
 +
}
 +
 +
#Sponsor3 {
 +
width: 120px;
 +
height: 79px;
 +
margin: 0 auto;
 +
background-image: url("https://static.igem.org/mediawiki/2010/0/04/NGI_logo.png");
 +
background-repeat:no-repeat;
 +
}
 +
 +
#HomeCenter {
 +
width: 747px;
 +
height: auto;
 +
background-color:#001d1d;
 +
margin: 5px 5px 0px 1px;
 +
float: left;
 +
color: white;
 +
font-family: Verdana, Sans-Serif;
 +
font-size: 12px;
 +
text-align: justify;
 +
}
 +
 +
#HomeCenterBox1 {
 +
Width: 735px;
 +
height: 170px;
 +
margin:0px 0px 2px 0px;
 +
padding: 5px;
 +
background-color:#0d3a3f;
 +
border: 1px solid #0d3a3f;
 +
}
 +
 +
#HomeCenterBox2 {
 +
Width: 735px;
 +
height: 170px;
 +
margin: 5px 0px;
 +
padding: 5px;
 +
background-color:#001d1d;
 +
border: 1px solid #0d3a3f;
 +
}
 +
 +
#CenterbodyText1 {
 +
width:465px;
 +
height:auto;
 +
padding-right: 4px;
 +
margin: 0px 5px 0px 4px;
 +
font-family: Verdana, Sans-Serif;
 +
font-size: 12px;
 +
text-align: justify;
 +
float: left;
 +
color: white;
 +
text-decoration: none;
 +
}
 +
 +
#CenterbodyText2 {
 +
width:472px;
 +
height: auto;
 +
margin: 0px 0px 0px 4px;
 +
font-family: Verdana, Sans-Serif;
 +
font-size: 12px;
 +
text-align: justify;
 +
float: left;
 +
color: white;
 +
text-decoration: none;
 +
}
 +
 +
#HomeLeft {
 +
width: 250px;
 +
height: auto;
 +
background-color: none;
 +
margin: 0px 0px 0px 2px;
 +
pading-right: 1px;
 +
float: left;
 +
color: #e0fea0;
 +
font-family: Verdana, Sans-Serif;
 +
font-size: 12px;
 +
text-align: justify;
 +
}
 +
 +
#GroupphotoSmall {
 +
width: 245px;
 +
height: 166px;
 +
float: left;
 +
padding-left: 5px;
 +
margin-top: 1px;
 +
background-image: url("https://static.igem.org/mediawiki/2010/b/b4/Groupphoto_small.jpg");
 +
border: 1px solid #0d3a3f;
 +
color: #8bce9e;
 +
}
 +
 +
#ProjectPic {
 +
width: 240px;
 +
height: 150px;
 +
color: white;
 +
font-size: 12px;
 +
font-weight: bold;
 +
float: left;
 +
padding: 5px;
 +
border: 1px solid #0d3a3f;
 +
background-image: url("https://static.igem.org/mediawiki/2010/2/2c/ProjectPic.jpg");
 +
margin: 4px 0px 4px 4px;
 +
}
 +
 +
#newslogo {
 +
width: 245px;
 +
height: 160px;
 +
float: left;
 +
padding-right: 0px;
 +
margin-top: 1px;
 +
background-image: url("https://static.igem.org/mediawiki/2010/0/07/News.png");
 +
border: 1px solid #0d3a3f;
 +
color: #8bce9e;
 +
}
 +
 +
#iJAM {
 +
width: 230px;
 +
height: 150px;
 +
color: white;
 +
font-size: 12px;
 +
font-weight: bold;
 +
float: left;
 +
padding: 5px;
 +
margin: 4px 0px 4px 4px;
 +
border: 1px solid #0d3a3f;
 +
background-image: url("https://static.igem.org/mediawiki/2010/7/73/IJAM.png");
 +
}
 +
 +
#TUlogo {
 +
width: 250px;
 +
height: 147px;
 +
border: 1px solid #0d3a3f;
 +
margin-top:5px;
 +
color: white;
 +
background-image: url("https://static.igem.org/mediawiki/2010/2/2b/TUlogo_250.jpg");
 +
}
 +
 +
.SmallPic {
 +
height: 120px;
 +
width: 180px;
 +
margin: 5px 6px 2px 7px;
 +
float: left;
 +
link: url("https://2010.igem.org/Team:TU_Delft/Gallery");
 +
}
 +
 +
#small_1 {background-image: url("https://static.igem.org/mediawiki/2010/4/48/Small_1.png");}
 +
#small_2 {background-image: url("https://static.igem.org/mediawiki/2010/b/bd/Small_2.png");}
 +
#small_3 {background-image: url("https://static.igem.org/mediawiki/2010/a/ae/Small_3.png");}
 +
#small_4 {background-image: url("https://static.igem.org/mediawiki/2010/7/7b/Small_4.png");}
 +
#small_5 {background-image: url("https://static.igem.org/mediawiki/2010/5/59/Small_5.png");}
 +
#small_6 {background-image: url("https://static.igem.org/mediawiki/2010/c/c9/Small_6.png");}
 +
#small_7 {background-image: url("https://static.igem.org/mediawiki/2010/8/86/Small_7.png");}
 +
 +
#StudentBox1 {
 +
Width: 700px;
 +
height: 170px;
 +
margin:0px 0px 2px 0px;
 +
padding: 5px;
 +
background-color:#0d3a3f;
 +
border: 1px solid #0d3a3f;
 +
}
 +
 +
#StudentBox2 {
 +
Width: 700px;
 +
height: 170px;
 +
margin: 5px 0px;
 +
padding: 5px;
 +
background-color:#001d1d;
 +
border: 1px solid #0d3a3f;
 +
}
 +
Line 170: Line 425:
</div>
</div>
-
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
+
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team">Team</a>
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team">Team</a>
-
<div class="submenu">
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team">Who we are</a>
 
-
</div>
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team/Students">Students</a>
 
-
</div>
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team/TUDelft">Where we're from</a>
 
-
</div>
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Team/Advisors">Advisors/Supporters</a>
 
-
</div>
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://igem.org/Team.cgi?year=2010">Official team profile</a>
 
-
</div>
 
-
</div>
 
</div>
</div>
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
<div class="menuItem" onmouseover="showMenu(this)" onmouseout="hideMenu(this)">
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project">Project</a>
<a class="menuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project">Project</a>
-
<div class="submenu">
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project">In short</a>
 
-
</div>
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project/Part1">Part 1</a>
 
-
</div>
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project/Part2">Part 2</a>
 
-
</div>
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project/Part3">Part 3</a>
 
-
</div>
 
-
<div class="submenuItem">
 
-
<a class="submenuItemLink" href="https://2010.igem.org/Team:TU_Delft/Project/Part4">Part 4</a>
 
-
</div>
 
-
</div>
 
</div>
</div>
Line 279: Line 500:
</div>
</div>
</div>
</div>
-
<!-- End of header -->
 
</div>
</div>

Latest revision as of 13:00, 2 June 2010