]> Shamusworld >> Repos - apple2/blob - web/apple2.css
Added website.
[apple2] / web / apple2.css
1 /* CSS for Apple2 Web */
2
3 /* for testing */
4 /*div { border: 1px solid red; }*/
5
6 body, table
7 {
8         background: #006060;
9         color: #FFFFFF;
10         text-align: center;     /* Crappy IE kludge */
11         font: 14.0pt Arial, Verdana, "Helvetica" sans-serif;
12 }
13
14 #title img
15 {
16         margin-top: 22px;
17 }
18
19 #news td
20 {
21         padding-bottom: 1em;
22 }
23
24 #compatibility
25 {
26         border: 1px solid white;
27         border-spacing: 0;
28         margin-bottom: 1em;
29 }
30
31 #compatibility td
32 {
33         vertical-align: top;
34         border: 1px solid white;
35         font-size: 85%;
36 }
37
38 .date
39 {
40         width: 7em;
41         vertical-align: top;
42 /*      color: #FF6060;*/
43         color: #FF6020;
44 }
45
46 hr
47 {
48         margin-bottom: 1.75em;
49 }
50
51 table, ul
52 {
53         text-align: left;
54 }
55
56 p
57 {
58         text-align: left;
59         margin-top: 0;
60         margin-bottom: 1em;
61 }
62
63 h1
64 {
65         font-size: 300%;
66         margin-top: 0;
67         margin-bottom: 0;
68 }
69
70 h2
71 {
72         font-size: 200%;
73         margin-top: 1.25em;
74         margin-bottom: 0.75em;
75         color: #FFB000;
76         font-style: italic;
77 }
78
79 h3
80 {
81         font-size: 120%;
82         margin-top: 0;
83         margin-bottom: 0;
84 }
85
86 tt
87 {
88         font-size: 100%;
89 }
90
91 p#footer
92 {
93         margin-top: 2.0em;
94         font-size: 75%;
95         font-style: italic;
96 }
97
98 a:link    { color: #0090FF; text-decoration: underline; }
99 a:visited { color: #6F006F; text-decoration: underline; }
100 a:hover   { color: #20B0FF; text-decoration: none; }
101 a:active  { color: #FFFFFF; text-decoration: underline; }