Plone Resources
This page contains Plone resources coded by dvize for the Plone Community, www.plone.org
These resources are free to use, edit and reproduce.
This navtree was designed for larger sites to improve the users understanding of where they are with-in subfolders.

Replace the folder icon "folder_icon.gif with this one: ![]()
And then add the following CSS to " ploneCustom.css"
/* NAVTREE */
.portletNavigationTree {
margin: 0 0 0 0em;
}
#portlet-navigation-tree ul ul {
border-left-width: 2px;
border-left-style: solid;
border-left-color: #4A9358;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #4A9358;
}
.navTree {
list-style: none;
list-style-image: none;
margin-top: 0px;
}
.navTree li {
margin-bottom: 0px;
}
.state-published {
color: #1D5E3B;
font-weight: bold;
}
.navTreeItem a,
dd.portletItem .navTreeItem a {
border-left-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-top-color: #DFEADF;
border-bottom-color: #FFFFFF;
border-left-width: 1px;
border-left-color: #DFEADF;
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
margin-left: 0px;
}
.navTreeItem a:hover {
color: #FFFFFF;
border: none;
}
.navTreeCurrentItem {
color: #000000;
border: 0px; solid; #FFFFFF; !important;
background-color: #FFFFFF;
}
li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
display: block;
border: 0px; solid; #FFFFFF; !important;
min-height: 1.6em;
line-height: 1.6em;
height: auto;
}
