Team:GeorgiaTech/css

From 2011.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 4: Line 4:
         background: #fcfaf8;
         background: #fcfaf8;
}
}
-
#ecoili #indexmenu{
+
#gt #navbar {
       position:relative;
       position:relative;
       margin-left:auto;
       margin-left:auto;
       margin-right:auto;
       margin-right:auto;
-
       width:781px;
+
       width:781;
-
       height:218px;
+
       height:218;
-
       background:url(https://static.igem.org/mediawiki/2011/8/80/Ucl-index-menu.jpg);
+
       background:url(https://static.igem.org/mediawiki/2011/a/ad/GTMenu.png);
}
}
-
#ecoili #indexmenu #research a{
+
#gt #navbar #intro a{
position: absolute;
position: absolute;
-
width: 186px;
+
width: 110px;
-
height: 218px;
+
height: auto;
top: 0px;
top: 0px;
left: 0px;
left: 0px;
}
}
-
#ecoili #indexmenu #research a:hover{
+
#gt #navbar #intro a:hover{
-
       background:url(https://static.igem.org/mediawiki/2011/0/04/Ucl-index-menu-research.jpg);
+
       background:url(https://static.igem.org/mediawiki/2011/6/6c/GTIntro.png);
}
}
-
#ecoili #indexmenu #manufacturing a{
+
#gt #navbar #Sthermophilus a{
position: absolute;
position: absolute;
-
width: 181px;
+
width: 110px;
-
height: 218px;
+
height: auto;
top: 0px;
top: 0px;
-
left: 201px;
+
left: 110px;
}
}
-
#ecoili #indexmenu #manufacturing a:hover{
+
#gt #navbar #Sthermophilus a:hover{
-
       background:url(https://static.igem.org/mediawiki/2011/b/b1/Ucl-index-menu-manufacturing.jpg);
+
       background:url(https://static.igem.org/mediawiki/2011/c/c7/GTS_thermophilus.png);
}       
}       
-
#ecoili #indexmenu #medicine a{
+
#gt #navbar #safety a{
position: absolute;
position: absolute;
-
width: 142px;
+
width: 110px;
-
height: 218px;
+
height: auto;
top: 0px;
top: 0px;
-
left: 393px;
+
left: 220px;
}
}
-
#ecoili #indexmenu #medicine a:hover{
+
#gt #navbar #safety a:hover{
-
       background:url(https://static.igem.org/mediawiki/2011/9/99/Ucl-index-menu-medicine.jpg);
+
       background:url(https://static.igem.org/mediawiki/2011/c/ce/GTSafety.png);
}       
}       
-
#ecoili #indexmenu #humanprac a{
+
#gt #navbar #notebook a{
position: absolute;
position: absolute;
-
width: 237px;
+
width: 110px;
-
height: 218px;
+
height: auto;
top: 0px;
top: 0px;
-
left: 544px;
+
left: 330px;
}
}
-
#ecoili #indexmenu #humanprac a:hover{
+
#gt #navbar #notebook a:hover{
-
       background:url(https://static.igem.org/mediawiki/2011/5/54/Ucl-index-menu-humanpractices.jpg);
+
       background:url(https://static.igem.org/mediawiki/2011/e/ef/GTNotebook.png);
 +
}
 +
 
 +
#gt #navbar #modeling a{
 +
position: absolute;
 +
width: 110px;
 +
height: auto;
 +
top: 0px;
 +
left: 440px;
 +
}
 +
 
 +
#gt #navbar #modeling a:hover{
 +
      background:url(https://static.igem.org/mediawiki/2011/b/bf/GTModeling.png);
 +
}
 +
 
 +
#gt #navbar #future a{
 +
position: absolute;
 +
width: 110px;
 +
height: auto;
 +
top: 0px;
 +
left: 550px;
 +
}
 +
 
 +
#gt #navbar #future a:hover{
 +
      background:url(https://2011.igem.org/File:Future.png);
 +
}
 +
 
 +
#gt #navbar #iGEM a{
 +
position: absolute;
 +
width: 110px;
 +
height: auto;
 +
top: 0px;
 +
left: 660px;
 +
}
 +
 
 +
#gt #navbar #iGEM a:hover{
 +
      background:url(https://static.igem.org/mediawiki/2011/f/fd/GTIGEM.png);
}
}

Latest revision as of 02:04, 29 September 2011

body{

       font-family: 'Josefin Sans', sans-serif;

margin: 0px;

       background: #fcfaf8;

}

  1. gt #navbar {
     position:relative;
     margin-left:auto;
     margin-right:auto;
     width:781;
     height:218;
     background:url(GTMenu.png);

}

  1. gt #navbar #intro a{

position: absolute; width: 110px; height: auto; top: 0px; left: 0px; }

  1. gt #navbar #intro a:hover{
     	background:url(GTIntro.png);

}

  1. gt #navbar #Sthermophilus a{

position: absolute; width: 110px; height: auto; top: 0px; left: 110px; }

  1. gt #navbar #Sthermophilus a:hover{
     	background:url(GTS_thermophilus.png);

}

  1. gt #navbar #safety a{

position: absolute; width: 110px; height: auto; top: 0px; left: 220px; }

  1. gt #navbar #safety a:hover{
     	background:url(GTSafety.png);

}


  1. gt #navbar #notebook a{

position: absolute; width: 110px; height: auto; top: 0px; left: 330px; }

  1. gt #navbar #notebook a:hover{
     	background:url(GTNotebook.png);

}

  1. gt #navbar #modeling a{

position: absolute; width: 110px; height: auto; top: 0px; left: 440px; }

  1. gt #navbar #modeling a:hover{
     	background:url(GTModeling.png);

}

  1. gt #navbar #future a{

position: absolute; width: 110px; height: auto; top: 0px; left: 550px; }

  1. gt #navbar #future a:hover{
     	background:url(https://2011.igem.org/File:Future.png);

}

  1. gt #navbar #iGEM a{

position: absolute; width: 110px; height: auto; top: 0px; left: 660px; }

  1. gt #navbar #iGEM a:hover{
     	background:url(GTIGEM.png);

}