Team:USTC-Software/Project/Overall/css

From 2013.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 2: Line 2:
margin:0 auto;
margin:0 auto;
margin-top:100px;
margin-top:100px;
-
width:1000px;
+
width:100%;
-
font:18px Arial, Helvetica, sans-serif;
+
font:16px Arial, Helvetica, sans-serif;
}
}
Line 10: Line 10:
#Software {
#Software {
-
width:1000px;
+
width:100%;
margin:0 auto;
margin:0 auto;
-
font:18px Arial, Helvetica, sans-serif;
+
font:16px Arial, Helvetica, sans-serif;
}
}
Line 18: Line 18:
#Methodology {
#Methodology {
-
width:1000px;
+
width:100%;
         margin:0 auto;
         margin:0 auto;
-
font:18px Arial, Helvetica, sans-serif;
+
font:16px 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{
+
#overallbutton { color:#aaed51;}
-
    color:#aaed51;
+
-
    opacity:1;
+
-
    font-size:18px;
+
-
}
+

Latest revision as of 07:05, 27 October 2013

  1. Introduction {

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



  1. Software {

width:100%; margin:0 auto; font:16px Arial, Helvetica, sans-serif; }


  1. Methodology {

width:100%;

       margin:0 auto;

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

  1. overallbutton { color:#aaed51;}