Files
website/css/main.css
2016-09-05 18:29:57 +01:00

51 lines
829 B
CSS

body {
font-family: 'Raleway', sans-serif;
color: white;
padding: 0px;
margin: 0px;
}
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
margin-top: 35px;
margin-bottom: 35px;
}
.center {
margin-left: auto;
margin-right: auto;
}
.shadowed {
-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.container {
padding: 25px;
}
.dark {
background-color: #121314;
padding: inherit;
}
.light {
background-color: #1c1c1f;
padding: inherit;
}
#overlay {
background-color: rgba(0, 0, 0, 0.4);
}
h4 {
text-align: left;
}
p {
text-align: justify;
}