From 62c9be6a0d5346cf025a80bf57df1238fd13236f Mon Sep 17 00:00:00 2001 From: giomba Date: Sat, 22 Dec 2018 18:38:12 +0100 Subject: [PATCH] Application themed as GOLEM website --- index.html | 6 ++++-- style.css | 21 ++++++++++++++++++--- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 971b194..3db7cd9 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,11 @@ -
-

TPDF - Tellico Parser anD Finder

+
+ TPDF - Tellico Parser anD Finder by GOLEM +
+
diff --git a/style.css b/style.css index 03a3f23..c21d9a4 100644 --- a/style.css +++ b/style.css @@ -3,18 +3,33 @@ /******* Main elements *******/ body { margin: 0 auto; + padding: 0px; font-family: sans-serif; color: black; background-color: white; background-image: url(frontend/background.png); } -/******* Search form *******/ -#tpdfSearchDiv { +header { + margin: 0 auto; + padding: 10px; background-color: black; color: white; + line-height: 1.5em; + height: 21px; + border-bottom: 5px solid green; + font-family: sans-serif; + box-sizing: content-box !important; +} + +a, a:visited { + text-decoration: none; + color: green; +} + +/******* Search form *******/ +#tpdfForm { padding: 10px; - border-bottom: 4px solid green; } /******* Results output table *******/