Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b323292b

Přidáno uživatelem Marek Lovčí před asi 4 roky(ů)

Merge branch 'develop'

Zobrazit rozdíly:

resources/sass/_custom.scss
59 59
            bottom: auto;
60 60
            transform: translateY(-50%);
61 61
            background-color:  rgba(239, 218, 179, 0.5);
62

  
63
            p {
64
                font-size: 8pt;
65
                color: $theme-color-five;
66
            }
67 62
        }
68 63
    }
69 64

  
......
138 133

  
139 134
        .col-form-label{
140 135
            text-align: left;
141
            padding-top: 0px;
142
            padding-bottom: 0px;
136
            padding-top: 0;
137
            padding-bottom: 0;
143 138
        }
144 139
        .form-control{
145
            padding: 0px;
140
            padding: 0;
146 141
            height: 17pt;
147
            border-radius: 0%;
142
            border-radius: 0;
148 143
        }
149 144
    }
150 145

  
......
152 147
    	background-color: $theme-color-five;
153 148
    	font-weight: $font-weight-one;
154 149
    	color: $theme-color-four;
155

  
156 150
	}
157 151

  
158 152
	.form-control {
......
188 182
        }
189 183
    }
190 184

  
191
    /*.form-control:focus {
192
        background-color: $theme-color-five;
193
        margin-top: -1px;
194
        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
        box-shadow: none;
200
        font-size: 8pt;
201
    }*/
202

  
203 185
    .button-square {
204 186
        font-size: 8pt;
205 187
        background-color: $theme-color-five;
......
227 209
        display: inline-block;
228 210
        top: -0.35433rem;
229 211
        left: -0.2rem;
230

  
231 212
    }
232 213

  
233 214
    .pin-left {
234 215
        border-left: .5pt solid $theme-color-four;
235 216
        display: inline-block;
236
        //margin: 50px;
237
        //margin-bottom: 0pt;
238 217
        margin: 10rem 50px 0px -5rem;
239
        //min-height: 75vh;
240
        //height: auto;
241 218
        position: fixed;
242 219
        top: 0;
243 220
        bottom: 0;
244 221
        text-align: left;
245 222
        width: 100%;
246 223
        .text{
247
            //padding-top: 5rem;//0.35433rem;
248
            //margin-top: 5rem;
249
            //top: 5rem;
250 224
            margin-left: 0.5rem;
251 225
        }
252 226
        p{
253
            margin-top: 0pt;
254
            margin-bottom: 0pt;
227
            margin-top: 0;
228
            margin-bottom: 0;
255 229
        }
256 230
    }
257 231

  
258
    footer {
259
        background: $theme-color-four;
260
        color: $theme-color-five;
261
        display: block;
262
        height: 50px;
263
        position: fixed;
264
        left: 0;
265
        bottom: 0;
266
        width: 100%;
232
    li{
233
        list-style-type: none;
267 234
    }
268 235

  
269 236
    .button-image {
......
283 250
        }
284 251
    }
