# HG changeset patch # User Arne Babenhauserheide # Date 1240391018 -7200 # Node ID ee091902dd438a6358a346c723ee960ebfb17ff2 # Parent 991719e0dbf50d940332dfaa6b1adb801b83912b# Parent b837e92599ce0161e6114a1c06e2b908934a0d5a merged font and layout changes. diff -r 991719e0dbf5 -r ee091902dd43 hgscm/media/css/styles.css --- a/hgscm/media/css/styles.css Wed Apr 22 10:31:04 2009 +0200 +++ b/hgscm/media/css/styles.css Wed Apr 22 11:03:38 2009 +0200 @@ -19,7 +19,7 @@ /* * General Document Settings */ -body { font: .925em/1.4285em "Times New Roman", Times, Georgia, serif; color: #111; width: 900px; margin: 0 auto; position: relative; } +body { font: .875em/1.4285em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; color: #111; width: 900px; margin: 0 auto; position: relative; } /* * Headings @@ -33,7 +33,7 @@ /* * WIP warning, can be removed once the site is 'finished' */ -.wip-warning { font-size: 1em; font-family: Optimer, Helvetica, Arial, sans-serif; border: 1px solid #330; background-color: #fafa33; padding: 2px; text-align: center} +.wip-warning { font-size: 1.1em; font-family: Optimer, Helvetica, Arial, sans-serif; border: 1px solid #330; background-color: #fafa33; padding: 2px; text-align: center} /* * Lists @@ -64,7 +64,7 @@ /* * Table */ -table { border-collapse: separate; border-spacing: 0; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .7875em; } +table { border-collapse: separate; border-spacing: 0; font-size: 90% } caption, th, td { text-align: left; font-weight: normal; } td, th { padding: 6px 8px; } .latest thead td, .latest thead th { background: #00B5F1; color: #fff; font-weight: bold; } @@ -96,7 +96,7 @@ /* * Nav */ -#nav { position: absolute; top: 41px; right: 0; background: #999; height: 42px; margin: 0; width: 665px; font-size: 1.1428em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; } +#nav { position: absolute; top: 41px; right: 0; background: #999; height: 42px; margin: 0; width: 665px; font-size: 1.2428em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; } #nav li { float: left; margin: 0; padding: 0; list-style: none; } #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; } #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; } @@ -122,14 +122,14 @@ * Homepage */ #home #logo { margin-bottom: 0 !important; } -#home dl { margin: 0 30px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .7142em; line-height: 1.4em; } +#home dl { margin: 0 30px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .80em; line-height: 1.4em; } #home h1 { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; } #home h2, #home h3 { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; } #home h4 { font-weight: normal; margin: 0; } #home h4 a { text-decoration: none; } #home h4 a:hover, #home h4 a:focus { text-decoration: underline; } #home ol { margin: 0; } -#home ol li { list-style: none; background: url(../images/bullet-big-1.png) no-repeat 0 0; padding-left: 60px; min-height: 43px; _height: 43px; } +#home ol li { list-style: none; background: url(../images/bullet-big-1.png) no-repeat 0 0; padding-left: 60px; min-height: 43px; _height: 43px; margin-bottom: 1.7em } #home ol .i-2 { background-image: url(../images/bullet-big-2.png); } #home ol .i-3 { background-image: url(../images/bullet-big-3.png); } #home ol a { text-decoration: none; }