main.css 3.65 KB
Newer Older
Cholgrrr's avatar
Cholgrrr committed
1
2
3
.footer,
.page-wrap:after {
    height: 90px;
Cholgrrr's avatar
Cholgrrr committed
4
5
6
}

.header {
Cholgrrr's avatar
update    
Cholgrrr committed
7
8
9
10
11
    padding-bottom: 50px;
    padding-top: 0px;
    /* position: fixed; */
    /* left: 0;
    top: 0; */
Cholgrrr's avatar
Cholgrrr committed
12
13
14
15
    height: 10%;
    background-color: white;
}

Cholgrrr's avatar
Cholgrrr committed
16
.page-wrap {
Cholgrrr's avatar
update    
Cholgrrr committed
17
    min-height: 88vh;
Cholgrrr's avatar
Cholgrrr committed
18
19
20
21
22
23
24
25
26
27
28
29
30
31
    /* margin-bottom: -90px; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* equal to footer height */

}

.page-wrap:after {
    content: "";
    display: block;
}

Cholgrrr's avatar
Cholgrrr committed
32
.main {
Cholgrrr's avatar
update    
Cholgrrr committed
33
34
    padding-top: 60px;
    padding-bottom: 60px;
Cholgrrr's avatar
Cholgrrr committed
35
36
    overflow-x: auto;
    overflow-y: hidden;
Cholgrrr's avatar
Cholgrrr committed
37
    height: 100%;
Cholgrrr's avatar
Cholgrrr committed
38
39
40
}

.centered {
Cholgrrr's avatar
update    
Cholgrrr committed
41
42
43
    /* position: absolute; */
    /* top: 100;
    bottom: 100;*/
Cholgrrr's avatar
Cholgrrr committed
44
45
46
47
48
49
50
    left: 0;
    right: 0;
    height: 70%;

    margin: auto;
}

Lahode's avatar
Lahode committed
51
.chapter p {
Lahode's avatar
Lahode committed
52
53
54
    margin-bottom: 3em;
}

Cholgrrr's avatar
Cholgrrr committed
55
56
57
58
59
60
.row:after {
    content: "";
    display: table;
    clear: both;
}

Cholgrrr's avatar
update    
Cholgrrr committed
61
62
63
64
65
66
67
68
/* body {
    min-height: 100vh;
} */

/* body {
    height: 85vh;
} */

Cholgrrr's avatar
Cholgrrr committed
69
70
.column {
    float: left;
Würstle's avatar
Würstle committed
71
    width: 20%;
Cholgrrr's avatar
Cholgrrr committed
72
73
74
75
    padding: 0px;
    /* Should be removed. Only for demonstration */
}

Cholgrrr's avatar
update    
Cholgrrr committed
76
77
78
79
/* * {
    box-sizing: border-box;
} */

Lahode's avatar
Lahode committed
80
p {
Lahode's avatar
Lahode committed
81
    hyphens: auto;
Lahode's avatar
Lahode committed
82
83
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 2;
Lahode's avatar
Lahode committed
84
    -moz-hyphens: auto;
Lahode's avatar
Lahode committed
85
86
    -moz-hyphenate-limit-chars: auto 5;
    -moz-hyphenate-limit-lines: 2;
Lahode's avatar
Lahode committed
87
88
89
90
91
92
93
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 5;
    -webkit-hyphenate-limit-lines: 2;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 5;
    -ms-hyphenate-limit-lines: 2;
}
Cholgrrr's avatar
update    
Cholgrrr committed
94

Cholgrrr's avatar
Cholgrrr committed
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
a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: black;
    background-color: transparent;
    text-decoration: underline;

}

a:active {
    color: grey;
    background-color: transparent;
    /* text-decoration: underline; */
}


/* @media Stuff */
@media only screen and (max-width: 740px) {
    h2 {
        font-family: 'ApfelGrotezk_regular';
        font-size: 20px;
        color: black;
        padding-left: 1em;
        padding-right: 1em;
    }

    h3 {
        font-family: 'ApfelGrotezk_regular';
Cholgrrr's avatar
Cholgrrr committed
133
        font-size: 40px;
Cholgrrr's avatar
Cholgrrr committed
134
135
136
137
138
        color: black;
        padding-left: 1em;
        padding-right: 1em;
    }

Cholgrrr's avatar
update    
Cholgrrr committed
139
140
    h4 {
        font-family: 'ApfelGrotezk_regular';
Cholgrrr's avatar
Cholgrrr committed
141
        font-size: 1.5em;
Cholgrrr's avatar
update    
Cholgrrr committed
142
143
144
145
146
        color: black;
        padding-left: 1em;
        padding-right: 1em;
    }

Cholgrrr's avatar
Cholgrrr committed
147
    h1 {
Cholgrrr's avatar
Cholgrrr committed
148
        font-family: 'ApfelGrotezk_regular';
Cholgrrr's avatar
Cholgrrr committed
149
150
151
152
        font-size: 40px;
        color: black;

    }
Cholgrrr's avatar
Cholgrrr committed
153
154
155
156
157
158
159
160
161
162
163

    .Ch_header {
        text-align: right;
        font-size: 0.65em !important;
        float: right;
        /* margin-top: 0.3em; */
        margin-right: 1em;
    }

    .impressum {
        padding: 3em !important;
Würstle's avatar
Würstle committed
164
    }
Cholgrrr's avatar
Cholgrrr committed
165
166
167
168
169
170
171

    .column {
        float: left;
        width: 50% !important;
        padding: 0px;
        /* Should be removed. Only for demonstration */
    }
Cholgrrr's avatar
Cholgrrr committed
172
173
174
175
176
177
178
179
180
181
182
}

@media only screen and (max-width: 465px) {
    h2 {
        font-family: 'ApfelGrotezk_regular';
        font-size: 15px;
        color: black;
        padding-left: 1em;
        padding-right: 1em;
    }

Cholgrrr's avatar
update    
Cholgrrr committed
183
184
    h4 {
        font-family: 'ApfelGrotezk_regular';
Cholgrrr's avatar
Cholgrrr committed
185
        font-size: 1.5em;
Cholgrrr's avatar
update    
Cholgrrr committed
186
187
188
189
190
        color: black;
        padding-left: 1em;
        padding-right: 1em;
    }

Cholgrrr's avatar
Cholgrrr committed
191
192
193
194
195
196
197
198
199
    h3 {
        font-family: 'ApfelGrotezk_regular';
        font-size: 30px;
        color: black;
        padding-left: 1em;
        padding-right: 1em;
    }

    h1 {
Cholgrrr's avatar
Cholgrrr committed
200
        font-family: 'ApfelGrotezk_regular';
Cholgrrr's avatar
Cholgrrr committed
201
202
203
204
        font-size: 30px;
        color: black;

    }
Cholgrrr's avatar
Cholgrrr committed
205
206

    .Ch_header {
Würstle's avatar
Würstle committed
207
208
209
210
211
        text-align: right;
        font-size: 0.6em !important;
        float: right;
        /* margin-top: 0.3em; */
        margin-right: 1em;
Cholgrrr's avatar
Cholgrrr committed
212
213
214
215
216
    }

    .impressum {
        padding: 3em !important;
    }
Lahode's avatar
Lahode committed
217
}