Team:GeorgiaTech/css
From 2011.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
background: #fcfaf8; | background: #fcfaf8; | ||
} | } | ||
- | # | + | #gt #navbar { |
position:relative; | position:relative; | ||
margin-left:auto; | margin-left:auto; | ||
Line 10: | Line 10: | ||
width:781px; | width:781px; | ||
height:218px; | height:218px; | ||
- | background:url(https://static.igem.org/mediawiki/2011/ | + | background:url(https://static.igem.org/mediawiki/2011/a/ad/GTMenu.png); |
} | } | ||
- | # | + | #gt #navbar #intro a{ |
position: absolute; | position: absolute; | ||
width: 186px; | width: 186px; | ||
Line 21: | Line 21: | ||
} | } | ||
- | # | + | #gt #navbar #intro a:hover{ |
- | background:url(https://static.igem.org/mediawiki/2011/ | + | background:url(https://static.igem.org/mediawiki/2011/6/6c/GTIntro.png); |
} | } | ||
- | # | + | #gt #navbar #Sthermophilus a{ |
position: absolute; | position: absolute; | ||
width: 181px; | width: 181px; | ||
Line 33: | Line 33: | ||
} | } | ||
- | # | + | #gt #navbar #Sthermophilus a:hover{ |
- | background:url(https://static.igem.org/mediawiki/2011/ | + | background:url(https://static.igem.org/mediawiki/2011/c/c7/GTS_thermophilus.png); |
} | } | ||
- | # | + | #gt #navbar #safety a{ |
position: absolute; | position: absolute; | ||
width: 142px; | width: 142px; | ||
Line 45: | Line 45: | ||
} | } | ||
- | # | + | #gt #navbar #safety a:hover{ |
- | background:url(https://static.igem.org/mediawiki/2011/ | + | background:url(https://static.igem.org/mediawiki/2011/c/ce/GTSafety.png); |
} | } | ||
- | # | + | #gt #navbar #notebook a{ |
position: absolute; | position: absolute; | ||
width: 237px; | width: 237px; | ||
Line 58: | Line 58: | ||
} | } | ||
- | # | + | #gt #navbar #notebook a:hover{ |
- | background:url(https://static.igem.org/mediawiki/2011/ | + | background:url(https://static.igem.org/mediawiki/2011/e/ef/GTNotebook.png); |
+ | } | ||
+ | |||
+ | #gt #navbar #modeling a{ | ||
+ | position: absolute; | ||
+ | width: 237px; | ||
+ | height: 218px; | ||
+ | top: 0px; | ||
+ | left: 544px; | ||
+ | } | ||
+ | |||
+ | #gt #navbar #modeling a:hover{ | ||
+ | background:url(https://static.igem.org/mediawiki/2011/b/bf/GTModeling.png); | ||
+ | } | ||
+ | |||
+ | #gt #navbar #future a{ | ||
+ | position: absolute; | ||
+ | width: 237px; | ||
+ | height: 218px; | ||
+ | top: 0px; | ||
+ | left: 544px; | ||
+ | } | ||
+ | |||
+ | #gt #navbar #future a:hover{ | ||
+ | background:url(https://2011.igem.org/File:Future.png); | ||
+ | } | ||
+ | |||
+ | #gt #navbar #iGEM a{ | ||
+ | position: absolute; | ||
+ | width: 237px; | ||
+ | height: 218px; | ||
+ | top: 0px; | ||
+ | left: 544px; | ||
+ | } | ||
+ | |||
+ | #gt #navbar #iGEM a:hover{ | ||
+ | background:url(https://static.igem.org/mediawiki/2011/f/fd/GTIGEM.png); | ||
} | } |
Revision as of 17:15, 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:218px; background:url();
}
- gt #navbar #intro a{
position: absolute; width: 186px; height: 218px; top: 0px; left: 0px; }
- gt #navbar #intro a:hover{
background:url();
}
- gt #navbar #Sthermophilus a{
position: absolute; width: 181px; height: 218px; top: 0px; left: 201px; }
- gt #navbar #Sthermophilus a:hover{
background:url();
}
- gt #navbar #safety a{
position: absolute; width: 142px; height: 218px; top: 0px; left: 393px; }
- gt #navbar #safety a:hover{
background:url();
}
- gt #navbar #notebook a{
position: absolute; width: 237px; height: 218px; top: 0px; left: 544px; }
- gt #navbar #notebook a:hover{
background:url();
}
- gt #navbar #modeling a{
position: absolute; width: 237px; height: 218px; top: 0px; left: 544px; }
- gt #navbar #modeling a:hover{
background:url();
}
- gt #navbar #future a{
position: absolute; width: 237px; height: 218px; top: 0px; left: 544px; }
- gt #navbar #future a:hover{
background:url(https://2011.igem.org/File:Future.png);
}
- gt #navbar #iGEM a{
position: absolute; width: 237px; height: 218px; top: 0px; left: 544px; }
- gt #navbar #iGEM a:hover{
background:url();
}