diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 21:13:50 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 21:13:50 -0400 |
commit | b9ca331bec81f71f3ea12274bd5ad1064435961a (patch) | |
tree | 47c8f055df06c68ba4aebd1cf57c1591216bbf3e | |
parent | 01f9a4498573ab1c0a80bcad5240e7612f25a881 (diff) |
including most of recommended local.css changes from Dan Scott (retained prior "pre" definition, and specifying only free fonts).
-rw-r--r-- | website/local.css | 43 |
1 files changed, 28 insertions, 15 deletions
diff --git a/website/local.css b/website/local.css index 61adaba..d2b3916 100644 --- a/website/local.css +++ b/website/local.css @@ -1,29 +1,42 @@ +h2 { +-moz-border-radius-topleft:4px; +-moz-border-radius-topright:4px; +background-color:#B67B4E; +color:black; +display:block; +font-weight:bold; +padding:0 0 0 10px; +} + body { - font-family: "Liberation Sans",sans-serif; - font-size:1em; - margin-left: 5%; - margin-right:20%; +color:#3F403F; +font-family:"Liberation Sans",sans-serif; +font-size:0.95em; } -h1 { - font-size: 1.5em; +*|*:visited +color:#f6a464; } -h2 { - font-size: 1.2em; +*|*:-moz-any-link { +text-decoration:none; +} + +:-moz-any-link { +cursor:pointer; } -h3 { - font-size: 1em; +a:link { + color: #CC6600; + text-deoration: none; } -h4 { - font-size: 1em; +a:visited { + color: #c2772b; } -.header span { - font-size: 1.5em; - color: #aaaaaa; +a:hover { + text-decoration: underline; } pre { |