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.
 
 
 
161hz.de/css/styles.css

243 lines
3.2 KiB

/* Theme */
main {
background: #F6D155;
color: #1E1E1E;
}
.icons-social a {
color: #1E1E1E;
}
.footer a {
color: #1E1E1E;
}
.icons-social a svg path{
fill: #1E1E1E;
}
/* Typography */
@media (min-width: 576px) {
html {
font-size: 14px;
}
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
@media (min-width: 992px) {
html {
font-size: 18px;
}
}
@media (min-width: 1200px) {
html {
font-size: 20px;
}
}
.icons-social i {
font-size: 3em;
}
/* Custom Styles */
main {
display: flex;
flex-direction: column;
min-height: 100vh;
justify-content: center;
padding: 0 30px;
text-decoration: none;
}
main > .intro img {
border-radius: 100%;
display: block;
margin-left: auto;
margin-right: auto;
width: 10%;
}
main > .tagline {
font-size: 1.6rem;
margin: 1.5rem 0;
font-weight: 100;
text-align: center;
}
.tagline a{
color:#0b0b0b;
text-decoration: none;
}
.tagline a:hover{
color:#797575;
text-decoration: none;
}
main > .icons-social {
color: #C92c00;
font-size: 15px;
margin-left: auto;
}
.icons-social i {
margin-bottom: 100px;
padding: 5px;
color: #070707;
}
.icons-social i:hover {
margin-bottom: 100px;
padding: 5px;
color: #797575;
}
main > .footer {
margin-left: auto;
margin-top: 0px;
margin-bottom: 0px;
font-size: 1.2rem;
margin: 1.5rem 0;
font-weight: 100;
text-align: center;
}
.footer a:hover{
color:#797575;
text-decoration: none;
}
main > .copyright {
margin-left: 0px;
margin-top: -30px;
margin-bottom: 0px;
font-size: rem;
font-weight: 100;
text-align: center;
color: #0b0b0b;
text-decoration: none;
}
.copyright a {
text-decoration: none;
color:#000000
}
.copyright a:hover{
color:#797575;
text-decoration: none;
}
/**********************************/
/*********** About CSS ************/
/**********************************/
.container {
position: relative;
margin-left: 20px;
border-radius: 50px;
padding: 0px 0px;
background: #ffffff;
border-top: 30px solid #ffffff;
border-bottom: 30px solid #ffffff;
}
.text-left {
margin-left: 5rem;
}
.container img {
margin-left: 0rem;
border-radius: 10px;
width: 100%;
height: auto;
}
@media(max-width: 767.98px) {
.container img {
margin-bottom: 30px;
}
}
.container .btn {
margin-left: auto;
font-size: 1.2rem;
border-radius: 10px;
color: #f4f3f3;
background: #C92c00;
transition: all .3s;
width: 300px;
}
/**********************************/
/*********** Cookiebar CSS ************/
/**********************************/
.cookies-infobar {
background: rgba(251, 250, 250, 0.9);
color: #070707;
position: fixed;
width: 100%;
left: 0;
right: 0;
bottom: 0;
padding: 10px;
text-align: center;
}
.cookies-infobar.cookies-infobar_accepted {
display: none;
}
.cookies-infobar_wrapper {
margin: 10px;
}
.cookies-infobar a {
color: inherit;
}
.cookies-infobar a:hover {
color:#797575;
text-decoration: none;
}
.cookies-infobar_btn {
display: inline-block;
padding: 5px 10px;
background: #F6D155;
text-decoration: none;
border-radius: 3px;
color: #000000;
text-transform: uppercase;
font-size: 1.2em;
}
.cookies-infobar.cookies-infobar_accepted {
display: none;
}