File: oldstyle.css

package info (click to toggle)
lighttpd 1.4.82-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,800 kB
  • sloc: ansic: 103,536; perl: 2,720; sh: 783; yacc: 726; makefile: 715
file content (25 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (14)
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
table {
	border: 1px solid black;
	padding: 1px;
}
th {
	background-color: black;
	border: 1px solid white;
	color: white;
	padding-right: 2px;
	padding-left: 2px;
}
td {
	background-color: #f0f0f0;
	border: 1px solid white;
	padding-right: 2px;
	padding-left: 2px;
}
td.s {
	background-color: #f0f0f0;
	text-align: right;
	padding-left: 14px;
}
div.foot {
	margin-top: 4px;
}