From e9f04a30422f4da41d15e22337b6e6477b2fb590 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Thu, 13 Dec 2001 06:41:04 +0000 Subject: Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins . The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not. r= ddk, kiko --- skins/standard/panel.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 skins/standard/panel.css (limited to 'skins') diff --git a/skins/standard/panel.css b/skins/standard/panel.css new file mode 100644 index 000000000..23b52705e --- /dev/null +++ b/skins/standard/panel.css @@ -0,0 +1,37 @@ +body + { + font-family: sans-serif; + font-size: 10pt; + background-color: white; + } + +ul + { + padding-left: 12px; + } + +radio + { + -moz-user-select: ignore; + } + +.text-link + { + margin-left: 3px; + } + +.text-link:hover + { + text-decoration: underline; + cursor: pointer; + } + +.descriptive-content + { + color: #AAAAAA; + } + +.descriptive-content[focused=true] + { + color: black; + } -- cgit v1.2.3-24-g4f1b