From f26b938c572579075141d2f49cf97e09c9041c55 Mon Sep 17 00:00:00 2001 From: dechutes Date: Wed, 21 May 2003 22:51:35 +0000 Subject: [PATCH] added some layout for listuser --- lam/style/500_layout.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 07897adf..30465fd6 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -66,7 +66,7 @@ background-color:#EEEEEE; /** - * table style for userlist.php + * style for userlist.php * */ @@ -98,6 +98,32 @@ tr.userlist_checked { background-color:#FFCCCC; } +/* color for active page digit */ +td.userlist_activepage { + color:violet; +} + +/* style of navigation bar */ +td.userlist_navbar { + color:#AAAAAA; +} + +table.userlist_navbar { + background-color:#DDDDDD; +} + +td.userlist_navbartext { + color:green; + font-family:Verdana; + font-size:10px; +} + +/* style of active column */ +th.userlist_activecolumn { + background-color:#DDDDAC; +} + + /** * table style for grouplist.php *