X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=data%2Fglobal.css;h=8268c1553f16e5135ab9149b068558378246278c;hp=f339ce0206d235d546ad006ed0afaf4b382b6650;hb=eaf055841ad55905978111e7e5d9b2ea58a09bff;hpb=dfb66ee4d020715e13685476c879a341a9375ebe diff --git a/data/global.css b/data/global.css index f339ce0..8268c15 100644 --- a/data/global.css +++ b/data/global.css @@ -1,4 +1,4 @@ -/* Clearn defaults */ +/* Clear defaults */ * { margin: 0; padding: 0; @@ -48,6 +48,7 @@ ul { } span.code { font-family: monospace; + font-size: larger; } div.code { font-family: monospace; @@ -57,6 +58,7 @@ div.code { margin-bottom: 5px; color: white; font-weight: bold; + font-size: larger; } dt { @@ -74,7 +76,6 @@ dd { /* Layout */ body { - background: fixed; background-image: url('../images/main-bg.png'); background-repeat: repeat-x; background-color: white; @@ -89,8 +90,8 @@ body { /* Header stuff */ .top { - height: 80px; - margin-top: 15px; + height: 75px; + margin-top: 20px; border-collapse: collapse; position: relative; } @@ -100,11 +101,11 @@ body { } .logo { - width: 130px; z-index: 1; + margin-right: 10px; } -.title { +.title, .title a { font-size: 22pt; font-weight: bold; font-style: italic; @@ -113,7 +114,7 @@ body { .nav { position: absolute; - top: 45px; + top: 42px; left: 135px; right: 0px; z-index: 1; @@ -211,16 +212,17 @@ body { margin-bottom: 10px; } -.download { +.download, a.download { position: relative; display: block; z-index: 1; height: 62px; width: 150px; - color: white; + color: #eee; font-size: 11pt; text-decoration: none; padding: 8px 25px 8px 25px; + margin-bottom: 10px; background-image: url("../images/dl-bg.png"); border-radius: 10px; -moz-border-radius: 10px; @@ -232,9 +234,11 @@ body { } .download:first-line { + color: #fff; + font-size: 1.3em; font-weight: bold; - font-style: italic; - line-height: 2em; + line-height: 1.9em; + text-shadow: 1px 1px 1px #666; } .download img { @@ -249,7 +253,7 @@ body { margin-right: 25px; } -/* Screnshots */ +/* Screenshots */ .gallery { padding: 0px; /* override ul */ margin: 20px; @@ -318,22 +322,27 @@ dl.inline dt { dl.inline dt:after { content: ":"; } +dl.inline .hidden { + display: none; +} h1 + .note, -h2 + .note { +h2 + .note, +.note.left { text-align: left; margin-bottom: 10px; } +dl.small dt { + width: 4em; +} -dl.inline dt { - display: block; - float: left; - clear: both; - font-weight: bold; - width: 8em; +/* Asciidoc */ +.asciidoc p { + margin-top: 0.7em; } -dl.inline dt:after { - content: ":"; +.asciidoc li p, +.asciidoc td p { + margin-top: 0em; } -dl.small dt { - width: 4em; +.asciidoc .hdlist table { + padding-left: 1em; }