summaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-24 09:08:48 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-05-24 09:08:48 -0400
commitea9ecc916348f47a4ab0753d753ab4dcfec05f5b (patch)
tree6760a417a296a621f85962df54086776ec49e1c0 /static/main.css
parent4ef16c5811344e074f6f0a1a16328af866fa5a79 (diff)
Add css
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css18
1 files changed, 18 insertions, 0 deletions
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;
+}