76 lines
1.9 KiB
CSS
76 lines
1.9 KiB
CSS
.intern-topic {
|
|
border-radius: 5px;
|
|
margin-top: 1rem !important;
|
|
margin-bottom: 1rem !important;
|
|
height: 100px; }
|
|
@media print, screen and (min-width: 40em) {
|
|
.intern-topic {
|
|
height: 15vh; } }
|
|
@media print, screen and (min-width: 64em) {
|
|
.intern-topic {
|
|
height: 15vh; } }
|
|
|
|
.intern-topic, .intern-topic-large {
|
|
background-color: #444;
|
|
position: relative;
|
|
background-size: cover;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
vertical-align: middle;
|
|
text-align: left;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%; }
|
|
.intern-topic .intern-topic-text, .intern-topic-large .intern-topic-text {
|
|
color: #fefefe;
|
|
text-shadow: 1px 1px 2px #0a0a0a; }
|
|
|
|
|
|
.internheader {
|
|
border-radius: 5px;
|
|
margin-top: 1rem !important;
|
|
margin-bottom: 1rem !important;
|
|
height: 30px; }
|
|
@media print, screen and (min-width: 40em) {
|
|
.internheader {
|
|
height: 5vh; } }
|
|
@media print, screen and (min-width: 64em) {
|
|
.internheader {
|
|
height: 5vh; } }
|
|
|
|
.internheader, .internheader-large {
|
|
background-color: grey;
|
|
position: relative;
|
|
background-size: cover;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
vertical-align: middle;
|
|
text-align: left;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%; }
|
|
.internheader, .internheader-large {
|
|
color: #fefefe;
|
|
text-shadow: 1px 1px 2px #0a0a0a; }
|
|
|
|
|
|
.intern-hero {
|
|
background-color: white;
|
|
}
|