]> Shamusworld >> Repos - apple2/blobdiff - web/apple2.css
Update to website.
[apple2] / web / apple2.css
index 0308d2068b228d6d9d7b33b13c0e4dc7a073ef08..e858b099bab64d7797b86723f07d69b9c1c28e45 100644 (file)
@@ -8,7 +8,7 @@ body, table
        background: #006060;
        color: #FFFFFF;
        text-align: center;     /* Crappy IE kludge */
-       font: 14.0pt Arial, Verdana, "Helvetica" sans-serif;
+       font: 14.0pt Arial, Verdana, sans-serif;
 }
 
 #title img
@@ -16,6 +16,13 @@ body, table
        margin-top: 22px;
 }
 
+#title
+{
+       font-size: 300%;
+       font-weight: bold;
+       color: #30FF30;
+}
+
 #news td
 {
        padding-bottom: 1em;
@@ -43,6 +50,11 @@ body, table
        color: #FF6020;
 }
 
+sup
+{
+       font-size: 60%;
+}
+
 hr
 {
        margin-bottom: 1.75em;
@@ -60,12 +72,12 @@ p
        margin-bottom: 1em;
 }
 
-h1
+/*h1
 {
        font-size: 300%;
        margin-top: 0;
        margin-bottom: 0;
-}
+}*/
 
 h2
 {
@@ -85,7 +97,7 @@ h3
 
 tt
 {
-       font-size: 100%;
+       font-size: 80%;
 }
 
 p#footer