aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/main.css85
-rw-r--r--css/pubs.css38
2 files changed, 123 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..e874ca4
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,85 @@
+BODY {
+ background-color: #FFF;
+ color: #000;
+ margin: 0px;
+}
+
+FORM {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+P, TD {
+ font-family: lucida, "Lucida Sans Unicode", Geneva, sans-serif;
+}
+
+P IMG {
+ vertical-align: text-bottom;
+}
+
+P.crumbbreadth {
+ margin-top: 0.25em;
+}
+
+.compact {
+ margin-top: -0.5em;
+ text-indent: 0em;
+}
+
+SPAN.biblio {
+ font-style: italic;
+}
+
+SPAN.biblio A {
+ font-family: lucida, "Lucida Sans Unicode", Geneva, sans-serif;
+ font-weight: normal;
+ text-decoration: underline;
+}
+
+SPAN.availability {
+ font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace;
+ font-weight: normal;
+}
+
+UL {
+ list-style: outside;
+}
+
+UL.expand {
+ margin-bottom: 1em;
+}
+
+/* Font-level properties */
+
+PRE {
+ font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace;
+}
+
+STRONG, A {
+ font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Rockwell", "Lucida Sans Unicode", monospace;
+ font-weight: bold;
+}
+
+A:link {
+ color: #B00;
+}
+
+A:visited {
+ color: #903;
+}
+
+H1, H2, H3, H4, H5, H6 {
+ font-family: lucidatypewriter, "Lucida Typewriter", "Lucida Console", Monaco, monospace;
+}
+
+H1 A, H2 A, H3 A, H4 A, H5 A, H6 A {
+ font-family: lucidatypewriter, "Lucida Typewriter", "Lucida Console", Monaco, monospace;
+}
+
+H1 {
+ color: #338;
+}
+
+H2 {
+ color: #006;
+}
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;
+}