added styling bcs better
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
/bin
|
/bin
|
||||||
/obj
|
/obj
|
||||||
config.ini
|
config.ini
|
||||||
|
.session
|
||||||
|
|||||||
924
static/main.css
924
static/main.css
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@
|
|||||||
<div class="view-home">
|
<div class="view-home">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="hero-logo">
|
<h1 class="hero-logo">
|
||||||
Omni<span>Search</span>
|
<span>Void</span>arc
|
||||||
</h1>
|
</h1>
|
||||||
<form action="/search" class="home-search-form">
|
<form action="/search" class="home-search-form">
|
||||||
<div class="search-input-wrapper">
|
<div class="search-input-wrapper">
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<body class="images-view">
|
<body class="images-view">
|
||||||
<header>
|
<header>
|
||||||
<h1>
|
<h1>
|
||||||
Omni<span>Search</span>
|
<a id="header-icon" href="/"><span>Void</span>arc</a>
|
||||||
</h1>
|
</h1>
|
||||||
<form action="/images" method="GET" class="search-form">
|
<form action="/images" method="GET" class="search-form">
|
||||||
<input name="q" autocomplete="off"="text" class="search-box" placeholder="Search for images..."
|
<input name="q" autocomplete="off"="text" class="search-box" placeholder="Search for images..."
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<body class="results-view">
|
<body class="results-view">
|
||||||
<header>
|
<header>
|
||||||
<h1>
|
<h1>
|
||||||
Omni<span>Search</span>
|
<a id="header-icon" href="/"><span>Void</span>arc</a>
|
||||||
</h1>
|
</h1>
|
||||||
<form action="/search" method="GET" class="search-form">
|
<form action="/search" method="GET" class="search-form">
|
||||||
<input name="q" type="text" class="search-box" autocomplete="off" placeholder="Search the web..."
|
<input name="q" type="text" class="search-box" autocomplete="off" placeholder="Search the web..."
|
||||||
|
|||||||
Reference in New Issue
Block a user