Team:USTC-Software/text
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
+ | |||
+ | |||
+ | <style> | ||
+ | |||
+ | table { | ||
+ | border-collapse:collapse; | ||
+ | border-spacing:0; | ||
+ | } | ||
+ | fieldset,img { | ||
+ | border:0; | ||
+ | } | ||
+ | address,caption,cite,code,dfn,th,var { | ||
+ | font-style:normal; | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | ol,ul { | ||
+ | list-style:none; | ||
+ | } | ||
+ | caption,th { | ||
+ | text-align:left; | ||
+ | } | ||
+ | h1,h2,h3,h4,h5,h6 { | ||
+ | font-size:100%; | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | q:before,q:after { | ||
+ | content:''; | ||
+ | } | ||
+ | abbr,acronym { border:0; | ||
+ | } | ||
+ | section, header{ | ||
+ | display: block; | ||
+ | } | ||
+ | /* General Demo Style */ | ||
+ | |||
+ | a{ | ||
+ | color: #333; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .container{ | ||
+ | width: 100%; | ||
+ | position: relative; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .clr{ | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | *{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a {outline: none;} /*for IE image-border and link dashed line bug*/ | ||
+ | a:focus { outline: 0; } | ||
+ | a:active {star:expression_r(this.onFocus=this.blur());} | ||
+ | :focus { outline:0; } | ||
+ | img{display: block;border: none;} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*the begin of to top css*/ | ||
+ | #topBar { | ||
+ | position: fixed; | ||
+ | right: 65px; | ||
+ | bottom:32px; | ||
+ | z-index: 20; | ||
+ | } | ||
+ | #topBar div { | ||
+ | background: url('https://static.igem.org/mediawiki/2012/4/4d/Top-black-arrow.png'); | ||
+ | display: block; | ||
+ | height: 53px; | ||
+ | width: 53px; | ||
+ | overflow: hidden; | ||
+ | text-indent: -9999px; | ||
+ | cursor: pointer; | ||
+ | -webkit-transition: all 0.5s ease .03s; | ||
+ | -moz-transition: all 0.5s ease .03s; | ||
+ | -o-transition: all 0.5s ease .03s; | ||
+ | transition: all 0.5s ease .03s; | ||
+ | } | ||
+ | #topBar div:hover { | ||
+ | background: url('https://static.igem.org/mediawiki/2012/f/f8/Gray-top-arrow.png'); | ||
+ | -moz-transform: scale(1.05); | ||
+ | -webkit-transform: scale(1.05); | ||
+ | -o-transform:scale(1.05); | ||
+ | transform:scale(1.05); | ||
+ | }/**************************the end of to top css*************/ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | body{ | ||
+ | background:black; | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/c/c5/Carbon_fibre.png"); | ||
+ | } | ||
+ | |||
+ | |||
+ | #navs div{ | ||
+ | float:left; | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | #global_header{ | ||
+ | width:980px; | ||
+ | height:130px; | ||
+ | position:relative; | ||
+ | margin:20px auto; | ||
+ | float:none; | ||
+ | } | ||
+ | |||
+ | #navs div{ | ||
+ | margin-right:40px; | ||
+ | } | ||
+ | |||
+ | #team_logo{ | ||
+ | width:442px; | ||
+ | height:78px; | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/b/bd/Team_logo.png"); | ||
+ | float:none; | ||
+ | margin-top:5px; | ||
+ | margin-bottom:10px; | ||
+ | } | ||
+ | |||
+ | #home_botton{ | ||
+ | width:127px; | ||
+ | height:35px; | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/e/ec/Home_normal.png"); | ||
+ | background-position:center; | ||
+ | } | ||
+ | #home_botton:active{ | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/d/da/Home_active.png"); | ||
+ | background-position:center; | ||
+ | } | ||
+ | |||
+ | #project_botton{ | ||
+ | |||
+ | width:80px; | ||
+ | height:35px; | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/9/93/Project_normal.png"); | ||
+ | background-position:center; | ||
+ | } | ||
+ | #project_botton:active{ | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/8/8b/Project_active.png"); | ||
+ | background-position:center; | ||
+ | } | ||
+ | |||
+ | #team_botton{ | ||
+ | width:118px; | ||
+ | height:35px; | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/8/88/Team_normal.png"); | ||
+ | background-position:center; | ||
+ | position:relative; | ||
+ | top:-2px !important; /* because the photo has some problem */ | ||
+ | } | ||
+ | #team_botton:active{ | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/a/a8/Team_active.png"); | ||
+ | background-position:center; | ||
+ | } | ||
+ | |||
+ | #notes_botton{ | ||
+ | width:118px; | ||
+ | height:35px; | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/c/ce/Notes_normal.png"); | ||
+ | background-position:center; | ||
+ | } | ||
+ | #notes_botton:active{ | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/e/ef/Notes_active.png"); | ||
+ | background-position:center; | ||
+ | } | ||
+ | |||
+ | #hp_botton{ | ||
+ | width:174px; | ||
+ | height:35px; | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/5/55/Hp_normal.png"); | ||
+ | background-position:center; | ||
+ | } | ||
+ | #hp_botton:active{ | ||
+ | background:url("https://static.igem.org/mediawiki/igem.org/1/1a/Hp_active.png"); | ||
+ | background-position:center; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | <style> | ||
+ | /*the begin of search box css*/ | ||
+ | #search-control-box { | ||
+ | position: absolute; | ||
+ | top: 87px; | ||
+ | right: 8px; | ||
+ | width: 158px; | ||
+ | height: 45px; | ||
+ | background-color: transparent; | ||
+ | text-align:center; | ||
+ | z-index: 8; | ||
+ | } | ||
+ | input.search_button { | ||
+ | margin: 0px 10px 0 10px; | ||
+ | font-size: 90%; | ||
+ | background: none; | ||
+ | border: none; | ||
+ | color:#676767; | ||
+ | font-weight: bold; | ||
+ | font-family:Georgia, "Times New Roman", Times, serif; | ||
+ | } | ||
+ | input.search_button:hover { | ||
+ | color: #A3511E; | ||
+ | color: #0f0; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | #searchInput { | ||
+ | width: 10em; | ||
+ | margin: 1px; | ||
+ | font-size: 91%; | ||
+ | color:#0f0; | ||
+ | } | ||
+ | input[type="text"] { | ||
+ | width: 162px; | ||
+ | height:16px; | ||
+ | padding: 1px 0px 2px 5px; | ||
+ | font-size: 2em; | ||
+ | line-height: 17px; | ||
+ | border-radius: 7px; | ||
+ | border: 1px solid black; | ||
+ | outline: none; | ||
+ | background-color:#555; | ||
+ | } /*the end of search box css*/ | ||
+ | </style> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
<meta charset="UTF-8" /> | <meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
Revision as of 03:13, 15 August 2012