Merge pull request #2949 from solgenomics/topic/fix_word_size
[sgn.git] / static / css / citrusgreening.css
blob37f0572ac50621ed36abc73561d798072dff6659
1 /* Old code from SGN and nextgen-cassava. Make new file with only extra styles and CSS from IRSC */
3 /* NOTE: SGN blue is #ccccff */
4 /******************** GENERAL SITE STYLES **********************/
5 /*various places on the site use various headline size tags, so let's try to make them all the same*/
6 @charset "UTF-8";
8 h1,
9 h2,
10 h3,
11 h4,
12 h5,
13 h6 {
14 margin: 10px 0;
15 font-family: 'Lato', sans-serif;
16 font-weight: bold;
17 color: #A2AD00;
18 text-rendering: optimizelegibility;
21 h1 {font-size: 22px; line-height: 32px; margin: 0;}
22 h2 {font-size: 18px; line-height: 28px; }
23 h3 {font-size: 16px; line-height: 26px; }
24 h4,
25 h5,
26 h6 {line-height: 18px; }
27 h4 {font-size: 14px; }
28 h5 {font-size: 12px; }
29 h6 {font-size: 11px; color: #999999; text-transform: uppercase; }