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 (25 lines) | stat: -rw-r--r-- 449 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
dl.modules dt {
	font-weight: bold;
	font-size: 1.1em;
	margin: 1em 0 0 0;
}
dl.modules dd {
	margin: 0 0 1.5em 0;
}
div.ie-progress {
	background: #eee;
	margin: 1em 0;
}
div.ie-progress div {
	height: 10px;
	width: 0;
	font-size: 0.8em;
	line-height: 1em;
	height: 1em;
	padding: 2px 0;
	text-align: right;
	background: green url(index.php?pf=importExport/progress.png) repeat-x top left;
	color: white;
	font-weight: bold;
	border-radius: 2px;
}