]> Shamusworld >> Repos - architektonas/blob - web/atns.css
Added mouse wheel zoom.
[architektonas] / web / atns.css
1 /*
2
3 CSS for Architektonas
4
5 */
6
7 body
8 {
9         color: #007F00;
10         background-color: #C0FFF0;
11         font: 12.0pt verdana, sans-serif;
12         text-align: center; /* Crappy hack for IE--die, Die, DIE! */
13 }
14
15 h1
16 {
17         font-size: 48pt;
18         font-weight: bold;
19         color: #FF0000;
20 }
21
22 h2
23 {
24         font-size: 20pt;
25         font-weight: bold;
26         color: #FF7F00;
27 }
28
29 p, ul, h3
30 {
31         text-align: left;
32 }
33
34 p#footer
35 {
36         margin-top: 40px;
37         color: #AF0000;
38         font-size: 10pt;
39         font-style: italic;
40 }
41