-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
93 lines (79 loc) · 1.38 KB
/
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
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
#menue{
border-radius: 18px;
margin-top:0.3%;
margin-left:5%;
margin-right:5%;
margin-bottom:0.2%;
padding: 1.5%;
background-color: #FF8000;
}
#menue2{
border-radius: 18px;
margin:0.6%;
padding:1%;
background-color:#FFFFFF;
box-shadow: 0 0 20px #000000;
}
#menue2:hover{
background-color: #E1E1E1;
text-decoration:none;
box-shadow: none;
}
#inhalt{
border-radius: 18px;
margin-top:0.3%;
margin-left:5%;
margin-right:5%;
margin-bottom:3%;
background-color: #FF8000;
}
#text{
border-radius: 18px;
font-family: "Times New Roman";
font-size: 20px;
margin: 3%;
padding-top: 3%;
padding-left: 7%;
padding-right: 7%;
padding-bottom: 3%;
background-color: #FFFFFF;
box-shadow: 0 0 20px #000000;
}
#oben{
border-radius: 18px;
margin-top:3%;
margin-left:5%;
margin-right:5%;
margin-bottom:0.2%;
background-color: #FF8000;
}
#unten{
text-align: center;
}
#überschrift{
text-align: center;
font-family: Arial;
font-size: 35px;
border-radius: 18px;
margin:1%;
margin-left: 3%;
margin-right:3%;
background-color: #FFFFFF;
box-shadow: 0 0 20px #000000;
}
#pfeile{
text-align: center;
}
a:hover {
background-color: #BDBDBD;
}
a{
text-decoration:none;
}
textarea{
resize: none;
}
body {
background-image:url(hintergrund.jpg);
background-attachment:fixed;
}