X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=data%2Fglobal.css;h=f90982ef137cd574e1609be35cf466ad7aa00b49;hp=c27137a163725a59c568f71f63cbb818e3d2b7a4;hb=2d531e0bda5605c677220f525f23bcbaaabffdf7;hpb=c019ffece47484665de58aa4d6d003cfff72654c diff --git a/data/global.css b/data/global.css index c27137a..f90982e 100644 --- a/data/global.css +++ b/data/global.css @@ -1,9 +1,8 @@ -/* Clearn defaults */ +/* Clear defaults */ * { margin: 0; padding: 0; outline: 0; - position: relative; } h1, h2, h3, h4, h5, h6 { @@ -49,6 +48,7 @@ ul { } span.code { font-family: monospace; + font-size: larger; } div.code { font-family: monospace; @@ -58,11 +58,24 @@ div.code { margin-bottom: 5px; color: white; font-weight: bold; + font-size: larger; +} + +dt { + font-weight: bold; +} + +dd { + 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; @@ -80,6 +93,7 @@ body { height: 80px; margin-top: 15px; border-collapse: collapse; + position: relative; } .top * { @@ -148,7 +162,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; @@ -190,8 +205,6 @@ body { ***********************/ /* Index page */ .buttons { - float: right; - width: 200px; margin-left: 25px; } @@ -200,12 +213,16 @@ body { } .download { + position: relative; display: block; z-index: 1; height: 62px; + width: 150px; color: white; font-size: 11pt; - padding: 8px 10px 8px 10px; + 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; @@ -224,16 +241,17 @@ body { .download img { position: absolute; - top: 10px; + top: 10px; right: 10px; } .screen { float: right; - margin-left: 25px; + margin-left: 25px; + margin-right: 25px; } -/* Screnshots */ +/* Screenshots */ .gallery { padding: 0px; /* override ul */ margin: 20px; @@ -266,10 +284,8 @@ body { } .news dt { clear: both; - font-weight: bold; } .news dd { - margin-left: 10px; margin-bottom: 15px; } .note { @@ -305,7 +321,8 @@ dl.inline dt:after { content: ":"; } h1 + .note, -h2 + .note { +h2 + .note, +.left { text-align: left; margin-bottom: 10px; } @@ -323,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; +}