Team:USTC-Software/Project/Software/css

From 2013.igem.org

(Difference between revisions)
Line 35: Line 35:
     clear:both;
     clear:both;
     position:relative;
     position:relative;
-
     padding-top:70px;
+
     top:20px;
}
}
#Download img {
#Download img {
     width:60px;
     width:60px;
-
     height:20px;
+
     height:60px;
}
}

Revision as of 09:18, 19 October 2013

div.contain {

    font: 18px Arial, Helvetica, sans-serif;
    margin:0 auto;
    width:1000px;
    height:auto;

}

  1. title {
    margin-top:80px;
    margin-left:-20px;

}


  1. Tutorial {
    margin-left:0;
    height:auto;

}


  1. Tutorial .left {
    width:490px;
    height:470px;
    float:left;

}


  1. Tutorial .right {
    width:490px;
    float:right;
    height:400px;
    top:60px;

}

  1. Code {
   clear:both;
   position:relative;
   top:20px;

}

  1. Download img {
    width:60px;
    height:60px;

}


a:hover {text-decoration:none;}

  1. direction{
   width:140px;
   height:250px;
   right:0px;
   top:60%;
   position:fixed;
   background-color:#2da7a0;
   border-radius:5px;

}

  1. direction ul , #direction ul li a{
   color:#fff;
   font-size:18px;
   text-decoration:none;
   font-family:Tahoma, Geneva, sans-serif;
   list-style-image:none;
   list-style-image:circle;

}

  1. direction ul li a:hover{
   color:#aaed51;
   opacity:1;
   font-size:18px;

}

.image img{width:1000px;}