From b8f2c324a9a4133f264254d61993ff8c7e0233a2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 12 Oct 2005 15:51:52 +0000 Subject: Bug 46296: Make editparams.cgi be multi-panel by category - Patch by Frédéric Buclin r=joel a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/params.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 skins/standard/params.css (limited to 'skins') diff --git a/skins/standard/params.css b/skins/standard/params.css new file mode 100644 index 000000000..4f46353bd --- /dev/null +++ b/skins/standard/params.css @@ -0,0 +1,44 @@ +#menu { + width: 10em; + margin-top: 1em; + margin-right: 0.5em; + border: solid thin; + border-spacing: 0px; + border-collapse: collapse; + text-align: center; + color: black; + background-color: #edf2f2; + font-weight: normal; +} + +#menu a:link, #menu a:visited { + color: #039; + background-color: transparent; +} + +#menu a:hover, #menu a:active { + color: red; + background-color: transparent; +} + +#menu td { + border: solid thin; + padding: 0.2em 0.5em; +} + +table td { + vertical-align: top; +} + +td.selected_section { + color: #090; + background-color: white; +} + +dt { + font-weight: bold; +} + +dd { + margin-bottom: 1.5em; +} -- cgit v1.2.3-24-g4f1b