From 39e810c39ace100b37193b92324d12e7fee4e146 Mon Sep 17 00:00:00 2001 From: dechutes Date: Wed, 23 Apr 2003 21:40:56 +0000 Subject: [PATCH] fixed css --- lam/style/500_layout.css | 57 ++++++++++++++--------------------- lam/templates/main_header.php | 2 +- 2 files changed, 23 insertions(+), 36 deletions(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index 4ad8dd5f..89a882cd 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -39,15 +39,11 @@ body { /// links a { color:darkblue; -font-size:18px; -font-weight:normal; -text-decoration:underline; +text-decoration:none; } a:hover { -color:lightblue; -font-size:18px; -font-weight:normal; +color:red; text-decoration:none; } @@ -56,42 +52,35 @@ text-decoration:none; * table style for userlist.php * */ -th.userlist { + +/* table preferences */ +table.userlist { border-width:1px; border-style:solid; - border-color:#B7C7B7; - padding:10px; - background-color:#C7E7C7; - font-size:14px; + border-color:#000000; +} + +/* color of entry rows */ +tr.userlist { + background-color:#FFFFEE; +} + +/* color of head row */ +tr.userlist_head { + background-color:#FFFFAA; font-weight:bold; } -td.userlist { - border-width:1px; - border-style:solid; - border-color:#C7D7C7; - padding:4px; - background-color:#DDDDDD; - bgcolor:#DDDDDD; - font-size:14px; +/* color of rows on mouseOver */ +tr.userlist_over { + background-color:#CCCCFF; } -/// links of userlist -a { -color:darkblue; -font-size:14px; -font-weight:normal; -text-decoration:underline; +/* color of checked rows */ +tr.userlist_checked { + background-color:#FFCCCC; } -a:hover { -color:red; -font-size:14px; -font-weight:normal; -text-decoration:none; -} - - /** * table style for grouplist.php * @@ -102,7 +91,6 @@ table.grouplist { border-width:1px; border-style:solid; border-color:#7167bf; - font-size:14px; } /* color of entry rows */ @@ -136,7 +124,6 @@ table.hostlist { border-width:1px; border-style:solid; border-color:#911a1a; - font-size:14px; } /* color of entry rows */ diff --git a/lam/templates/main_header.php b/lam/templates/main_header.php index 6242b09c..81fde0d4 100644 --- a/lam/templates/main_header.php +++ b/lam/templates/main_header.php @@ -27,7 +27,7 @@ $Id$ - +