source: trunk/phpgwapi/js/dftree/dftree.css @ 2

Revision 2, 861 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1.root {
2        position: relative;
3        left: 2px;
4        width: 0px;
5        white-space: nowrap;
6}
7
8.son {
9        position: relative;
10        left: 10px;
11/*      width: 0px;*/
12}
13
14
15.plus {
16        font-size: 15px;
17        font-weight: bold;
18        cursor: pointer;
19        color: #000000;
20        font-family: monospace;
21}
22
23.plus:hover {
24        color: #FF0000;
25}
26
27.opened {
28        display: inline;
29/*      width: 0px;*/
30}
31
32.closed {
33        display: none;
34/*      width: 0px;*/
35}
36
37/* link */
38.l {
39        padding: 0px 13px 0px 0px;
40        font-weight: bold;
41        font-size: 10px;
42        color: #666666;
43        text-decoration: none;
44        cursor: pointer;
45        white-space: nowrap;
46        font-family: sans-serif;
47}
48
49.l:hover {
50        text-decoration: underline;
51}
52
53
54/* selected link */
55.sl {
56        padding: 0px 13px 0px 0px;
57        font-weight: bold;
58        font-size: 10px;
59        color: #0000FF;
60        text-decoration: none;
61        cursor: pointer;
62        white-space: nowrap;
63        font-family: sans-serif;
64}
65
66.sl:hover {
67        text-decoration: underline;
68}
69
70
Note: See TracBrowser for help on using the repository browser.