285 252

  
286
    .artefacts-area {
253
    .artefacts-area, .artefact-area {
287 254

  
288 255
        h5 {
289 256
            color: $theme-color-two;
......
360 327
        }
361 328
    }
362 329

  
363
    .monButton {
364 330

  
365
        &:before {
366
            background-image : url(../images/Button_Arrow_Small.png);
367
            //height: 0.9685rem;
368
            //width: 0.59055rem;
331
    .artefact-area {
332

  
333
        .card-cus-bottom {
334
            .left_panel_info, .right_panel_info {
335
                margin: 0.9375rem 0 0 0;
336
            }
337

  
338
            .right_panel_info {
339
                .float-right {
340
                    margin-right: -0.35rem;
341
                }
342
            }
369 343
        }
370 344

  
371
        &:hover {
372
            background-color: transparent;
373
            border-color: $theme-color-four;
345
        .artefact-name {
346
            font-weight: $font-weight-two;
347
            font-size: 8pt;
348
            line-height: 10pt;
349
            margin-bottom: 0;
374 350
        }
375 351

  
376
        &:focus {
377
            background-color: transparent;
378
            border-color: $theme-color-four;
379
            outline: none !important;
380
            box-shadow: none !important;
352
        .artefact-author {
353
            font-size: 7pt;
354
            line-height: 8pt;
381 355
        }
382 356

  
383
        &:active {
384
            background-color: transparent !important;
385
            border-color: transparent !important;
386
            outline: none !important;
387
            box-shadow: none !important;
357
        .inter_like {
358
            display: block;
359

  
360
            &:before {
361
                background-image: url(../images/interface/Hearth_Empty_Small.png);
362
                width: 25px;
363
                height: 19px;
364
            }
365
        }
366

  
367
        .inter_info {
368

  
369
            padding-right: 1rem;
370
            &:before {
371
                background-image: url(../images/interface/Button_Info_Small.png);
372
                width: 29px;
373
                height: 29px;
374
            }
375
        }
376

  
377
        .artefact-likes {
378
            font-weight: $font-weight-two;
379
            font-size: 5pt;
380
            padding-right: 0.25rem;
381
        }
382
    }
383

  
384
    // Metadata area
385
    .metadata-area {
386

  
387
        h2 {
388
            font-weight: $font-weight-two;
389
            font-size: 12pt;
390
        }
391

  
392
        .arrow-down {
393
            position: fixed;
394
            top: 0.25rem;
395
            right: 0;
396
            margin: 2rem;
397
            width: 0;
398
            height: 0;
399
            border-left: 0.59055rem solid transparent;
400
            border-right: 0.59055rem solid transparent;
401
            border-top: 0.59055rem solid $theme-color-two;
402
        }
403

  
404
        .pin-horizontal {
405
            color: $theme-color-two;
406
            border-bottom: .042rem solid $theme-color-two;
407
            display: inline-block;
408
            margin: 3.35rem 3.125rem 0 0;
409

  
410
            &:before {
411
                content: '';
412
                background-color: $theme-color-two;
413
                position: relative;
414
                height: .5rem;
415
                width: .5rem;
416
                border-radius: 50%;
417
                display: inline-block;
418
                top: 1.5rem;
419
                left: 50vw;
420
            }
421

  
422
            .metadata {
423
                position: relative;
424
                display: flex;
425
                align-items: baseline;
426

  
427
                span {
428
                    font-weight: $font-weight-two;
429
                }
430

  
431
                .arrow-down {
432
                    position: relative;
433
                    top: 0;
434
                    right: 0;
435
                    width: 0;
436
                    height: 0;
437
                    border-left: 0.25rem solid transparent;
438
                    border-right: 0.25rem solid transparent;
439
                    border-top: 0.25rem solid $theme-color-two;
440
                    margin: 0 0.5rem 0 0.5rem;
441
                }
442
            }
443
        }
444

  
445
        .white-pin {
446
            color: $theme-color-one;
447
            border-bottom: .042rem solid $theme-color-one;
448

  
449
            &:before {
450
                content: '';
451
                background-color: $theme-color-one;
452
            }
453

  
454
            .metadata {
455
                .arrow-down {
456
                    border-top: 0.25rem solid $theme-color-one;
457
                }
458
            }
459
        }
460

  
461
        .metadata-text {
462
            font-size: 8pt;
463
            color: $theme-color-one;
464
            padding-top: 10px;
465
            padding-left: 25px;
466
            padding-right: 25px;
467

  
468
            .artefact-info {
469
                color: $theme-color-two;
470
                margin-top: 10px;
471

  
472
                .artefact-name {
473
                    font-weight: $font-weight-two;
474
                    font-size: 8pt;
475
                }
476

  
477
                .artefact-author {
478
                    font-weight: $font-weight-one;
479
                    font-size: 7pt;
480
                }
481

  
482
                .inter_like_filled {
483

  
484
                    &:before {
485
                        background-image : url(../images/interface/Hearth_Filled_50.png);
486
                        width: 50px;
487
                        height: 50px;
488
                    }
489

  
490
                    &:hover, &:focus, &:active {
491
                        background-color: transparent !important;
492
                        border-color: transparent !important;
493
                        outline: none !important;
494
                        box-shadow: none !important;
495
                    }
496
                }
497
            }
388 498
        }
389 499
    }
390 500

  
391
    .content {
501
    /*.content {
392 502
        position: relative;
393 503

  
394 504
        //Circle style button
395
            //Toto možná nebude zcela optimální pro ostatní circle buttony. Nehodící se propagujte do btn-categories.
396 505
        .btn-circle.rounded-circle {
397 506
            padding: 6px 0px;
398 507
            font-size: 16px;
......
418 527
                color:$theme-color-five;
419 528
            }
420 529
        }
530
    }*/
421 531

  
422
        .btn-sm
423
        {
424
            width: 120px;
425
            height: 120px;
426
        }
427
        .btn-dm
428
        {
429
            width: 240px;
430
            height: 240px;
431
        }
432
        .btn-xl
532

  
533

  
534
    //CATEGORIES - ROW BLOCK
535
    .cat-col-md-2
536
    {
537
        margin: 2%;
538
    }
539

  
540
    //CATEGORIES - TILES
541
    .btn.btn-dark.cat-tile
542
    {
543
        //STYLING
544
        border-color: $theme-color-four;
545
        border-radius: 0;
546
        border-style: solid;
547
        border-width: 2px;
548
        color: $theme-color-four;
549
        background-color: $theme-color-five;
550
        text-align: center;
551
        outline: none !important;
552
        box-shadow: none !important;
553

  
554
        //FONT
555
        font-size: 8mm;
556
        word-wrap: break-word;
557

  
558
        //SPACING
559
        height: 40mm;
560
        width: 100%;
561

  
562
        &:active, &:focus
433 563
        {
434
            width: 360px;
435
            height: 360px;
564
            background-color: $theme-color-three;
565
            border-color: $theme-color-four;
566
            outline: none !important;
567
            box-shadow: none !important;
568
            color: $theme-color-five;
436 569
        }
570
    }
437 571

  
572
    //CATEGORY/{id} -h2 title NO ARTEFACTS
573
    .category-h2
574
    {
575
        color: $theme-color-four;
438 576
    }
439 577
}
440 578

  
......
465 603

  
466 604
.sidenav {
467 605
    height: 100%;
468
    width: 0;
606
    //width: 0;
607
    width: 250px;
469 608
    position: fixed;
470 609
    z-index: 1;
471 610
    top: 0;
......
488 627
}
489 628

  
490 629
@media screen and (max-height: 450px) {
491
    //.sidenav {padding-top: 15px;}
492 630
    .sidenav a {font-size: 18px;}
493 631
}
494 632

  
495
@media (max-width: 990px) {
496
    body {
497
        /*.pin-left {
498
            margin-left: -15rem;
499
            margin-top: 11rem;
500
        }*/
501
    }
502
}
633
@media (max-width: 990px) {}//Ponecháno pro případ, že se bude měnit login
503 634

  
504 635
@media (max-width: 770px) {
505 636
    body {
......
513 644

  
514 645
@media only screen and (max-width: 540px)
515 646
{
647
    .sidenav{
648
        width: 0;
649
    }
516 650
    .head-title.text-center h1
517 651
    {
518
        font-size: 45pt;
652
        font-size: 23pt;
653
        padding-top: 50pt;
654
        white-space: nowrap;
655

  
519 656
    }
520 657

  
521
    .btn-circle.rounded-circle.btn-sm
658
    /*.btn-circle.rounded-circle.btn-sm
522 659
    {
523 660
        width: 90px;
524 661
        height: 90px;
......
534 671
    {
535 672
        width: 180px;
536 673
        height: 180px;
537
    }
674
    }*/
538 675

  
539 676
    body{
540 677
        .carousel {

Také k dispozici: Unified diff