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.

133 lines
2.3 KiB

3 weeks ago
/**
* footer
*/
3 weeks ago
/* Footer */
.footer {
3 weeks ago
position: relative;
background-color: var(--footer-bg-color);
3 weeks ago
color: var(--footer-text-color);
3 weeks ago
width: 100%;
margin: 0;
padding: 0;
a {
color: var(--footer-link-color);
}
}
.footer ul {
list-style: none;
padding: 0;
}
.footer .block p:last-of-type {
margin: 0;
}
/* Footer -> Footer Top */
.footer-top-container {
position: relative;
padding: 1rem 0;
}
.region-footer-top {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
/* Footer -> 4 Column blocks */
.footer-blocks-container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
3 weeks ago
flex-wrap: wrap;
3 weeks ago
padding: 2rem 0;
gap: 1.5rem;
}
.footer-block {
-webkit-box-flex: 1;
3 weeks ago
-ms-flex: 1 1 250px;
flex: 1 1 250px;
3 weeks ago
}
.footer-block li {
border-bottom: 1px solid var(--border);
}
/* Footer -> Footer Bottom */
.footer-bottom-blocks-container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
3 weeks ago
-ms-flex-direction: column;
flex-direction: column;
3 weeks ago
padding: 1rem 0;
gap: 2rem;
}
.footer-bottom-block {
flex: 1;
}
.footer-bottom-container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
3 weeks ago
-ms-flex-direction: column;
flex-direction: column;
3 weeks ago
padding: 1rem 0;
3 weeks ago
gap: 2rem;
3 weeks ago
}
.footer-bottom-container p:last-child {
margin: 0;
}
.footer-bottom-last-menu {
margin: 0;
padding: 0;
list-style: none;
}
.footer-bottom-last-menu li {
display: inline-block;
padding-left: 1rem;
}
3 weeks ago
.upei-footer {
h2 {
color: #fff;
font-size: 20px;
}
a {
font-size: 13px;
}
li {
line-height: 48%;
}
#links-section {
display: flex;
border-bottom: 4px solid var(--upei-red);
3 weeks ago
margin-bottom: 1rem;
3 weeks ago
}
.bottom-links {
margin: 0;
padding: 0;
3 weeks ago
margin-bottom: 1rem;
3 weeks ago
}
3 weeks ago
.inner-footeraddress {
3 weeks ago
display: flex;
justify-content: space-between;
}
.addressleft {
font-size: 13px;
}
.footerlogo {
width: 158px;
}
3 weeks ago
}
3 weeks ago
.website-copyright {
font-size: 13px;
3 weeks ago
}
3 weeks ago
.slick--skin--classic .slide--caption--bottom .slide__caption {
min-height: 120px;
-ms-transform: none;
-webkit-transform: none;
transform: none !important;
}