forked from freedoom/freedoom.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.css
More file actions
57 lines (48 loc) · 899 Bytes
/
layout.css
File metadata and controls
57 lines (48 loc) · 899 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
/*
style.css
Freedoom
*/
/* Layout */
body {
margin: 0;
padding: 16px;
}
#header, #main, #footer {
margin-bottom: 32px;
}
/* navigation aids we don't need */
hr.divider { display: none; }
.toplink { display: none; }
#header {
height: 160px;
}
#header h1,h2 {
margin: 0;
}
#navigation { /* was #contents */
position: absolute;
top: 208px;
left: 8px;
width: 14em;
}
/* was #contents */
.nav ul { /* this stuff shouldn't be a layout */
/* list-style: none;
padding-left: 0; /* mozilla, konqueror
margin-left: 0; /* ie */
margin-top: 0;
}
/*#contents a {
display: block;
height: 24px;
}*/
#main {
margin-left: 200px;
clear: both;
padding: 1em;
}
#footer {
clear: both;
padding-left: 1em;
margin-left: 200px;
}