added search page

This commit is contained in:
bytewerk
2015-02-06 22:03:42 +01:00
parent 72daa11c33
commit 71858c6020
8 changed files with 168 additions and 6 deletions

10
static/css/search.css Normal file
View File

@ -0,0 +1,10 @@
.logo {
max-width: 40%;
margin-bottom: 20px;
}
.search-box {
width: 80%;
margin-left: auto;
margin-right: auto;
}

View File

@ -110,7 +110,7 @@ body {
*/
.cover {
padding: 0 20px;
padding: 20px;
}
.cover .btn-lg {
padding: 10px 20px;
@ -135,7 +135,7 @@ body {
@media (min-width: 768px) {
/* Pull out the header and footer */
.masthead {
position: fixed;
/*position: fixed;*/
top: 0;
}
.mastfoot {
@ -144,7 +144,7 @@ body {
}
/* Start the vertical centering */
.site-wrapper-inner {
vertical-align: middle;
/*vertical-align: middle;*/
}
/* Handle the widths */
.masthead,

120
static/images/Pirates.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 69 KiB