-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstilo.css
55 lines (50 loc) · 813 Bytes
/
stilo.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
@import url(../stilo.css);
body.hermans {
color: white;
background-image: none;
background-color: #445;
max-width: 50em;
margin-left: auto;
margin-right: auto;
padding: 1ex;
}
body.hermans h1 {
width: 100%;
}
body.hermans p,
body.hermans ul {
background-color: transparent;
}
body.hermans p {
text-indent: 1em;
margin: 0;
padding: 0;
}
body.hermans div.par {
margin-bottom: 2ex;
}
body.hermans div.intro {
margin-bottom: 2ex;
}
body.hermans div.intro[xml:lang=nl] {
font-style: italic;
}
body.hermans p:first-child {
text-indent: 0;
}
body.hermans ul {
padding: 0;
margin: 0;
}
body.hermans .right {
margin-top: 1ex;
margin-right: 0px;
}
body.hermans hr {
color: white;
}
body.hermans span.nomo {
text-transform: uppercase;
}
body.hermans h1 span {
}