-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstijl.css
93 lines (93 loc) · 1.31 KB
/
stijl.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
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
}
body {
font-family: Georgia, serif;
font-size: 1.4em;
line-height: 1.6;
color: #444;
padding: 0;
margin: 0;
}
#wrap {
width: 40em;
padding: 1.6em 2.2em;
overflow: auto;
}
[role='banner'] {
display: block;
padding: 0 3.4em 0 0;
}
h1 {
font-size: 1.6em;
line-height: 1;
margin: 0;
text-align: right;
}
p {
font-size: .7em;
margin: 0;
text-align: right;
}
dl {
float: left;
}
dt,
dd {
border-bottom-width: 2px;
border-bottom-style: dotted;
}
dt span,
em {
position: relative;
top: .4em;
background-color: #fff;
}
dt {
width: 28em;
float: left;
border-bottom-color: #eee;
position: relative;
top: -.4em;
}
dt span {
float: left;
min-height: 2px;
padding: 0 .4em 0 0;
}
small {
font-size: .7em;
vertical-align: baseline;
color: #555;
}
em {
width: 1.5em;
padding: 0 0 0 .5em;
float: right;
font-style: normal;
font-family: Georgia, serif;
text-align: center;
}
b {
font-size: .67em;
font-weight: normal;
font-variant: small-caps;
color: #777;
}
.sans-serif {
font-family: sans-serif;
font-style: normal;
}
dd {
width: 5em;
float: left;
padding-left: 1em;
margin: 0;
border-bottom-color: #fff;
}
[role='contentinfo'] {
display: block;
clear: both;
padding: 0 3.1em 0 0;
}