X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=data%2Fglobal.css;h=8268c1553f16e5135ab9149b068558378246278c;hp=970effd1a0f24b0d924c117c40a70892ea0fa1c0;hb=eaf055841ad55905978111e7e5d9b2ea58a09bff;hpb=3934139d14007a885a99e2a2517446998df3dac0 diff --git a/data/global.css b/data/global.css index 970effd..8268c15 100644 --- a/data/global.css +++ b/data/global.css @@ -90,8 +90,8 @@ body { /* Header stuff */ .top { - height: 80px; - margin-top: 15px; + height: 75px; + margin-top: 20px; border-collapse: collapse; position: relative; } @@ -101,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; @@ -114,7 +114,7 @@ body { .nav { position: absolute; - top: 45px; + top: 42px; left: 135px; right: 0px; z-index: 1; @@ -212,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; @@ -234,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 { @@ -320,22 +322,15 @@ 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.inline dt { - display: block; - float: left; - clear: both; - font-weight: bold; - width: 8em; -} -dl.inline dt:after { - content: ":"; -} dl.small dt { width: 4em; }