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.

63 lines
1.2 KiB

3 weeks ago
.region-content-home-top,
.region-content-home-bottom {
display: flex;
3 weeks ago
flex-direction: row;
3 weeks ago
width: 100%;
margin: 0;
padding: 0;
3 weeks ago
justify-content: space-between;
3 weeks ago
}
.region-content-home-top {
margin-bottom: 2rem;
}
3 weeks ago
/*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;
3 weeks ago
i {
margin-right: 10px;
width:20px;
}
3 weeks ago
svg.svg-inline--fa {
width: 28px;
margin-right: 5px;
}
}
}
}