first commit
This commit is contained in:
131
templates/instytut_dendrologii_/css/dvtr.css
Normal file
131
templates/instytut_dendrologii_/css/dvtr.css
Normal file
@@ -0,0 +1,131 @@
|
||||
@import 'grid.css';
|
||||
.jt-cs .fa-file-alt {
|
||||
display: none;
|
||||
/* ukrycie ikonki z fontawesome globalnie */
|
||||
}
|
||||
|
||||
.dvtr-wiadomosci-header {
|
||||
font-family: Poppins;
|
||||
font-size: 36px;
|
||||
line-height: 42px;
|
||||
letter-spacing: -0.015em;
|
||||
text-align: center;
|
||||
margin-top: 59px;
|
||||
}
|
||||
@media screen and (max-width: 480px) {
|
||||
.dvtr-wiadomosci-header {
|
||||
margin: 0 auto;
|
||||
font-size: 24px;
|
||||
line-height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.posts-4 {
|
||||
height: auto !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.arboretum {
|
||||
height: auto !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
.arboretum .owl-stage-outer {
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
.arboretum .jt-cs {
|
||||
position: relative;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-nav {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-nav i {
|
||||
display: block;
|
||||
font-size: 25px;
|
||||
text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-nav .owl-prev, .arboretum .jt-cs .owl-theme .owl-nav .owl-next {
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
opacity: 1;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-nav .owl-prev > i, .arboretum .jt-cs .owl-theme .owl-nav .owl-next > i {
|
||||
font-size: 30px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
color: green;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-nav .owl-prev {
|
||||
left: -35px;
|
||||
right: auto;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-nav .owl-next {
|
||||
right: -35px;
|
||||
left: auto;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-item .thumb img:hover {
|
||||
opacity: inherit;
|
||||
background: inherit;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-item .mozar {
|
||||
display: none;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-item .category {
|
||||
display: none;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-item .title {
|
||||
font-family: Palatino Linotype;
|
||||
font-size: 48px;
|
||||
font-weight: normal;
|
||||
color: #075F2a;
|
||||
text-decoration: none;
|
||||
}
|
||||
@media screen and (max-width: 480px) {
|
||||
.arboretum .jt-cs .owl-theme .owl-item .title {
|
||||
font-size: 32px;
|
||||
}
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-item .date {
|
||||
color: #777;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
@media screen and (max-width: 480px) {
|
||||
.arboretum .jt-cs .owl-theme .owl-item .date {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-item .introtext .notmozmr {
|
||||
font-weight: normal;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-item .introtext p {
|
||||
line-height: 1.5;
|
||||
font-size: 16px;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-item .introtext img {
|
||||
display: none;
|
||||
}
|
||||
.arboretum .jt-cs .owl-theme .owl-item .readmore {
|
||||
text-align: right;
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
float: right;
|
||||
}
|
||||
@media screen and (max-width: 480px) {
|
||||
.arboretum .jt-cs .owl-theme .owl-item .readmore {
|
||||
position: static;
|
||||
margin-top: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=dvtr.css.map */
|
||||
Reference in New Issue
Block a user