diff options
| author | Nick Mathewson <nickm@torproject.org> | 2003-05-17 06:18:24 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2003-05-17 06:18:24 +0000 |
| commit | 0d6150b63cd5a698e647a4809e65a262f55902cb (patch) | |
| tree | c2269f85b90faf0585b6ea245b119d75d613ad5e /css/pubs.css | |
| parent | 1d07a97300d48872726edd989f53bf489dc00a41 (diff) | |
| download | anonbib-0d6150b63cd5a698e647a4809e65a262f55902cb.tar.gz | |
Adding second version of perl files, css support, first take on anon bib
svn:r6
Diffstat (limited to 'css/pubs.css')
| -rw-r--r-- | css/pubs.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/css/pubs.css b/css/pubs.css new file mode 100644 index 0000000..3a5d623 --- /dev/null +++ b/css/pubs.css @@ -0,0 +1,38 @@ +SPAN.title { + font-family: lucida, "Lucida Sans Unicode", Geneva, sans-serif; + font-weight: bold; +} + +SPAN.author { + font-family: lucida, "Lucida Sans Unicode", Geneva, sans-serif; + font-weight: normal; +} + +SPAN.availability { + font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace; + font-weight: normal; +} + +SPAN.author A { + font-family: lucida, "Lucida Sans Unicode", Geneva, sans-serif; + font-weight: normal; +} + +SPAN.biblio { + font-family: lucida, "Lucida Sans Unicode", Geneva, sans-serif; + font-style: italic; +} + +SPAN.biblio A { + text-decoration: underline; +} + +P.l1 { + margin-left: 0.5em; +} + +P.l2 { + margin-left: 1em; + margin-top: 0.3em; + margin-bottom: 0.3em; +} |
