Lets try relative font sizes
Thomas Sjögren

Thomas Sjögren commited on 2005-06-17 23:54:16
Zeige 1 geänderte Dateien mit 14 Einfügungen und 14 Löschungen.

... ...
@@ -2,7 +2,7 @@ body {
2 2
     background-color: #FFFFFF;
3 3
     margin-top: 0px;
4 4
     font-family: Arial, Helvetica, sans-serif;
5
-    font-size: 10pt;
5
+    font-size: 1em;
6 6
     font-style: normal;
7 7
     color: #000000;
8 8
     padding-top: 0px;
... ...
@@ -65,7 +65,7 @@ table.table-banner {
65 65
 }
66 66
 
67 67
 div.bottom {
68
-    font-size: 8px;
68
+    font-size: 0.8em;
69 69
     margin-top: 2cm;
70 70
     margin-left: 1em;
71 71
     margin-right: 1em;
... ...
@@ -87,7 +87,7 @@ div.sidebar {
87 87
 a.current {
88 88
     color: #FF7F00;
89 89
     font-weight: bold;
90
-    font-size: 11px;
90
+    font-size: 1em;
91 91
 }
92 92
 
93 93
 /* The main column (left text) */
... ...
@@ -95,19 +95,19 @@ a.current {
95 95
 div.main-column {
96 96
     padding: 0 0 10px 10px;
97 97
     text-indent: 0pt;
98
-    font-size: 10pt;
98
+    font-size: 1em;
99 99
     text-align: left;
100 100
 }
101 101
 
102 102
 /* formatting styles */
103 103
 
104 104
 h1 {
105
-    font-size: 12pt;
105
+    font-size: 1.5em;
106 106
     margin-bottom: 0.5em;
107 107
 }
108 108
 
109 109
 h2 {
110
-    font-size: 12pt;
110
+    font-size: 1.2em1.2em1.2em1.2em1.2em1.2em1.2em1.2em1.2em1.2em1.2em;
111 111
     margin-bottom: 0em;
112 112
     font-weight: bold;
113 113
     margin-top: 0;
... ...
@@ -120,17 +120,17 @@ p {
120 120
 
121 121
 a:link {
122 122
     color: blue;
123
-    font-size: 10pt;
123
+    font-size: 1em;
124 124
 }
125 125
 
126 126
 a:visited {
127 127
     color: purple; 
128
-    font-size: 10pt;
128
+    font-size: 1em;
129 129
 }
130 130
 
131 131
 
132 132
 a.anchor:link {
133
-    font-size: 12pt;
133
+    font-size: 1em;
134 134
     color: black;
135 135
     font-weight: bold;
136 136
     text-decoration: none;
... ...
@@ -144,7 +144,7 @@ a.anchor:visited {
144 144
 }
145 145
 
146 146
 a.anchor {
147
-    font-size: 12pt;
147
+    font-size: 1em;
148 148
     color: black;
149 149
     font-weight: bold;
150 150
     text-decoration: none;
... ...
@@ -155,7 +155,7 @@ td {
155 155
 }
156 156
 
157 157
 a.smalllink {
158
-    font-size: 8px;
158
+    font-size: 0.8em;
159 159
 }
160 160
 
161 161
 table.banner {
... ...
@@ -177,19 +177,19 @@ td.banner-middle {
177 177
     padding-bottom: 10px;
178 178
     color: white;
179 179
     font-weight: bold;
180
-    font-size: 11px;
180
+    font-size: 1em;
181 181
 }
182 182
 
183 183
 td.banner-middle a:link, td.banner-middle a:visited {
184 184
     color: white;
185 185
     font-weight: bold;
186
-    font-size: 11px;
186
+    font-size: 1em;
187 187
 }
188 188
 
189 189
 td.banner-middle a:hover {
190 190
     color: #FF7F00;
191 191
     font-weight: bold;
192
-    font-size: 11px;
192
+    font-size: 1em;
193 193
 }
194 194
 
195 195
 td.banner-right {
196 196