Web/style.css

94 lines
1.3 KiB
CSS

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