Team:Tianjin/page.css
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
.block {margin:5px;background:#ccc;padding:10px;height:60px;width:60px;} | .block {margin:5px;background:#ccc;padding:10px;height:60px;width:60px;} | ||
#toc{position:fixed;left:10px;top:230px;border: 5px solid rgba(55,106,154,0.6);} | #toc{position:fixed;left:10px;top:230px;border: 5px solid rgba(55,106,154,0.6);} | ||
- | #secondwrap {width: | + | #secondwrap {width:854px;min-height:600px;float:left;background:#fff;border:8px solid #000;} |
#text-content { | #text-content { | ||
width:640px;min-height:600px;float:right;background:#fff; | width:640px;min-height:600px;float:right;background:#fff; | ||
Line 17: | Line 17: | ||
#right-fixed {width:90px;} | #right-fixed {width:90px;} | ||
- | .right-static {position:relative;top:- | + | .right-static {position:relative;top:-6px} |
.right-fixed {position:fixed;top:20px;} | .right-fixed {position:fixed;top:20px;} | ||
#track {width:90px;float:right;} | #track {width:90px;float:right;} |
Revision as of 11:53, 24 September 2012
- header{height:160px;}
.block {margin:5px;background:#ccc;padding:10px;height:60px;width:60px;}
- toc{position:fixed;left:10px;top:230px;border: 5px solid rgba(55,106,154,0.6);}
- secondwrap {width:854px;min-height:600px;float:left;background:#fff;border:8px solid #000;}
- text-content {
width:640px;min-height:600px;float:right;background:#fff; font-size:100%;padding:5px; }
- nav{width:450px;position:absolute;right:2px;top:110px;}
- nav-1,#nav-2,#nav-3,#nav-4{
float:left; }
- nav-5,#nav-6,#nav-7,#nav-8,#nav-9,#nav-A{
float:right; }
- right-fixed {width:90px;}
.right-static {position:relative;top:-6px} .right-fixed {position:fixed;top:20px;}
- track {width:90px;float:right;}
- nav-A{width:60px;height:20px;background:#aaa;position:relative;}
.navtext{position:absolute;}
- navtext-A{position:absolute;left:0;top:0;}