File: style.css

package info (click to toggle)
tablix2 0.3.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,024 kB
  • sloc: ansic: 24,593; xml: 13,161; sh: 10,409; makefile: 800; perl: 564; yacc: 289; sed: 16
file content (98 lines) | stat: -rw-r--r-- 1,179 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body {
	background: #fffff5;
	color: #000000;
	font-family: sans-serif;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

hr {
	border: 1px solid #000000;
	background: #000000;
}

table {
	margin-left: auto;
	margin-right: auto;
	border: none;
}

p {
	margin: 0.2cm;
}

p.event {
	font-style: italic;
}

#index td {
	background: #ffffff;
	border: 3px solid #000000;
	padding-top: 0.1cm;
	padding-bottom: 0.1cm;
	padding-left: 1cm;
	padding-right: 1cm;
}

#index td.empty {
	border: 1px solid #000000;
	background: #fffff5;
}

td {
	background: #ffffff;
	border: 3px solid #000000;
	padding: 0.1cm;
}

td.empty {
	background: #fffff5;
	border: 1px solid #000000;
	padding: 0.1cm;
}

td.conf {
	background: #eeeeee;
	border: 3px solid #000000;
	padding: 0.1cm;
}

p.conf {
	font-size: small;
}

b.footnote {
	font-weight: bold;
}

h3.footnote {
	font-weight: bold;
	font-size: small;
}

td.footnote-empty {
	border: none;
	background: #fffff5;
	font-size: small;
}

td.footnote {
	border: none;
	background: #fffff5;
	font-size: small;
}

th {
	border: none;
	padding: 0.5cm;
	background: #fffff5;
}