Properly get started on the redesign. Getting somewhere :D

This commit is contained in:
warlordjones
2016-05-28 00:09:11 +01:00
parent 95eb7cfb82
commit 8d78a17c2d
186 changed files with 47 additions and 32 deletions

View File

@@ -4,17 +4,14 @@ body {
color: white;
padding: 0px;
margin: 0px;
background-color: #0A0A0A;
}
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));
}
connection {
border: 10px white;
margin-top: 35px;
margin-bottom: 35px;
}
.center {
@@ -26,4 +23,4 @@ connection {
-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);
}
}