Team:GeorgiaTech/css

From 2011.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 8: Line 8:
       margin-left:auto;
       margin-left:auto;
       margin-right:auto;
       margin-right:auto;
-
       width:100%;
+
       width:781;
-
       height:auto;
+
       height:218;
       background:url(https://static.igem.org/mediawiki/2011/a/ad/GTMenu.png);
       background:url(https://static.igem.org/mediawiki/2011/a/ad/GTMenu.png);
}
}
Line 15: Line 15:
#gt #navbar #intro a{
#gt #navbar #intro a{
position: absolute;
position: absolute;
-
width: 100px;
+
width: 110px;
height: auto;
height: auto;
top: 0px;
top: 0px;
Line 27: Line 27:
#gt #navbar #Sthermophilus a{
#gt #navbar #Sthermophilus a{
position: absolute;
position: absolute;
-
width: 100px;
+
width: 110px;
height: auto;
height: auto;
top: 0px;
top: 0px;
-
left: 100px;
+
left: 110px;
}
}
Line 39: Line 39:
#gt #navbar #safety a{
#gt #navbar #safety a{
position: absolute;
position: absolute;
-
width: 100px;
+
width: 110px;
height: auto;
height: auto;
top: 0px;
top: 0px;
-
left: 200px;
+
left: 220px;
}
}
Line 52: Line 52:
#gt #navbar #notebook a{
#gt #navbar #notebook a{
position: absolute;
position: absolute;
-
width: 100px;
+
width: 110px;
height: auto;
height: auto;
top: 0px;
top: 0px;
-
left: 300px;
+
left: 330px;
}
}
Line 64: Line 64:
#gt #navbar #modeling a{
#gt #navbar #modeling a{
position: absolute;
position: absolute;
-
width: 100px;
+
width: 110px;
height: auto;
height: auto;
top: 0px;
top: 0px;
-
left: 400px;
+
left: 440px;
}
}
Line 76: Line 76:
#gt #navbar #future a{
#gt #navbar #future a{
position: absolute;
position: absolute;
-
width: 100px;
+
width: 110px;
height: auto;
height: auto;
top: 0px;
top: 0px;
-
left: 500px;
+
left: 550px;
}
}
Line 88: Line 88:
#gt #navbar #iGEM a{
#gt #navbar #iGEM a{
position: absolute;
position: absolute;
-
width: 100px;
+
width: 110px;
height: auto;
height: auto;
top: 0px;
top: 0px;
-
left: 600px;
+
left: 660px;
}
}

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);

}