File: style.css

package info (click to toggle)
dotclear 2.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 8,420 kB
  • sloc: php: 54,270; sql: 1,290; sh: 213; xml: 173; makefile: 158
file content (35 lines) | stat: -rw-r--r-- 715 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
ul.spaminfo {
	display: block;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
ul.spaminfo li {
	margin: 0.5em 0;
	padding-left: 16px;
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
}
ul.spaminfo .spamcount {
	background-image: url(images/junk.png);
}
ul.spaminfo .hamcount {
	background-image: url(images/check-on.png);
}
ul.spaminfo .feed {
	background-image: url(index.php?pf=antispam/feed.png);
}
/* ---------------------------------------------------------- listing of IPs / bad words */
.antispam {
	height: 200px;
	overflow: auto;
	margin-bottom: 1em;
}
.antispam p {
	margin: 1px 0 0 0;
	padding: 0.2em 0.5em;
}
.antispam p.global {
	background: #fec;
}