rdrew
3 weeks ago
6 changed files with 118 additions and 26 deletions
@ -1,11 +1,58 @@
|
||||
.region-content-home-top, |
||||
.region-content-home-bottom { |
||||
display: flex; |
||||
flex-direction: column; |
||||
flex-direction: row; |
||||
width: 100%; |
||||
margin: 0; |
||||
padding: 0; |
||||
justify-content: space-between; |
||||
} |
||||
.region-content-home-top { |
||||
margin-bottom: 2rem; |
||||
} |
||||
|
||||
/*block menu*/ |
||||
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; |
||||
} |
||||
/*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; |
||||
svg.svg-inline--fa { |
||||
width: 28px; |
||||
margin-right: 5px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue