mirror of https://github.com/apache/lucene.git
31 lines
932 B
CSS
31 lines
932 B
CSS
/* 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; }
|