-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
98 lines (79 loc) · 1.15 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
body {
font-family: 'Open Sans'
}
header,
main,
footer {
border: 2px solid black;
}
header,
main {
border-bottom: none;
}
main {
padding: 10px
}
footer {
text-align: right;
}
img#logo {
width: 300px;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
}
nav a {
color: black;
text-decoration: none;
margin-right: 7px;
}
nav a:hover,
nav a.active {
color: darkblue;
}
.anleitungen {
height: fit-content;
}
.sidenav {
height: auto;
width: 200px;
position: fixed;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 15px;
display: block;
}
.sidenav a:hover {
color: #911515
}
.sidenav h {
padding-top: 20px;
display: block;
}
.content_anleitungen {
margin-left: 200px;
padding: 0px 10px;
}
.content_anleitungen a {
display: block;
font-size: 30pt;
}
.Studieninteressierte {
height: fit-content;
}
.sidenav {
height: auto;
border: black;
width: 200em;
}
.content_Studieninteressierte {
margin-left: 200px;
padding: 0px 10px;
}
p.solid {
border-style: solid;
}