X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=c4b59e9160925806aa3828a2cb5f79cf91dd3a36;hb=909d963139377f573b4350745b60606d65214c17;hp=6e8756dbe64fc009a509516afa6540aa808dbd73;hpb=5a0fe77dbd37e32e946d4bc9fcbdf6db0613350f;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 6e8756d..c4b59e9 100644 --- a/website/local.css +++ b/website/local.css @@ -1,29 +1,39 @@ +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-topleft:4px; --moz-border-radius-topright:4px; -background-color:#B67B4E; -color:black; -display:block; -font-weight:bold; -padding:0 0 0 10px; + -moz-border-radius: 4px; + background-color: #B67B4E; + color: black; + display: block; + font-weight: bold; + padding: 0 0 0 10px; + font-size: 1.1em; } body { -color:#3F403F; -font-family:"Liberation Sans",sans-serif; -font-size:0.95em; + color: #3F403F; + font-family: "Liberation Sans",sans-serif; + font-size: 0.95em; } -*|*:visited -color:#f6a464; +*|*:visited { + color: #f6a464; } *|*:-moz-any-link { -text-decoration:none; + text-decoration: none; } :-moz-any-link { -cursor:pointer; + cursor: pointer; } a:link { @@ -40,21 +50,66 @@ a:hover { } pre { - background: #ddd; - border: 1px solid #aaa; - padding: 3px 3px 3px 3px; - margin-left: 2em; + background: #ddd; + border: 1px solid #aaa; + padding: 3px 3px 3px 3px; + margin-left: 38px; + margin-right: 5em; + overflow: auto; } table.sitenav { - border-bottom: 2px solid black; - padding: 0px; - width: 100%; + border-bottom: 2px solid black; + padding: 0px; + width: 100%; + font-size: larger; } table.sitenav img.logo { - margin: 0px; - padding: 0px; - vertical-align: bottom; + margin: 0px; + padding: 0px; + vertical-align: bottom; +} + +table.sitenav a { + font-weight: bold; + margin-right: 1em; + 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 { + font-weight: bold; + text-decoration: underline; + margin-right: 1em; + font-variant: small-caps; +} + +div.header { + text-align: right; + display: none; +} + +div.actions { + text-align: right; + display: none; +} + +#sidebar { + line-height: normal; + width: 100%; + float: none; + margin: 0; + padding: 0; } +/* align main paragraphs to the right side of the monkey's finger */ +div#content > p { + margin-left: 18px; + margin-right: 5em; +}