Ремонт почты
This commit is contained in:
+15
-5
@@ -9,13 +9,13 @@ BODY {
|
||||
COLOR: #000000;
|
||||
}
|
||||
|
||||
H1,H2,H3,H4,H5,H6 {
|
||||
H1, H2, H3, H4, H5, H6 {
|
||||
FONT-WEIGHT: bold;
|
||||
COLOR: #8f0000;
|
||||
}
|
||||
|
||||
H3 {
|
||||
TEXT-ALIGN: center
|
||||
TEXT-ALIGN: center
|
||||
}
|
||||
|
||||
A, A:visited {
|
||||
@@ -48,7 +48,7 @@ A:hover {
|
||||
COLOR: #b00000;
|
||||
}
|
||||
|
||||
.private, A.private, A.private:hover, A.private:visited, A.private:active{
|
||||
.private, A.private, A.private:hover, A.private:visited, A.private:active {
|
||||
FONT-WEIGHT: bold;
|
||||
COLOR: red;
|
||||
BACKGROUND-COLOR: #fae0e0
|
||||
@@ -1000,6 +1000,7 @@ table.adm {
|
||||
border-collapse: collapse;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.adm th {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
@@ -1007,19 +1008,28 @@ table.adm th {
|
||||
padding: 10px 8px;
|
||||
border-bottom: 2px solid #6678b1;
|
||||
}
|
||||
|
||||
table.adm td {
|
||||
border-bottom: 1px solid #ccc;
|
||||
color: #669;
|
||||
padding: 6px 8px;
|
||||
}
|
||||
table.adm tbody tr:hover td
|
||||
{
|
||||
|
||||
table.adm tbody tr:hover td {
|
||||
color: #009;
|
||||
}
|
||||
|
||||
table.zebra tr {
|
||||
background-color: #C7C7C7;
|
||||
}
|
||||
|
||||
table.zebra tr:nth-child(even) {
|
||||
background-color: #D5D5D5;
|
||||
}
|
||||
|
||||
legend {
|
||||
color: dimgray;
|
||||
font-family: consolas, sans-serif;
|
||||
font-size: 18px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user