Team:USTC-Software/Medal/css
From 2013.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 15: | Line 15: | ||
margin-top:100px; | margin-top:100px; | ||
width:1000px; | width:1000px; | ||
- | font: | + | font:14px Arial, Helvetica, sans-serif; |
} | } | ||
Line 24: | Line 24: | ||
width:1000px; | width:1000px; | ||
margin:0 auto; | margin:0 auto; | ||
- | font: | + | font:14px Arial, Helvetica, sans-serif; |
} | } | ||
Line 32: | Line 32: | ||
width:1000px; | width:1000px; | ||
margin:0 auto; | margin:0 auto; | ||
- | font: | + | font:14px Arial, Helvetica, sans-serif; |
} | } | ||
Line 39: | Line 39: | ||
color:#aaed51 !important; | color:#aaed51 !important; | ||
opacity:1; | opacity:1; | ||
- | font-size: | + | font-size:14px; |
} | } | ||
- | p {font-size: | + | 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;
}
- 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;}