]> Shamusworld >> Repos - apple2/blob - web/apple2.css
e858b099bab64d7797b86723f07d69b9c1c28e45
[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, sans-serif;
12 }
13
14 #title img
15 {
16         margin-top: 22px;
17 }
18
19 #title
20 {
21         font-size: 300%;
22         font-weight: bold;
23         color: #30FF30;
24 }
25
26 #news td
27 {
28         padding-bottom: 1em;
29 }
30
31 #compatibility
32 {
33         border: 1px solid white;
34         border-spacing: 0;
35         margin-bottom: 1em;
36 }
37
38 #compatibility td
39 {
40         vertical-align: top;
41         border: 1px solid white;
42         font-size: 85%;
43 }
44
45 .date
46 {
47         width: 7em;
48         vertical-align: top;
49 /*      color: #FF6060;*/
50         color: #FF6020;
51 }
52
53 sup
54 {
55         font-size: 60%;
56 }
57
58 hr
59 {
60         margin-bottom: 1.75em;
61 }
62
63 table, ul
64 {
65         text-align: left;
66 }
67
68 p
69 {
70         text-align: left;
71         margin-top: 0;
72         margin-bottom: 1em;
73 }
74
75 /*h1
76 {
77         font-size: 300%;
78         margin-top: 0;
79         margin-bottom: 0;
80 }*/
81
82 h2
83 {
84         font-size: 200%;
85         margin-top: 1.25em;
86         margin-bottom: 0.75em;
87         color: #FFB000;
88         font-style: italic;
89 }
90
91 h3
92 {
93         font-size: 120%;
94         margin-top: 0;
95         margin-bottom: 0;
96 }
97
98 tt
99 {
100         font-size: 80%;
101 }
102
103 p#footer
104 {
105         margin-top: 2.0em;
106         font-size: 75%;
107         font-style: italic;
108 }
109
110 a:link    { color: #0090FF; text-decoration: underline; }
111 a:visited { color: #6F006F; text-decoration: underline; }
112 a:hover   { color: #20B0FF; text-decoration: none; }
113 a:active  { color: #FFFFFF; text-decoration: underline; }