Team:Tianjin/page.css
From 2012.igem.org
(Difference between revisions)
Austinamens (Talk | contribs) |
Austinamens (Talk | contribs) |
||
Line 2: | Line 2: | ||
background:url("images/Pg-Bg.gif") | background:url("images/Pg-Bg.gif") | ||
} | } | ||
- | #toc{position:fixed;left:10px;} | + | .block {margin:5px;background:#ccc;padding:10px;height:60px;width:60px;} |
+ | #toc{position:fixed;left:10px;top:100px;} | ||
#text-content { | #text-content { | ||
- | width: | + | width:770px;min-height:600px;float:left;background:#fff; |
- | + | text-indent:2em;font-size:100%;padding:5px; | |
- | border: | + | border:8px solid #000;margin-top:125px; |
} | } | ||
Revision as of 10:04, 21 August 2012
body { background:url("images/Pg-Bg.gif") } .block {margin:5px;background:#ccc;padding:10px;height:60px;width:60px;}
- toc{position:fixed;left:10px;top:100px;}
- text-content {
width:770px;min-height:600px;float:left;background:#fff; text-indent:2em;font-size:100%;padding:5px; border:8px solid #000;margin-top:125px; }
- nav{width:600px;height:600px;position:absolute;right:2px}
- nav-1,#nav-2,#nav-3,#nav-4{
float:left; }
- nav-5,#nav-6,#nav-7,#nav-8,#nav-9{
float:right; }
- right-fixed {position:fixed;width:120px;}
- track {width:120px;float:right;}