Team:UESTC/hp.css
From 2013.igem.org
(Difference between revisions)
Line 21: | Line 21: | ||
} | } | ||
#ibricks_show h2{ | #ibricks_show h2{ | ||
- | font: | + | font: 22px museo100regular, arial,verdana; |
position: relative; | position: relative; | ||
top:40px; | top:40px; | ||
Line 38: | Line 38: | ||
float: right; | float: right; | ||
position: relative; | position: relative; | ||
- | top:- | + | top:-46px; |
right: 20%; | right: 20%; | ||
} | } | ||
+ | #action_info h2{ | ||
+ | font: 22px museo100regular, arial,verdana; | ||
+ | } | ||
+ | #action_info p{ | ||
+ | font: 22px arial,verdana; | ||
+ | text-align: justify; | ||
+ | line-height: 1.4em; | ||
+ | } | ||
+ | #photo_gallery { | ||
+ | width: 80%; | ||
+ | height: 668px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | #photo_gallery h1 { | ||
+ | font: 2.5em museo100regular, arial,verdana; | ||
+ | } | ||
+ | #photo_gallery span { | ||
+ | font: 12px/1.2em museo100regular, arial,verdana; | ||
+ | color:red; | ||
+ | display: block; | ||
+ | width: 245px; | ||
+ | height: auto; | ||
+ | position: relative; | ||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | } | ||
+ | .gallery { | ||
+ | margin: 0 0 5em; | ||
+ | padding: 0; | ||
+ | list-style-type: none; | ||
+ | overflow: visible; | ||
+ | height: auto; | ||
+ | } | ||
+ | .gallery li { | ||
+ | display: block; | ||
+ | width: 150px; | ||
+ | margin: 0.8em 2em; | ||
+ | float: left; | ||
+ | z-index: 0; | ||
+ | } |
Revision as of 02:45, 27 October 2013
- hp{
height: auto; }
- action_info{
width:80%; margin:0 auto; height:auto; padding-top: 40px; padding-bottom: 40px; }
- action_info h1{
font: 30px museo100regular, arial,verdana; } .pp { display: block; width: 40%; text-align: justify; float: left; position: relative; top:60px; }
- ibricks_show h2{
font: 22px museo100regular, arial,verdana; position: relative; top:40px; }
- ibricks_show {
height: 400px; }
- ibricks_show p{
font: 18px museo100regular, arial,verdana }
- ibricks_show a{
position:relative; top:70px; }
- ibricks_show video {
float: right; position: relative; top:-46px; right: 20%;
}
- action_info h2{
font: 22px museo100regular, arial,verdana; }
- action_info p{
font: 22px arial,verdana; text-align: justify; line-height: 1.4em; }
- photo_gallery {
width: 80%; height: 668px; margin: 0 auto;
}
#photo_gallery h1 { font: 2.5em museo100regular, arial,verdana; } #photo_gallery span { font: 12px/1.2em museo100regular, arial,verdana; color:red; display: block; width: 245px; height: auto; position: relative; top: 0px; left: 0px; }
.gallery {
margin: 0 0 5em; padding: 0; list-style-type: none; overflow: visible; height: auto;
}
.gallery li { display: block; width: 150px; margin: 0.8em 2em; float: left; z-index: 0; }