From 4abe715ddb084e598ea2759ad3c369f77532ef61 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 17 Jan 2003 15:23:16 +0000 Subject: [PATCH] initial revision --- lib/knowledge_tree.css | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+), 0 deletions(-) create mode 100644 lib/knowledge_tree.css diff --git a/lib/knowledge_tree.css b/lib/knowledge_tree.css new file mode 100644 index 0000000..e4f7797 --- /dev/null +++ b/lib/knowledge_tree.css @@ -0,0 +1,73 @@ +.dashboardHeadings { +font-size : 9pt; +font-family : Verdana, sans-serif; +font-weight : lighter; +font-style : normal; +color : #ffffff; +text-decoration: none; +} + +P { +font-size : 9pt; +font-family : Verdana, sans-serif; +font-weight : lighter; +font-style : normal; +color : #000000; +text-decoration: none; + +} + +P.footer { +font-size : 9pt; +font-family : Verdana, sans-serif; +font-weight : lighter; +font-style : normal; +color : #999999; +text-decoration: none; + + +} + +P.title { +font-size : 9pt; +font-family : Verdana, sans-serif; +font-weight : inherit; +font-style : normal; +color : #ffffff; +text-decoration: none; +} + + +A { +font-size : 10pt; +font-family : Verdana, sans-serif; +font-style : normal; +color : #000000; +text-decoration: none; +} + + +A:Visited { +font-size : 10pt; +font-family : Verdana, sans-serif; +font-style : normal; +color : #000000; +text-decoration: none; +} + +A:Active { +color : #000000; +font-size : 10pt; +font-family : Verdana, sans-serif; +font-style : normal; +text-decoration: none; +} + +A:hover { +color : #000000; +font-size : 10pt; +font-family : Verdana,sans-serif; +font-style : normal; +text-decoration: none; +background-color : #FFFACD; +} -- libgit2 0.21.4