From 60c1b9387cd98b3ba875bddb13c86e9e090cb1f1 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 10 Aug 2014 12:21:13 +0100 Subject: init --- templates/stylesheet.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/stylesheet.css (limited to 'templates/stylesheet.css') 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 + * 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 */ + + -- cgit v1.2.3