-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.css
80 lines (68 loc) · 860 Bytes
/
main.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
body
{
font-family: sans-serif;
font-size: medium;
}
h1, h2, h3
{
color: #414042;
margin-top: 40px;
}
h1, h2
{
text-transform: uppercase;
}
p{
margin-bottom: 1.7rem;
line-height: 1.5;
}
body.klippa img
{
min-width: 40%;
max-width: 100%;
}
body.klippa ul.led {
display: block;
list-style-type: none;
}
body.klippa ul.led li
{
display: inline;
width: auto;
}
body.klippa ul.led li.nr
{
font-weight: bold;
}
body.klippa ul.led li.namn
{
font-weight: bold;
}
body.klippa ul.led li.text
{
display: block;
}
p.copyright
{
font-style: italic;
font-size: small;
}
img.logo
{
max-width: 100px;
border: 0;
}
body.klippa a img.logo
{
display: block;
max-width: 30px;
min-width: auto;
border: 0;
}
ul.toc
{
line-height: 30px;
}
#map {
height: 800px;
}