Team:USTC-Software/Project/Overall/css

From 2013.igem.org

(Difference between revisions)
(Created page with "#Introduction { margin:0 auto; margin-top:100px; width:1000px; font:18px Arial, Helvetica, sans-serif; } #Software { width:1000px; margin:0 auto; font:18px Arial, ...")
Line 21: Line 21:
         margin:0 auto;
         margin:0 auto;
font:18px Arial, Helvetica, sans-serif;
font:18px Arial, Helvetica, sans-serif;
 +
}
 +
#direction{
 +
    width:140px;
 +
    height:250px;
 +
    right:0px;
 +
    top:60%;
 +
    position:fixed;
 +
    background-color:#2da7a0;
 +
    border-radius:5px;
 +
}
 +
#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;
 +
}
 +
 +
#direction ul li a:hover{
 +
    color:#aaed51;
 +
    opacity:1;
 +
    font-size:18px;
}
}

Revision as of 08:06, 8 October 2013

  1. Introduction {

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



  1. Software {

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


  1. Methodology {

width:1000px;

       margin:0 auto;

font:18px Arial, Helvetica, sans-serif; }

  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;

}