Projekt

Obecné

Profil

Stáhnout (14.3 KB) Statistiky
| Větev: | Tag: | Revize:
1 4bb8ff64 zabran
// Variables
2
@import 'variables';
3 1c3121fe zabran
4 c4f6e57a Adam Mištera
body {
5 c38f4c3a zabran
    background-color: $theme-color-five;
6 83496d8e zabran
    font-family: $font-family-one;
7 34c0b905 rizir01
8 c4f6e57a Adam Mištera
    .head-title h1 {
9 c38f4c3a zabran
        color: $theme-color-one;
10 83496d8e zabran
        font-weight: $font-weight-one;
11 c4f6e57a Adam Mištera
        font-size: 60pt;
12 83496d8e zabran
        //font-weight: bold;
13 c4f6e57a Adam Mištera
        letter-spacing: 3px;
14
    }
15 34c0b905 rizir01
16 c4f6e57a Adam Mištera
    .carousel {
17
        .carousel-inner {
18 d668e889 Adam Mištera
            .museum-logo {
19
                display: flex;
20
                justify-content: center;
21
                position: absolute;
22
                top: 5%;
23
                width: 100%;
24
                z-index: 1;
25
            }
26
27
            .social-logo {
28
                text-align: center;
29
                justify-content: space-between;
30
                flex-wrap: nowrap;
31
                position: absolute;
32
                top: 25%;
33
                padding-left: 25px;
34
                width: 100%;
35
                z-index: 1;
36
            }
37
38
            .carousel-button {
39
                bottom: 10%;
40
                left: 50%;
41
                transform: translateX(-50%);
42
                position: absolute;
43
                z-index: 1;
44
            }
45
46
            .carousel-item {
47
                height: 100vh;
48
                min-height: 350px;
49
                background: no-repeat center center scroll;
50
                -webkit-background-size: cover;
51
                -moz-background-size: cover;
52
                -o-background-size: cover;
53
                background-size: cover;
54 c4f6e57a Adam Mištera
            }
55
        }
56
57
        .carousel-caption {
58 d668e889 Adam Mištera
            top: 50%;
59
            bottom: auto;
60
            transform: translateY(-50%);
61 c4f6e57a Adam Mištera
            background-color:  rgba(239, 218, 179, 0.5);
62
63
            p {
64 d668e889 Adam Mištera
                font-size: 8pt;
65 c38f4c3a zabran
                color: $theme-color-five;
66 c4f6e57a Adam Mištera
            }
67
        }
68
    }
69 3b97c440 zabran
70 2b1ca67d zabran
    /////////text types
71
    //většina běžných textů
72
    .text {
73 83496d8e zabran
        font-weight: $font-weight-one;
74 2b1ca67d zabran
        font-size: 8pt;
75
        line-height: 9pt;
76
    }
77
78
    //text inputu a název artefaktů
79
    .text2{
80 83496d8e zabran
        font-weight: $font-weight-two;
81 2b1ca67d zabran
        font-size: 8pt;
82
    }
83
84
    //název "kaplicky" a "choose a few" v categories (tam má jinou barvu)
85
    .kaplicky{
86
        color: $theme-color-one;
87
        font-size: 11pt;
88 83496d8e zabran
        font-weight: $font-weight-three;
89 2b1ca67d zabran
        letter-spacing: 3pt;
90
    }
91
92
    //autor artefaktu
93
    .text-author{
94 83496d8e zabran
        font-weight: $font-weight-one;
95 2b1ca67d zabran
        font-size: 7pt;
96
        color: $theme-color-four;
97
    }
98
99
    //počet lajků
100
    .text-number{
101 83496d8e zabran
        font-weight: $font-weight-two;
102 2b1ca67d zabran
        font-size: 5pt;
103
        color: $theme-color-four;
104
    }
105
106
    //notes u metadat, about v about, text levého menu
107
    .text-headline{
108 83496d8e zabran
        font-weight: $font-weight-two;
109 2b1ca67d zabran
        font-size: 12pt;
110
        color: $theme-color-four;
111
    }
112
113
    //název metadata, text pravého menu
114
    .text-page{
115 83496d8e zabran
        font-weight: $font-weight-two;
116 2b1ca67d zabran
        font-size: 7pt;
117
    }
118
119 aee27358 zabran
    ////color pro změnu jen barvy
120
    .black{
121
        color: $theme-color-five;
122
    }
123
    .white{
124
        color: $theme-color-one;
125
    }
126
    .colored{
127
        color: $theme-color-four;
128
    }
129
130 2b1ca67d zabran
131
    ////login
132 3b397a49 zabran
    .auth{
133 3b97c440 zabran
        .card{
134
            border: none;
135
            text-align: center;
136
            font-size: 8pt;
137
        }
138 3b397a49 zabran
139
        .col-form-label{
140
            text-align: left;
141
            padding-top: 0px;
142
            padding-bottom: 0px;
143
        }
144
        .form-control{
145
            padding: 0px;
146
            height: 17pt;
147 4bb8ff64 zabran
            border-radius: 0%;
148 3b397a49 zabran
        }
149 3b97c440 zabran
    }
150
151 5481d358 Adam Mištera
    .card-body {
152 c38f4c3a zabran
    	background-color: $theme-color-five;
153 83496d8e zabran
    	font-weight: $font-weight-one;
154 c38f4c3a zabran
    	color: $theme-color-four;
155 5481d358 Adam Mištera
156
	}
157
158
	.form-control {
159 c38f4c3a zabran
    	background-color: $theme-color-five;
160 5481d358 Adam Mištera
    	margin-top: -1px;
161 c38f4c3a zabran
    	border-top-color: $theme-color-five;
162
    	border-left-color: $theme-color-five;
163
    	border-right-color: $theme-color-five;
164
    	border-bottom-color: 0.5pt $theme-color-one;
165
    	color: $theme-color-one;
166 3b97c440 zabran
        box-shadow: none;
167
        font-size: 8pt;
168 4bb8ff64 zabran
169
        &:active, &:focus, &:visited{
170
            background-color: $theme-color-five;
171
            margin-top: -1px;
172
            border-top-color: $theme-color-five;
173
            border-left-color: $theme-color-five;
174
            border-right-color: $theme-color-five;
175
            border-bottom-color: 0.5pt $theme-color-one;
176
            color: $theme-color-one;
177
            box-shadow: none;
178
        }
179
180 5481d358 Adam Mištera
	}
181 4bb8ff64 zabran
    .form-control.is-invalid{
182
        box-shadow: none;
183
        border-color: $theme-color-four;
184
        background-image: none;
185
        &:active, &:focus, &:visited{
186
            box-shadow: none;
187
            border-color: $theme-color-four;
188
        }
189
    }
190 34c0b905 rizir01
191 4bb8ff64 zabran
    /*.form-control:focus {
192 c38f4c3a zabran
        background-color: $theme-color-five;
193 3b97c440 zabran
        margin-top: -1px;
194 c38f4c3a zabran
        border-top-color: $theme-color-five;
195
        border-left-color: $theme-color-five;
196
        border-right-color: $theme-color-five;
197
        border-bottom-color: 0.5pt $theme-color-one;
198
        color: $theme-color-one;
199 3b97c440 zabran
        box-shadow: none;
200
        font-size: 8pt;
201 4bb8ff64 zabran
    }*/
202 3b97c440 zabran
203 c4f6e57a Adam Mištera
    .button-square {
204 d668e889 Adam Mištera
        font-size: 8pt;
205 c38f4c3a zabran
        background-color: $theme-color-five;
206
        color: $theme-color-one;
207
        border: 0.5pt solid $theme-color-one;
208 c4f6e57a Adam Mištera
        border-radius: 0;
209 2696c864 Adam Mištera
        width: 6.5rem;
210
        height: 2rem;
211 83496d8e zabran
        font-weight: $font-weight-one;
212 2696c864 Adam Mištera
213
        &:active, &:focus, &:visited {
214
            outline: none;
215
            box-shadow: none;
216
        }
217 c4f6e57a Adam Mištera
    }
218 34c0b905 rizir01
219 aee27358 zabran
    //spendlik
220
    .pin-left:before {
221
        content: '';
222
        position: relative;
223
        height: 0.35433rem;
224
        width: 0.35433rem;
225
        background-color: $theme-color-one;
226
        border-radius: 50%;
227
        display: inline-block;
228
        top: -0.35433rem;
229
        left: -0.2rem;
230
231
    }
232
233
    .pin-left {
234
        border-left: .5pt solid $theme-color-four;
235
        display: inline-block;
236 8075a85b zabran
        //margin: 50px;
237
        //margin-bottom: 0pt;
238
        margin: 10rem 50px 0px -5rem;
239
        //min-height: 75vh;
240
        //height: auto;
241
        position: fixed;
242
        top: 0;
243
        bottom: 0;
244 aee27358 zabran
        text-align: left;
245
        width: 100%;
246 83496d8e zabran
        .text{
247
            //padding-top: 5rem;//0.35433rem;
248
            //margin-top: 5rem;
249
            //top: 5rem;
250
            margin-left: 0.5rem;
251
        }
252
        p{
253
            margin-top: 0pt;
254
            margin-bottom: 0pt;
255
        }
256 aee27358 zabran
    }
257
258 b711d297 zabran
    li{
259
        list-style-type: none;
260
    }
261
262
    /*footer {
263 8075a85b zabran
        background: $theme-color-four;
264
        color: $theme-color-five;
265
        display: block;
266
        height: 50px;
267
        position: fixed;
268
        left: 0;
269
        bottom: 0;
270
        width: 100%;
271 b711d297 zabran
    }*/
272 8075a85b zabran
273 c4f6e57a Adam Mištera
    .button-image {
274
        background-color: transparent;
275
        border-color: transparent;
276
277
        &:before {
278
            content: "";
279
            width: 100px;
280
            height: 100px;
281
            display: inline-block;
282
            margin-right: 5px;
283
            vertical-align: text-top;
284
            background-color: transparent;
285
            background-position : center center;
286
            background-repeat:no-repeat;
287
        }
288
    }
289 34c0b905 rizir01
290 b56b3d9b Adam Mištera
    .artefacts-area {
291 084eca03 Adam Mištera
292 b56b3d9b Adam Mištera
        h5 {
293
            color: $theme-color-two;
294 83496d8e zabran
            font-weight: $font-weight-two;
295 b56b3d9b Adam Mištera
            line-height: 20pt;
296
            font-size: 21pt;
297
        }
298 084eca03 Adam Mištera
299 b56b3d9b Adam Mištera
        h6 {
300
            color: $theme-color-two;
301
            font-size: 14pt;
302 83496d8e zabran
            //font-weight: lighter;
303
            font-weight: $font-weight-one;
304 b56b3d9b Adam Mištera
        }
305 084eca03 Adam Mištera
306 b56b3d9b Adam Mištera
        img {
307
            border: transparent;
308
            border-radius: 1px;
309
        }
310 084eca03 Adam Mištera
311 b56b3d9b Adam Mištera
        .card {
312
            margin: 10px;
313
            border: none !important;
314
        }
315 084eca03 Adam Mištera
316 b56b3d9b Adam Mištera
        .left_panel_info {
317
            margin-top: 15px;
318
            margin-left: -10px;
319
            max-width: 250px;
320
        }
321
322
        .right_panel_info {
323
            margin-top: 15px;
324
            margin-right: -15px;
325
        }
326
327
        .card-cus-bottom {
328
            background-color: $theme-color-five;
329
        }
330
331
        .inter_info {
332
            &:before {
333
                background-image: url(../images/interface/Button_Info_50.png);
334
                width: 60px;
335
                height: 60px;
336
            }
337
        }
338
339
        .inter_like {
340
            display: none;
341
            &:before {
342
                background-image : url(../images/interface/Hearth_Empty_50.png);
343
                width: 60px;
344
                height: 60px;
345
            }
346
        }
347
348
        .inter_like_filled {
349
            &:before {
350
                background-image : url(../images/interface/Hearth_Filled_50.png);
351
                width: 60px;
352
                height: 60px;
353
            }
354
        }
355
356
        .inter_info, .inter_like, .inter_like_filled {
357
            padding: 0;
358
            &:focus, &:active, &:hover {
359
                background-color: transparent !important;
360
                border-color: transparent !important;
361
                outline: none !important;
362
                box-shadow: none !important;
363
            };
364
        }
365
    }
366 34c0b905 rizir01
367 3c062db9 Adam Mištera
    .metadata-area {
368
369
        color: $theme-color-two;
370
371
        h2 {
372
            font-weight: $font-weight-two;
373
            font-size: 12pt;
374
        }
375
376
        .metadata {
377
            position: relative;
378
            display: flex;
379
            align-items: baseline;
380
            margin-left: 50vw;
381
        }
382
383
        .pin-horizontal {
384
            border-bottom: .5pt solid $theme-color-two;
385
            display: inline-block;
386
            margin: 50px 50px 0 0;
387
            &:before {
388
                content: '';
389
                background-color: $theme-color-two;
390
                position: relative;
391
                height: .5rem;
392
                width: .5rem;
393
                border-radius: 50%;
394
                display: inline-block;
395
                top: 1.5rem;
396
                left: 50vw;
397
            }
398
399
            .arrow-down {
400
                width: 0;
401
                height: 0;
402
                border-left: 0.2rem solid transparent;
403
                border-right: 0.2rem solid transparent;
404
                border-top: 0.2rem solid $theme-color-two;
405
                margin-left: 0.5rem;
406
            }
407
408
409
        }
410
411
        .metadata-text {
412
            color: $theme-color-one;
413
            padding-top: 10px;
414
            padding-left: 25px;
415
            padding-right: 25px;
416
417
            .artefact-info {
418
                color: $theme-color-two;
419
                margin-top: 10px;
420
421
                .artefact-name {
422
                    font-family: $font-weight-two;
423
                    font-size: 8pt;
424
                }
425
426
                .artefact-author {
427
                    font-family: $font-weight-one;
428
                    font-size: 7pt;
429
                }
430
            }
431
        }
432
    }
433
434 977060b9 rizir01
    .content {
435
        position: relative;
436 31d75014 rizir01
437 977060b9 rizir01
        //Circle style button
438
        .btn-circle.rounded-circle {
439
            padding: 6px 0px;
440
            font-size: 16px;
441
            text-align: center;
442
        }
443
        .btn-categories
444 c38f4c3a zabran
        {
445 977060b9 rizir01
            position: absolute;
446
            border-width: 5px;
447
            background-color: $theme-color-five;
448 c38f4c3a zabran
            border-color: $theme-color-four;
449 977060b9 rizir01
            color:$theme-color-four;
450 c4f6e57a Adam Mištera
            outline: none !important;
451
            box-shadow: none !important;
452 977060b9 rizir01
            font-weight: $font-weight-two;
453
454
            &:active
455
            {
456
                background-color: $theme-color-three;
457
                border-color: $theme-color-four;
458
                outline: none !important;
459
                box-shadow: none !important;
460
                color:$theme-color-five;
461
            }
462
        }
463 6c518068 rizir01
    }
464 977060b9 rizir01
465 6c518068 rizir01
    //CATEGORIES - TILES
466
    .btn.btn-dark.cat-tile
467
    {
468
        //STYLING
469
        border-color: $theme-color-four;
470
        border-radius: 0;
471
        border-style: solid;
472
        border-width: 2px;
473
        color: $theme-color-four;
474
        background-color: $theme-color-five;
475
        text-align: center;
476
        outline: none !important;
477
        box-shadow: none !important;
478
479
        //FONT
480
        font-size: 8mm;
481
        word-wrap: break-word;
482
483
        //SPACING
484
        margin: 10pt 32pt;
485
        height: 40mm;
486
        width: 86%;
487
488
        &:active, &:focus
489 977060b9 rizir01
        {
490 6c518068 rizir01
            background-color: $theme-color-three;
491
            border-color: $theme-color-four;
492
            outline: none !important;
493
            box-shadow: none !important;
494
            color: $theme-color-five;
495 c4f6e57a Adam Mištera
        }
496 6c518068 rizir01
    }
497 c38f4c3a zabran
498 6c518068 rizir01
    //CATEGORIES - enter button
499
    .btn.button-square.cat-enter-butt
500
    {
501
        position: fixed;
502
        bottom: 8%;
503
        right: 40%;
504
        display: none;
505 c4f6e57a Adam Mištera
    }
506 6c518068 rizir01
507 34c0b905 rizir01
}
508
509 8075a85b zabran
.arrow{
510 8baafb46 zabran
    position: absolute;
511
    width: 0;
512
    height: 0;
513 8075a85b zabran
    margin: 2rem;
514
    cursor:pointer;
515
    border: 0.59055rem solid transparent;
516
}
517
518
.arrow-left {
519
    margin-left: 80%;
520
521
    border-right:0.59055rem solid $theme-color-five;
522
    background-color: $theme-color-four !important;
523 8baafb46 zabran
}
524
525 8075a85b zabran
.arrow-right {
526 8baafb46 zabran
    border-left:0.59055rem solid $theme-color-four;
527 8075a85b zabran
528
    position: fixed;
529
    z-index: 1;
530
    top: 0;
531
    left: 0;
532 8baafb46 zabran
}
533
534 1c3121fe zabran
.sidenav {
535
    height: 100%;
536
    width: 0;
537 b711d297 zabran
    width: 250px;
538 1c3121fe zabran
    position: fixed;
539
    z-index: 1;
540
    top: 0;
541
    left: 0;
542 8075a85b zabran
    background-color: $theme-color-four;
543 1c3121fe zabran
    overflow-x: hidden;
544
    transition: 0.5s;
545
}
546
547
.sidenav a {
548
    text-decoration: none;
549 8075a85b zabran
    color: $theme-color-five;
550 1c3121fe zabran
    display: block;
551
    transition: 0.3s;
552
}
553
554
.sidenav a:hover {
555 8075a85b zabran
    color: $theme-color-four;
556 8baafb46 zabran
    background-color: $theme-color-one;
557 1c3121fe zabran
}
558
559
@media screen and (max-height: 450px) {
560 8075a85b zabran
    //.sidenav {padding-top: 15px;}
561 1c3121fe zabran
    .sidenav a {font-size: 18px;}
562
}
563
564 aee27358 zabran
@media (max-width: 990px) {
565 8075a85b zabran
    body {
566
        /*.pin-left {
567
            margin-left: -15rem;
568
            margin-top: 11rem;
569
        }*/
570
    }
571
}
572
573
@media (max-width: 770px) {
574 aee27358 zabran
    body {
575
        .pin-left {
576 8075a85b zabran
            margin-left: -33vw;
577
            margin-top: 12rem;
578
            //left: 20vw;
579 aee27358 zabran
        }
580
    }
581
}
582
583 34c0b905 rizir01
@media only screen and (max-width: 540px)
584
{
585 b711d297 zabran
    .sidenav{
586
        width: 0;
587
    }
588 34c0b905 rizir01
    .head-title.text-center h1
589
    {
590 6c518068 rizir01
        font-size: 23pt;
591
        padding-top: 50pt;
592
        margin-left: 36pt;
593
        white-space: nowrap;
594
595 34c0b905 rizir01
    }
596
597
    .btn-circle.rounded-circle.btn-sm
598
    {
599
        width: 90px;
600
        height: 90px;
601
    }
602
603
    .btn-circle.rounded-circle.btn-dm
604
    {
605
        width: 130px;
606
        height: 130px;
607
    }
608
609
    .btn-circle.rounded-circle.btn-xl
610
    {
611
        width: 180px;
612
        height: 180px;
613
    }
614 d668e889 Adam Mištera
615
    body{
616
        .carousel {
617
            .carousel-inner {
618
                .social-logo {
619
                    padding-left: 30px;
620
                    top: 20%;
621
                }
622
            }
623
        }
624
    }
625
}
626
627
@media (min-width: 330px) and (max-height: 900px)
628
{
629
    body{
630
        .carousel {
631
            .carousel-inner {
632
                .social-logo {
633
                    top: 25%;
634
                }
635
            }
636
        }
637
    }
638
}