You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/09/07 08:42:47 UTC

svn commit: r440993 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css

Author: crossley
Date: Wed Sep  6 23:42:46 2006
New Revision: 440993

URL: http://svn.apache.org/viewvc?view=rev&rev=440993
Log:
Use "font-size: 80%" in body element rather than "font-size: 12px".
Use "em" units elsewhere.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?view=diff&rev=440993&r1=440992&r2=440993
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css Wed Sep  6 23:42:46 2006
@@ -19,7 +19,7 @@
     margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif;
     background-color: #FFFFFF;
     color: #000000;
-    font-size: 12px;
+    font-size: 80%;
 }
 
 p {
@@ -31,14 +31,14 @@
 
 h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
 
-h1     { font-size : 160%; margin: 0px 0px 0px 0px;  padding: 0px; }
-h2     { font-size : 140%; margin: 0.9em 0px 0px 0px; padding: 0px; font-weight : bold;}
-h3     { font-size : 120%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; }
+h1     { font-size : 1.6em; margin: 0px 0px 0px 0px;  padding: 0px; }
+h2     { font-size : 1.4em; margin: 0.9em 0px 0px 0px; padding: 0px; font-weight : bold;}
+h3     { font-size : 1.3em; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; }
 .h3 { margin: 22px 0px 3px 0px; }
-h4     { font-size : 100%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
+h4     { font-size : 1.1em; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
 .h4 { margin: 18px 0px 0px 0px; }
-h4.faq { font-size : 100%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold;   text-align: left; }
-h5     { font-size : 80%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
+h4.faq { font-size : 1.1em; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold;   text-align: left; }
+h5     { font-size : 0.9em; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
 
 #content h1 { margin-bottom: .5em; }
 
@@ -52,8 +52,8 @@
 #content {
     padding: 20px 20px 20px 200px;
     margin: 0;
-    font : small Verdana, Helvetica, sans-serif;
-    font-size: 100%;
+    font : Verdana, Helvetica, sans-serif;
+    font-size: 0.95em;
 }
 
 #content ul {
@@ -72,7 +72,7 @@
 #content .attribution {
   text-align: right;
   font-style: italic;
-  font-size: 85%;
+  font-size: 0.9em;
   margin-top: 1em;
 }
 
@@ -95,7 +95,7 @@
 
 .codefrag {
   font-family: "Courier New", Courier, monospace;
-  font-size: 110%;
+  font-size: 1.1em;
 }
 
 /* Table related generic */
@@ -204,7 +204,7 @@
 /* Navigation - Top Horizontal Tabbed Navigation */
 
 #nav-main {
-    /* font-size:90% -- Transfered from pelt.basic.css but do not use as it messes up tab positions */
+    font-size: 0.9em;
     clear: both;
     padding-left: 10px;
     margin: 0;
@@ -272,7 +272,7 @@
     padding-top: 3px;
     padding-bottom:3px;
     color: #fff;
-    font-size : 80%;
+    font-size : 0.8em;
     font-weight: bold;
     text-align:right;
     min-height:10px;
@@ -371,7 +371,7 @@
     z-index: 20;
     border-color: #000000; 
     background-color: #4A6D8C;
-    font-size : 90%;
+    font-size: 0.9em;
     color: #000000;
 }
 
@@ -469,7 +469,7 @@
         font-style : normal;
         font-weight : normal;
         border-width: 0px;
-        font-size : 90%;
+        font-size: 0.9em;
 }
 #nav-section .menupageitem a:link { color: #000000;}
 #nav-section .menupageitem a:visited { color: #000000;}
@@ -504,7 +504,7 @@
     margin-top: 5px;
 }
 #feedback #feedbackto {
-    font-size: 90%;
+    font-size: 0.9em;
     color: black;
 }
 #footer {
@@ -601,7 +601,7 @@
 }
 #export-link .caption {
     display: block;
-    font-size: 70%;
+    font-size: 0.7em;
     padding-left: 1px;
 }
 #export-link .format {
@@ -619,7 +619,7 @@
 }
 .printlink a {
     display: block;
-    font-size: 70%;
+    font-size: 0.7em;
     text-align: center;
     margin: 0;
     padding: 0;
@@ -642,7 +642,7 @@
     color: #0F3660;
     border-bottom: solid 1px white;
     padding: 3px 10px;
-    font-size: 75%;
+    font-size: 0.8em;
     min-height:12px;
 }
 .breadtrail a:link { color: #0F3660; }
@@ -695,7 +695,7 @@
   background: #F0F0FF;
   color: black;
   line-height: 120%;
-  font-size: 90%;
+  font-size: 0.9em;
 }
 /*
  * Notes, Warnings, Fixme ...
@@ -727,7 +727,7 @@
 .note .content, .warning .content, .fixme .content {
   color: black;
   line-height: 120%;
-  font-size: 90%;
+  font-size: 0.9em;
   padding: 5px 10px;
 }