pylucene 3.5.0-3
[pylucene.git] / lucene-java-3.5.0 / lucene / contrib / xml-query-parser / docs / dtreeStyle.css
diff --git a/lucene-java-3.5.0/lucene/contrib/xml-query-parser/docs/dtreeStyle.css b/lucene-java-3.5.0/lucene/contrib/xml-query-parser/docs/dtreeStyle.css
new file mode 100644 (file)
index 0000000..f21c66e
--- /dev/null
@@ -0,0 +1,30 @@
+/* This CSS is based on the one originally provided by
+   Geir Landrö in his dTree 2.05 package. You can get it
+   at : www.destroydrop.com/javascript/tree/.
+   
+   Therefore, the DTDDoc team considers that this code is 
+   Copyright (c) 2002-2003 Geir Landrö. Since the original
+   author didn't clearly forbids copies of this part, we
+   assume we're not doing anything wrong in porviding it
+   to you, in a modified or non-modified form.
+*/
+
+/*   
+   Geir Landrö : Orignal version, for dTree.
+   
+   Stefan Champailler (10/2004) : Style changes here and
+      there.
+*/
+
+
+.dtree {
+   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+   font-size: 11 px;
+   white-space: nowrap;
+}
+.dtree img { vertical-align: middle; }
+.dtree a { }
+.dtree a.node, .dtree a.nodeSel { white-space: nowrap; padding: 1px 2px 1px 2px; }
+.dtree a.node:hover, .dtree a.nodeSel:hover {}
+.dtree a.nodeSel { }
+.dtree .clip { overflow: hidden; }