View | Details | Raw Unified | Return to bug 26962
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/print.css (-11 / +10 lines)
Lines 15-28 a:hover { Link Here
15
15
16
body {
16
body {
17
	background-color : #FFF;
17
	background-color : #FFF;
18
	color : #333333;
18
	color : #000000;
19
	font-family : arial, geneva, sans-serif;
19
	font-family : arial, geneva, sans-serif;
20
	font-size : 14px;
20
	font-size : 14px;
21
	margin : 0px 0px 0px 0px;
21
	margin : 0px 0px 0px 0px;
22
}
22
}
23
23
24
caption {
24
caption {
25
	color : #000066;
25
	color : #000000;
26
	font-size : 18px;
26
	font-size : 18px;
27
	font-weight : bold;
27
	font-weight : bold;
28
	margin-top : 5px;
28
	margin-top : 5px;
Lines 36-42 form { Link Here
36
36
37
h1
37
h1
38
	{
38
	{
39
	color : #000066;
39
	color : #000000;
40
	font-size : 22px;
40
	font-size : 22px;
41
	font-weight : bold;
41
	font-weight : bold;
42
	margin-bottom : 3px;
42
	margin-bottom : 3px;
Lines 48-54 h1#logo { Link Here
48
}
48
}
49
49
50
h2 {
50
h2 {
51
	color : #000066;
51
	color : #000000;
52
	font-size : 20px;
52
	font-size : 20px;
53
	font-weight : bold;
53
	font-weight : bold;
54
	margin-bottom : 3px;
54
	margin-bottom : 3px;
Lines 56-62 h2 { Link Here
56
}
56
}
57
57
58
h3 {
58
h3 {
59
	color : #000066;
59
	color : #000000;
60
	font-size : 18px;
60
	font-size : 18px;
61
	font-weight : bold;
61
	font-weight : bold;
62
	margin-bottom : 3px;
62
	margin-bottom : 3px;
Lines 64-70 h3 { Link Here
64
}
64
}
65
65
66
h4 {
66
h4 {
67
	color : #000066;
67
	color : #000000;
68
	font-size : 16px;
68
	font-size : 16px;
69
	font-weight : bold;
69
	font-weight : bold;
70
	margin-bottom : 3px;
70
	margin-bottom : 3px;
Lines 72-78 h4 { Link Here
72
}
72
}
73
73
74
h5 {
74
h5 {
75
	color : #000066;
75
	color : #000000;
76
	font-size : 15px;
76
	font-size : 15px;
77
	font-weight : bold;
77
	font-weight : bold;
78
	margin-bottom : 1px;
78
	margin-bottom : 1px;
Lines 80-86 h5 { Link Here
80
}
80
}
81
81
82
h6 {
82
h6 {
83
	color : #000066;
83
	color : #000000;
84
	font-size : 14px;
84
	font-size : 14px;
85
	font-weight : bold;
85
	font-weight : bold;
86
	margin-bottom : 1px;
86
	margin-bottom : 1px;
Lines 231-242 td.debit { Link Here
231
}
231
}
232
232
233
#receipt a:link {
233
#receipt a:link {
234
	color : #000066;
234
	color : #000000;
235
	text-decoration: none;
235
	text-decoration: none;
236
}
236
}
237
237
238
#receipt a:visited {
238
#receipt a:visited {
239
	color : #000066;
239
	color : #000000;
240
	text-decoration: none;
240
	text-decoration: none;
241
}
241
}
242
242
243
- 

Return to bug 26962