fresh look of tables

This commit is contained in:
lopar 2018-03-04 02:47:49 +02:00
parent a5a25bcc30
commit b34649d4fb
2 changed files with 20 additions and 11 deletions

View File

@ -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;
}

View File

@ -78,7 +78,7 @@ if ($effect['time'] AND ($own['admin'] != 1 OR ((int)$own['align']) != 1)) die('
if (!empty($user['realname'])) echo "Имя: " . $user['realname'] . "<br>";
if (!empty($user['lozung'])) echo "Лозунг: " . $user['lozung'] . "<br>";
?>
<p style="font-family: Consolas,monospace;"><?= nl2br($user['info']); ?></p><hr>
<p style="font-family: Consolas,monospace;"><?=nl2br($user['info'])?></p><hr>
<div id="Content">
<fieldset><legend>Подарки</legend>
🎁 Граждане-товарищи, подарков пока не завезли. Работаем над функционалом.