49 lines
681 B
CSS
49 lines
681 B
CSS
header {
|
|
position: fixed;
|
|
z-index: 99;
|
|
|
|
top: 0;
|
|
left: 0;
|
|
height: 80px;
|
|
width: 100%;
|
|
|
|
color: #FFF;
|
|
font-weight: bold;
|
|
letter-spacing: 1px;
|
|
background-color: #FBC02D;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
|
}
|
|
|
|
#header-logo {
|
|
padding-left: 42px;
|
|
}
|
|
|
|
#header-logo, #header-logo img {
|
|
height: 80px;
|
|
|
|
vertical-align: middle;
|
|
line-height: 80px;
|
|
}
|
|
|
|
#header-search {
|
|
padding-left: 42px;
|
|
}
|
|
|
|
|
|
#header-search input {
|
|
border: none;
|
|
}
|
|
|
|
header div {
|
|
display: inline-block;
|
|
}
|
|
.profile-menu img {
|
|
padding: 8px;
|
|
height: 64px;
|
|
width: 64px;
|
|
}
|
|
|
|
#own-profile-picture {
|
|
cursor: pointer;
|
|
}
|