story.css 7.4 KB
Newer Older
Patrick's avatar
Patrick committed
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
/* custom styles */
body{
    overflow: hidden;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #444444;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #ececec;
}

p {
    -webkit-margin-after: initial;
}

/*--------- Color Settings ---------------------*/

/* Border Header */
header{
    border-bottom-color: #000000;
}

.buttonset.one{
    background-color: #000000;
}
.buttonset.one:hover{
    background-color: #5e5e5e;
}
.buttonset.two{
    background-color: #000000;
}
.buttonset.two:hover{
    background-color: #5e5e5e;
}
h1{
    color: #000000;
}
h2{
    color: black;
}
.divider{
    background: #000000;
}

/*Hintergrundfarbe Aktive Storyelemente*/
.story-content.active{
    background-color: #F3F3F3;
}


/* Balloon Login Screen*/
.balloon.teaser-balloon h1{
    color: #595f3c;
}
.balloon {
Patrick's avatar
Patrick committed
57
    border: 3px solid #000000 !important;
Patrick's avatar
Patrick committed
58
59
60
}
.balloon:before {
    border-color: #000000 transparent;
61
62
63
64
65
    display:none;
}
.balloon:after {
    border-color: #000000 transparent;
    display:none;
Patrick's avatar
Patrick committed
66
67
68
}
/*Hintergrundbild Startscreen*/
#story-frame.startscreen{
69
70
    background: url("../../images/Intro/walz.jpg");
    /* background: url("../../images/content/contentboeckingerstrasse/grafik_aufgabenstellung.jpg"); */
Patrick's avatar
Patrick committed
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
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*---------------------------------------------*/


header{
    position: fixed;
    z-index: 30;
    width: 100%;
}



/* balloon widget */
div.balloon-content p.balloon-footnote {
    line-height: 1em;
    font-style: italic;
    font-size: small;
}
div.logo-box {
    width: 12rem;
}

div.cover-fill {
    width: 10rem;
}
div.title-fill {
    width: auto;
    left: 12rem;
    right: 18rem;
}

.top-nav{
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 4px;
    margin-bottom: 4px;
    border-radius: 2px;
    font-size: .9rem;
    text-decoration: none;
}

#story-frame{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    background: white;
    -webkit-transition: top .5s ease-in;
    -moz-transition: top .5s ease-in;
    -o-transition: top .5s ease-in;
    transition: top .5s ease-in;
}
#story-frame.tour{
    top: 50%;
	left: 0;
    bottom: 0;
    padding: 3rem 2rem 1rem 3rem;
}
#story-frame.tour-stop {
    top: 100%;
}
.vcs_map_container{
139
140
    /* Removing bottom white portion appearing for mobile view which was hiding the 50% of the map */
    /* bottom: 50%; */  
Patrick's avatar
Patrick committed
141
142
143
144
145
146
147
148
149
}


#balloon-startscreen.balloon{
    position: absolute;
    top: 20%;
    left: 4%;
	right: 4%;
}
150
151
152
153
#erklImage{
    width:100%;
    /* 230px */
}
Patrick's avatar
Patrick committed
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
#balloon-startscreen button,
.story-btn{
    border: none;
    display:inline-block;
    position: relative;
    cursor:pointer;
    color:#ffffff;
    font-size:17px;
    font-weight: 600;
    padding:7px 25px;
    margin: 1.5rem .5rem .5rem 0;
    text-decoration:none;
    /*text-shadow:0px 1px 0px #810e05;*/
    border-radius: 4px;
}

#balloon-startscreen button:active,
.story-btn:active{
    position:relative;
    top:1px;
}
.balloon.teaser-balloon{
    position: absolute;
    top: 110px;
    left: 10px;
    min-width: 15rem;
180

Patrick's avatar
Patrick committed
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
}
.balloon.teaser-balloon.simple{
    min-width: 8.3rem;
    padding: 0 0 0.6rem 0;
    z-index: 8;
    cursor: pointer;
}

.balloon.teaser-balloon.simple .balloon-left-edge{
    right: 90px;
}
.balloon.teaser-balloon h1{
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-right: 0;
}
.teaser-logo{
    display: inline-block;
    width: 60%;
    max-width: 180px;
    float: right;
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.teaser-logo.logo-square{
    width: 30%;
    max-width: 100px;
}

.balloon.simple h1.simple-balloon-title{
    margin-top: .75rem;
    font-size: .9rem;
    line-height: 1rem;
}
#balloon-startscreen .balloon-content{
    margin: 1rem;
}


