Rev | Line | |
---|
[0] | 1 | ul.spaminfo { |
---|
[3730] | 2 | display: block; |
---|
| 3 | list-style: none; |
---|
| 4 | margin: 1em 0; |
---|
| 5 | padding: 0; |
---|
[0] | 6 | } |
---|
| 7 | ul.spaminfo li { |
---|
[3730] | 8 | margin: 0.5em 0; |
---|
| 9 | padding-left: 16px; |
---|
| 10 | background-color: transparent; |
---|
| 11 | background-position: center left; |
---|
| 12 | background-repeat: no-repeat; |
---|
[0] | 13 | } |
---|
| 14 | ul.spaminfo .spamcount { |
---|
[3730] | 15 | background-image: url(images/junk.png); |
---|
[0] | 16 | } |
---|
| 17 | ul.spaminfo .hamcount { |
---|
[3730] | 18 | background-image: url(images/check-on.png); |
---|
[0] | 19 | } |
---|
| 20 | ul.spaminfo .feed { |
---|
[3730] | 21 | background-image: url(index.php?pf=antispam/feed.png); |
---|
[1511] | 22 | } |
---|
| 23 | /* ---------------------------------------------------------- listing of IPs / bad words */ |
---|
[3730] | 24 | |
---|
[1511] | 25 | .antispam { |
---|
[3730] | 26 | height: 200px; |
---|
| 27 | overflow: auto; |
---|
| 28 | margin-bottom: 1em; |
---|
[1511] | 29 | } |
---|
| 30 | .antispam p { |
---|
[3730] | 31 | margin: 1px 0 0 0; |
---|
| 32 | padding: 0.2em 0.5em; |
---|
[1511] | 33 | } |
---|
| 34 | .antispam p.global { |
---|
[3730] | 35 | background: #fec; |
---|
[1511] | 36 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.