236 lines
5.3 KiB
CSS
236 lines
5.3 KiB
CSS
body {
|
|
min-height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
img.logo {
|
|
height: 50px;
|
|
width: 50px;
|
|
}
|
|
|
|
.title-bar {
|
|
background: transparent;
|
|
}
|
|
|
|
a.header-link {
|
|
background: None;
|
|
color: black;
|
|
font-size: medium;
|
|
text-align: left;
|
|
}
|
|
|
|
a.header-intern-link {
|
|
background: lightgrey;
|
|
color: black;
|
|
font-size: medium;
|
|
text-align: left;
|
|
}
|
|
|
|
.header-intern-txt {
|
|
background: lightgrey;
|
|
color: black;
|
|
font-size: medium;
|
|
text-align: left;
|
|
}
|
|
|
|
.header-btn:hover {
|
|
background: darkgrey;
|
|
color: white;
|
|
}
|
|
.header-btn:focus {
|
|
background: transparent;
|
|
color: black;
|
|
}
|
|
|
|
.header-intern-btn:hover {
|
|
background: darkgrey;
|
|
color: white;
|
|
}
|
|
.header-intern-btn:focus {
|
|
background: lightgrey;
|
|
color: black;
|
|
}
|
|
|
|
footer {
|
|
height: 100%;
|
|
background-color: #444;
|
|
}
|
|
|
|
.footer-grid-y {
|
|
height: 100%;
|
|
}
|
|
|
|
.footer-link {
|
|
background-color: #444;
|
|
color: white;
|
|
}
|
|
|
|
.footer-link i {
|
|
font-size:30px;
|
|
}
|
|
|
|
.footer-link:hover {
|
|
background: lightgrey;
|
|
color: #444;
|
|
}
|
|
|
|
.footer-text {
|
|
background-color: #444;
|
|
color: white;
|
|
}
|
|
|
|
.job-btn {
|
|
background-color: gray;
|
|
height: 70%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.job-btn:hover {
|
|
background-color: black;
|
|
}
|
|
.job-btn:focus {
|
|
background-color: gray;
|
|
}
|
|
|
|
.memb-btn {
|
|
background-color: darkgray;
|
|
height: 70%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.memb-btn:hover {
|
|
background-color: black;
|
|
}
|
|
.memb-btn:focus {
|
|
background-color: darkgray;
|
|
}
|
|
|
|
.active {
|
|
background-color: black;
|
|
}
|
|
|
|
a.thumbnail {
|
|
width: 150px;
|
|
height: 150px;
|
|
}
|
|
a.thumbnail img {
|
|
width: 150px;
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
.social-media-box {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: start;
|
|
-webkit-justify-content: flex-start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 71px;
|
|
background-color: grey;
|
|
color: white;
|
|
padding-top: 0rem !important;
|
|
padding-right: 0rem !important;
|
|
padding-bottom: 0rem !important;
|
|
padding-left: 1rem !important;
|
|
margin-top: 0rem !important;
|
|
margin-right: 0rem !important;
|
|
margin-bottom: 1rem !important;
|
|
margin-left: 0rem !important; }
|
|
.social-media-box .social-media-badge {
|
|
background-color: transparent;
|
|
width: 41px;
|
|
height: 41px; }
|
|
.social-media-box .social-media-badge .social-media-badge-symbol {
|
|
font-size:30px; }
|
|
.social-media-box .social-media-text {
|
|
margin-top: 0rem !important;
|
|
margin-right: 0rem !important;
|
|
margin-bottom: 0rem !important;
|
|
margin-left: 1rem !important; }
|
|
|
|
.social-media-footer {
|
|
background-color: transparent;
|
|
color: white;
|
|
width: 40px;
|
|
height: 40px; }
|
|
.social-media-footer .social-media-footer-symbol {
|
|
font-size:30px; }
|
|
|
|
.social-media-footer:hover {
|
|
color: grey;
|
|
}
|
|
|
|
.news-hero-compact {
|
|
border-radius: 5px;
|
|
margin-top: 1rem !important;
|
|
margin-bottom: 1rem !important;
|
|
font-size: 18px;
|
|
height: 10vh; }
|
|
@media print, screen and (min-width: 40em) {
|
|
.news-hero-compact {
|
|
height: 10vh; } }
|
|
@media print, screen and (min-width: 64em) {
|
|
.news-hero-compact {
|
|
height: 10vh; } }
|
|
|
|
.news-hero-compact-large {
|
|
height: 100%;
|
|
min-height: 10vh; }
|
|
@media print, screen and (min-width: 40em) {
|
|
.news-hero-compact-large {
|
|
min-height: 10vh 0.7; } }
|
|
@media print, screen and (min-width: 64em) {
|
|
.news-hero-compact-large {
|
|
min-height: 10vh; } }
|
|
|
|
.news-hero-compact, .news-hero-compact-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%; }
|
|
.news-hero-compact .news-hero-compact-text, .news-hero-compact-large .news-hero-compact-text {
|
|
position: absolute;
|
|
left: 5%;
|
|
color: #fefefe;
|
|
text-shadow: 1px 1px 2px #000, 0px 0px 5px #000, 0px 0px 25px #000; }
|
|
@media print, screen and (min-width: 40em) {
|
|
.news-hero-compact .news-hero-compact-text, .news-hero-compact-large .news-hero-compact-text {
|
|
left: 5%; } }
|
|
@media print, screen and (min-width: 64em) {
|
|
.news-hero-compact .news-hero-compact-text, .news-hero-compact-large .news-hero-compact-text {
|
|
left: 5%; } }
|
|
.news-hero-compact .news-hero-compact-right, .news-hero-compact-large .news-hero-compact-right {
|
|
position: absolute;
|
|
right: 5%;
|
|
color: #fefefe;
|
|
text-shadow: 1px 1px 2px #000, 0px 0px 5px #000, 0px 0px 25px #000; }
|
|
@media print, screen and (min-width: 40em) {
|
|
.news-hero-compact .news-hero-compact-right, .news-hero-compact-large .news-hero-compact-right {
|
|
right: 5%; } }
|
|
@media print, screen and (min-width: 64em) {
|
|
.news-hero-compact .news-hero-compact-right, .news-hero-compact-large .news-hero-compact-right {
|
|
right: 5%; } }
|