summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-16 20:40:44 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-16 20:40:44 (GMT)
commit1681627ebf22bbe3155949ca8411d4dca4169d44 (patch)
tree297e16fa5c0b2dd80ba80693d84a4f7b5ec9b010 /Doc/html
parentacff0b3f3b97584ab9e2da923eb0041f6cc99ed3 (diff)
downloadcpython-1681627ebf22bbe3155949ca8411d4dca4169d44.zip
cpython-1681627ebf22bbe3155949ca8411d4dca4169d44.tar.gz
cpython-1681627ebf22bbe3155949ca8411d4dca4169d44.tar.bz2
Push more of the display control into the style sheet.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index bde3ce0..0bdda92 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -27,6 +27,13 @@ BIG.XHUGE { font-size : xx-large }
* the normal text size.
*/
+body { color: #000000;
+ background-color: #ffffff; }
+
+a:active { color: #ff0000; }
+a:visited { color: #551a8b; }
+a:link { color: #0000bb; }
+
h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
font-weight: bold }
h1 { font-size: 180% }