Fixed for merge

This commit is contained in:
Marijn Jansen
2017-01-10 17:12:16 +01:00
12 changed files with 99 additions and 247 deletions

4
website/styles/font-awesome.css vendored Normal file

File diff suppressed because one or more lines are too long

54
website/styles/header.css Normal file
View File

@@ -0,0 +1,54 @@
.header {
position: fixed;
top: 0;
left: 0;
height: 80px;
width: 100%;
color: white;
background-color: #845663;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#header-logo img {
height: 80px;
vertical-align: middle;
}
#header-search {
padding-left: 48px;
}
#header-search input[type="text"] {
padding: 5px 10px;
height: 19px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
#header-search input[type="submit"] {
margin: 0 0 0 -4px;
padding: 5px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.header div {
display: inline-block;
}
.profile-menu {
font-size: 21px;
}
.profile-menu img {
padding: 8px;
height: 64px;
vertical-align: middle;
}

View File

@@ -5,12 +5,20 @@ last update: 10-01-2017
Website: myhyvesbookplus.tk
-----------------------------------------------------------------------------*/
.profile-picture {
border-radius: 50%;
}
body {
background-color: #B78996;
color: #333;
font-family: Arial, sans-serif;
}
.content {
margin-top: 80px;
}
::selection {
background: #845663;
color: white;
@@ -92,4 +100,4 @@ table {
td {
text-align: left;
font-weight: normal;
}
}