Template:Team:SydneyUni Australia/Style

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/css"> #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { border: none; height: 0p...")
Line 16: Line 16:
#menubar {
#menubar {
     width: auto;}
     width: auto;}
 +
 +
 +
/* Redesigning the Navigation*/
 +
/*****************************/
 +
 +
 +
#nav ul {
 +
  margin:0;
 +
  padding:0;
 +
  overflow:hidden;}
 +
 +
#nav li {
 +
  list-style-type: none;
 +
  list-style-image: none;
 +
  float:left;
 +
}
 +
 +
#nav a:link,a:visited {
 +
  display:block;
 +
  width:90px;
 +
  font-weight:bold;
 +
  color:#FFFFFF;
 +
  background-color:#0668b3;
 +
  text-align:center;
 +
  padding:4px;
 +
  text-decoration:none;
 +
}
 +
#nav a:hover,a:active {
 +
  background-color:#e03a3e;}
</style>
</style>
 +
 +
</html>
</html>

Revision as of 07:58, 24 July 2013