From 5c6bc46f4102b6d2aed281e93fb9d028c9f2b09f Mon Sep 17 00:00:00 2001 From: david Date: Sat, 25 Aug 2018 11:07:48 -0700 Subject: [PATCH] let users pick pagezize in advanced try some non-bootstrap default colors and font --- css/poduptime.css | 42 ++++++++++++++++++++++++++++++++++++++++++ index.php | 8 ++++---- js/podup.js | 7 +++++-- package.json | 3 ++- podstat-counts.php | 12 ++++++------ podstat-uptime.php | 8 ++++---- showfull.php | 23 ++++++++++++++++------- tabledata.php | 10 +++++----- wizard.php | 8 ++++---- yarn.lock | 4 ++++ 10 files changed, 92 insertions(+), 33 deletions(-) diff --git a/css/poduptime.css b/css/poduptime.css index 753140f..aab0d2e 100644 --- a/css/poduptime.css +++ b/css/poduptime.css @@ -1,3 +1,45 @@ +@import url("/node_modules/typeface-roboto/index.css"); + +body { + font-family: 'Roboto', sans-serif; + font-weight: 400; + --blue: #4b6588; + --grey: #cecaa7; + --green: #A07614; +} + +.bg-blue { + background-color: var(--blue) !important; +} + +.blue { + color: var(--blue); +} + +.bg-green { + background-color: var(--green); +} + +.green { + color: var(--green); +} + +.bg-grey { + background-color: var(--grey); +} + +.grey { + color: var(--grey); +} + +a { + color: var(--blue); +} + +.tablesorter-header { + background-color: var(--grey) !important; +} + .main { padding: 5px; } diff --git a/index.php b/index.php index 5b866ea..13aac10 100644 --- a/index.php +++ b/index.php @@ -63,11 +63,11 @@ $navs = [ ]; ?>
-