-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
81 lines (63 loc) · 819 Bytes
/
main.css
File metadata and controls
81 lines (63 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body {
background: black;
color: yellow;
font-family: Gill Sans, Futura, Verdana, Arial, Helvetica, sans-serif;
}
div.svga {
width: 800px;
}
div.xga {
width: 980px;
}
div.xga2 {
width: 1024px;
}
div.narrow {
width:640px;
}
div.align_left {
text-align: left;
}
pre {
color: #AADDFF;
}
.hilite {
color: #FF0000;
font-weight: bold;
}
font.note {
color: #00FF00;
font-size: 10pt;
font-style: italic;
}
a {
text-decoration: none;
color: #60A0FF;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: #00CAFF;
}
a.tiny {
color: #00FF00;
font-size: 10pt;
}
a.tiny:visited {
color: #00CAFF;
}
a.black {
color: #000000;
}
font.header {
color: yellow;
font-weight: bold;
text-decoration: underline;
}
hr {
background: yellow;
color: yellow;
height: 1px;
border: 0px;
}