Team:SUSTC-Shenzhen-B
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | /* grid layout with 4 columns */ | ||
+ | |||
+ | div.layout-1000{ width: 1000px; margin: 10px auto;} | ||
+ | |||
+ | div.row { height: 1%; } | ||
+ | div.row-end { clear: both; font: 1px/1px sans-serif; height: 1px; overflow: hidden; } | ||
+ | div.col1, div.col2, div.col3, div.col4,div.col4-2, div.col5, div.col6, div.col6-2, div.col7, div.col8, div.col8-2, div.col8-4, div.col9, div.col10, div.col11, div.col12, div.col12-2, div.col2-2,div.col12-3, div.col13, div.col14 { float: left; margin-left: 20px; } | ||
+ | div.col3-2 { float: left; margin-left: 20px; } | ||
+ | div.col1:first-child, div.col2:first-child, div.col2-2:first-child, div.col3:first-child, div.col3-2:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child, div.col12-2:first-child, div.col13:first-child { margin-left: 10px; } | ||
+ | div.col4-2:first-child, div.col6-2:first-child, div.col8-2:first-child,div.col8-3:first-child, div.col12-3:first-child, div.col8-4:first-child {margin-left: 15px;} | ||
+ | |||
+ | |||
+ | div.col2 {width: 150px;} | ||
+ | div.col2-2 {width: 180px;} | ||
+ | div.col3 {width: 232px;} | ||
+ | div.col3-2 {width: 230px;} | ||
+ | div.col4 { width: 303px; } | ||
+ | div.col4-2 { width: 293px; } | ||
+ | div.col6 { width: 480px; } | ||
+ | div.col6-2 { width: 470px; } | ||
+ | div.col8 {width: 620px;} | ||
+ | div.col8-2 {width: 610px;} | ||
+ | div.col8-3 {width: 650px;} | ||
+ | div.col8-4 {width: 620px;} | ||
+ | div.col9 { width: 730px; } | ||
+ | div.col12 { width: 1000px; } | ||
+ | div.col12-2 {width: 980px;} | ||
+ | div.col12-3 {width: 970px;} | ||
+ | div.col13 {width: 20px;} | ||
+ | div.col14 {width: 10px;} | ||
+ | </style> | ||
+ | |||
<body> | <body> | ||
<br> | <br> |
Revision as of 12:23, 2 August 2012
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
body{background:#59791b url(images/bg_body.gif) repeat-y top; padding:0; margin:0; font:11px Tahoma, serif; color:#565656; height:100%}
img{border:0;}
form{margin:0; padding:0;}
- main{height:750px; width:100%; position:relative; margin:0 auto;}
- flash{width:800px; height:750px; position:relative; margin:0 auto;}
|