[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Lets try relative font sizes



Update of /home2/or/cvsroot/website
In directory moria:/tmp/cvs-serv10660

Modified Files:
	stylesheet.css 
Log Message:
Lets try relative font sizes


Index: stylesheet.css
===================================================================
RCS file: /home2/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- stylesheet.css	9 Jun 2005 22:04:54 -0000	1.17
+++ stylesheet.css	17 Jun 2005 21:54:16 -0000	1.18
@@ -2,7 +2,7 @@
     background-color: #FFFFFF;
     margin-top: 0px;
     font-family: Arial, Helvetica, sans-serif;
-    font-size: 10pt;
+    font-size: 1em;
     font-style: normal;
     color: #000000;
     padding-top: 0px;
@@ -65,7 +65,7 @@
 }
 
 div.bottom {
-    font-size: 8px;
+    font-size: 0.8em;
     margin-top: 2cm;
     margin-left: 1em;
     margin-right: 1em;
@@ -87,7 +87,7 @@
 a.current {
     color: #FF7F00;
     font-weight: bold;
-    font-size: 11px;
+    font-size: 1em;
 }
 
 /* The main column (left text) */
@@ -95,19 +95,19 @@
 div.main-column {
     padding: 0 0 10px 10px;
     text-indent: 0pt;
-    font-size: 10pt;
+    font-size: 1em;
     text-align: left;
 }
 
 /* formatting styles */
 
 h1 {
-    font-size: 12pt;
+    font-size: 1.5em;
     margin-bottom: 0.5em;
 }
 
 h2 {
-    font-size: 12pt;
+    font-size: 1.2em1.2em1.2em1.2em1.2em1.2em1.2em1.2em1.2em1.2em1.2em;
     margin-bottom: 0em;
     font-weight: bold;
     margin-top: 0;
@@ -120,17 +120,17 @@
 
 a:link {
     color: blue;
-    font-size: 10pt;
+    font-size: 1em;
 }
 
 a:visited {
     color: purple; 
-    font-size: 10pt;
+    font-size: 1em;
 }
 
 
 a.anchor:link {
-    font-size: 12pt;
+    font-size: 1em;
     color: black;
     font-weight: bold;
     text-decoration: none;
@@ -144,7 +144,7 @@
 }
 
 a.anchor {
-    font-size: 12pt;
+    font-size: 1em;
     color: black;
     font-weight: bold;
     text-decoration: none;
@@ -155,7 +155,7 @@
 }
 
 a.smalllink {
-    font-size: 8px;
+    font-size: 0.8em;
 }
 
 table.banner {
@@ -177,19 +177,19 @@
     padding-bottom: 10px;
     color: white;
     font-weight: bold;
-    font-size: 11px;
+    font-size: 1em;
 }
 
 td.banner-middle a:link, td.banner-middle a:visited {
     color: white;
     font-weight: bold;
-    font-size: 11px;
+    font-size: 1em;
 }
 
 td.banner-middle a:hover {
     color: #FF7F00;
     font-weight: bold;
-    font-size: 11px;
+    font-size: 1em;
 }
 
 td.banner-right {