bunteshaus.de/themes/buha/assets/scss/banner.scss

60 lines
1.1 KiB
SCSS
Raw Normal View History

2022-06-13 04:08:02 +02:00
.b {
2022-06-15 16:33:00 +02:00
height: calc(89vh / 5 );
2022-06-13 04:08:02 +02:00
}
.b_index {
2022-06-15 16:33:00 +02:00
height: calc(89vh / 4.5 );
2022-06-13 04:08:02 +02:00
}
2022-06-14 23:01:19 +02:00
2022-06-07 20:15:31 +02:00
.banner {
2022-06-13 04:08:02 +02:00
width: 98vw;
background-repeat: no-repeat;
background-size: 100%;
background-position: 50% 5rem;
background-attachment: fixed;
display: flex;
flex-direction: column;
justify-content: flex-end;
.title_index {
word-break: break-all;
color: var(--text-main);
background: var(--background-body-opaq);
text-align: center;
margin-bottom: 0;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
}
2022-06-15 15:37:23 +02:00
.title, {
2022-06-13 04:08:02 +02:00
background: var(--background-body-opaq);
word-break: break-all;
color: var(--text-main);
margin-bottom: 0;
text-align: center;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
}
2022-06-15 15:37:23 +02:00
}
.altbg {
2022-06-15 16:51:36 +02:00
max-height: 5em;
2022-06-07 20:15:31 +02:00
}
2022-06-12 13:50:06 +02:00
@media (min-width: 640px) {
.banner {
2022-06-12 18:05:10 +02:00
width: 89%;
margin-left: auto;
margin-right: auto;
2022-06-15 15:37:23 +02:00
}
2022-06-15 16:15:44 +02:00
.b {
2022-06-15 16:33:00 +02:00
height: calc(89vw / 3.5 );
2022-06-15 16:15:44 +02:00
}
.b_index {
2022-06-15 16:33:00 +02:00
height: calc(89vw / 3 );
2022-06-15 16:15:44 +02:00
}
2022-06-15 16:20:14 +02:00
.altbg {
2022-06-15 16:51:36 +02:00
max-height: 7em;
2022-06-15 16:20:14 +02:00
}
2022-06-12 13:50:06 +02:00
}