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 *