D10 theme for Island Scholar v2
Clone of "vre2024"
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.
|
|
|
.region-content-home-top,
|
|
|
|
.region-content-home-bottom {
|
|
|
|
display: flex;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|