File: default.css

package info (click to toggle)
pcb-rnd 3.1.7b-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,108 kB
  • sloc: ansic: 213,400; yacc: 6,241; sh: 4,698; awk: 3,016; makefile: 2,254; lex: 1,166; python: 519; xml: 261; lisp: 154; tcl: 67; perl: 34; javascript: 6; ruby: 5
file content (65 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (5)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
H1 {
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

H2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

P {
	text-align: justify;
	margin-left: 20px;
}

PRE {
	margin-left: 20px;
}

table.actsum {
	border: none;
	margin-left: 20px;
}

td.actsum {
	background-color: #f0f0f0;
	border: none;
	padding: 15px;
	align: left;
}

th.actsum {
	background-color: #f0f0f0;
	border: none;
	padding: 15px;
	align: right;
}

table {
	border-collapse: collapse;
	border: 2px solid #555555;
	margin-left: 20px;
}

td {
	border: 1px solid #777777;
	padding: 5px;
}

th {
	border: 1px solid #777777;
	background-color: #e0e0e0;
	padding: 5px;
}


ul.toc {
	list-style-type: none;
	padding: 20px;
}

ul.toc li {
	padding: 5px;
	font-size: 120%;
}