Team:Tianjin/index.css

From 2012.igem.org

(Difference between revisions)
Line 26: Line 26:
#blockA {height:70px;width:310px;float:left;background:#75cede;}
#blockA {height:70px;width:310px;float:left;background:#75cede;}
#ScrollBar{background:#000;width:470px;overflow:hidden;height:230px;float:left;}
#ScrollBar{background:#000;width:470px;overflow:hidden;height:230px;float:left;}
 +
.text {
 +
font-size:18px; color:#fff; font-family:"Arial"
 +
}
 +
#text2{
 +
width:100px;
 +
height:20px;
 +
position:absolute;
 +
left:10px;
 +
top:5px;
 +
}
 +
#text3{
 +
width:100px;
 +
height:20px;
 +
position:absolute;
 +
left:5px;
 +
bottom:5px;
 +
}
 +
#text4{
 +
width:100px;
 +
height:20px;
 +
position:absolute;
 +
left:60px;
 +
top:5px;
 +
}
 +
#text5{
 +
width:100px;
 +
height:20px;
 +
position:absolute;
 +
left:15px;
 +
top:2px;
 +
}
 +
#text7{
 +
width:100px;
 +
height:20px;
 +
position:absolute;
 +
left:175px;
 +
bottom:5px;
 +
}
 +
#text8{
 +
width:100px;
 +
height:20px;
 +
position:absolute;
 +
left:10px;
 +
top:5px;
 +
}

Revision as of 07:00, 22 August 2012

  • {margin:0;padding:0;font-family:"微软雅黑","Arial";}
  1. main-link a {color:#A7D4A7;}
  2. main-link a:hover {text-decoration:none;}

.hidden {display:none;}

  1. p-logo,#footer-box {display:none;}
  2. content {background:0;border:none;}
  3. catlinks{display:none;}

p {margin:0 !important;}

  1. top-section {height:15px;overflow:hidden;}

.firstHeading {display:none;} body {background:#242133;} .floatfix {clear:both} .block {margin:5px;background:#ccc;padding:20px;height:70px;width:70px;}

  1. header{width:960px;margin:20px auto;color:#dae8e8;font-size:400%;font-weight:bold;}
  2. wrap {margin:0 auto;width:960px;height:480;}
  3. footer{margin:0 auto;width:960px;min-height:100px;border-top:2px solid #fff;text-align:center;color:#fff;}
  4. block1 {height:230px;width:470px;float:left;padding:0;}
  5. block2 {height:190px;width:310px;float:left;background:#f76303;}
  6. block3 {height:70px;width:70px;float:right;background:#ffdd00;}
  7. block4 {height:70px;width:70px;float:right;background:#39b54a;}
  8. block5 {height:70px;width:70px;float:left;background:#f01818;}
  9. block6 {height:70px;width:190px;float:left;background:#0096db;}
  10. block7 {height:70px;width:190px;float:left;background:#b63092;}
  11. block8 {height:190px;width:310px;float:right;background:#ec0089;}
  12. block9 {height:70px;width:190px;float:left;background:#ffbe10;}
  13. blockA {height:70px;width:310px;float:left;background:#75cede;}
  14. ScrollBar{background:#000;width:470px;overflow:hidden;height:230px;float:left;}

.text { font-size:18px; color:#fff; font-family:"Arial" }

  1. text2{

width:100px; height:20px; position:absolute; left:10px; top:5px; }

  1. text3{

width:100px; height:20px; position:absolute; left:5px; bottom:5px; }

  1. text4{

width:100px; height:20px; position:absolute; left:60px; top:5px; }

  1. text5{

width:100px; height:20px; position:absolute; left:15px; top:2px; }

  1. text7{

width:100px; height:20px; position:absolute; left:175px; bottom:5px; }

  1. text8{

width:100px; height:20px; position:absolute; left:10px; top:5px; }