-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
47 lines (43 loc) · 889 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
.schrift {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}
.bg {
background-size: 100%;
background-position: top;
background-image: url('glockenkurve.svg');
background-repeat: repeat-y;
}
a:link {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: 4AA1CC;
text-decoration: none;
}
a:hover {
color: 3D98C3;
font-size: 10pt;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;
}
a:active {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: 4597BE;
text-decoration: none;
}
a:visited {
color: 294959;
font-size: 10pt;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;
}
input {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}
.button {
border: thin solid #999999;
}