diff --git a/css/main.css b/css/main.css
index 038d0cb..7fac48c 100644
--- a/css/main.css
+++ b/css/main.css
@@ -993,18 +993,27 @@ div.effectList > div > [action] {
}
table.adm {
- color: #333;
- font-family: Helvetica, Arial, sans-serif;
- width: 640px;
- border-collapse:
- collapse; border-spacing: 0;
+ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+ font-size: 12px;
+ background: #fff;
+ margin: 45px;
+ width: 480px;
+ border-collapse: collapse;
+ text-align: left;
}
-table.adm td, table.adm th { border: 1px solid #CCC; height: 30px; }
table.adm th {
- background: #e3c300;
- font-weight: bold;
+ font-size: 14px;
+ font-weight: normal;
+ color: #039;
+ padding: 10px 8px;
+ border-bottom: 2px solid #6678b1;
}
table.adm td {
- background: #FAFAFA;
- text-align: center;
+ border-bottom: 1px solid #ccc;
+ color: #669;
+ padding: 6px 8px;
}
+table.adm tbody tr:hover td
+{
+ color: #009;
+}
\ No newline at end of file
diff --git a/inf.php b/inf.php
index b4c66e6..4f90652 100644
--- a/inf.php
+++ b/inf.php
@@ -78,7 +78,7 @@ if ($effect['time'] AND ($own['admin'] != 1 OR ((int)$own['align']) != 1)) die('
if (!empty($user['realname'])) echo "Имя: " . $user['realname'] . "
";
if (!empty($user['lozung'])) echo "Лозунг: " . $user['lozung'] . "
";
?>
-
= nl2br($user['info']); ?>
=nl2br($user['info'])?>