You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by je...@apache.org on 2006/03/27 17:54:03 UTC

svn commit: r389177 - /lucene/nutch/trunk/src/web/include/style.html

Author: jerome
Date: Mon Mar 27 07:54:00 2006
New Revision: 389177

URL: http://svn.apache.org/viewcvs?rev=389177&view=rev
Log:
NUTCH-231,  Corrected attributes to make proper and validating CSS and formated for readability (Contributed by AJ Banck).

Modified:
    lucene/nutch/trunk/src/web/include/style.html

Modified: lucene/nutch/trunk/src/web/include/style.html
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/include/style.html?rev=389177&r1=389176&r2=389177&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/include/style.html (original)
+++ lucene/nutch/trunk/src/web/include/style.html Mon Mar 27 07:54:00 2006
@@ -1,16 +1,77 @@
 <style type="text/css">
-.menuTd {background-color: #F9F7F4; height: 25; onMouseOver: this.style.backgroundColor='#ECE5DC';}
-.menuTdhover {background-color: #ECE5DC; height: 25; onMouseOver: this.style.backgroundColor='#ECE5DC';}
-.menuEntry {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none}
-.body {background-color: #F9F7F4;}
-.bodytext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none}
-.title {  font-family: Arial, Helvetica, sans-serif; font-size: 26px; color: #FF9900; text-decoration: none}
-.intro {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF9900; text-decoration: none}
-.orangeTd {background-color: #FF9900}
-ul {list-style-image: url(../img/reiter/ul.gif)}
-h3 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000;}
-h4 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;}
-.url {color: #996600;}
-.highlight {font-weight: bold;}
-.ellipsis {font-weight: bold;}
+
+.menuTd {
+  background-color: #F9F7F4;
+  height: 25px;
+}
+
+.menuTdhover {
+  background-color: #ECE5DC;
+  height: 25px;
+}
+
+.menuEntry {
+  font-family: Arial, Helvetica, sans-serif;
+  font-size: 12px;
+  color: #000000;
+  text-decoration: none;
+}
+
+.body {
+  background-color: #F9F7F4;
+}
+
+.bodytext {
+  font-family: Arial, Helvetica, sans-serif;
+  font-size: 12px;
+  color: #000000;
+  text-decoration: none;
+}
+
+.title {
+  font-family: Arial, Helvetica, sans-serif;
+  font-size: 26px;
+  color: #FF9900;
+  text-decoration: none;
+}
+
+.intro {
+  font-family: Arial, Helvetica, sans-serif;
+  font-size: 12px;
+  color: #FF9900;
+  text-decoration: none;
+}
+
+.orangeTd {
+  background-color: #FF9900
+}
+
+ul {
+  list-style-image: url(../img/reiter/ul.gif)
+}
+
+h3 {
+  font-family: Arial, Helvetica, sans-serif;
+  font-size: 16px;
+  color: #000000;
+}
+
+h4 {
+  font-family: Arial, Helvetica, sans-serif;
+  font-size: 14px;
+  color: #000000;
+}
+
+.url {
+  color: #996600;
+}
+
+.highlight {
+  font-weight: bold;
+}
+
+.ellipsis {
+  font-weight: bold;
+}
+
 </style>