Team:GeorgiaTech/css
From 2011.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
margin-right:auto; | margin-right:auto; | ||
width:781px; | width:781px; | ||
- | height: | + | height:auto; |
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: | + | width: 100px; |
- | height: | + | height: auto; |
top: 0px; | top: 0px; | ||
left: 0px; | left: 0px; | ||
Line 27: | Line 27: | ||
#gt #navbar #Sthermophilus a{ | #gt #navbar #Sthermophilus a{ | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 100px; |
- | height: | + | height: auto; |
top: 0px; | top: 0px; | ||
- | left: | + | left: 100px; |
} | } | ||
Line 39: | Line 39: | ||
#gt #navbar #safety a{ | #gt #navbar #safety a{ | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 100px; |
- | height: | + | height: auto; |
top: 0px; | top: 0px; | ||
- | left: | + | left: 200px; |
} | } | ||
Line 52: | Line 52: | ||
#gt #navbar #notebook a{ | #gt #navbar #notebook a{ | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 100px; |
- | height: | + | height: auto; |
top: 0px; | top: 0px; | ||
- | left: | + | left: 300px; |
} | } | ||
Line 64: | Line 64: | ||
#gt #navbar #modeling a{ | #gt #navbar #modeling a{ | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 100px; |
- | height: | + | height: auto; |
top: 0px; | top: 0px; | ||
- | left: | + | left: 400px; |
} | } | ||
Line 76: | Line 76: | ||
#gt #navbar #future a{ | #gt #navbar #future a{ | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 100px; |
- | height: | + | height: auto; |
top: 0px; | top: 0px; | ||
- | left: | + | left: 500px; |
} | } | ||
Line 88: | Line 88: | ||
#gt #navbar #iGEM a{ | #gt #navbar #iGEM a{ | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 100px; |
- | height: | + | height: auto; |
top: 0px; | top: 0px; | ||
- | left: | + | left: 600px; |
} | } | ||
Revision as of 17:28, 28 September 2011
body{
font-family: 'Josefin Sans', sans-serif;
margin: 0px;
background: #fcfaf8;
}
- gt #navbar {
position:relative; margin-left:auto; margin-right:auto; width:781px; height:auto; background:url();
}
- gt #navbar #intro a{
position: absolute; width: 100px; height: auto; top: 0px; left: 0px; }
- gt #navbar #intro a:hover{
background:url();
}
- gt #navbar #Sthermophilus a{
position: absolute; width: 100px; height: auto; top: 0px; left: 100px; }
- gt #navbar #Sthermophilus a:hover{
background:url();
}
- gt #navbar #safety a{
position: absolute; width: 100px; height: auto; top: 0px; left: 200px; }
- gt #navbar #safety a:hover{
background:url();
}
- gt #navbar #notebook a{
position: absolute; width: 100px; height: auto; top: 0px; left: 300px; }
- gt #navbar #notebook a:hover{
background:url();
}
- gt #navbar #modeling a{
position: absolute; width: 100px; height: auto; top: 0px; left: 400px; }
- gt #navbar #modeling a:hover{
background:url();
}
- gt #navbar #future a{
position: absolute; width: 100px; height: auto; top: 0px; left: 500px; }
- gt #navbar #future a:hover{
background:url(https://2011.igem.org/File:Future.png);
}
- gt #navbar #iGEM a{
position: absolute; width: 100px; height: auto; top: 0px; left: 600px; }
- gt #navbar #iGEM a:hover{
background:url();
}