From ea9ecc916348f47a4ab0753d753ab4dcfec05f5b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 24 May 2017 09:08:48 -0400 Subject: Add css --- static/main.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 static/main.css (limited to 'static/main.css') diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000..abfa185 --- /dev/null +++ b/static/main.css @@ -0,0 +1,18 @@ +// CSS file for systemhttpd +h1 { color: red; } +body { + font-family: "Arial"; + font-size: 1em; +} +table, th, td, tr { + padding: 0; + margin: 0; + border-collapse: collapse; +} +th { + text-align: left; + background: lightgray; +} +tr:nth-child(odd) { + background: #eee; +} -- cgit v1.2.3