fresh look of tables
This commit is contained in:
parent
a5a25bcc30
commit
b34649d4fb
29
css/main.css
29
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;
|
||||
}
|
2
inf.php
2
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'] . "<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>
|
||||
🎁 Граждане-товарищи, подарков пока не завезли. Работаем над функционалом.
|
||||
|
Loading…
Reference in New Issue
Block a user