]> Pileus Git - ~andy/aweather-web/blobdiff - data/global.css
Update icons and misc formatting
[~andy/aweather-web] / data / global.css
index 47d2481a461a7888a401297c01c9236c05135f26..8268c1553f16e5135ab9149b068558378246278c 100644 (file)
@@ -1,4 +1,4 @@
-/* Clearn defaults */
+/* Clear defaults */
 * {
        margin: 0;
        padding: 0;
@@ -76,7 +76,6 @@ dd {
 
 /* Layout */
 body {
-       background: fixed;
        background-image: url('../images/main-bg.png');
        background-repeat: repeat-x;
        background-color: white;
@@ -91,8 +90,8 @@ body {
 
 /* Header stuff */
 .top {
-       height: 80px;
-       margin-top: 15px;
+       height: 75px;
+       margin-top: 20px;
        border-collapse: collapse;
        position: relative;
 }
@@ -102,11 +101,11 @@ body {
 }
 
 .logo {
-       width: 130px;
        z-index: 1;
+       margin-right: 10px;
 }
 
-.title {
+.title, .title a {
        font-size: 22pt;
        font-weight: bold;
        font-style: italic;
@@ -115,7 +114,7 @@ body {
 
 .nav {
        position: absolute;
-       top: 45px;
+       top: 42px;
        left: 135px;
        right: 0px;
        z-index: 1;
@@ -213,13 +212,13 @@ body {
        margin-bottom: 10px;
 }
 
-.download {
+.download, a.download {
        position: relative;
        display: block;
        z-index: 1;
        height: 62px;
        width: 150px;
-       color: white;
+       color: #eee;
        font-size: 11pt;
        text-decoration: none;
        padding: 8px 25px 8px 25px;
@@ -235,9 +234,11 @@ body {
 }
 
 .download:first-line {
+       color: #fff;
+       font-size: 1.3em;
        font-weight: bold;
-       font-style: italic;
-       line-height: 2em;
+       line-height: 1.9em;
+       text-shadow: 1px 1px 1px #666;
 }
 
 .download img {
@@ -252,7 +253,7 @@ body {
        margin-right: 25px;
 }
 
-/* Screnshots */
+/* Screenshots */
 .gallery {
        padding: 0px; /* override ul */
        margin: 20px;
@@ -321,22 +322,27 @@ dl.inline dt {
 dl.inline dt:after {
        content: ":";
 }
+dl.inline .hidden {
+       display: none;
+}
 h1 + .note,
-h2 + .note {
+h2 + .note,
+.note.left {
        text-align: left;
        margin-bottom: 10px;
 }
+dl.small dt {
+       width: 4em;
+}
 
-dl.inline dt {
-       display: block;
-       float: left;
-       clear: both;
-       font-weight: bold;
-       width: 8em;
+/* Asciidoc */
+.asciidoc p {
+       margin-top: 0.7em;
 }
-dl.inline dt:after {
-       content: ":";
+.asciidoc li p,
+.asciidoc td p {
+       margin-top: 0em;
 }
-dl.small dt {
-       width: 4em;
+.asciidoc .hdlist table {
+       padding-left: 1em;
 }