summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;
+}