X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=c4b59e9160925806aa3828a2cb5f79cf91dd3a36;hb=af3d5e607c2aea6dcff6432c7622d93b90d4c8aa;hp=76dc4ccb644cbc70d902f9c644cd4eedd39ed453;hpb=8765b3cc149c77b225212cfdd6bdbe9de80d76bf;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 76dc4cc..c4b59e9 100644 --- a/website/local.css +++ b/website/local.css @@ -1,3 +1,13 @@ +h1 { + -moz-border-radius: 4px; + background-color: #B67B4E; + color: black; + display: block; + font-weight: bold; + padding: 0 0 0 10px; + font-size: 1.4em; +} + h2 { -moz-border-radius: 4px; background-color: #B67B4E; @@ -5,6 +15,7 @@ h2 { display: block; font-weight: bold; padding: 0 0 0 10px; + font-size: 1.1em; } body { @@ -13,7 +24,7 @@ body { font-size: 0.95em; } -*|*:visited +*|*:visited { color: #f6a464; } @@ -42,8 +53,9 @@ pre { background: #ddd; border: 1px solid #aaa; padding: 3px 3px 3px 3px; - margin-left: 2em; - overflow: scroll; + margin-left: 38px; + margin-right: 5em; + overflow: auto; } table.sitenav { @@ -62,7 +74,13 @@ table.sitenav img.logo { table.sitenav a { font-weight: bold; margin-right: 1em; - font-variant: small-caps; + font-size: smaller; +} + +/* trying to align the sitenav links roughly with the text in the monkeysphere logo */ +td#sitenav { + vertical-align: bottom; + padding-bottom: 30px; } table.sitenav span.selflink { @@ -90,3 +108,8 @@ div.actions { padding: 0; } +/* align main paragraphs to the right side of the monkey's finger */ +div#content > p { + margin-left: 18px; + margin-right: 5em; +}