Team:UESTC/nebula.css
From 2013.igem.org
Line 23: | Line 23: | ||
top: -292px; | top: -292px; | ||
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; | ||
} | } |
Revision as of 05:12, 27 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; }
- nebula-info h1{
font: 30px museo100regular, arial,verdana; }
- nebula-show p{
font: 18px museo100regular, arial,verdana; }
- nebula-show a{
position: relative; top: -292px; 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; }