File: dtreeStyle.css

package info (click to toggle)
lucene4 1%3A4.6.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 76,796 kB
  • ctags: 51,211
  • sloc: java: 455,077; xml: 6,230; python: 1,964; perl: 1,139; cpp: 330; jsp: 125; sh: 44; makefile: 17
file content (30 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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; }