X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=b9d7287da9cea50b422641f7d84a98aad169bf6e;hb=1e26301ec4cd2afc45c968c3fe3d77bf296b03fb;hp=61adaba42d8583ae3dcfbf3947ff02154747e782;hpb=c36c6bfaab5e08f21ff8e01b4a87020ed53432c9;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 61adaba..b9d7287 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; } -h3 { - font-size: 1em; +:-moz-any-link { +cursor:pointer; } -h4 { - font-size: 1em; +a:link { + color: #CC6600; + text-deoration: none; } -.header span { - font-size: 1.5em; - color: #aaaaaa; +a:visited { + color: #c2772b; +} + +a:hover { + text-decoration: underline; } pre { @@ -32,3 +45,35 @@ pre { padding: 3px 3px 3px 3px; margin-left: 2em; } + +table.sitenav { + border-bottom: 2px solid black; + padding: 0px; + width: 100%; + font-size: larger; +} + +table.sitenav img.logo { + margin: 0px; + padding: 0px; + vertical-align: bottom; +} + +table.sitenav a { + font-weight: bold; + margin-right: 1em; +} + +table.sitenav span.selflink { + font-weight: bold; + text-decoration: underline; + margin-right: 1em; +} + +div.header { + text-align: right; +} + +div.actions { + text-align: right; +}