Team:GeorgiaTech/css
From 2011.igem.org
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
body{ | body{ | ||
+ | font-family: 'Josefin Sans', sans-serif; | ||
margin: 0px; | margin: 0px; | ||
background: #fcfaf8; | background: #fcfaf8; | ||
} | } | ||
- | + | #gt #navbar { | |
- | # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | # | + | |
position:relative; | position:relative; | ||
- | |||
- | |||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
- | background: # | + | width:781; |
+ | height:218; | ||
+ | background:url(https://static.igem.org/mediawiki/2011/a/ad/GTMenu.png); | ||
+ | } | ||
+ | |||
+ | #gt #navbar #intro a{ | ||
+ | position: absolute; | ||
+ | width: 110px; | ||
+ | height: auto; | ||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | } | ||
+ | |||
+ | #gt #navbar #intro a:hover{ | ||
+ | background:url(https://static.igem.org/mediawiki/2011/6/6c/GTIntro.png); | ||
+ | } | ||
+ | |||
+ | #gt #navbar #Sthermophilus a{ | ||
+ | position: absolute; | ||
+ | width: 110px; | ||
+ | height: auto; | ||
+ | top: 0px; | ||
+ | left: 110px; | ||
+ | } | ||
+ | |||
+ | #gt #navbar #Sthermophilus a:hover{ | ||
+ | background:url(https://static.igem.org/mediawiki/2011/c/c7/GTS_thermophilus.png); | ||
+ | } | ||
+ | |||
+ | #gt #navbar #safety a{ | ||
+ | position: absolute; | ||
+ | width: 110px; | ||
+ | height: auto; | ||
+ | top: 0px; | ||
+ | left: 220px; | ||
+ | } | ||
+ | |||
+ | #gt #navbar #safety a:hover{ | ||
+ | background:url(https://static.igem.org/mediawiki/2011/c/ce/GTSafety.png); | ||
+ | } | ||
+ | |||
+ | |||
+ | #gt #navbar #notebook a{ | ||
+ | position: absolute; | ||
+ | width: 110px; | ||
+ | height: auto; | ||
+ | top: 0px; | ||
+ | left: 330px; | ||
+ | } | ||
+ | |||
+ | #gt #navbar #notebook a:hover{ | ||
+ | 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;
}
- gt #navbar {
position:relative; margin-left:auto; margin-right:auto; width:781; height:218; background:url();
}
- gt #navbar #intro a{
position: absolute; width: 110px; height: auto; top: 0px; left: 0px; }
- gt #navbar #intro a:hover{
background:url();
}
- gt #navbar #Sthermophilus a{
position: absolute; width: 110px; height: auto; top: 0px; left: 110px; }
- gt #navbar #Sthermophilus a:hover{
background:url();
}
- gt #navbar #safety a{
position: absolute; width: 110px; height: auto; top: 0px; left: 220px; }
- gt #navbar #safety a:hover{
background:url();
}
- gt #navbar #notebook a{
position: absolute; width: 110px; height: auto; top: 0px; left: 330px; }
- gt #navbar #notebook a:hover{
background:url();
}
- gt #navbar #modeling a{
position: absolute; width: 110px; height: auto; top: 0px; left: 440px; }
- gt #navbar #modeling a:hover{
background:url();
}
- 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();
}