Team:UIUC Illinois

From 2013.igem.org

(Difference between revisions)
Line 31: Line 31:
}
}
a:visited {
a:visited {
-
color: #4E5869;
+
color: #FFFFFF;
text-decoration: underline;
text-decoration: underline;
}
}
Line 42: Line 42:
max-width: 1260px;
max-width: 1260px;
min-width: 780px;
min-width: 780px;
-
background: #FFF;
+
background: #FFFFFF;
margin: 0 auto;  
margin: 0 auto;  
}
}
.header {
.header {
-
background: #6F7D94;
+
background: #FFFFFF;
}
}
Line 53: Line 53:
float: right;
float: right;
width: 20%;
width: 20%;
-
background: #93A5C4;
+
background: #FFFFFF;
padding-bottom: 10px;
padding-bottom: 10px;
}
}
Line 80: Line 80:
display: block;  
display: block;  
text-decoration: none;
text-decoration: none;
-
background: #8090AB;
+
background: #FFFFFF;
color: #000;
color: #000;
}
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {  
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {  
-
background: #6F7D94;
+
background: #FFFFFF;
color: #FFF;
color: #FFF;
}
}
Line 93: Line 93:
background: #6F7D94;
background: #6F7D94;
position: relative;
position: relative;
-
clear: both;  
+
clear: both;
 +
background-color: #FFFFFF;
}
}
Line 115: Line 116:
</head>
</head>
<body>
<body>
-
 
+
.firstHeading
 +
    {
 +
        display: none; /* hides the default heading */
 +
    }
<div class="container">
<div class="container">
-
   <div class="header"><a href="#"><img src="" alt="Insert Logo Here" name="Insert_logo" width="21%" height="90" id="Insert_logo" style="background: #8090AB; display:block;" /></a>  
+
   <div class="header"><a href="#"><img src="" alt="Insert Logo Here" name="Insert_logo" width="100%" height="90" id="Insert_logo" style="background: #FFFFFF; display:block;" /></a><!-- end .header --></div>
-
    <!-- end .header --></div>
+
   <div class="sidebar1">
   <div class="sidebar1">
     <ul class="nav">
     <ul class="nav">
-
       <li><a href="#">Link one</a></li>
+
       <li><a href="#">Project</a></li>
-
       <li><a href="#">Link two</a></li>
+
       <li><a href="#">About</a></li>
-
       <li><a href="#">Link three</a></li>
+
       <li><a href="#">Safety</a></li>
-
       <li><a href="#">Link four</a></li>
+
       <li><a href="#">Outreach</a></li>
 +
      <li><a href="#">Impact</a></li>
 +
      <li><a href="#">Achievements</a></li>
 +
      <li><a href="#">Sponsors</a></li>
 +
      <li><a href="#">2012 UIUC </a></li>
 +
      <li><a href="#">iGEM Homepage</a></li>
     </ul>
     </ul>
     <p>&nbsp;</p>
     <p>&nbsp;</p>

Revision as of 18:54, 20 August 2013

Untitled Document .firstHeading { display: none; /* hides the default heading */ }