Team:USTC-Software/Project/css

From 2013.igem.org

(Difference between revisions)
(Created page with "#projectbutton { color:#aaed51; opacity:1; font-size:18px; }")
 
(7 intermediate revisions not shown)
Line 1: Line 1:
#projectbutton {
#projectbutton {
-
     color:#aaed51;
+
     color:#aaed51 !important;
     opacity:1;
     opacity:1;
     font-size:18px;
     font-size:18px;
 +
}
 +
 +
 +
.lower {
 +
    top:60% !important;
 +
}
 +
 +
.lower p{
 +
    font-family: Arial, Helvetica, sans-serif;
 +
    font-size:18px;
 +
    color:#aaed51;
}
}

Latest revision as of 14:14, 19 October 2013

  1. projectbutton {
   color:#aaed51 !important;
   opacity:1;
   font-size:18px;

}


.lower {

   top:60% !important;

}

.lower p{

   font-family: Arial, Helvetica, sans-serif;
   font-size:18px;
   color:#aaed51;

}