X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=data%2Fglobal.css;h=f339ce0206d235d546ad006ed0afaf4b382b6650;hb=dfb66ee4d020715e13685476c879a341a9375ebe;hp=b3a75d9e59dd2d6e2c0126333407e817438a47a6;hpb=de5ed3b6280431715ee843db2c24d28ec09449fd;p=~andy%2Faweather-web diff --git a/data/global.css b/data/global.css index b3a75d9..f339ce0 100644 --- a/data/global.css +++ b/data/global.css @@ -3,7 +3,6 @@ margin: 0; padding: 0; outline: 0; - position: relative; } h1, h2, h3, h4, h5, h6 { @@ -25,10 +24,12 @@ ul { /* Global styles */ .content h1, h2 { - margin-top: 1em; + margin-top: 1.5em; + margin-bottom: 0.3em; } h3, h4, h5, h6 { - margin-top: 0.5em; + margin-top: 0.8em; + margin-bottom: 0.1em; } .quote { font-style: italic; @@ -43,7 +44,7 @@ h3, h4, h5, h6 { content: '”'; } ul { - left: 30px; + padding-left: 30px; } span.code { font-family: monospace; @@ -58,6 +59,19 @@ div.code { font-weight: bold; } +dt { + font-weight: bold; +} + +dd { + margin-left: 10px; +} + +.col { + float: left; + margin: -10px 30px 0px 20px; +} + /* Layout */ body { background: fixed; @@ -67,9 +81,10 @@ body { margin-left: auto; margin-right: auto; font-family: 'DejaVu Sans Condensed', Arial, sans-serif; + font-size: 0.8em; + line-height: 1.5em; width: 850px; /* width: 80%; */ - } /* Header stuff */ @@ -77,6 +92,7 @@ body { height: 80px; margin-top: 15px; border-collapse: collapse; + position: relative; } .top * { @@ -145,7 +161,8 @@ body { background-color: white; color: black; margin-top: 20px; - padding: 24px; + padding: 24px; + padding-bottom: 36px; border: solid 1px #bce; border-top: solid 1px #abd; border-radius: 8px; @@ -187,8 +204,6 @@ body { ***********************/ /* Index page */ .buttons { - float: right; - width: 200px; margin-left: 25px; } @@ -197,11 +212,15 @@ body { } .download { + position: relative; display: block; z-index: 1; height: 62px; + width: 150px; color: white; - padding: 8px 10px 8px 10px; + font-size: 11pt; + text-decoration: none; + padding: 8px 25px 8px 25px; background-image: url("../images/dl-bg.png"); border-radius: 10px; -moz-border-radius: 10px; @@ -220,18 +239,19 @@ body { .download img { position: absolute; - top: 10px; + top: 10px; right: 10px; } .screen { float: right; - margin-left: 25px; + margin-left: 25px; + margin-right: 25px; } /* Screnshots */ .gallery { - left: 0px; /* override ul */ + padding: 0px; /* override ul */ margin: 20px; font-size: larger; } @@ -262,10 +282,8 @@ body { } .news dt { clear: both; - font-weight: bold; } .news dd { - margin-left: 10px; margin-bottom: 15px; } .note {