Team:WHU-China/Project/Modeling
From 2011.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
{ | { | ||
display:none; | display:none; | ||
+ | } | ||
+ | div.wide | ||
+ | { | ||
+ | position:relative; | ||
+ | width:900px; | ||
+ | left:50px; | ||
+ | top:20px; | ||
+ | } | ||
+ | div.high | ||
+ | { | ||
+ | position:relative; | ||
+ | width:1000px; | ||
+ | top:20px; | ||
+ | } | ||
+ | #left1 | ||
+ | { | ||
+ | position:absolute; | ||
+ | width:500px; | ||
+ | left:0; | ||
+ | } | ||
+ | #right1 | ||
+ | { | ||
+ | position:absolute; | ||
+ | width:500px; | ||
+ | left:500px; | ||
+ | } | ||
+ | #left2 | ||
+ | { | ||
+ | position:absolute; | ||
+ | width:500px; | ||
+ | left:0; | ||
+ | top:40px; | ||
+ | } | ||
+ | #right2 | ||
+ | { | ||
+ | position:absolute; | ||
+ | width:500px; | ||
+ | left:500px; | ||
+ | top:40px; | ||
+ | } | ||
+ | #intro | ||
+ | { | ||
+ | width:900px; | ||
+ | left:50px; | ||
+ | position:absolute; | ||
} | } | ||
Revision as of 03:58, 1 October 2011