]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
XHTML Strict fixes
[~andy/aweather-web] / data / global.css
index f65efc91f4ed8fdcd58e6ac2fbc5f3d67b86942b..b3a75d9e59dd2d6e2c0126333407e817438a47a6 100644 (file)
@@ -30,15 +30,15 @@ ul {
 h3, h4, h5, h6 {
        margin-top: 0.5em;
 }
-blockquote {
+.quote {
        font-style: italic;
        font-family: serif;
 }
-blockquote:before {
+.quote:before {
        font-weight: bold;
        content: '“';
 }
-blockquote:after {
+.quote:after {
        font-weight: bold;
        content: '”';
 }
@@ -66,7 +66,7 @@ body {
        background-color: white;
        margin-left: auto;
        margin-right: auto;
-       font-family: sans-serif;
+       font-family: 'DejaVu Sans Condensed', Arial, sans-serif;
        width: 850px;
        /* width: 80%; */
 
@@ -92,7 +92,6 @@ body {
        font-size: 22pt;
        font-weight: bold;
        font-style: italic;
-       font-family: 'DejaVu Sans', sans-serif;
        color: #222;
 }
 
@@ -112,10 +111,6 @@ body {
 }
 
 .nav .sep {
-       float: left;
-       clear: none;
-       display: block;
-       float: left;
        width: 0px;
        height: 36px;
        border-left:  solid 1px #222;
@@ -161,19 +156,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 {
@@ -196,6 +198,7 @@ body {
 
 .download {
        display: block;
+       z-index: 1;
        height: 62px;
        color: white;
        padding: 8px 10px 8px 10px;
@@ -205,6 +208,10 @@ body {
        box-shadow: 0px 2px 2px rgba(0,0,0,0.30);
 }
 
+.download > * {
+       display: block;
+}
+
 .download:first-line {
        font-weight: bold;
        font-style: italic;