X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=data%2Fglobal.css;h=aa85aad9ffe588effcf4f4f8b2427e38fdad59e5;hp=6b8df850906622efc9ee4c579198f0560993665b;hb=b426e9a12546f78de9880f27b84aa7d0401916c5;hpb=ae0aa8fa53031cc5081c6d99fc51dfe0ca83125e diff --git a/data/global.css b/data/global.css index 6b8df85..aa85aad 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,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; @@ -191,8 +205,6 @@ body { ***********************/ /* Index page */ .buttons { - float: right; - width: 200px; margin-left: 25px; } @@ -205,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; @@ -237,7 +251,7 @@ body { margin-right: 25px; } -/* Screnshots */ +/* Screenshots */ .gallery { padding: 0px; /* override ul */ margin: 20px; @@ -270,10 +284,8 @@ body { } .news dt { clear: both; - font-weight: bold; } .news dd { - margin-left: 10px; margin-bottom: 15px; } .note {