Team:HIT-Harbin/css/projectstyle.css
From 2014.igem.org
(Difference between revisions)
(Replaced content with "#project span{color:#2F798C;} #title h2{color:#2F798C;border:1.5px dashed #F9F6E7;font-size:18px;}") |
|||
Line 1: | Line 1: | ||
#project span{color:#2F798C;} | #project span{color:#2F798C;} | ||
#title h2{color:#2F798C;border:1.5px dashed #F9F6E7;font-size:18px;} | #title h2{color:#2F798C;border:1.5px dashed #F9F6E7;font-size:18px;} | ||
+ | mainarea h2 { | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | margin:5px 0 20px 0; | ||
+ | padding-top: .5em; | ||
+ | color: black; | ||
+ | text-align: justify; | ||
+ | border: none; | ||
+ | display: block; | ||
+ | } |
Revision as of 15:24, 20 September 2014
- project span{color:#2F798C;}
- title h2{color:#2F798C;border:1.5px dashed #F9F6E7;font-size:18px;}
mainarea h2 { font-family: Arial, Helvetica, sans-serif; margin:5px 0 20px 0; padding-top: .5em; color: black; text-align: justify; border: none; display: block; }