Ремонт почты

This commit is contained in:
lopar
2018-06-24 18:38:19 +03:00
parent 236631222b
commit 54dd762aa1
3 changed files with 50 additions and 40 deletions
+15 -5
View File
@@ -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;
}