blob: d8218bd5cb7ad5df27683d33f23ebe0807205a60 (
plain)
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
|
*:
box-sizing: border-box
-moz-box-sizing: border-box
-webkit-box-sizing: border-box
body:
margin: 0
padding: 0
height: 100%
background: #000
color: #ddd
font-family: Metrophobic, sans-serif
font-size: 12pt
a:
text-decoration: none
color: #38c
form input:
background: #111
border: 1px solid #444
padding: 3px 10px
color: #ccc
height: 2em
vertical-align: middle
margin: 0
table:
border-collapse: collapse
td:
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
.clear:
clear: both
.high:
color: #182
.low:
color: #a60
.null:
color: #a11
#topbar:
width: 900px
margin: 50px auto 2px
h1:
display: inline-block
margin: 0 40px 0 10px
#nav:
display: inline-block
a:
display: inline-block
background-color: #111
margin: 0 2px
padding: 4px
form:
display: inline-block
float: right
input[type="search"]:
margin-right: 5px
#wrapper:
width: 900px
margin: 0 auto 50px
background: #111
footer:
width: 900px
margin: 50px auto
text-align: center
|