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

svn commit: r779993 - /websites/staging/lucene/trunk/content/lucene/css/lucene.css

Author: buildbot
Date: Fri Dec  3 01:31:41 2010
New Revision: 779993

URL: http://svn.apache.org/viewvc?rev=779993&view=rev
Log:
Staging update by buildbot

Modified:
    websites/staging/lucene/trunk/content/lucene/css/lucene.css

Modified: websites/staging/lucene/trunk/content/lucene/css/lucene.css
URL: http://svn.apache.org/viewvc/websites/staging/lucene/trunk/content/lucene/css/lucene.css?rev=779993&r1=779992&r2=779993&view=diff
==============================================================================
--- websites/staging/lucene/trunk/content/lucene/css/lucene.css (original)
+++ websites/staging/lucene/trunk/content/lucene/css/lucene.css Fri Dec  3 01:31:41 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;
+}