-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrumpkernel.css
113 lines (100 loc) · 1.87 KB
/
rumpkernel.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body {
color: #000000;
background-color: #777777;
margin: 0px;
padding: 40px 0px 0px 0px;
}
#header {
margin: 0px auto 0px auto;
padding: 10px;
width: 800px;
background-color: #000000;
color: #f5f5f5;
font-family: sans-serif;
}
#header td {
padding: 0px 25px 0px 20px;
text-align: right;
font-size: 14px;
width: 25%;
}
#header td.bigtext {
font-size: 36px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
width: 50%;
}
#slogan {
font-size: 14px;
text-transform: none;
font-style: italic;
}
#breadtext {
margin: 2px auto 0px auto;
padding: 10px;
width: 800px;
background-color: #000000;
color: #f5f5f5;
font-family: sans-serif;
}
#breadtext p {
margin: 10px 40px 10px 40px;
padding: 10px 0px 10px 0px;
text-align: justify;
background-color: #000000;
font-size: 12pt;
line-height: 2.4ex;
}
#breadtext h1 {
margin: 20px 80px 20px 80px;
font-size: 22pt;
font-style: italic;
text-decoration: underline;
}
#breadtext h2 {
margin: 20px 80px 20px 80px;
font-size: 18pt;
}
#body th {
padding: 8px 8px 8px 8px;
font-size: 14px;
color: #f5f5f5;
}
#body td {
padding: 8px 8px 8px 8px;
font-size: 14px;
color: #f5f5f5;
}
#header ul {
list-style-type: none;
padding: 0;
margin-left: 0;
}
#header li {
margin-bottom: 2px;
}
#footer {
margin: 0px auto 0px auto;
padding: 10px;
width: 800px;
background-color: #777777;
color: #000000;
font-family: sans-serif;
text-align: right;
font-size: 14px;
}
#footer a:link {
border: 0 none;
color: transparent;
background-color: transparent;
}
#footer a:visited {
border: 0 none;
color: transparent;
background-color: transparent;
}
a { text-decoration: none; font-weight: bold; }
a:link { color: #999999; background-color: #000000; }
a:visited { color: #999999; background-color: #000000; }
a:hover {text-decoration: underline overline; color: #999999; background-color: #000000; }