Template:Team:USTC-Software/header-n
From 2012.igem.org
(Difference between revisions)
Line 97: | Line 97: | ||
/*the begin of header-n css*/ | /*the begin of header-n css*/ | ||
- | # | + | |
+ | #wrap-global_header-n{ | ||
width:980px; | width:980px; | ||
height:130px; | height:130px; | ||
position:relative; | position:relative; | ||
- | margin: | + | margin:30px auto; |
float:none; | float:none; | ||
- | |||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
#team_logo-n{ | #team_logo-n{ | ||
Line 121: | Line 116: | ||
} | } | ||
- | + | #home_botton{ | |
- | #home_botton | + | |
width:127px; | width:127px; | ||
height:35px; | height:35px; | ||
background:url("https://static.igem.org/mediawiki/igem.org/e/ec/Home_normal.png"); | background:url("https://static.igem.org/mediawiki/igem.org/e/ec/Home_normal.png"); | ||
background-position:center; | background-position:center; | ||
+ | margin-right:40px; | ||
+ | float:left; | ||
} | } | ||
- | + | #home_botton:active{ | |
background:url("https://static.igem.org/mediawiki/igem.org/d/da/Home_active.png"); | background:url("https://static.igem.org/mediawiki/igem.org/d/da/Home_active.png"); | ||
background-position:center; | background-position:center; | ||
+ | margin-right:40px; | ||
+ | float:left; | ||
} | } | ||
- | #project_botton | + | #project_botton{ |
width:80px; | width:80px; | ||
Line 139: | Line 137: | ||
background:url("https://static.igem.org/mediawiki/igem.org/9/93/Project_normal.png"); | background:url("https://static.igem.org/mediawiki/igem.org/9/93/Project_normal.png"); | ||
background-position:center; | background-position:center; | ||
+ | margin-right:35px; | ||
+ | float:left; | ||
} | } | ||
- | + | #project_botton:active{ | |
background:url("https://static.igem.org/mediawiki/igem.org/8/8b/Project_active.png"); | background:url("https://static.igem.org/mediawiki/igem.org/8/8b/Project_active.png"); | ||
background-position:center; | background-position:center; | ||
+ | margin-right:35px; | ||
+ | float:left; | ||
} | } | ||
- | #team_botton | + | #team_botton{ |
width:118px; | width:118px; | ||
height:35px; | height:35px; | ||
Line 151: | Line 153: | ||
background-position:center; | background-position:center; | ||
position:relative; | position:relative; | ||
- | top:-2px; /* because the photo has some problem */ | + | top:-2px ; /* because the photo has some problem */ |
+ | margin-right:45px; | ||
+ | float:left; | ||
} | } | ||
- | #team_botton | + | #team_botton:active{ |
background:url("https://static.igem.org/mediawiki/igem.org/a/a8/Team_active.png"); | background:url("https://static.igem.org/mediawiki/igem.org/a/a8/Team_active.png"); | ||
background-position:center; | background-position:center; | ||
+ | margin-right:45px; | ||
+ | float:left; | ||
} | } | ||
- | #notes_botton | + | #notes_botton{ |
width:118px; | width:118px; | ||
height:35px; | height:35px; | ||
background:url("https://static.igem.org/mediawiki/igem.org/c/ce/Notes_normal.png"); | background:url("https://static.igem.org/mediawiki/igem.org/c/ce/Notes_normal.png"); | ||
background-position:center; | background-position:center; | ||
+ | margin-right:40px; | ||
+ | float:left; | ||
} | } | ||
- | #notes_botton | + | #notes_botton:active{ |
background:url("https://static.igem.org/mediawiki/igem.org/e/ef/Notes_active.png"); | background:url("https://static.igem.org/mediawiki/igem.org/e/ef/Notes_active.png"); | ||
background-position:center; | background-position:center; | ||
+ | margin-right:40px; | ||
+ | float:left; | ||
} | } | ||
- | #hp_botton | + | #hp_botton{ |
width:174px; | width:174px; | ||
height:35px; | height:35px; | ||
background:url("https://static.igem.org/mediawiki/igem.org/5/55/Hp_normal.png"); | background:url("https://static.igem.org/mediawiki/igem.org/5/55/Hp_normal.png"); | ||
background-position:center; | background-position:center; | ||
+ | margin-right:40px; | ||
+ | float:left; | ||
} | } | ||
- | #hp_botton | + | #hp_botton:active{ |
background:url("https://static.igem.org/mediawiki/igem.org/1/1a/Hp_active.png"); | background:url("https://static.igem.org/mediawiki/igem.org/1/1a/Hp_active.png"); | ||
background-position:center; | background-position:center; | ||
+ | margin-right:40px; | ||
+ | float:left; | ||
}/*the end of header-n css*/ | }/*the end of header-n css*/ | ||
Revision as of 05:19, 15 August 2012
TOP