Team:HIT-Harbin/css/projectstyle.css

From 2014.igem.org

(Difference between revisions)
Line 24: Line 24:
border-bottom: 1px solid #f3f3f3;
border-bottom: 1px solid #f3f3f3;
border-top: 1px solid #f3f3f3;
border-top: 1px solid #f3f3f3;
 +
}
 +
a.custom-button {
 +
margin: 19px;
 +
font:bold 13px/34px Arial;
 +
float: right;
 +
position: relative;
 +
right: 100px;
 +
bottom: 10px;
}
}

Revision as of 15:31, 20 September 2014

  1. project span{color:#2F798C;}
  2. title h2{color:#2F798C;border:1.5px dashed #F9F6E7;font-size:18px;}
  3. mainarea h2 {

font-family: Arial, Helvetica, sans-serif; margin:5px 0 20px 0; padding-top: .5em; color: black; text-align: justify; border: 1.5px dashed #F9F6E7; display: block; }

  1. mainarea {

font-size: 15px; line-height: 20px; font-style: italic; color: #0e0e0e;}

  1. mainarea p {

font-style: normal; } .cta-box p { margin: 19px; font:italic 25px/34px "Times New Roman"; border-bottom: 1px solid #f3f3f3; border-top: 1px solid #f3f3f3; } a.custom-button { margin: 19px; font:bold 13px/34px Arial; float: right; position: relative; right: 100px; bottom: 10px; }