You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
2.8 KiB
141 lines
2.8 KiB
.homepage .messages.messages--status { |
|
display: none; |
|
} |
|
.region-content-home-top, |
|
.region-content-home-bottom { |
|
/*display: flex;*/ |
|
/*flex-direction: column;*/ |
|
width: 100%; |
|
margin: 0; |
|
padding: 0; |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
|
|
@media only screen and (min-width: 70em) { |
|
.region-content-home-top, |
|
.region-content-home-bottom { |
|
flex-direction: row; |
|
justify-content: space-between; |
|
} |
|
} |
|
.region-content-home-top { |
|
margin-bottom: 2rem; |
|
} |
|
|
|
/*block menu*/ |
|
nav#block-vre2024-mainnavigation-2 { |
|
display: none; |
|
} |
|
|
|
@media only screen and (min-width: 70em) { |
|
nav#block-vre2024-mainnavigation-2 { |
|
display: block; |
|
/*width:25%;*/ |
|
width: 250px; |
|
} |
|
} |
|
/*slideshow*/ |
|
div#block-vre2024-views-block-frontpage-slideshow-block-1 { |
|
/*width: 50%;*/ |
|
width: 550px; |
|
border: 1px solid #ccc; |
|
padding: 5px; |
|
height: 350px; |
|
|
|
overflow: hidden; |
|
/*height: 350px;*/ |
|
.field.field--name-field-media-image.field--type-image { |
|
height: 340px; |
|
overflow: hidden; |
|
} |
|
} |
|
.slick--skin--classic .slide__caption { |
|
background-color: rgba(255, 255, 255, 0.76) !important; |
|
padding: 0.5rem 0.8rem !important; |
|
min-height: 100px !important; |
|
} |
|
.slide_caption { |
|
color: #333; |
|
font-family: var(--font-family-condensed); |
|
font-weight: 400; |
|
.top { |
|
display: flex; |
|
justify-content: space-between; |
|
.slide_title { |
|
font-size: 1.3rem; |
|
} |
|
.slide_link { |
|
font-family: var(--font-family-condensed); |
|
a { |
|
font-size: 0.8rem; |
|
text-transform: uppercase; |
|
} |
|
} |
|
} |
|
.slide_subtitle { |
|
} |
|
} |
|
/*info block*/ |
|
div#block-vre2024-landingpageinfoblock { |
|
/*width:25owi%;*/ |
|
width: 500px; |
|
} |
|
|
|
nav#block-vre2024-mainnavigation-2 { |
|
.menu { |
|
margin-bottom: 1.5em; |
|
border: 5px solid #fff; |
|
outline: 1px solid #ccc; |
|
border-radius: 2px; |
|
margin: 0; |
|
padding: 0; |
|
li { |
|
padding: 0; |
|
list-style-image: none; |
|
list-style-type: none; |
|
} |
|
a { |
|
background: #e7ede0; |
|
color: #333; |
|
display: block; |
|
padding: 0.34em 0.75em; |
|
border-bottom: 1px solid #ccc; |
|
font-family: "Roboto Condensed", sans-serif; |
|
font-size: 1.2em; |
|
line-height: 1.3; |
|
i { |
|
margin-right: 10px; |
|
width: 20px; |
|
} |
|
svg.svg-inline--fa { |
|
width: 28px; |
|
margin-right: 5px; |
|
} |
|
} |
|
} |
|
} |
|
/*recent works blocks*/ |
|
#block-vre2024-views-block-recent-publications-block-1, |
|
#block-vre2024-views-block-recent-publications-block-2 { |
|
width: 660px; |
|
border-left: 1px solid #ccc; |
|
padding: 0 1rem; |
|
.views-row { |
|
margin-bottom: 1rem; |
|
line-height: 1.4; |
|
} |
|
span .field-content::before { |
|
/*content: ">";*/ |
|
} |
|
|
|
.views-field-dc-source, |
|
.views-field-dc-creator { |
|
font-style: italic; |
|
.field-content::before { |
|
content: ">"; |
|
} |
|
} |
|
}
|
|
|