From 023a13db0f872156b098cff9e6005875ea368e3d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 20 May 2003 15:43:38 +0000 Subject: Add BibTeX file, by-author listing svn:r11 --- css/main.css | 6 +++++- css/pubs.css | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/main.css b/css/main.css index e874ca4..8b336c9 100644 --- a/css/main.css +++ b/css/main.css @@ -77,9 +77,13 @@ H1 A, H2 A, H3 A, H4 A, H5 A, H6 A { } H1 { - color: #338; + color: #00B; } H2 { color: #006; } + +H3 { + color: #006; +} diff --git a/css/pubs.css b/css/pubs.css index 7281a1d..971616e 100644 --- a/css/pubs.css +++ b/css/pubs.css @@ -41,3 +41,24 @@ P.l2 { margin-top: 0.3em; margin-bottom: 0.3em; } + +TABLE.sidebar { + border-width: 2; + border-color: black; + border-style: solid; + background-color: #CFF; +} + +TD.bibtex { + font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace; + border-width: 2; + font-weight: normal; + border-color: black; + border-style: solid; + background-color: #DFF; +} + +PRE.bibtex { + font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace; + font-size: smaller; +} -- cgit v1.2.3-70-g09d2