diff options
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; +} |
