Revision 1516:eb9653ff7459,
715 bytes
checked in by Anne Kozlika <kozlika@…>, 12 years ago
(diff) |
Antispam: pardon my fault, css should be in plugin css only.
Messages: colors change.
|
Rev | Line | |
---|
[0] | 1 | ul.spaminfo { |
---|
| 2 | display: block; |
---|
| 3 | list-style: none; |
---|
| 4 | margin: 1em 0; |
---|
| 5 | padding: 0; |
---|
| 6 | } |
---|
| 7 | ul.spaminfo li { |
---|
| 8 | margin: 0.5em 0; |
---|
| 9 | padding-left: 16px; |
---|
| 10 | background-color: transparent; |
---|
| 11 | background-position: center left; |
---|
| 12 | background-repeat: no-repeat; |
---|
| 13 | } |
---|
| 14 | ul.spaminfo .spamcount { |
---|
| 15 | background-image: url(images/junk.png); |
---|
| 16 | } |
---|
| 17 | ul.spaminfo .hamcount { |
---|
| 18 | background-image: url(images/check-on.png); |
---|
| 19 | } |
---|
| 20 | ul.spaminfo .feed { |
---|
| 21 | background-image: url(index.php?pf=antispam/feed.png); |
---|
[1511] | 22 | } |
---|
| 23 | /* ---------------------------------------------------------- listing of IPs / bad words */ |
---|
| 24 | .antispam { |
---|
| 25 | height: 200px; |
---|
| 26 | overflow: auto; |
---|
| 27 | margin-bottom: 1em; |
---|
| 28 | } |
---|
| 29 | .antispam p { |
---|
| 30 | margin: 1px 0 0 0; |
---|
| 31 | padding: 0.2em 0.5em; |
---|
| 32 | } |
---|
| 33 | .antispam p.global { |
---|
[1516] | 34 | background: #fec; |
---|
[1511] | 35 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.