Merge branch 'master' into kevin-prototype

This commit is contained in:
Kevin Nobel
2017-01-11 11:30:04 +01:00
17 changed files with 279 additions and 249 deletions

View File

@@ -7,6 +7,10 @@ Website: myhyvesbookplus.tk
.profile-picture {
border-radius: 50%;
height: 42px;
width: 42px;
object-fit: cover;
vertical-align: middle;
}
body {
@@ -15,6 +19,11 @@ body {
font-family: Arial, sans-serif;
}
.content {
margin-top: 80px;
margin-left: 256px;
}
::selection {
background: #845663;
color: white;
@@ -32,6 +41,16 @@ body {
border: 0;
}
input[type="submit"], button {
background-color: #845663;
color: white;
padding: 5px;
}
input[type="text"] {
padding: 5px;
}
/* Move element down (clear), below floating elements */
.clear {
clear: both;
@@ -109,4 +128,4 @@ a[data-title]:hover:after {
-webkit-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
background-color: #333;
}
}