X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=web%2Fapple2.css;fp=web%2Fapple2.css;h=99c736259f94fc005c77a71c484c5e4ff30a8c3c;hb=66a747c7d92af86ebdfaf136cf5506a7ab714fd0;hp=e858b099bab64d7797b86723f07d69b9c1c28e45;hpb=6bdd378e27a9bbf3a074e9c33c61195c8fcfef1c;p=apple2 diff --git a/web/apple2.css b/web/apple2.css index e858b09..99c7362 100644 --- a/web/apple2.css +++ b/web/apple2.css @@ -9,11 +9,63 @@ body, table color: #FFFFFF; text-align: center; /* Crappy IE kludge */ font: 14.0pt Arial, Verdana, sans-serif; + padding-left: 10%; + padding-right: 10% } -#title img +/*#title img { margin-top: 22px; +}*/ + +h1.title +{ + width: 263px; + height: 79px; + background: url("img/a2-logo.png"); + text-indent: -9999px; + display: block; + margin: 0 auto; + margin-top: 45px; +} + +img.flt-l +{ + float: left; + margin-right: 8px; +} + +img.flt-r +{ + float: right; + margin-left: 8px; +} + +figure.flt-r +{ + float: right; + margin-top: 0; + margin-left: 8px; + margin-right: 0; + font-style: italic; + font-size: 90%; +} + +figure.small33 +{ + width: 33%; +} + +img.small50 +{ + width: 50%; + height: 50%; +} + +img.small33 +{ + width: 33%; + height: 33%; } #title @@ -70,6 +122,12 @@ p text-align: left; margin-top: 0; margin-bottom: 1em; + line-height: 140%; +} + +li +{ + line-height: 140%; } /*h1 @@ -82,7 +140,7 @@ p h2 { font-size: 200%; - margin-top: 1.25em; + margin-top: 0.75em; margin-bottom: 0.75em; color: #FFB000; font-style: italic; @@ -90,9 +148,9 @@ h2 h3 { - font-size: 120%; - margin-top: 0; - margin-bottom: 0; + font-size: 140%; + margin-top: 1.2em; +/* margin-bottom: 0;*/ } tt @@ -108,6 +166,7 @@ p#footer } a:link { color: #0090FF; text-decoration: underline; } -a:visited { color: #6F006F; text-decoration: underline; } +a:visited { color: #FF6F00; text-decoration: underline; } a:hover { color: #20B0FF; text-decoration: none; } a:active { color: #FFFFFF; text-decoration: underline; } +