-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwp-dtree.css
More file actions
54 lines (52 loc) · 1.52 KB
/
Copy pathwp-dtree.css
File metadata and controls
54 lines (52 loc) · 1.52 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*This file is provided for you to see what selectors applies to WP-dTree's various widgets.
Copy these selectors to your own theme's stylesheet, and edit that.
This file is unused and will be replaced every time the plugin updates.*/
.dtree {
white-space: nowrap !important;
}
.dtree img {
border: 0px !important;
vertical-align: middle !important;
}
.oclinks { /*the open/close links*/
display:none; /*to be revealed only if javascript is on!*/
}
.oclinks_sep{/*the open/close link separator*/
}
.dtree a.nodeSel { /*the currently selected node, if "Highlight selection" is on*/
text-decoration: underline; !important;
}
.dtree .clip {
overflow: hidden;
}
.dtree-rss{/*feed icons*/
padding-right: 15px;
background: url('dtree-img/feed-icon.png') no-repeat center right;
text-decoration: none;
}
.dtree-rss:hover{
padding-right: 15px;
background: url('dtree-img/feed-icon_h.png') no-repeat center right;
text-decoration: none;
}
.dtree a {}
.dtree a.node{}
.dtree a.node:hover, .dtree a.nodeSel:hover {}
.dtNode{}
.dtree_arc{ /* _any_ archive tree*/
/* dtree_cat for categories,
dtree_pge for pages,
dtree_lnk for links,
dtree_tax for taxonomies
*/
}
#dtree_arc1{ /*the _first_ archive tree*/
/* dtree_arc2 for second archive tree
dtree_cat5 for the fifth cateogory tree
etc.
*/
}
#dtree_arc1 a.node{ /*style _nodes_ in the _first archive_ tree*/
}
#oclinks_arc1{}/*open/close links for the _first archive_ tree*/
#oclinks_sep_arc1{}/*open/close link separator for the _first archive_ tree*/