You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cd...@apache.org on 2007/03/22 14:52:41 UTC

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

Author: cdupoirieux
Date: Thu Mar 22 06:52:40 2007
New Revision: 521270

URL: http://svn.apache.org/viewvc?view=rev&rev=521270
Log:
Still shining the pelt theme.
FOR-811

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.basic.css
    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.basic.css
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.basic.css?view=diff&rev=521270&r1=521269&r2=521270
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.basic.css (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.basic.css Thu Mar 22 06:52:40 2007
@@ -38,24 +38,6 @@
   clear: both;
 }
 
-.frame {
-  border: solid black 1px;
-  margin: 1em 3em;
-}
-
-.frame .label {
-  background: #369;
-  color: white;
-  font-weight: bold;
-  padding: 5px 10px;
-}
-.frame .content {
-  padding: 5px 10px;
-  background: #F0F0FF;
-  color: black;
-  line-height: 120%;
-  font-size: 90%;
-}
 /*
  * Notes, Warnings, Fixme ...
  */
@@ -101,16 +83,16 @@
 
 #content {
   font-family: Georgia, Palatino, Times, serif;
-  /* font-size: 95%; */
+  font-size: 95%;
 }
 #nav-main {
-  font-size: 90%;
+  font-size: 70%;
 }
 #menu {
   font-size: 80%;
 }
 #footer {
-  font-size: 80%;
+  font-size: 70%;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -150,10 +132,23 @@
 
 #content li,
 #content th,
-#content td {
+#content td,
+#content li ul,
+#content li ol{
+  margin-top: .5em;
+  margin-bottom: .5em;
+}
+
+
+#content li li,
+#minitoc-area li{
+  margin-top: 0em;
+  margin-bottom: 0em;
+/**	
   line-height: 110%;  
   margin-top: .1em;
   margin-bottom: .1em;
+  **/
 }
 
 #content .attribution {
@@ -166,4 +161,24 @@
 .codefrag {
   font-family: "Courier New", Courier, monospace;
   font-size: 110%;
+}
+
+/* FIXME - Not sure it is used somewhere ... */
+.frame {
+  border: solid black 1px;
+  margin: 1em 3em;
+}
+
+.frame .label {
+  background: #369;
+  color: white;
+  font-weight: bold;
+  padding: 5px 10px;
+}
+.frame .content {
+  padding: 5px 10px;
+  background: #F0F0FF;
+  color: black;
+  line-height: 120%;
+  font-size: 90%;
 }

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=521270&r1=521269&r2=521270
==============================================================================
--- 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 Thu Mar 22 06:52:40 2007
@@ -19,7 +19,6 @@
     margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif;
     background-color: #FFFFFF;
     color: #000000;
-    font-size: 75%;
 }
 
 p {