]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
Update for 0.5
[~andy/aweather-web] / data / global.css
index f65efc91f4ed8fdcd58e6ac2fbc5f3d67b86942b..6b8df850906622efc9ee4c579198f0560993665b 100644 (file)
@@ -3,7 +3,6 @@
        margin: 0;
        padding: 0;
        outline: 0;
-       position: relative; 
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -25,25 +24,27 @@ 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;
 }
-blockquote {
+.quote {
        font-style: italic;
        font-family: serif;
 }
-blockquote:before {
+.quote:before {
        font-weight: bold;
        content: '“';
 }
-blockquote:after {
+.quote:after {
        font-weight: bold;
        content: '”';
 }
 ul {
-       left: 30px;
+       padding-left: 30px;
 }
 span.code {
        font-family: monospace;
@@ -66,10 +67,11 @@ body {
        background-color: white;
        margin-left: auto;
        margin-right: auto;
-       font-family: sans-serif;
+       font-family: 'DejaVu Sans Condensed', Arial, sans-serif;
+       font-size:   0.8em;
+       line-height: 1.5em;
        width: 850px;
        /* width: 80%; */
-
 }
 
 /* Header stuff */
@@ -77,6 +79,7 @@ body {
        height: 80px;
        margin-top: 15px;
        border-collapse: collapse;
+       position: relative;
 }
 
 .top * {
@@ -92,7 +95,6 @@ body {
        font-size: 22pt;
        font-weight: bold;
        font-style: italic;
-       font-family: 'DejaVu Sans', sans-serif;
        color: #222;
 }
 
@@ -112,10 +114,6 @@ body {
 }
 
 .nav .sep {
-       float: left;
-       clear: none;
-       display: block;
-       float: left;
        width: 0px;
        height: 36px;
        border-left:  solid 1px #222;
@@ -150,7 +148,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;
@@ -161,19 +160,26 @@ body {
        margin: 25px 0 25px 0;
 }
 
-.content ul.left {
-       width: 250px;
-}
-
 .content a {
        text-decoration: underline;
 }
 
+.msg {
+       color: red;
+       clear: both;
+       position: relative;
+       top: -10px;
+       font-weight: bold;
+       font-style: italic;
+       text-align: center;
+}
+
 /* Footer */
 .footer, .footer * {
        text-align: center;
        font-size: 8pt;
        margin-top: 5px;
+       margin-bottom: 15px;
        color: #444;
 }
 .footer a {
@@ -195,16 +201,24 @@ body {
 }
 
 .download {
+       position: relative;
        display: block;
+       z-index: 1;
        height: 62px;
        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;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.30);
 }
 
+.download > * {
+       display: block;
+}
+
 .download:first-line {
        font-weight: bold;
        font-style: italic;
@@ -213,18 +227,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;
 }