Web/style.css
2018-07-25 12:50:47 +02:00

78 lines
1 KiB
CSS

body {
padding-top: 66px;
position: relative;
font-family: Roboto;
}
.main {
margin-top: 20px;
padding-bottom: 200px;
}
.project {
margin-top: 50px;
}
.list-display {
width: 80%;
display: block;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}
.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 {
text-align: center;
}
a.anchor {
display: block;
position: relative;
top: -66px;
visibility: hidden;
}
.footer {
bottom: 0;
width: 100%;
line-height: 30px;
background-color: #f5f5f5;
}
.footer-content {
text-align: center;
padding: 15px;
}
.impressum-data {
padding: 15px;
font-weight: bold;
font-size: 125%;
}