From fa170afd817648f306e322802ca85b6abbd37f74 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Jun 2011 16:33:26 +0200 Subject: Initial commit --- html/platter.css | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 html/platter.css (limited to 'html/platter.css') diff --git a/html/platter.css b/html/platter.css new file mode 100644 index 0000000..a7c2255 --- /dev/null +++ b/html/platter.css @@ -0,0 +1,53 @@ +BODY { + color: white; + font-family: helvetica; + font-size: smaller; +} +FORM,H3 { + margin:0; +} +TD,TH { + font-family: helvetica; + font-size: smaller; +} +INPUT,SELECT { + font-family: helvetica; +} +SMALL +{ + font-size: 80%; +} +A { + color: #ffff00; + text-decoration:none; +} +A:visited { + color: #ffff00; + text-decoration:none; +} +A:hover { + color: #ffffff; +} +A:photolink { + color: #000000; +} + +.title { + font-size: 140%; + font-weight: bold; +} + +.hasalbum { + font-weight: bold; +} +.noalbum { + font-weight: normal; +} + +.heading, A:visited.heading { + color: white; +} + +A:hover.heading { + color: lightblue; +} \ No newline at end of file -- cgit v1.2.3