61 lines
1.5 KiB
CSS
61 lines
1.5 KiB
CSS
/*
|
|
* =================================================================
|
|
* Gossamer Links - enhanced directory management system
|
|
*
|
|
* Website : http://gossamer-threads.com/
|
|
* Support : http://gossamer-threads.com/scripts/support/
|
|
* Revision : $Id: treecats.css,v 1.3 2006/08/11 04:30:58 brewt Exp $
|
|
*
|
|
* Copyright (c) 2005 Gossamer Threads Inc. All Rights Reserved.
|
|
* Redistribution in part or in whole strictly prohibited. Please
|
|
* see LICENSE file for full details.
|
|
* =================================================================
|
|
*/
|
|
|
|
.treecats-selection-summary ul, .treecats-selection ul {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
.treecats-selection-summary li, .treecats-selection li {
|
|
list-style: none;
|
|
}
|
|
.treecats-selection-summary li a, .treecats-selection li a {
|
|
margin-top: 2px;
|
|
margin-left: 5px;
|
|
}
|
|
.treecats-selection-summary a, .treecats-selection a {
|
|
font-size: 9px;
|
|
}
|
|
.treecats-selection-summary a:visited, .treecats-selection a:visited {
|
|
color: #212126;
|
|
}
|
|
.treecats-selection-current {
|
|
font-weight: bold;
|
|
}
|
|
.treecats-category-info img {
|
|
border: 0px;
|
|
margin: 2px;
|
|
vertical-align: middle;
|
|
}
|
|
.treecats-children {
|
|
padding-left: 15px;
|
|
}
|
|
.treecats-selected span, li.treecats-selected {
|
|
font-weight: bold;
|
|
}
|
|
.treecats-category a:link, .treecats-category a:visited {
|
|
color: #212126;
|
|
text-decoration: none;
|
|
}
|
|
.treecats-category a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
ul.treecats-links {
|
|
padding-left: 15px;
|
|
margin: 0px;
|
|
}
|
|
.treecats-links li {
|
|
line-height: 1.25em;
|
|
list-style: circle;
|
|
}
|