grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 3902ce36442e1c6fc94b575355baf5f3efd5ca10
parent bf8d91ead5b90bace05aff52c71a981d4abbc80d
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 13 Nov 2018 13:03:22 +0000

searchbar and footer last-edit changes

Diffstat:
Mcustom.css | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/custom.css b/custom.css @@ -110,6 +110,27 @@ a:focus { border: none; text-shadow: none; } +#head #searchbar div#searchbar-fauxtext { + border-color: #222222; + background: #222222; +} +#head #searchbar div#searchbar-fauxtext input#search-query.ph { + background: #111111; + color: #abc0c5; + font-family: 'goudy_bookletter_1911regular'; +} +#head #searchbar div#searchbar-fauxtext a#search-submit { + background: #111111; + border-color: #222222; +} +#head #searchbar div#searchbar-fauxtext a#search-submit span { + background-position: -431px -25px; +} .page #footer { border-top: none; } +#footer p#last-edit, +#footer p#last-edit b { + color: #444444; + font-weight: normal; +}