Updated to 1.10.2

This commit is contained in:
flash 2014-08-20 19:22:53 +02:00
parent 6e83ac2487
commit e8c172a22d

View file

@ -49,7 +49,7 @@ input[type="text"], input[type="password"], table.postForm > tbody textarea {
font-family: arial,helvetica,sans-serif; font-family: arial,helvetica,sans-serif;
font-size: 10pt; font-size: 10pt;
} }
table.postForm{ table.postForm {
border-spacing: 1px; border-spacing: 1px;
} }
table.postForm > tbody > tr { table.postForm > tbody > tr {
@ -71,6 +71,10 @@ table.postForm > tbody > tr > td:first-child {
.ban { .ban {
color: #F00; color: #F00;
} }
.banmsg {
background: #C00;
padding: 5px;
}
.spoiler { .spoiler {
background: black; background: black;
color: black; color: black;
@ -78,12 +82,12 @@ table.postForm > tbody > tr > td:first-child {
.spoiler:hover { .spoiler:hover {
color: white !important; color: white !important;
} }
.quote{ .quote {
color: #789922 !important; color: #789922 !important;
} }
.admincap{ .admincap {
color: #AA0000 !important; color: #AA0000 !important;
} }
.modcap{ .modcap {
color: #660099 !important; color: #660099 !important;
} }