X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=4a2d9922f56cf7d39b8be7e5ff4dabf7624e5bb4;hb=e8fb019cc59ec878e7c1636d798216d18b9e7863;hp=3d00d715abc34f92a68b0b62f14045d4ff26c4a6;hpb=d4e17a8a5c4cd004997ce4f951a3f20d6e70da2f;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 3d00d71..4a2d992 100644 --- a/website/local.css +++ b/website/local.css @@ -1,3 +1,22 @@ +/* CSS for web.monkeysphere.info + +Copyright: 2008,2009 + +Authors: +Dan Scott, +Daniel Kahn Gillmor , +Jameson Rollins , +Jamie McClelland + +License: This stylesheet is licensed under the GNU GPL, version 3 or +later (your choice). + +The full text of the GPL can be found at: + + http://www.gnu.org/licenses/gpl.html + + */ + h1 { -moz-border-radius: 4px; background-color: #B67B4E; @@ -5,6 +24,7 @@ h1 { display: block; font-weight: bold; padding: 0 0 0 10px; + font-size: 1.4em; } h2 { @@ -14,6 +34,7 @@ h2 { display: block; font-weight: bold; padding: 0 0 0 10px; + font-size: 1.1em; } body { @@ -22,7 +43,7 @@ body { font-size: 0.95em; } -*|*:visited +*|*:visited { color: #f6a464; } @@ -51,31 +72,41 @@ pre { background: #ddd; border: 1px solid #aaa; padding: 3px 3px 3px 3px; - margin-left: 2em; + 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; } table.sitenav span.selflink { font-weight: bold; text-decoration: underline; margin-right: 1em; + font-variant: small-caps; } div.header { @@ -96,3 +127,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; +}