/* tour-frame */
#tour-frame{
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 0;
    right: 0;
}
.tour-top-navi{
    position: relative;
    height: 4rem;
    margin: 0 1rem;
}
.divider-box{
    height: 100px;
}
.divider{
    height: 10px;
}
#story-box{
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    bottom: 0;
}
#story-scroll.scroll-container{
    margin-right: .5rem;
}
#story-box.ui-scroll-content {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow-y: scroll;
}
#story-box h1{
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}
#story-box h2{
    font-size: 1.5rem;
    line-height: 3rem;
}

#story-box p{
    font-size: 1rem;
    line-height: 1.8rem;
}
#story-box p.button-line{
    text-align: center;
    margin: 1.5rem 0;
}
#story-box p.image-wrap{
	position: relative;
	overflow: hidden;
    line-height: 0;
    margin: 0;
}

.story-content .story-slider{
    height: 300px;
}



.story-content{
    margin-bottom: 100px;
}

.movie-wrap{
	width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: 1rem;
}

#tour-button {
    display: block;
    position: absolute;
    left: -31px;
    background-color: #000000;
    top: 10px;
    padding:.45rem .55rem;
}
#tour-button > i:before{
    content: "\f061";
}
.tour-inactive > #tour-button > i:before{
    content: "\f060";
}
@media screen and (min-width:48em /*768px*/) {
	.vcs_map_container{
		bottom: 0px;
		right: 45%
	}
	#story-frame{
/*		-webkit-transition: left .5s ease-in;
		-moz-transition: left .5s ease-in;
		-o-transition: left .5s ease-in;
		transition: left .5s ease-in;*/
	}
	#story-frame.tour {
		left: 55%;
		top: 5rem;
	}
    #story-frame.tour-stop {
        left: 120%;
        top: 5rem;
    }
    #render-story-off-btn.story-render-btn{
        right: 45%;
        left: auto;
        bottom: 0;
        padding: .1rem .75rem;
    }
    #render-story-on-btn.story-render-btn{
        right: 0;
        left: auto;
        bottom: 0;
        padding: .1rem .65rem;
    }
    #render-story-off-btn.story-render-btn .story-btn-icon:after{
         content: '\f105';
     }
    #render-story-on-btn.story-render-btn .story-btn-icon:after{
        content: '\f104';
    }
	#tour-frame {
		top: 1rem;
	}
	.tour-top-navi {
		margin: 0 1rem;
	}
	div.tool-box {
		width: auto;
355
356
357
358
    }
    #erklImage{
        width:100%;
    }
Patrick's avatar
Patrick committed
359
360
361
	#balloon-startscreen.balloon {
		position: absolute;
		top: 9%;
362
		left: 10%;
363
364
        right: auto;
        min-width: 45rem;
365
        max-width: 75rem;
366
367
368
369
        max-height:45rem;
        margin-bottom:10px;
        
        
Patrick's avatar
Patrick committed
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
	}
    .balloon.teaser-balloon {
        left: 2%;
    }
    #logoContainer{
        display: none;
    }
}

#logoContainer{
    display: none;
}

@media screen and (min-width:64em /*1024px*/) {
	.tour-top-navi {
		margin: 0 2rem;
	}
    #story-box.ui-scroll-content {
        padding-left: 2rem;
        padding-right: 2rem;
        overflow-y: scroll;
    }
    #story-scroll.scroll-container{
        margin-right: 1.5rem;
    }
    .balloon.teaser-balloon {
        left: 4%;
    }
}

@media screen and (min-width:75em /*1200px*/) {
	.vcs_map_container{
		right: 40%
	}
	#story-frame.tour {
		left: 60%;
	}
    .vcs_map_container.story-on{
        right: 40%;
        bottom: 0;
    }
    #render-story-off-btn.story-render-btn{
        right: 40%;
    }
    #render-story-on-btn.vcs_map_container{
        right: 40%;
        bottom: 0;
    }
    .balloon.teaser-balloon {
        left: 10px;
    }
    #logoContainer{
        display: block;
    }
}

.vcs_map_container.tour-inactive{
    right: 0px;
}

#story-frame.tour-inactive{
    left: 100%;
}

.hidden {
    display: none!important;
}