You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2010/12/03 02:31:34 UTC

svn commit: r1041669 - /lucene/cms/trunk/content/lucene/css/lucene.css

Author: gsingers
Date: Fri Dec  3 01:31:33 2010
New Revision: 1041669

URL: http://svn.apache.org/viewvc?rev=1041669&view=rev
Log:
CSS file

Modified:
    lucene/cms/trunk/content/lucene/css/lucene.css

Modified: lucene/cms/trunk/content/lucene/css/lucene.css
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/lucene/css/lucene.css?rev=1041669&r1=1041668&r2=1041669&view=diff
==============================================================================
--- lucene/cms/trunk/content/lucene/css/lucene.css (original)
+++ lucene/cms/trunk/content/lucene/css/lucene.css Fri Dec  3 01:31:33 2010
@@ -0,0 +1,33 @@
+body {
+  background-color: white;
+  color: black;
+  font-family: "New Century Schoolbook", serif;
+  font-size:13pt;
+}  
+
+a,h1,h2,h3,h4,h5,h6 {
+  color: #000066;
+}
+
+#content h1,h2,h3,h4,h5,h6 {
+  border-bottom: solid #990000 1px;
+  font-family: "Helvetica Narrow", Arial, sans-serif;
+  font-weight:normal;
+}
+
+#navigation {
+  font-size:80%;
+}
+
+#navigation {
+  float:right;
+  color:#333333;
+  background-color: #EEE;
+  border: solid #DDD 1px;
+  padding: 1em;
+}
+
+#footer {
+  font-size:80%;
+  color:#666666;
+}