story.css 8.76 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
/* 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{
Patrick's avatar
Patrick committed
25
    background-color:  #000000;
Patrick's avatar
Patrick committed
26
27
}
.buttonset.one:hover{
Patrick's avatar
Patrick committed
28
    background-color:  #000000;
Patrick's avatar
Patrick committed
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
}
.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{
Patrick's avatar
Patrick committed
69
    background: url("../../images/Intro/background.jpg");
70
    /* 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
    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;
110
    padding: 4px 7px;
Patrick's avatar
Patrick committed
111
    margin-bottom: 4px;
112
    border-radius: 6px;
Patrick's avatar
Patrick committed
113
114
    font-size: .9rem;
    text-decoration: none;
115
116
117
    float: right;
    margin-top: 1px;
    margin-right: 10px;
Patrick's avatar
Patrick committed
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
}

#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{
133
    top: 10%;
Patrick's avatar
Patrick committed
134
135
136
137
138
139
140
141
	left: 0;
    bottom: 0;
    padding: 3rem 2rem 1rem 3rem;
}
#story-frame.tour-stop {
    top: 100%;
}
.vcs_map_container{
142
143
    /* Removing bottom white portion appearing for mobile view which was hiding the 50% of the map */
    /* bottom: 50%; */  
Patrick's avatar
Patrick committed
144
145
146
147
148
149
150
151
152
}


#balloon-startscreen.balloon{
    position: absolute;
    top: 20%;
    left: 4%;
	right: 4%;
}
153
154
155
156
#erklImage{
    width:100%;
    /* 230px */
}
Patrick's avatar
Patrick committed
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
#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;
183

Patrick's avatar
Patrick committed
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
}
.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;
304
    top: 14px;
Patrick's avatar
Patrick committed
305
306
307
308
309
310
311
312
313
314
315
316
    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%
Patrick's avatar
Patrick committed
317
318
319
320
321
322
323
324
325
326
327
328
329
    }
    #balloon_logo01{
        width: 55%
    }
    #balloon_logo02{
        width: 45%
    }
    #balloon_logo03{
        width: 65%
    }
    #balloon_logo04{
        width: 25%
    }
Patrick's avatar
Patrick committed
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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
	#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;
370
371
372
373
    }
    #erklImage{
        width:100%;
    }
Patrick's avatar
Patrick committed
374
375
376
	#balloon-startscreen.balloon {
		position: absolute;
		top: 9%;
377
		left: 10%;
Patrick's avatar
Patrick committed
378
379
380
        right: 10%;
        min-width: 90%;
        max-width: 90%;
381
382
383
384
        max-height:45rem;
        margin-bottom:10px;
        
        
Patrick's avatar
Patrick committed
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
	}
    .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%;
    }
Patrick's avatar
Patrick committed
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
    #balloon_logo01{
        padding-top:45px;
        width:500px;
        padding-left:2em;
        padding-bottom:45px;
    }
    #balloon_logo02{
        width: 400px;
    }
    #balloon_logo03{
        width: 600px;
    }
    #balloon_logo04{
        width:20%;
        padding-bottom:50px;
        padding-top:50px;
    }
    #balloon-startscreen.balloon {
		position: absolute;
		top: 9%;
		left: 10%;
        right: auto;
        min-width: 45rem;
        max-width: 75rem;
        max-height:45rem;
        margin-bottom:10px;
        
        
	}
Patrick's avatar
Patrick committed
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
}

@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;
    }
Patrick's avatar
Patrick committed
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
    #balloon_logo01{
        padding-top:45px;
        width:500px;
        padding-left:2em;
        padding-bottom:45px;
    }
    #balloon_logo02{
        width: 400px;
    }
    #balloon_logo03{
        width: 600px;
    }
    #balloon_logo04{
        width:20%;
        padding-bottom:50px;
        padding-top:50px;
    }
    #balloon-startscreen.balloon {
		position: absolute;
Patrick's avatar
test    
Patrick committed
487
488
		top: 8%;
        bottom: 3%;
Patrick's avatar
Patrick committed
489
490
491
492
493
494
495
496
497
		left: 10%;
        right: auto;
        min-width: 45rem;
        max-width: 75rem;
        max-height:45rem;
        margin-bottom:10px;
        
        
	}
Patrick's avatar
Patrick committed
498
499
500
501
502
503
504
505
506
507
508
509
510
}

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

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

.hidden {
    display: none!important;
}