Team:UESTC/nebula.css
From 2013.igem.org
(3 intermediate revisions not shown) | |||
Line 12: | Line 12: | ||
margin: 0 auto; | margin: 0 auto; | ||
width:687px; | width:687px; | ||
+ | padding-bottom: 50px; | ||
+ | } | ||
+ | #nebula-show video { | ||
+ | position: relative; | ||
+ | top: 40px; | ||
} | } | ||
#nebula-info h1{ | #nebula-info h1{ | ||
- | font: | + | font: bold 56px museo100regular, arial,verdana; |
+ | } | ||
+ | #nebula-info h3{ | ||
+ | font: bold 34px museo100regular, arial,verdana; | ||
} | } | ||
#nebula-show p{ | #nebula-show p{ | ||
Line 21: | Line 29: | ||
#nebula-show a{ | #nebula-show a{ | ||
position: relative; | position: relative; | ||
- | top: - | + | top: -185px; |
left: 550px; | left: 550px; | ||
+ | } | ||
+ | #nebula-info { | ||
+ | height: auto; | ||
+ | width: 80%; | ||
+ | text-align: justify; | ||
+ | margin: 0 auto; | ||
+ | font: 18px/1.5em museo100regular, arial,verdana; | ||
+ | } | ||
+ | #nebula-info .red { | ||
+ | color: red; | ||
+ | } | ||
+ | |||
+ | .nebula-pic { | ||
+ | width: 39.25%; | ||
+ | height: auto; | ||
+ | margin: 0 auto; | ||
+ | padding: 10px; | ||
+ | float:left; | ||
+ | font: 0.6em museo100regular, arial,verdana; | ||
+ | } | ||
+ | .nebula-pic span { | ||
+ | margin: 0 auto; | ||
+ | display: block; | ||
+ | width:110px; | ||
+ | } | ||
+ | .nebula-pic-block { | ||
+ | width: 100%; | ||
+ | height:300px; | ||
+ | } | ||
+ | .nebula-pic-promoter { | ||
+ | width:58.25%; | ||
+ | height: auto; | ||
+ | font: 0.6em museo100regular, arial,verdana; | ||
+ | } | ||
+ | .nebula-pic-promoter span { | ||
+ | margin: 0 auto; | ||
+ | display: block; | ||
+ | width: 253px; | ||
+ | } | ||
+ | .nebula-pic-cds { | ||
+ | width: 65%; | ||
+ | height: auto; | ||
+ | font: 0.6em museo100regular, arial,verdana; | ||
+ | padding: 10px; | ||
+ | } | ||
+ | .nebula-pic-cds span { | ||
+ | margin: 0 auto; | ||
+ | display: block; | ||
+ | width: 215px; | ||
+ | } | ||
+ | .nebula-pic-terminator { | ||
+ | width: 39%; | ||
+ | height: auto; | ||
+ | font: 0.6em museo100regular, arial,verdana; | ||
+ | padding: 10px; | ||
+ | |||
+ | } | ||
+ | .nebula-pic-terminator span { | ||
+ | margin: 0 auto; | ||
+ | display: block; | ||
+ | width: 260px; | ||
+ | } | ||
+ | .nebula-pic-devices { | ||
+ | width: 39%; | ||
+ | height: auto; | ||
+ | font: 0.6em museo100regular, arial,verdana; | ||
+ | padding: 10px; | ||
+ | |||
+ | } | ||
+ | .nebula-pic-devices span { | ||
+ | margin: 0 auto; | ||
+ | display: block; | ||
+ | width: 232px; | ||
+ | } | ||
+ | .nebula-pic-rank { | ||
+ | width: 47.875%; | ||
+ | height:auto; | ||
+ | font: 0.6em museo100regular, arial,verdana; | ||
+ | padding: 10px; | ||
+ | } | ||
+ | .nebula-pic-rank span { | ||
+ | margin: 0 auto; | ||
+ | display: block; | ||
+ | width: 175px; | ||
} | } |
Latest revision as of 13:24, 28 October 2013
- nebula{
height: auto; }
- nebula-info{
width: 80%; height:auto; margin: 0 auto; padding-top: 40px; padding-bottom: 40px; }
- nebula-show{
margin: 0 auto; width:687px; padding-bottom: 50px; }
- nebula-show video {
position: relative; top: 40px; }
- nebula-info h1{
font: bold 56px museo100regular, arial,verdana; }
- nebula-info h3{
font: bold 34px museo100regular, arial,verdana; }
- nebula-show p{
font: 18px museo100regular, arial,verdana; }
- nebula-show a{
position: relative; top: -185px; left: 550px; }
- nebula-info {
height: auto; width: 80%; text-align: justify; margin: 0 auto; font: 18px/1.5em museo100regular, arial,verdana; }
- nebula-info .red {
color: red; }
.nebula-pic { width: 39.25%; height: auto; margin: 0 auto; padding: 10px; float:left; font: 0.6em museo100regular, arial,verdana; } .nebula-pic span { margin: 0 auto; display: block; width:110px; } .nebula-pic-block { width: 100%; height:300px; } .nebula-pic-promoter { width:58.25%; height: auto; font: 0.6em museo100regular, arial,verdana; } .nebula-pic-promoter span { margin: 0 auto; display: block; width: 253px; } .nebula-pic-cds { width: 65%; height: auto; font: 0.6em museo100regular, arial,verdana; padding: 10px; } .nebula-pic-cds span { margin: 0 auto; display: block; width: 215px; } .nebula-pic-terminator { width: 39%; height: auto; font: 0.6em museo100regular, arial,verdana; padding: 10px;
} .nebula-pic-terminator span { margin: 0 auto; display: block; width: 260px; } .nebula-pic-devices { width: 39%; height: auto; font: 0.6em museo100regular, arial,verdana; padding: 10px;
} .nebula-pic-devices span { margin: 0 auto; display: block; width: 232px; } .nebula-pic-rank { width: 47.875%; height:auto; font: 0.6em museo100regular, arial,verdana; padding: 10px; } .nebula-pic-rank span { margin: 0 auto; display: block; width: 175px; }