Team:ZJU-China/test.htm
From 2012.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
<link rel="stylesheet" href="http://www.jiajunlu.com/igem/slide.css" type="text/css" media="screen"> | <link rel="stylesheet" href="http://www.jiajunlu.com/igem/slide.css" type="text/css" media="screen"> | ||
- | |||
- | |||
body /* UltraGlobal Environment (origin item) */ | body /* UltraGlobal Environment (origin item) */ | ||
{ | { | ||
- | background-color: # | + | background-color: #020f40; |
} | } | ||
#blank , | #blank , | ||
Line 27: | Line 25: | ||
#globalWrapper /* Global Environment (origin item) */ | #globalWrapper /* Global Environment (origin item) */ | ||
{ | { | ||
- | background-color: | + | background-color: #021c35; |
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: 50% 0; | background-position: 50% 0; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
- | background-image: url(""); | + | background-image: url("/wiki/images/5/50/Peking2012_Color_Background.jpg"); |
overflow: hidden; | overflow: hidden; | ||
} | } | ||
Line 38: | Line 36: | ||
#top-section | #top-section | ||
{ | { | ||
- | |||
- | |||
- | |||
- | |||
display: none; | display: none; | ||
} | } | ||
Line 57: | Line 51: | ||
{ | { | ||
background-color: transparent; | background-color: transparent; | ||
- | background-image: url(" | + | background-image: url(""); |
background-attachment: scroll; | background-attachment: scroll; | ||
background-position: 50% 0; | background-position: 50% 0; | ||
Line 63: | Line 57: | ||
overflow: hidden; | overflow: hidden; | ||
border-style: none; | border-style: none; | ||
- | + | } | |
+ | #bodyContent | ||
+ | { | ||
+ | z-index: 0; | ||
} | } | ||
#footer-box | #footer-box | ||
{ | { | ||
- | background-color: | + | background-color: transparent; |
background-image: none; | background-image: none; | ||
border-style: none; | border-style: none; | ||
- | + | z-index: 0; | |
} | } | ||
#catlinks | #catlinks | ||
Line 79: | Line 76: | ||
#content a:hover | #content a:hover | ||
{ | { | ||
- | color: | + | color: #fff350; |
display: inline; | display: inline; | ||
} | } | ||
#content a:link, | #content a:link, | ||
- | #content a:visited | + | #content a:visited, |
- | + | ||
- | + | ||
- | + | ||
#content a:hover, | #content a:hover, | ||
#content a:active | #content a:active | ||
{ | { | ||
- | text-decoration: | + | text-decoration: none; |
} | } | ||
Line 101: | Line 95: | ||
display: inline; | display: inline; | ||
} | } | ||
- | + | ul,li | |
- | ul | + | |
{ | { | ||
- | |||
- | |||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
+ | list-style-image: none; | ||
+ | list-style-type: none; | ||
} | } | ||
- | + | table | |
{ | { | ||
- | + | border-collapse:collapse; | |
- | padding: | + | background-color: transparent; |
+ | color: #ffffff; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | h3 | ||
+ | { | ||
+ | padding: 20px 30px 10px; | ||
} | } | ||
Line 118: | Line 117: | ||
{ | { | ||
font-family: Arial, sans-serif; | font-family: Arial, sans-serif; | ||
- | |||
- | |||
- | |||
} | } | ||
Line 169: | Line 165: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||