pylucene 3.5.0-3
[pylucene.git] / lucene-java-3.5.0 / lucene / contrib / xml-query-parser / docs / dtreeStyle.css
1 /* This CSS is based on the one originally provided by
2    Geir Landrö in his dTree 2.05 package. You can get it
3    at : www.destroydrop.com/javascript/tree/.
4    
5    Therefore, the DTDDoc team considers that this code is 
6    Copyright (c) 2002-2003 Geir Landrö. Since the original
7    author didn't clearly forbids copies of this part, we
8    assume we're not doing anything wrong in porviding it
9    to you, in a modified or non-modified form.
10 */
11
12 /*   
13    Geir Landrö : Orignal version, for dTree.
14    
15    Stefan Champailler (10/2004) : Style changes here and
16       there.
17 */
18
19
20 .dtree {
21    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
22    font-size: 11 px;
23    white-space: nowrap;
24 }
25 .dtree img { vertical-align: middle; }
26 .dtree a { }
27 .dtree a.node, .dtree a.nodeSel { white-space: nowrap; padding: 1px 2px 1px 2px; }
28 .dtree a.node:hover, .dtree a.nodeSel:hover {}
29 .dtree a.nodeSel { }
30 .dtree .clip { overflow: hidden; }