recycled.cloud/assets/css/main.css

160 lines
2.2 KiB
CSS
Raw Normal View History

2020-10-06 17:43:28 +02:00
body {
2020-12-29 18:45:44 +01:00
width: 900px;
margin: auto;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#section-nav {
padding-top: 25px;
height: 75px;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#section-nav #nav-logo {
width: 200px;
position: relative;
top: -15px;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#section-nav a {
color: #000;
padding-left: 10px;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#section-members a {
color: #000;
text-decoration: underline;
2020-10-07 07:19:43 +02:00
}
2020-12-29 18:45:44 +01:00
#section-members a {
text-decoration: none;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
.nav-current {
font-weight: bold;
2020-10-06 17:43:28 +02:00
text-decoration: underline;
}
2020-12-29 18:45:44 +01:00
#section-hero, #section-services, #section-members, #section-contact, #section-tech, #section-howcanyouhelp, footer {
padding-left: 50px;
padding-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
}
.service-logo {
width: 50px;
}
.service-description {
height: 100px;
}
#section-hero {
background-image: linear-gradient(to right, #003366, #5d0066);
color: #fff;
}
.btn:link, .btn:visited {
background-color: #fff;
color: #013366;
padding: 10px 15px;
2020-10-06 17:43:28 +02:00
text-align: center;
2020-12-29 18:45:44 +01:00
text-decoration: none;
display: inline-block;
border-radius: 8px 0px 8px 8px;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
.btn:hover, .btn:active {
background-color: #babac9;
}
2020-10-06 17:43:28 +02:00
2020-12-29 18:45:44 +01:00
.btn-bold {
font-weight: bold;
}
2020-10-06 17:43:28 +02:00
2020-12-29 18:45:44 +01:00
#section-services {
padding-bottom: 20px;
color: #003366;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#section-services .container {
text-align: center;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
.member-logo-container {
position: relative;
height: 75px;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#member-logo-edurable {
position: absolute;
bottom: 17px;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#member-logo-ungleich {
position: absolute;
bottom: 10px;
2020-10-07 07:50:25 +02:00
}
2020-12-29 18:45:44 +01:00
#section-services .btn {
background-image: linear-gradient(to right, #013366, #5d0066);
color: #fff;
2020-10-07 07:50:25 +02:00
}
2020-12-29 18:45:44 +01:00
#section-members {
background-color: #eaeaec;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#section-members h2, #section-howcanyouhelp h2 {
color: #003366;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#section-tech a, #section-members a {
color: black;
font-weight: bold;
text-decoration: underline;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#section-tech a:hover, #section-members a:hover {
text-decoration: none;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
#section-contact {
background-color: #015659;
color: #fff;
padding: 20px;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
footer {
background-color: #eaeaec;
2020-10-06 17:43:28 +02:00
}
2020-12-29 18:45:44 +01:00
footer a, footer a:hover {
color: #000;
}
footer a {
text-decoration: underline;
}
footer a:hover {
text-decoration: none;
2020-10-07 07:19:43 +02:00
}
2020-10-06 17:43:28 +02:00
2020-12-29 18:45:44 +01:00
footer p {
opacity: 0.5;
2020-10-07 07:50:25 +02:00
}
2020-12-29 18:45:44 +01:00
.tech-logo-row {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.tech-logo {
margin: auto;
display: block;
max-width: 100%;
max-height: 60px;
2020-10-07 07:50:25 +02:00
}