blob: f2927f71f8796f9ade22b900b906306e06f0d531 (
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
body
{
color: #000;
background-color: #fff;
font-family: Sans;
padding: 10px;
margin: 0;
}
#left
{
position: absolute;
left:10px;
top:10px;
width:200px;
background:#fff;
}
#right
{
background:#fff;
margin-left: 199px;
margin-right: 0;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:0;
}
html>body #right {
margin-left: 201px;
margin-right:0;
}
a
{
text-decoration: none;
color: #0066cc
}
table
{
width: 100%;
}
th
{
font-weight: bold;
}
td
{
padding: 0 0.5em;
vertical-align: top;
}
#letters
{
margin: 1em 0;
text-align: center;
}
h1
{
padding-top: 1em;
font-size: 125%;
}
h2
{
font-size: 105%;
}
dt
{
padding-top: 0.5em;
}
#sections
{
padding-top: 1em;
list-style: none;
font-size: 0.8em;
}
.subsections
{
list-style: none;
margin-left: -1em;
}
.download:before
{
content: url("http://ewi546.ewi.utwente.nl/tmp/hrw/fb/img/package-x-generic.png");
padding: 0 2px;
}
#download
{
list-style: none;
}
|