Team:USTC-Software/Medal/css

From 2013.igem.org

(Difference between revisions)
(Created page with "a#out { text-decoration:none; color:#36526c; transition:1s; float:right; } a#out:hover { text-decoration:none; color:#6b93af; transition:1s; }")
 
(3 intermediate revisions not shown)
Line 10: Line 10:
   transition:1s;
   transition:1s;
}
}
 +
 +
#Introduction {
 +
margin:0 auto;
 +
margin-top:100px;
 +
width:1000px;
 +
font:14px Arial, Helvetica, sans-serif;
 +
}
 +
 +
 +
 +
 +
#Software {
 +
width:1000px;
 +
margin:0 auto;
 +
font:14px Arial, Helvetica, sans-serif;
 +
}
 +
 +
 +
 +
#Methodology {
 +
width:1000px;
 +
        margin:0 auto;
 +
font:14px Arial, Helvetica, sans-serif;
 +
}
 +
 +
 +
#medalbutton {
 +
    color:#aaed51 !important;
 +
    opacity:1;
 +
    font-size:14px;
 +
}
 +
 +
 +
p {font-size:16px;}

Latest revision as of 17:15, 27 October 2013

a#out {

  text-decoration:none;
  color:#36526c;
  transition:1s;
  float:right;

} a#out:hover {

  text-decoration:none;
  color:#6b93af;
  transition:1s;

}

  1. Introduction {

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



  1. Software {

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


  1. Methodology {

width:1000px;

       margin:0 auto;

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


  1. medalbutton {
   color:#aaed51 !important;
   opacity:1;
   font-size:14px;

}


p {font-size:16px;}