equal
deleted
inserted
replaced
8 * Some ideas - most notably the hatching patterns and floating divs, were taken from Bittersweet <http://templates.arcsin.se/> |
8 * Some ideas - most notably the hatching patterns and floating divs, were taken from Bittersweet <http://templates.arcsin.se/> |
9 * No code or graphics were copied. |
9 * No code or graphics were copied. |
10 */ |
10 */ |
11 |
11 |
12 div#title h1 { |
12 div#title h1 { |
13 font-size: 16pt; |
13 font-size: 16pt; |
14 text-align: left; |
14 text-align: left; |
15 font-weight: normal; |
15 font-weight: normal; |
16 margin: 0 10px; |
16 margin: 0 10px; |
17 padding: 10px; |
17 padding: 10px; |
18 } |
18 } |
19 |
19 |
20 div#maincontent h2#pagetitle { |
20 div#maincontent h2#pagetitle { |
21 font-size: 12pt; |
21 font-size: 12pt; |
22 } |
22 } |
23 div.footer { |
23 div.footer { |
24 min-height: 10px; |
24 min-height: 10px; |
25 } |
25 } |
26 |
26 |
27 table#stretcher { |
27 table#stretcher { |
28 width: 100%; |
28 width: 100%; |
29 height: 100%; |
29 height: 100%; |
30 } |
30 } |
31 |
31 |
32 div#bg { |
32 div#bg { |
33 height: 100%; |
33 height: 100%; |
34 } |
34 } |
35 |
35 |
36 div#rap { |
36 div#rap { |
37 border-top: 1px solid #237000; |
37 border-top: 1px solid #237000; |
38 border-bottom: 1px solid #237000; |
38 border-bottom: 1px solid #237000; |
39 } |
39 } |
40 |
40 |