Dotclear

source: plugins/antispam/style.css @ 1516:eb9653ff7459

Revision 1516:eb9653ff7459, 715 bytes checked in by Anne Kozlika <kozlika@…>, 11 years ago (diff)

Antispam: pardon my fault, css should be in plugin css only.
Messages: colors change.

Line 
1ul.spaminfo {
2     display: block;
3     list-style: none;
4     margin: 1em 0;
5     padding: 0;
6}
7ul.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}
14ul.spaminfo .spamcount {
15     background-image: url(images/junk.png);
16}
17ul.spaminfo .hamcount {
18     background-image: url(images/check-on.png);
19}
20ul.spaminfo .feed {
21     background-image: url(index.php?pf=antispam/feed.png);
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 {
34     background: #fec;
35}
Note: See TracBrowser for help on using the repository browser.

Sites map