diff options
Diffstat (limited to 'html/platter.css')
| -rw-r--r-- | html/platter.css | 53 |
1 files changed, 53 insertions, 0 deletions
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 |
