Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1bcdcb05

Přidáno uživatelem Adam Mištera před asi 4 roky(ů)

Issue #7955 @1h
[+] Vizualizace metadat
[+] Zprovoznění like/unlike
[+] Oprava dokumentace

Zobrazit rozdíly:

public/css/app.css
10969 10969
  background-color: rgba(239, 218, 179, 0.5);
10970 10970
}
10971 10971

  
10972
body .container {
10973
  margin-top: 4.99055rem;
10974
}
10975

  
10972 10976
body .text {
10973 10977
  font-weight: 400;
10974 10978
  font-size: 8pt;
......
11040 11044
  border-radius: 0;
11041 11045
}
11042 11046

  
11047
body .auth .form-control:focus {
11048
  border-color: #ffffff;
11049
  box-shadow: none;
11050
}
11051

  
11052
body .auth .card-body {
11053
  padding-bottom: 0px;
11054
  padding-top: calc(28vh - 4.99055rem);
11055
}
11056

  
11043 11057
body input:-webkit-autofill {
11044
  -webkit-box-shadow: 0 0 0 50px #272727 inset;
11058
  -webkit-box-shadow: 0 0 0 50px #272727 inset !important;
11045 11059
  -webkit-text-fill-color: #ffffff;
11060
  background-color: #272727 !important;
11046 11061
}
11047 11062

  
11048 11063
body input:-webkit-autofill:active,
11049 11064
body input:-webkit-autofill:focus,
11050 11065
body input:-webkit-autofill:visited,
11051 11066
body input:-webkit-autofill:hover {
11052
  -webkit-box-shadow: 0 0 0 50px #272727 inset;
11067
  -webkit-box-shadow: 0 0 0 50px #272727 inset !important;
11053 11068
  -webkit-text-fill-color: #ffffff;
11069
  background-color: #272727 !important;
11054 11070
}
11055 11071

  
11056 11072
body .card-body {
......
11069 11085
  color: #ffffff;
11070 11086
  box-shadow: none;
11071 11087
  font-size: 8pt;
11088
  outline: none;
11072 11089
}
11073 11090

  
11074 11091
body .form-control:active,
11075 11092
body .form-control:focus,
11076
body .form-control:visited {
11093
body .form-control:visited,
11094
body .form-control:hover {
11095
  outline: none;
11077 11096
  background-color: #272727;
11078 11097
  margin-top: -1px;
11079 11098
  border-top-color: #272727;
......
11138 11157
  display: inline-block;
11139 11158
  margin: 12rem 50px 0px -5rem;
11140 11159
  position: fixed;
11141
  top: 0;
11160
  top: 28vh;
11142 11161
  bottom: 0;
11143 11162
  text-align: left;
11144 11163
  width: 100%;
......
11336 11355
}
11337 11356

  
11338 11357
body .metadata-area h2 {
11358
  color: #ddd1b9;
11339 11359
  font-weight: 600;
11340 11360
  font-size: 12pt;
11341 11361
}
......
11430 11450
  font-size: 7pt;
11431 11451
}
11432 11452

  
11453
body .metadata-area .metadata-text .artefact-info .inter_like:before {
11454
  background-image: url(/images/Heart_Empty.svg?974f069a126736e569df0f463d68c026);
11455
  width: 3.125rem;
11456
  height: 3.125rem;
11457
  margin-right: 0;
11458
}
11459

  
11460
body .metadata-area .metadata-text .artefact-info .inter_like:hover,
11461
body .metadata-area .metadata-text .artefact-info .inter_like:focus,
11462
body .metadata-area .metadata-text .artefact-info .inter_like:active {
11463
  background-color: transparent !important;
11464
  border-color: transparent !important;
11465
  outline: none !important;
11466
  box-shadow: none !important;
11467
}
11468

  
11433 11469
body .metadata-area .metadata-text .artefact-info .inter_like_filled:before {
11434 11470
  background-image: url(/images/Heart_Filled.svg?e5b962dc0fd67a2042277b9826016c9c);
11435 11471
  width: 3.125rem;
......
11528 11564
  border: 0.59055rem solid transparent;
11529 11565
}
11530 11566

  
11567
.top-bar {
11568
  padding-bottom: 4.59055rem;
11569
  background-color: #272727;
11570
  position: fixed;
11571
  width: 100%;
11572
  top: 0;
11573
}
11574

  
11531 11575
.arrow-left {
11532 11576
  margin-left: 80%;
11533 11577
  border-right: 0.59055rem solid #272727;
......
11542 11586
  left: 0;
11543 11587
}
11544 11588

  
11589
.separator {
11590
  border-bottom: 1px solid #272727;
11591
}
11592

  
11545 11593
.sidenav {
11546 11594
  height: 100%;
11547 11595
  width: 250px;
......
11566 11614
  background-color: #ffffff;
11567 11615
}
11568 11616

  
11617
.sidenav a:active,
11618
.sidenav a:focus,
11619
.sidenav a .active {
11620
  color: #ffffff;
11621
  background-color: #ead4b0;
11622
}
11623

  
11624
.dropdown-item.active,
11625
.dropdown-item:active {
11626
  color: #272727;
11627
  background-color: #ffffff;
11628
}
11629

  
11630
.logo-kaplicky {
11631
  position: fixed;
11632
  top: 0;
11633
  left: calc(50vw - 50pt);
11634
  margin-top: 2rem;
11635
}
11636

  
11637
.vertical-center {
11638
  min-height: 100vh;
11639
  display: flex;
11640
  align-items: center;
11641
}
11642

  
11643
.error {
11644
  color: #ffffff;
11645
  font-size: xx-large;
11646
  display: block;
11647
  text-align: center;
11648
}
11649

  
11569 11650
@media screen and (max-height: 450px) {
11570 11651
  .sidenav a {
11571 11652
    font-size: 18px;

Také k dispozici: Unified diff