X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=data%2Fglobal.css;h=f90982ef137cd574e1609be35cf466ad7aa00b49;hp=d2ae1762fa596ef440693049c67947887903855d;hb=2d531e0bda5605c677220f525f23bcbaaabffdf7;hpb=c5486810f56749bdbd1c81a55d3bf4a7601f2217 diff --git a/data/global.css b/data/global.css index d2ae176..f90982e 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 { @@ -64,12 +66,16 @@ dt { } dd { - margin-left: 10px; + margin-left: 10px; +} + +.col { + float: left; + margin: -10px 30px 0px 20px; } /* Layout */ body { - background: fixed; background-image: url('../images/main-bg.png'); background-repeat: repeat-x; background-color: white; @@ -199,8 +205,6 @@ body { ***********************/ /* Index page */ .buttons { - float: right; - width: 200px; margin-left: 25px; } @@ -213,10 +217,12 @@ body { display: block; z-index: 1; height: 62px; + width: 150px; color: white; 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; @@ -245,7 +251,7 @@ body { margin-right: 25px; } -/* Screnshots */ +/* Screenshots */ .gallery { padding: 0px; /* override ul */ margin: 20px; @@ -315,7 +321,8 @@ dl.inline dt:after { content: ":"; } h1 + .note, -h2 + .note { +h2 + .note, +.left { text-align: left; margin-bottom: 10px; } @@ -333,3 +340,15 @@ dl.inline dt:after { dl.small dt { width: 4em; } + +/* Asciidoc */ +.asciidoc p { + margin-top: 0.7em; +} +.asciidoc li p, +.asciidoc td p { + margin-top: 0em; +} +.asciidoc .hdlist table { + padding-left: 1em; +}