From e0677710b15eb38f90c69dc542dba311dee6cae0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 15 Apr 2006 21:53:14 +0000 Subject: [PATCH] Adding documentation --- printer.css.php | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/printer.css.php b/printer.css.php index 42d9606..469921e 100755 --- a/printer.css.php +++ b/printer.css.php @@ -329,6 +329,16 @@ input, textarea, select, option vertical-align: top; } +/* A menu list of items */ +#menu ul +{ + list-style: none; + + padding: 0px; + margin: 0px; +} + +/* An individual item in the menu list */ #menu li span { display: block; @@ -339,6 +349,7 @@ input, textarea, select, option background-color: rgb(208, 208, 208); } +/* Links in the menu list */ #menu li a { color: rgb(64, 64, 64); @@ -347,11 +358,13 @@ input, textarea, select, option font-weight: bold; } +/* A :hover for the row of a menu item */ #menu li a:hover span { background-color: rgb(158, 236, 95); } +/* A header item row */ #menu li.header span { font-weight: bold; @@ -363,6 +376,7 @@ input, textarea, select, option background-color: rgb(96, 106, 90); } +/* A focused item row */ #menu li.focus span { background-color: rgb(182, 216, 154); @@ -370,14 +384,6 @@ input, textarea, select, option text-decoration: underline; } -#menu ul -{ - list-style: none; - - padding: 0px; - margin: 0px; -} - CSS; if (!$included) -- 2.22.5