X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=de0f196b14c0cef9f732d39d1791dcfffc305b64;hb=6923ef580f068ff535af273714e59235260ab7b6;hp=3d12265413a7ff3949aa1b1ba28b268126ed42d2;hpb=06b532aabe1a9ec24c7ff5fc2c4ed664213d1faa;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 3d12265..de0f196 100644 --- a/website/local.css +++ b/website/local.css @@ -5,6 +5,7 @@ h1 { display: block; font-weight: bold; padding: 0 0 0 10px; + font-size: 1.4em; } h2 { @@ -14,6 +15,7 @@ h2 { display: block; font-weight: bold; padding: 0 0 0 10px; + font-size: 1.1em; } body { @@ -22,7 +24,7 @@ body { font-size: 0.95em; } -*|*:visited +*|*:visited { color: #f6a464; } @@ -52,34 +54,35 @@ pre { border: 1px solid #aaa; padding: 3px 3px 3px 3px; margin-left: 38px; + margin-right: 5em; overflow: auto; } -table.sitenav { +table.sitenav { border-bottom: 2px solid black; padding: 0px; width: 100%; font-size: larger; } -table.sitenav img.logo { - margin: 0px; - padding: 0px; +table.sitenav img.logo { + margin: 0em; + padding: 0px; vertical-align: bottom; } +table.sitenav img.title { + margin: 0px; + padding: 0px; + vertical-align: top; +} + 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;