-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
139 lines (123 loc) · 1.99 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
body {
background-color: lavender;
}
h1 {
font-family: arial;
font-size: 28px;
margin: 30px 0px 30px 0px;
color: silver;
line-height: 1.2;
}
h2 {
font-family: arial;
font-size: 60px;
margin: 0px 0px 30px 50px;
color: midnightblue;
font-style: italic;
}
h3 {
font-family: arial;
font-size: 28px;
margin: 10px 0px 20px 40px;
color: midnightblue;
}
li {
font-family: arial;
font-size: 18px;
font-style: italic;
color: silver;
line-height: 2em;
margin: 5px 30px 0px 10px;
}
ul {
font-family: arial;
font-size: 18px;
color: midnightblue;
line-height: 2em;
margin: 0px 0px 0px 0px;
}
p {
font-size: 18px;
font-family: arial;
line-height: 1.5em;
color: midnightblue;
}
#seitenleiste {
float: left;
width: 250px;
height: 1260px;
background-color: midnightblue;
margin: 0px 0px 0px 0px;
border-radius: 10px;
overflow: hidden;
}
#inhalt {
margin: 0px 0px 0px 260px;
padding: 30px;
width: 800px;
height: 1200px;
background-color: silver;
border-radius: 10px;
overflow: hidden;
}
#textinhalt {
margin: 30px 0px 0px 40px;
font-family: arial;
font-size: 18px
}
#startseitenfoto {
display: block;
margin-left: auto;
margin-right: auto;
width: 760px;
height: auto;
border-radius: 5px;
}
#profilbild {
width: 200px;
height: auto;
margin: 10px 0px 0px 40px;
border-radius: 5px;
float: right;
}
#uhr {
font-family: arial;
font-size: 18px;
color: midnightblue;
margin: 0px;
float: right;
z-index: 2;
}
#orangebutton{
margin: 40px 0px 0px 20px;
background-color: orange;
}
#lavenderbutton{
margin: 40px 0px 0px 20px;
background-color: lavender;
}
#greenbutton{
margin: 40px 0px 0px 20px;
background-color: chartreuse;
}
.inhaltlinks {
color: silver;
text-decoration: none;
}
.homebutton {
color: silver;
text-decoration: none;
}
.fotos {
height: 238px;
width: 358px;
margin: 20px;
}
.galerie {
height: 95%;
width: 95%;
margin: 20px;
}
.audiocontrol {
margin: 0px 0px 0px 40px;
}