From 7236430484ffbd9874083b9703ff3015e3347c89 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 26 Jun 2018 14:56:59 +0000 Subject: Added some initial display code. Call to get stubbed out with test data. --- www/css/main.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'www/css/main.css') diff --git a/www/css/main.css b/www/css/main.css index 558da6c..22284e4 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -9,5 +9,42 @@ body font-size: small; } +td input +{ + box-sizing: border-box; + display: block; + width: 100%; +} + +tr.style1 +{ + background-color: #aaaaff; +} + +tr.style2 +{ + background-color: #8888ff; +} + +a:link +{ + color: black; +} + +a:visited +{ + color: black; +} + +a:hover +{ + color: red; +} + +a:active +{ + color: red; +} + /* vim: sw=4 ts=4 */ -- cgit v1.2.3