From ad5c14f4a3677276f9f2f3bce5dc8614d29ee5bc Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Wed, 10 Jan 2018 01:24:29 +0100 Subject: Misc cleanup --- html/assets/style.css | 31 ++++++------------- html/images/blankbar.gif | Bin 813 -> 0 bytes html/images/watermark.png | Bin 3006 -> 0 bytes html/includes/footer.php | 24 +++++++-------- html/index.php | 76 ++++++++++++++++------------------------------ html/pages/home.php | 4 +-- 6 files changed, 50 insertions(+), 85 deletions(-) delete mode 100644 html/images/blankbar.gif delete mode 100755 html/images/watermark.png diff --git a/html/assets/style.css b/html/assets/style.css index dba9c37..edec897 100755 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -73,6 +73,10 @@ table { font-weight: 200; } +input[type="text"] { + color: #bcbcbc; +} + .navbar { background: rgba(0, 0, 0, 0.7); height: 56px; @@ -121,18 +125,17 @@ table { font-size: 10pt; color: #ffffff; padding: 20px; + margin-top: 50px; } - -a.footer { +.footer a { color: #efc100; text-decoration: none; - padding: 0px; + /* padding: 0px; */ margin-left: 25px; } - -a:hover.footer { +.footer a:hover { color: #fff; - padding: 0px; + /* padding: 0px; */ } .darksearch { @@ -149,10 +152,6 @@ a:hover.footer { box-shadow: inset 2px 2px 5px -5px rgba(0, 0, 0, 0.04); } -input[type="text"] { - color: #bcbcbc; -} - .search { padding: 6px 15px 6px 30px; margin: 3px; @@ -439,8 +438,7 @@ input[type="button"].btn-block { .recentheader { margin-left: 3px; width: 896px; - height: 300px; - position: center; + height: 310px; } .matchtop { margin-bottom: 1px; @@ -451,20 +449,12 @@ input[type="button"].btn-block { margin-left: 1px; width: 699px; height: 232px; - position: center; border-left: 1px solid #1e1e1e; } .imgbg { z-index: 0; } .carousel-caption { - /** position: absolute; - right: 15%; - bottom: 350px; - left: 15%; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; **/ margin-top: -1px; padding-top: 10px; padding-left: 5%; @@ -778,7 +768,6 @@ a.lggrey:hover { background: #515151; font-weight: normal; padding: 5px; - border-left: 1px solid #1e1e1e; } .dark-mbreakdown { font-size: 8pt; diff --git a/html/images/blankbar.gif b/html/images/blankbar.gif deleted file mode 100644 index 6ba6306..0000000 Binary files a/html/images/blankbar.gif and /dev/null differ diff --git a/html/images/watermark.png b/html/images/watermark.png deleted file mode 100755 index 6ce8859..0000000 Binary files a/html/images/watermark.png and /dev/null differ diff --git a/html/includes/footer.php b/html/includes/footer.php index 56d9b10..15ec34f 100755 --- a/html/includes/footer.php +++ b/html/includes/footer.php @@ -1,17 +1,15 @@ -
-
-
diff --git a/html/index.php b/html/index.php index 545bc2d..089c989 100755 --- a/html/index.php +++ b/html/index.php @@ -1,11 +1,11 @@ diff --git a/html/pages/home.php b/html/pages/home.php index 535c15b..d2d90cf 100755 --- a/html/pages/home.php +++ b/html/pages/home.php @@ -61,8 +61,8 @@ echo ' } echo ' -

-
View stats
+

+ View stats
-- cgit