Files
idpan.poznan.pl/templates/instytut_dendrologii_/css/dvtr.scss
2026-02-08 21:16:11 +01:00

183 lines
4.0 KiB
SCSS

@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;
//margin-left: 255px;
@media screen and (max-width: 480px)
{
margin: 0 auto;
font-size: 24px;
line-height: 32px;
}
}
.posts-4
{
@media screen and (max-width: 480px)
{
height: auto !important;
overflow: hidden;;
}
}
.arboretum
{
@media screen and (max-width: 480px)
{
height: auto !important;
overflow: hidden;;
.owl-stage-outer
{
height: auto !important;;
}
}
.jt-cs
{
position: relative;
.owl-theme
{
.owl-nav {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
i {
display: block;
//background: yellow;
font-size: 25px;
text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.owl-prev, .owl-next
{
//background: red;
height: 35px;
width: 35px;
opacity: 1;
> i
{
font-size: 30px;
height: auto;
width: auto;
color: green;
}
}
.owl-prev {
left: -35px;
right: auto;
}
.owl-next {
right: -35px;
left: auto;
//background: blueviolet;
}
}
.owl-item
{
.thumb
{
img:hover
{
opacity: inherit;
background: inherit;
}
}
.mozar
{
display: none;
}
.category
{
display: none;
}
.title
{
font-family: Palatino Linotype;
font-size: 48px;
font-weight: normal;
color: #075F2a;
text-decoration: none;
@media screen and (max-width: 480px)
{
font-size: 32px;
}
}
.date
{
color: #777;
font-weight: bold;
font-size: 14px;
margin-top: 100px;
@media screen and (max-width: 480px)
{
margin-top: 0;
}
}
.introtext .notmozmr
{
font-weight: normal;
}
.introtext
{
p
{
line-height: 1.5;
font-size: 16px;
}
img{
display: none;
}
}
.readmore
{
text-align: right;
color: #444;
text-decoration: none;
float: right;
@media screen and (max-width: 480px)
{
position: static;
margin-top: 0px;
padding: 0;
}
}
}
}
}
}