diff options
author | Jae Lo Presti <me@jae.fi> | 2021-12-12 12:46:42 +0200 |
---|---|---|
committer | Jae Lo Presti <me@jae.fi> | 2021-12-12 12:46:42 +0200 |
commit | fa377e7bd80d9fd7bb8d2d8b7f29f58c13fc9ca6 (patch) | |
tree | 62dfed2a51ce4c4c138ad80f85c210d92cd954a6 /assets/main.css | |
parent | dc8f78256944885108f1d52b822c8677bf9d964c (diff) | |
download | wolfeye-php-fa377e7bd80d9fd7bb8d2d8b7f29f58c13fc9ca6.tar.gz wolfeye-php-fa377e7bd80d9fd7bb8d2d8b7f29f58c13fc9ca6.tar.bz2 wolfeye-php-fa377e7bd80d9fd7bb8d2d8b7f29f58c13fc9ca6.zip |
FE: redesign main page
Diffstat (limited to 'assets/main.css')
-rw-r--r-- | assets/main.css | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/assets/main.css b/assets/main.css index 107521f..12e1ede 100644 --- a/assets/main.css +++ b/assets/main.css @@ -197,4 +197,47 @@ body, html { #details-source-link, #details-data-link { color: white; -}
\ No newline at end of file +} + +.container-fluid { + width: 100%; +} + +.container { + max-width: 100%; + position: absolute; + left: 40%; + top: 10%; + width: 20%; +} + +.title.is-1 { + font-size: 4rem; + text-align: center; +} + +.search-input { + max-width: 100%; + width: 88%; + padding: 12px 20px; + margin: 8px 0px; + border-radius: 5px; + background-color: white; + background-image: url('search-v2.svg'); + background-position: 5px 5px; + background-repeat: no-repeat; + background-size: 8%; + padding-left: 40px; +} + +div.searchbtn { + display: flex; + justify-content: space-around; +} + +div.searchbtn input { + cursor: pointer; + padding: 8px 15px; + margin: 4px 2px; + font-size:14pt; +} |