2016-11-15 18:46:17 +00:00
|
|
|
#home {
|
|
|
|
height: 400px;
|
|
|
|
/*display:flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
#brand {
|
|
|
|
position: relative;
|
|
|
|
color: #333350;
|
2016-11-16 10:15:33 +00:00
|
|
|
width: 120px;
|
|
|
|
margin: 4em auto;
|
2016-11-15 18:46:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#brand img {
|
|
|
|
display: block;
|
2016-11-16 10:15:33 +00:00
|
|
|
width: 120px;
|
2016-11-15 18:46:17 +00:00
|
|
|
margin-bottom: .6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#brand #name {
|
2016-11-16 10:15:33 +00:00
|
|
|
font-size: 180%;
|
2016-11-15 18:46:17 +00:00
|
|
|
line-height: .9em;
|
|
|
|
}
|
|
|
|
#brand #version {
|
|
|
|
font-style: italic;
|
2016-11-16 10:15:33 +00:00
|
|
|
font-size: 90%;
|
2016-11-15 18:46:17 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#search {
|
|
|
|
width: 400px;
|
|
|
|
margin: 4em auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search input {
|
|
|
|
font-weight: 300;
|
|
|
|
text-align: center;
|
2016-11-16 10:15:33 +00:00
|
|
|
font-size: 120%;
|
2016-11-15 18:46:17 +00:00
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #333350
|
|
|
|
}
|
2016-11-16 10:15:33 +00:00
|
|
|
|
|
|
|
#search-results ul {
|
|
|
|
width: 30%;
|
|
|
|
margin: 0 auto;
|
|
|
|
list-style: none;
|
|
|
|
}
|