summaryrefslogtreecommitdiffstatshomepage
path: root/scuttle.css
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-20 13:42:03 +0000
committerGravatar mensonge2008-11-20 13:42:03 +0000
commit3c685aa352587b752af61c6e80b1645ca3830316 (patch)
tree1e0782ec1ba91c8bdf5706cb20d702fa261f9be2 /scuttle.css
parent54991bce619b2840452594e8a78004b7389445ed (diff)
downloadscuttle-3c685aa352587b752af61c6e80b1645ca3830316.tar.gz
scuttle-3c685aa352587b752af61c6e80b1645ca3830316.zip
New feature: Dynamic tree of tags using Dojo toolkit (used by a menu2 sidebar box) [Config file modified: ]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@165 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'scuttle.css')
-rw-r--r--scuttle.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/scuttle.css b/scuttle.css
index f148a68..7295987 100644
--- a/scuttle.css
+++ b/scuttle.css
@@ -243,7 +243,7 @@ div#sidebar a {
div#sidebar a:hover {
color: #773;
}
-div#sidebar div {
+div#sidebar>div {
background: #FFF url('bg_sidebar.png') bottom repeat-x;
border: 1px solid #CC8;
color: #555;
@@ -282,6 +282,10 @@ div#sidebar ul li {
margin: 0.5em 0;
}
+div#related {
+ padding: 0.5em;
+}
+
/* TAGS */
p.commondescription {
@@ -312,6 +316,17 @@ p.tags span.selected {
background: #CEC;
}
+.treeTag {
+ color: #999955;
+}
+.treeTag:hover {
+ cursor: pointer;
+ text-decoration: underline;
+}
+.treeTag.selected {
+ background: #CEC;
+}
+
/* PROFILE */
table.profile th {