-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmain.css
74 lines (62 loc) · 1.05 KB
/
main.css
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
body {
background-color: #fff;
color: #111;
font-family: Georgia, "Times New Roman", Times, serif;
margin-top: 0;
padding-top: 0;
margin-right: 0;
}
h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 3.1em;
margin-top: 5px;
margin-bottom: 5px;
}
a {
color: #900;
text-decoration: underline;
}
table.file {
border-color: #900;
border-style: solid;
border-width: 2px;
}
table.file td {
font-family: monospace;
font-size: 10pt;
padding-right: 10px;
background-color: #fcc;
}
table.file p {
font-size: 10pt;
margin: 0;
padding: 0;
}
table.file a {
font-family: monospace;
font-size: 10pt;
font-weight: bold;
}
img.topright {
position: relative;
}
table.future {
border-color: #C88;
border-style: solid;
border-width: 2px;
}
table.future td {
padding-right: 10px;
background-color: #fdd;
color: #666;
}
table.future p {
font-size: 0.9em;
margin: 0;
padding: 0;
}
table.future a {
font-family: monospace;
font-size: 1.1em;
font-weight: bold;
}