summaryrefslogtreecommitdiff
path: root/templates/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/stylesheet.css')
-rw-r--r--templates/stylesheet.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/stylesheet.css b/templates/stylesheet.css
new file mode 100644
index 0000000..dca7593
--- /dev/null
+++ b/templates/stylesheet.css
@@ -0,0 +1,30 @@
+/*
+ * template.css
+ *
+ * Patrick Simianer <p@simianer.de>
+ * YYYY-MM-DD
+ */
+
+* {
+ margin:0;
+ padding:0
+}
+
+/* by tag */
+a { text-decoration:underline }
+a:hover { text-decoration:none }
+abbr { border-bottom:1px dotted #000 }
+del { text-decoration:line-through }
+
+/* by class */
+.small { font-size:80% }
+.large { font-size:120% }
+.right { text-align:right }
+.center { text-align:center }
+.ok { color:green }
+.warn { color:yellow }
+.err { color:red }
+
+/* by id */
+
+