202 lines
No EOL
2.8 KiB
CSS
202 lines
No EOL
2.8 KiB
CSS
body {
|
|
margin-top: 106px;
|
|
position: relative;
|
|
font-family: Roboto;
|
|
background-color: #404142;
|
|
}
|
|
|
|
.main {
|
|
margin-top: 20px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.list-display {
|
|
width: 85%;
|
|
display: block;
|
|
margin-top: 40px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-top: 50px;
|
|
padding-bottom: 50px;
|
|
padding-left: 60px;
|
|
padding-right: 60px;
|
|
background-color: white;
|
|
}
|
|
|
|
.project {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.jumbotron {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.project-image {
|
|
position: absolute;
|
|
right: -30px;
|
|
top: -30px;
|
|
width: 80px;
|
|
height: auto;
|
|
align-self: left;
|
|
}
|
|
|
|
.project-status {
|
|
position: absolute;
|
|
right: 20px;
|
|
bottom: 15px;
|
|
}
|
|
|
|
.social-button {
|
|
width: 200px;
|
|
margin: 10px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.social-image {
|
|
width: 40px;
|
|
height: 40px;
|
|
float: left;
|
|
}
|
|
|
|
#social-list {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.support-button {
|
|
width: 300px;
|
|
margin: 10px;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.support-image {
|
|
width: 50px;
|
|
height: 50px;
|
|
float: left;
|
|
}
|
|
|
|
#social-list {
|
|
text-align: center;
|
|
}
|
|
|
|
.anchor {
|
|
display: block;
|
|
position: relative;
|
|
top: -46px;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.blog-anchor {
|
|
display: block;
|
|
position: relative;
|
|
top: -80px;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.blog-button {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.blog-entry {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.blog-discuss {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.footer {
|
|
bottom: 0;
|
|
line-height: 30px;
|
|
background-color: #f5f5f5;
|
|
padding: 15px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.impressum-data {
|
|
padding: 15px;
|
|
font-weight: bold;
|
|
font-size: 125%;
|
|
}
|
|
|
|
.quote {
|
|
float: right;
|
|
}
|
|
|
|
#quote-text {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#blobheart {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.card-link {
|
|
margin-left: 0px !important;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.support-desc {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.alert {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.navbar {
|
|
width: 1200px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.footer {
|
|
width: 1200px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
|
|
@media(max-width: 991px) {
|
|
.support-button {
|
|
width: auto;
|
|
overflow: hidden;
|
|
text-indent: -99999px;
|
|
margin: 5px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.container {
|
|
max-width: none;
|
|
}
|
|
|
|
.list-display {
|
|
width: auto;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 510px) {
|
|
.social-button {
|
|
width: auto;
|
|
overflow: hidden;
|
|
text-indent: -99999px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.project-image {
|
|
right: -18px;
|
|
top: -18px;
|
|
width: 50px;
|
|
}
|
|
|
|
.project-status {
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 5px;
|
|
}
|
|
} |