diff options
| author | unknown <andrew@.cern.ch> | 2011-06-21 16:33:26 +0200 |
|---|---|---|
| committer | unknown <andrew@.cern.ch> | 2011-06-21 16:33:26 +0200 |
| commit | fa170afd817648f306e322802ca85b6abbd37f74 (patch) | |
| tree | 44a68e68859429bc5f6bcb164111bcb8df1ee165 /html/platter.css | |
Initial commit
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 |
