2018-07-24 22:45:53 +02:00
|
|
|
body {
|
2018-07-25 15:01:58 +02:00
|
|
|
margin-top: 106px;
|
2018-07-24 22:45:53 +02:00
|
|
|
position: relative;
|
2018-07-25 01:54:04 +02:00
|
|
|
font-family: Roboto;
|
2018-07-25 15:01:58 +02:00
|
|
|
background-color: #404142;
|
2018-07-24 22:45:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
|
|
|
margin-top: 20px;
|
2018-07-25 15:01:58 +02:00
|
|
|
margin-bottom: 40px;
|
2018-07-24 22:45:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.list-display {
|
2018-12-16 23:39:35 +01:00
|
|
|
width: 85%;
|
2018-07-24 22:45:53 +02:00
|
|
|
display: block;
|
|
|
|
margin-top: 40px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2018-07-25 15:01:58 +02:00
|
|
|
padding-top: 50px;
|
|
|
|
padding-bottom: 50px;
|
|
|
|
padding-left: 60px;
|
|
|
|
padding-right: 60px;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron {
|
|
|
|
margin-bottom: 0;
|
2018-07-24 22:45:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.project-image {
|
|
|
|
position: absolute;
|
|
|
|
right: -30px;
|
|
|
|
top: -30px;
|
|
|
|
width: 80px;
|
|
|
|
height: auto;
|
|
|
|
align-self: left;
|
|
|
|
}
|
|
|
|
|
2018-07-25 01:54:04 +02:00
|
|
|
.project-status {
|
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2018-07-24 22:45:53 +02:00
|
|
|
.social-button {
|
|
|
|
width: 200px;
|
|
|
|
margin: 10px;
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-image {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2019-06-28 13:26:03 +02:00
|
|
|
#social-list {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2018-08-01 20:22:48 +02:00
|
|
|
.support-button {
|
|
|
|
width: 300px;
|
|
|
|
margin: 10px;
|
|
|
|
line-height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.support-image {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2018-07-24 22:45:53 +02:00
|
|
|
#social-list {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-07-25 20:29:32 +02:00
|
|
|
.anchor {
|
2018-07-24 22:45:53 +02:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
2018-07-25 15:01:58 +02:00
|
|
|
top: -46px;
|
2018-07-24 22:45:53 +02:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2019-02-17 01:46:41 +01:00
|
|
|
.blog-anchor {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
top: -80px;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blog-button {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blog-entry {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2019-02-17 13:07:19 +01:00
|
|
|
.blog-discuss {
|
2019-02-17 13:17:11 +01:00
|
|
|
margin-top: 15px;
|
2019-02-17 13:07:19 +01:00
|
|
|
}
|
|
|
|
|
2018-07-24 22:45:53 +02:00
|
|
|
.footer {
|
|
|
|
bottom: 0;
|
|
|
|
line-height: 30px;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
padding: 15px;
|
2018-08-06 23:09:38 +02:00
|
|
|
overflow: auto;
|
2018-07-24 22:45:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.impressum-data {
|
|
|
|
padding: 15px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 125%;
|
2018-07-25 18:28:43 +02:00
|
|
|
}
|
|
|
|
|
2018-08-06 23:09:38 +02:00
|
|
|
.quote {
|
2018-07-25 18:28:43 +02:00
|
|
|
float: right;
|
2018-08-06 23:09:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#quote-text {
|
2018-08-14 18:37:19 +02:00
|
|
|
margin-right: 10px;
|
2018-08-06 23:09:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#blobheart {
|
2018-07-25 18:28:43 +02:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
2018-07-27 20:05:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.card-link {
|
|
|
|
margin-left: 0px !important;
|
2018-11-08 00:17:53 +01:00
|
|
|
margin-right: 10px;
|
2018-11-08 00:15:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.support-desc {
|
|
|
|
margin-top: 10px;
|
2018-07-27 20:05:00 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2018-12-30 16:38:14 +01:00
|
|
|
.alert {
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
|
2018-12-16 23:39:35 +01:00
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.navbar {
|
|
|
|
width: 1200px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2018-12-16 23:45:50 +01:00
|
|
|
|
|
|
|
.footer {
|
|
|
|
width: 1200px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media(max-width: 991px) {
|
|
|
|
.support-button {
|
|
|
|
width: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
text-indent: -99999px;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
2018-12-16 23:39:35 +01:00
|
|
|
}
|
|
|
|
|
2018-07-27 20:05:00 +02:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
.container {
|
|
|
|
max-width: none;
|
|
|
|
}
|
2018-12-16 23:39:35 +01:00
|
|
|
|
2018-07-27 20:05:00 +02:00
|
|
|
.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;
|
|
|
|
}
|
2018-12-16 23:39:35 +01:00
|
|
|
|
2018-07-27 20:05:00 +02:00
|
|
|
.project-image {
|
|
|
|
right: -18px;
|
|
|
|
top: -18px;
|
|
|
|
width: 50px;
|
|
|
|
}
|
2018-12-16 23:39:35 +01:00
|
|
|
|
2018-07-27 20:05:00 +02:00
|
|
|
.project-status {
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 5px;
|
|
|
|
}
|
2018-07-24 22:45:53 +02:00
|
|
|
}
|