From c9875309cc7af1d96fd191cddd777f028c9934c3 Mon Sep 17 00:00:00 2001 From: michaeljoseph Date: Thu, 12 Aug 2004 16:00:33 +0000 Subject: [PATCH] Added explicit background colour and formatted. --- presentation/lookAndFeel/knowledgeTree/stylesheet.php | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------- 1 file changed, 54 insertions(+), 50 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.php b/presentation/lookAndFeel/knowledgeTree/stylesheet.php index e91d328..c2a5f1c 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.php +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.php @@ -2,62 +2,64 @@ require("../../../config/dmsDefaults.php"); header("Content-type: text/css"); ?> +BODY { + background: #ffffff; +} + P { -font-size : 9pt; -font-family : Verdana, sans-serif; -font-weight : lighter; -font-style : normal; -color : #000000; -text-decoration: none; + 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; + 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; + font-size : 9pt; + font-family : Verdana, sans-serif; + font-weight : inherit; + font-style : normal; + color : #ffffff; + text-decoration: none; } - A { -font-size : 8pt; -font-family : Verdana, sans-serif; -text-decoration: none; -color : #000000; + font-size : 8pt; + font-family : Verdana, sans-serif; + text-decoration: none; + color : #000000; } - A:Visited { -font-size : 8pt; -font-family : Verdana, sans-serif; -font-style : normal; -color : #000000; + font-size : 8pt; + font-family : Verdana, sans-serif; + font-style : normal; + color : #000000; } A:Active { -color : #000000; -font-size : 8pt; -font-family : Verdana, sans-serif; -font-style : normal; + color : #000000; + font-size : 8pt; + font-family : Verdana, sans-serif; + font-style : normal; } A:hover { -color : #000000; -font-size : 8pt; -font-family : Verdana,sans-serif; -font-style : normal; -text-decoration: underline; + color : #000000; + font-size : 8pt; + font-family : Verdana,sans-serif; + font-style : normal; + text-decoration: underline; } TABLE { @@ -80,20 +82,20 @@ TH { } TH.sectionHeading { -font-size : 10 pt; -font-family : Verdana, sans-serif; -font-style : normal; -color : #ffffff; -text-decoration: none; + font-size : 10 pt; + font-family : Verdana, sans-serif; + font-style : normal; + color : #ffffff; + text-decoration: none; } TH.sectionColumns { -font-size : 8pt; -font-family : Verdana, sans-serif; -font-weight : lighter; -font-style : normal; -color : #000000; -text-decoration: none; + font-size : 8pt; + font-family : Verdana, sans-serif; + font-weight : lighter; + font-style : normal; + color : #000000; + text-decoration: none; } .browseTypeSelect { @@ -122,12 +124,14 @@ SELECT { #divUp { position:absolute; left: upArrowLeft ?>px; - top: upArrowTop ?>px;} + top: upArrowTop ?>px; +} #divDown { position:absolute; left: downArrowLeft ?>px; - top: downArrowTop ?>px;} + top: downArrowTop ?>px; +} #divScrollTextCont { position:absolute; -- libgit2 0.21.4