Save
This commit is contained in:
@@ -178,6 +178,9 @@ body.page-id-846 #content .page-content {
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
#frame-box #frame-box-header nav ul li.active img {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
#frame-box #frame-box-header nav ul li img {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -2123,4 +2126,50 @@ body.page-id-846 #content .page-content {
|
||||
max-width: unset !important;
|
||||
width: 100vw;
|
||||
}
|
||||
}
|
||||
.fancybox__slide {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
-webkit-backdrop-filter: blur(1px);
|
||||
backdrop-filter: blur(1px);
|
||||
transition: all 300ms ease-in-out;
|
||||
}
|
||||
|
||||
#biogram .swiper_biogram {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
#biogram .swiper_biogram .swiper-slide .slide-img img {
|
||||
height: 100%;
|
||||
max-height: 150px;
|
||||
width: auto;
|
||||
display: block;
|
||||
margin: 20px auto 10px;
|
||||
}
|
||||
#biogram .swiper_biogram .swiper-slide .slide-text p {
|
||||
color: #fff;
|
||||
line-height: 1;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
font-family: Arial, sans-serif;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#biogram .swiper_biogram .swiper-pagination {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#biogram .swiper_biogram .swiper-pagination li {
|
||||
color: #8b3332;
|
||||
font-size: 19px;
|
||||
font-weight: 700;
|
||||
font-family: "Arial", sans-serif;
|
||||
cursor: pointer;
|
||||
}
|
||||
#biogram .swiper_biogram .swiper-pagination li.active {
|
||||
color: #f3180c;
|
||||
}/*# sourceMappingURL=custom.css.map */
|
||||
Reference in New Issue
Block a user