forked from zerebubuth/PlanetIndex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (46 loc) · 842 Bytes
/
style.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
body,
table#about tr *
{
font-family: sans-serif;
line-height: 1.25em;
}
body { margin: 2em; }
img#logo { float: left; }
img#logo, h1 { margin: 0 1em 0 0; }
a { white-space: nowrap; }
li { margin-bottom: 1em; }
body>p { width: 42em; }
table#about
{
clear: left;
margin: 3em 0 2em 0;
}
table tr th { text-align: left; }
table tr td
{
padding-right: 1em;
vertical-align: top;
}
/* first column: icon */
table tr td:first-child
{
padding-left: 1em;
padding-right: .25em;
}
/* last two columns: date and size */
table tr td + td + td,
table tr td + td + td + td
{
font-size: 90%;
font-family: monospace;
white-space: pre;
}
/* override a bunch of the stuff above */
table#about tr th,
table#about tr td
{
width: 20em;
padding: 0 1em 0 0;
font-size: 100%;
white-space: normal;
}