Team:USTC-Software/css
From 2013.igem.org
(Difference between revisions)
Line 38: | Line 38: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | . | + | .right h2,p { |
color: white; | color: white; | ||
} | } | ||
Line 53: | Line 45: | ||
- | .right { | + | |
- | + | div.right { | |
- | + | position:absolute; | |
- | + | width:700px; | |
- | + | height:250px; | |
- | + | font:18px Arial, Helvetica, sans-serif; | |
- | + | right:205px; | |
+ | float:right; | ||
} | } | ||
- | . | + | |
- | + | ||
- | + | div.left { | |
+ | width:200px; | ||
+ | height:200px; | ||
+ | float:left; | ||
+ | left:190px; | ||
+ | padding:15px; | ||
+ | position: absolute; | ||
+ | margin-top:10px; | ||
} | } | ||
+ | |||
+ | .left img{ | ||
+ | height:100%; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
#sponsors { | #sponsors { |
Revision as of 08:04, 22 September 2013
- camera {
width:1000px; margin:0 auto; height:500px; margin-top:105px;
}
- green {
background:#8cc63f; width:1000px; margin:0 auto; height:250px;
}
- cyan {
background:#2da7a0; width:1000px; margin:0 auto; height:250px;
}
- blue {
background:#6b93af; width:1000px; margin:0 auto; height:250px;
}
- purple {
background:#b575a7; width:1000px; margin:0 auto; height:250px;
}
.right h2,p {
color: white;
}
div.right {
position:absolute;
width:700px;
height:250px;
font:18px Arial, Helvetica, sans-serif; right:205px;
float:right; }
div.left { width:200px; height:200px;
float:left; left:190px;
padding:15px; position: absolute; margin-top:10px; }
.left img{
height:100%; width:100%; }
- sponsors {
background:#34495e; height:133px; width:1000px; margin:0 auto;
}
- sponsors h2 {
width:auto; font-family: Arial, Helvetica, sans-serif; font-size:25px; color: #fff; float:left; margin-left:0px; margin-right:125px; margin-top:15px;
}
img.more {
float:right;
}