Rev 8595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8595 | Rev 8906 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | ul.tree span.a.last { |
62 | ul.tree span.a.last { |
63 | background: url(l.gif) 0 50% no-repeat; |
63 | background: url(l.gif) 0 50% no-repeat; |
64 | } |
64 | } |
65 | 65 | ||
66 | /* Span-B: Plus/Minus icon */ |
66 | /* Span-B: Plus/Minus icon */ |
67 | ul |
67 | /*ul.tree span.b { |
68 |
|
68 | }*/ |
69 | ul.tree span.a.children span.b { |
69 | ul.tree span.a.children span.b { |
70 | background: url(minus.gif) 0 50% no-repeat; |
70 | background: url(minus.gif) 0 50% no-repeat; |
71 | cursor: pointer; |
71 | cursor: pointer; |
72 | } |
72 | } |
73 | ul.tree li.closed span.a.children span.b { |
73 | ul.tree li.closed span.a.children span.b { |
74 | background: url(plus.gif) 0 50% no-repeat; |
74 | background: url(plus.gif) 0 50% no-repeat; |
75 | cursor: pointer; |
75 | cursor: pointer; |
76 | } |
76 | } |
77 | 77 | ||
78 | /* Span-C: Spacing and extending tree line below the icon */ |
78 | /* Span-C: Spacing and extending tree line below the icon */ |
79 | ul.tree span.c { |
79 | ul.tree span.c { |
80 | display:inline-block; |
80 | display:inline-block; |
81 | margin-left: 16px; |
81 | margin-left: 16px; |
82 | /*cursor: pointer;*/ |
82 | /*cursor: pointer;*/ |
Line 97... | Line 97... | ||
97 | ul.tree span.a.spanClosed span.c { |
97 | ul.tree span.a.spanClosed span.c { |
98 | background-image: none; |
98 | background-image: none; |
99 | } |
99 | } |
100 | 100 | ||
101 | /* Anchor tag: Page icon */ |
101 | /* Anchor tag: Page icon */ |
102 | ul.tree |
102 | ul.tree .tree_icon { |
103 | white-space: nowrap; |
103 | white-space: nowrap; |
104 | overflow: hidden; |
104 | overflow: hidden; |
105 | padding: 0 0 0 18px; |
105 | padding: 0 0 0 18px; |
106 | /*line-height: 16px;*/ |
106 | /*line-height: 16px;*/ |
107 | background: url(page-file.png) 0 50% no-repeat; |
107 | background: url(page-file.png) 0 50% no-repeat; |
108 | } |
108 | } |
- | 109 | ||
- | 110 | ||
109 | ul.tree span.a.children |
111 | ul.tree span.a.children .tree_icon, |
- | 112 | ul.tree span.a.children.spanClosed .tree_icon:hover { |
|
110 | background-image: url(page-openfoldericon.png); |
113 | background-image: url(page-openfoldericon.png); |
111 | } |
114 | } |
- | 115 | ||
112 | ul.tree span.a.children.spanClosed |
116 | ul.tree span.a.children.spanClosed .tree_icon, |
- | 117 | ul.tree span.a.children .tree_icon:hover { |
|
113 | background-image: url(page-foldericon.png); |
118 | background-image: url(page-foldericon.png); |
- | 119 | } |
|
- | 120 | ul.tree span.a.children .tree_icon:hover { |
|
- | 121 | text-decoration: underline; |
|
114 | } |
122 | } |
115 | 123 | ||
116 | /* Unformatted tree */ |
124 | /* Unformatted tree */ |
117 | ul.tree.unformatted li { |
125 | ul.tree.unformatted li { |
118 | background-image: none; |
126 | background-image: none; |
119 | padding-left: 16px; |
127 | padding-left: 16px; |
120 | } |
128 | } |
121 | ul.tree.unformatted li li { |
129 | ul.tree.unformatted li li { |
122 | background-image: none; |
130 | background-image: none; |
123 | padding-left: 0px; |
131 | padding-left: 0px; |
124 | } |
132 | } |
125 | 133 | ||
126 | /* |
134 | /* |
127 | * Divs, by default store vertically aligned data |
135 | * Divs, by default store vertically aligned data |
128 | */ |
136 | */ |
129 | 137 | ||
130 | ul.tree li div { |
138 | ul.tree li div { |
Line 132... | Line 140... | ||
132 | clear: right; |
140 | clear: right; |
133 | height: 1em; |
141 | height: 1em; |
134 | margin-top: -26px; |
142 | margin-top: -26px; |
135 | } |
143 | } |
136 | /* As inside DIVs should be treated normally */ |
144 | /* As inside DIVs should be treated normally */ |
137 | ul |
145 | /*ul.tree div a { |
138 | padding: 0; |
146 | padding: 0; |
139 | background-image: none; |
147 | background-image: none; |
140 | height: auto; |
148 | height: auto; |
141 |
|
149 | }*/ |
142 | 150 | ||
143 | ul |
151 | /*ul.tree li a:link, ul.tree li a:hover, ul.tree li a:visited { |
144 | color : #111; |
152 | color : #111; |
145 |
|
153 | }*/ |
146 | 154 | ||
147 | ul.tree li .over{ |
155 | ul.tree li .over{ |
148 | background-color : pink; |
156 | background-color : pink; |
149 | } |
157 | } |