Projekt

Obecné

Profil

Stáhnout (12.1 KB) Statistiky
| Větev: | Tag: | Revize:
1
// Ready for custom styling
2
//@font-face {font-family: "Avenir Black LINK"; src: url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.eot"); src: url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.woff") format("woff"), url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.svg#Avenir Black") format("svg"); }
3
//@font-face {font-family: "Avenir Roman LINK"; src: url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.eot"); src: url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.woff") format("woff"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.svg#Avenir") format("svg"); }
4
//@font-face {font-family: "Avenir Medium LINK"; src: url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.eot"); src: url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.woff") format("woff"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.svg#Avenir Medium") format("svg"); }
5

    
6
body {
7
    background-color: $theme-color-five;
8
    font-family: $font-family-one;
9

    
10
    .head-title h1 {
11
        color: $theme-color-one;
12
        font-weight: $font-weight-one;
13
        font-size: 60pt;
14
        //font-weight: bold;
15
        letter-spacing: 3px;
16
    }
17

    
18
    .carousel {
19
        .carousel-inner {
20
            .museum-logo {
21
                display: flex;
22
                justify-content: center;
23
                position: absolute;
24
                top: 5%;
25
                width: 100%;
26
                z-index: 1;
27
            }
28

    
29
            .social-logo {
30
                text-align: center;
31
                justify-content: space-between;
32
                flex-wrap: nowrap;
33
                position: absolute;
34
                top: 25%;
35
                padding-left: 25px;
36
                width: 100%;
37
                z-index: 1;
38
            }
39

    
40
            .carousel-button {
41
                bottom: 10%;
42
                left: 50%;
43
                transform: translateX(-50%);
44
                position: absolute;
45
                z-index: 1;
46
            }
47

    
48
            .carousel-item {
49
                height: 100vh;
50
                min-height: 350px;
51
                background: no-repeat center center scroll;
52
                -webkit-background-size: cover;
53
                -moz-background-size: cover;
54
                -o-background-size: cover;
55
                background-size: cover;
56
            }
57
        }
58

    
59
        .carousel-caption {
60
            top: 50%;
61
            bottom: auto;
62
            transform: translateY(-50%);
63
            background-color:  rgba(239, 218, 179, 0.5);
64

    
65
            p {
66
                font-size: 8pt;
67
                color: $theme-color-five;
68
            }
69
        }
70
    }
71

    
72
    /////////text types
73
    //většina běžných textů
74
    .text {
75
        font-weight: $font-weight-one;
76
        font-size: 8pt;
77
        line-height: 9pt;
78
    }
79

    
80
    //text inputu a název artefaktů
81
    .text2{
82
        font-weight: $font-weight-two;
83
        font-size: 8pt;
84
    }
85

    
86
    //název "kaplicky" a "choose a few" v categories (tam má jinou barvu)
87
    .kaplicky{
88
        color: $theme-color-one;
89
        font-size: 11pt;
90
        font-weight: $font-weight-three;
91
        letter-spacing: 3pt;
92
    }
93

    
94
    //autor artefaktu
95
    .text-author{
96
        font-weight: $font-weight-one;
97
        font-size: 7pt;
98
        color: $theme-color-four;
99
    }
100

    
101
    //počet lajků
102
    .text-number{
103
        font-weight: $font-weight-two;
104
        font-size: 5pt;
105
        color: $theme-color-four;
106
    }
107

    
108
    //notes u metadat, about v about, text levého menu
109
    .text-headline{
110
        font-weight: $font-weight-two;
111
        font-size: 12pt;
112
        color: $theme-color-four;
113
    }
114

    
115
    //název metadata, text pravého menu
116
    .text-page{
117
        font-weight: $font-weight-two;
118
        font-size: 7pt;
119
    }
120

    
121
    ////color pro změnu jen barvy
122
    .black{
123
        color: $theme-color-five;
124
    }
125
    .white{
126
        color: $theme-color-one;
127
    }
128
    .colored{
129
        color: $theme-color-four;
130
    }
131

    
132

    
133
    ////login
134
    .auth{
135
        .card{
136
            border: none;
137
            text-align: center;
138
            font-size: 8pt;
139
        }
140

    
141
        .col-form-label{
142
            text-align: left;
143
            padding-top: 0px;
144
            padding-bottom: 0px;
145
        }
146
        .form-control{
147
            padding: 0px;
148
            height: 17pt;
149
        }
150
    }
151

    
152
    .card-body {
153
    	background-color: $theme-color-five;
154
    	font-weight: $font-weight-one;
155
    	color: $theme-color-four;
156

    
157
	}
158

    
159
	.form-control {
160
    	background-color: $theme-color-five;
161
    	margin-top: -1px;
162
    	border-top-color: $theme-color-five;
163
    	border-left-color: $theme-color-five;
164
    	border-right-color: $theme-color-five;
165
    	border-bottom-color: 0.5pt $theme-color-one;
166
    	color: $theme-color-one;
167
        box-shadow: none;
168
        font-size: 8pt;
169
	}
170

    
171
    .form-control:focus {
172
        background-color: $theme-color-five;
173
        margin-top: -1px;
174
        border-top-color: $theme-color-five;
175
        border-left-color: $theme-color-five;
176
        border-right-color: $theme-color-five;
177
        border-bottom-color: 0.5pt $theme-color-one;
178
        color: $theme-color-one;
179
        box-shadow: none;
180
        font-size: 8pt;
181
    }
182

    
183
    .button-square {
184
        font-size: 8pt;
185
        background-color: $theme-color-five;
186
        color: $theme-color-one;
187
        border: 0.5pt solid $theme-color-one;
188
        border-radius: 0;
189
        width: 6.5rem;
190
        height: 2rem;
191
        font-weight: $font-weight-one;
192

    
193
        &:active, &:focus, &:visited {
194
            outline: none;
195
            box-shadow: none;
196
        }
197
    }
198

    
199
    //spendlik
200
    .pin-left:before {
201
        content: '';
202
        position: relative;
203
        height: 0.35433rem;
204
        width: 0.35433rem;
205
        background-color: $theme-color-one;
206
        border-radius: 50%;
207
        display: inline-block;
208
        top: -0.35433rem;
209
        left: -0.2rem;
210

    
211
    }
212

    
213
    .pin-left {
214
        border-left: .5pt solid $theme-color-four;
215
        display: inline-block;
216
        margin: 50px;
217
        margin-bottom: 0pt;
218
        min-height: 75vh;
219
        height: auto;
220
        text-align: left;
221
        width: 100%;
222
        .text{
223
            //padding-top: 5rem;//0.35433rem;
224
            //margin-top: 5rem;
225
            //top: 5rem;
226
            margin-left: 0.5rem;
227
        }
228
        p{
229
            margin-top: 0pt;
230
            margin-bottom: 0pt;
231
        }
232
    }
233

    
234
    .button-image {
235
        background-color: transparent;
236
        border-color: transparent;
237

    
238
        &:before {
239
            content: "";
240
            width: 100px;
241
            height: 100px;
242
            display: inline-block;
243
            margin-right: 5px;
244
            vertical-align: text-top;
245
            background-color: transparent;
246
            background-position : center center;
247
            background-repeat:no-repeat;
248
        }
249
    }
250

    
251
    .artefacts-area {
252

    
253
        h5 {
254
            color: $theme-color-two;
255
            font-weight: $font-weight-two;
256
            line-height: 20pt;
257
            font-size: 21pt;
258
        }
259

    
260
        h6 {
261
            color: $theme-color-two;
262
            font-size: 14pt;
263
            //font-weight: lighter;
264
            font-weight: $font-weight-one;
265
        }
266

    
267
        img {
268
            border: transparent;
269
            border-radius: 1px;
270
        }
271

    
272
        .card {
273
            margin: 10px;
274
            border: none !important;
275
        }
276

    
277
        .left_panel_info {
278
            margin-top: 15px;
279
            margin-left: -10px;
280
            max-width: 250px;
281
        }
282

    
283
        .right_panel_info {
284
            margin-top: 15px;
285
            margin-right: -15px;
286
        }
287

    
288
        .card-cus-bottom {
289
            background-color: $theme-color-five;
290
        }
291

    
292
        .inter_info {
293
            &:before {
294
                background-image: url(../images/interface/Button_Info_50.png);
295
                width: 60px;
296
                height: 60px;
297
            }
298
        }
299

    
300
        .inter_like {
301
            display: none;
302
            &:before {
303
                background-image : url(../images/interface/Hearth_Empty_50.png);
304
                width: 60px;
305
                height: 60px;
306
            }
307
        }
308

    
309
        .inter_like_filled {
310
            &:before {
311
                background-image : url(../images/interface/Hearth_Filled_50.png);
312
                width: 60px;
313
                height: 60px;
314
            }
315
        }
316

    
317
        .inter_info, .inter_like, .inter_like_filled {
318
            padding: 0;
319
            &:focus, &:active, &:hover {
320
                background-color: transparent !important;
321
                border-color: transparent !important;
322
                outline: none !important;
323
                box-shadow: none !important;
324
            };
325
        }
326
    }
327

    
328
    .monButton {
329

    
330
        &:before {
331
            background-image : url(../images/Button_Arrow_Small.png);
332
        }
333

    
334
        &:hover {
335
            background-color: transparent;
336
            border-color: $theme-color-four;
337
        }
338

    
339
        &:focus {
340
            background-color: transparent;
341
            border-color: $theme-color-four;
342
            outline: none !important;
343
            box-shadow: none !important;
344
        }
345

    
346
        &:active {
347
            background-color: transparent !important;
348
            border-color: transparent !important;
349
            outline: none !important;
350
            box-shadow: none !important;
351
        }
352
    }
353

    
354
    .content {
355
        position: relative;
356

    
357
        //Circle style button
358
            //Toto možná nebude zcela optimální pro ostatní circle buttony. Nehodící se propagujte do btn-categories.
359
        .btn-circle.rounded-circle {
360
            padding: 6px 0px;
361
            font-size: 16px;
362
            text-align: center;
363
        }
364
        .btn-categories
365
        {
366
            position: absolute;
367
            border-width: 5px;
368
            background-color: $theme-color-five;
369
            border-color: $theme-color-four;
370
            color:$theme-color-four;
371
            outline: none !important;
372
            box-shadow: none !important;
373
            font-weight: $font-weight-two;
374

    
375
            &:active
376
            {
377
                background-color: $theme-color-three;
378
                border-color: $theme-color-four;
379
                outline: none !important;
380
                box-shadow: none !important;
381
                color:$theme-color-five;
382
            }
383
        }
384

    
385
        .btn-sm
386
        {
387
            width: 120px;
388
            height: 120px;
389
        }
390
        .btn-dm
391
        {
392
            width: 240px;
393
            height: 240px;
394
        }
395
        .btn-xl
396
        {
397
            width: 360px;
398
            height: 360px;
399
        }
400

    
401
    }
402
}
403

    
404
@media (max-width: 990px) {
405
    body {
406
        .pin-left {
407
            margin-left: 0px;
408
        }
409
    }
410
}
411

    
412
@media only screen and (max-width: 540px)
413
{
414

    
415

    
416
    .head-title.text-center h1
417
    {
418
        font-size: 45pt;
419
    }
420

    
421
    .btn-circle.rounded-circle.btn-sm
422
    {
423
        width: 90px;
424
        height: 90px;
425
    }
426

    
427
    .btn-circle.rounded-circle.btn-dm
428
    {
429
        width: 130px;
430
        height: 130px;
431
    }
432

    
433
    .btn-circle.rounded-circle.btn-xl
434
    {
435
        width: 180px;
436
        height: 180px;
437
    }
438

    
439
    body{
440
        .carousel {
441
            .carousel-inner {
442
                .social-logo {
443
                    padding-left: 30px;
444
                    top: 20%;
445
                }
446
            }
447
        }
448
    }
449
}
450

    
451
@media (min-width: 330px) and (max-height: 900px)
452
{
453
    body{
454
        .carousel {
455
            .carousel-inner {
456
                .social-logo {
457
                    top: 25%;
458
                }
459
            }
460
        }
461
    }
462
}
(1-1/3)