Team:Georgia Tech/Template:GT-header

From 2012.igem.org

(Difference between revisions)
 
(155 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__<html lang="en">  
+
[[File:Igem-logo.png|right|75px|link=https://2012.igem.org/Main_Page]]
 +
<html lang="en">  
<head>
<head>
-
<!-- wiki hacks -->
+
<!-- Began with code and help from 2011 DTU and 2011 MIT team wikis -->
<style type="text/css">
<style type="text/css">
#globalwrapper {
#globalwrapper {
Line 8: Line 9:
     padding:20px 0px;
     padding:20px 0px;
     margin: 0 auto;
     margin: 0 auto;
-
    background-color:#ffffff;
 
     height:100%;
     height:100%;
}
}
Line 16: Line 16:
}
}
body {
body {
-
font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif
+
     background: #FFFFFF;
-
     background: #E8E8E8;
+
     background-repeat: no-repeat;
-
     background-image: url('https://static.igem.org/mediawiki/2011/b/be/Background-gradient.jpg');
+
-
    background-position: center;
+
-
    background-repeat: repeat-y;
+
}
}
#p-logo {
#p-logo {
Line 26: Line 23:
}
}
#top-section {
#top-section {
-
      
+
     background:#ffffff;
-
     background-image: url('https://static.igem.org/mediawiki/2012/9/9e/GeorgiaTech_logo_Small.png');
+
     background-image: url('https://static.igem.org/mediawiki/2012/7/78/GT_iGEM_Logo_2012.png');
-
     background-position: top;
+
     background-position: left bottom;
-
     height:200px ;
+
     height:250px ;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     border-width:0px;
     border-width:0px;
     border-top-width:1px;
     border-top-width:1px;
 +
   
}
}
-
 
#content {
#content {
 +
    background:#ffffff;
     border-left-width:0px;
     border-left-width:0px;
     border-right-width:0px;
     border-right-width:0px;
     padding:5px;
     padding:5px;
     width:965px;
     width:965px;
-
}
 
-
#menubar {
 
-
    background-color: white;
 
-
}
 
-
#menubar ul li a {
 
-
    color: #999999; }
 
-
    .right-menu li a {
 
-
    color: black;
 
-
    background-color: white;
 
}
}
 +
#navbar
#navbar
ul.navbar {
ul.navbar {
-
float:left;
+
display:inline-block;
 +
float:left
width:100%;
width:100%;
padding:0;
padding:0;
-
margin:0;
 
list-style-type:none;
list-style-type:none;
}
}
ul.navbar a {
ul.navbar a {
-
font: Arial
+
display:inline;
float:left;
float:left;
 +
width:108px;
text-align:center;
text-align:center;
-
width:7em;
 
text-decoration:none;
text-decoration:none;
color:white;
color:white;
-
background-color:#888888;
+
background-color:#444444;
padding:0.2em 0.6em;
padding:0.2em 0.6em;
border-right:1px solid white;
border-right:1px solid white;
Line 77: Line 67:
#long {
#long {
-
width:10em;
+
width:110px;
}
}
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
/* Resizes the menubar to fix the links (default is 400px) */
 +
#menubar {
 +
    width: auto;}
.navbar {
.navbar {
-
padding:0 20px;
+
position:absolute;
 +
left: 0;top:0;
 +
margin-left: 5px; /* negative margin equal to half the width */
 +
width:875px;
 +
list-style:none;
}
}
</style>
</style>
</head>
</head>
-
 
<body>
<body>
-
 
<!--navigation menu-->
<!--navigation menu-->
 +
<ul class="navbar">
<ul class="navbar">
-
<li><a href="https://2012.igem.org/Team:Georgia_Tech">HOME</a></li>
+
<li><a href="https://2012.igem.org/Team:Georgia_Tech">Home</a></li>
-
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Project/">PROJECT</a></li>
+
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Project">Project</a></li>
-
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Results/">DATA</a></li>
+
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Notebook">Notebook</a></li>
-
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Notebook/">NOTEBOOK</a></li>
+
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Modeling">Modeling</a></li>
-
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Tools/">MODEL</a></li>
+
<li><a id="long" href="https://2012.igem.org/Team:Georgia_Tech/HumanPractices">Human Practices</a></li>
-
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Partners/">PARTNERS</a></li>
+
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Team">Team</a></li>
-
<li><a href="https://2012.igem.org/Team:Georgia_Tech/Team/Undergraduates">TEAM</a></li>
+
<li><a id="long" href="https://2012.igem.org/Team:Georgia_Tech/Attributions">Attributions</a></li>
-
<li><a id="long" href="https://2012.igem.org/Team:Georgia_Tech/HumanPractices/">HUMAN PRACTICES</a></li>
+
 
 +
 
</ul>
</ul>
 +
</body>
</body>
</html>
</html>

Latest revision as of 17:53, 3 October 2012

Igem-logo.png