You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/03/04 22:13:19 UTC

svn commit: r633647 - /lenya/sandbox/modules/docustyle/resources/css/page.css

Author: andreas
Date: Tue Mar  4 13:13:19 2008
New Revision: 633647

URL: http://svn.apache.org/viewvc?rev=633647&view=rev
Log:
Improving table styling for forrest documents.

Modified:
    lenya/sandbox/modules/docustyle/resources/css/page.css

Modified: lenya/sandbox/modules/docustyle/resources/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/page.css?rev=633647&r1=633646&r2=633647&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Tue Mar  4 13:13:19 2008
@@ -26,11 +26,14 @@
 #header {
   font-size: 11pt;
   background: url('/docu/live/docustyle/images/gradient.png') left top repeat-x;
+  /*
+  background-color: #FFAE00;
+  */
 }
 
 #logo {
   clear: left;
-  padding: 0 0 .5em 200px;
+  padding: 0 0 .5em 250px;
 }
 
 #projectLogo {
@@ -55,7 +58,7 @@
   font-weight: bold;
   font-size: 11pt;
   margin: 0;
-  padding: 0 0 0 200px;
+  padding: 0 0 0 250px;
   list-style-type: none;
   background: url('/docu/live/docustyle/images/gradient.png') left bottom repeat-x;
 }
@@ -104,7 +107,7 @@
 
 #menu {
   float: left;
-  width: 170px;
+  width: 220px;
   list-style-type: none;
   padding: 3em 10px .5em 20px;
   margin: 0;
@@ -130,7 +133,7 @@
 }
 
 #menu li {
-  /* background: url('/modules/docustyle/images/bullet.png') left .2em no-repeat; */
+  /* background: url('/docu/live/docustyle/docustyle/images/bullet.png') left .2em no-repeat; */
   font-size: 10pt;
   font-weight: normal;
   padding-left: 1em;
@@ -223,7 +226,7 @@
 #body {
   border: none;
   padding: 1em 2em 1em 0;
-  margin: 0 0 0 200px;
+  margin: 0 0 0 250px;
   font-size: 10pt;
 }
 
@@ -336,47 +339,6 @@
   color: Black;
 }
 
-table.search-table {
-  color: Black;
-  background-color: White;
-  border-spacing: 0px;
-  border-collapse: collapse;
-}
-
-table.search-table-noborder {
-  border: 0px;
-  border-spacing: 0px;
-}
-
-table.search-table th {
-    background-color: #DDDCCF;
-  border: solid 1px #CCCCCC;
-  color: Black;
-  font-weight: bold;
-  padding: 3px 10px;
-  text-align: left;
-}
-
-table.search-table td {
-    background-color: #F5F4E9;
-  border: solid 1px #CCCCCC;
-  padding: 3px 10px;
-  color: Black;
-}
-
-table.search-table-noborder td {
-  border: 0px;
-  padding: 3px 10px;
-}
-
-table.search-table-noborder-nopadding td {
-  border: 0px;
-  padding: 0px;
-}
-
-table.search-table-noborder-nopadding th {
-}
-
 /* Broken Internal Links in Authoring area */
 a.brokenlink {
     background-color: yellow;
@@ -384,37 +346,6 @@
     text-decoration: none;
 }
 
-/* Search Results */
-
-.search-results {
-    list-style-type: none;
-    margin: 0;
-    padding: 0;
-} 
-
-.search-result {
-    padding: 0.50em 0;
-}
-
-.search-result-score {
-    font-weight: normal;
-}
-
-.search-result-rank {
-    float: left; 
-}
-
-.search-result-title {
-    margin: 0 0 0 30px;
-    padding: 0;
-    font-weight: bold;
-}
-
-.search-result-description {
-    margin-left: 30px;
-    color: #999999;
-}
-
 pre {
   padding: .5em 1em;
   background-color: #EEEEEE;
@@ -495,29 +426,36 @@
   text-decoration: none;
 }
 
-table.properties {
+table.properties,
+table.list {
   border-collapse: collapse;
 }
 
-table.properties th, table.properties td {
+table.properties th, table.properties td,
+table.list th, table.list td {
   text-align: left;
   vertical-align: top;
   padding: .2em 2em .2em .5em;
   border: none;
 }
 
-table.properties th {
+table.properties th,
+table.list th {
   background-color: #DDDDDD;
+  white-space: nowrap;
 }
 
-table.properties tr.row1 {
+table.properties tr.row1,
+table.list tr.row1 {
   background-color: #EEEEEE;
 }
 
-table.properties tr.row2 {
+table.properties tr.row2,
+table.list tr.row2 {
   background-color: #FFFFFF;
 }
 
 tr.minorChange {
   color: #999999;
-}
\ No newline at end of file
+}
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org