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

(-)a/koha-tmpl/intranet-tmpl/prog/css/print.css (-2 / +2 lines)
Lines 1-10 Link Here
1
a:link {
1
a:link {
2
	color : #000066;
2
	color : #000000;
3
	text-decoration: none;
3
	text-decoration: none;
4
}
4
}
5
5
6
a:visited {
6
a:visited {
7
	color : #000066;
7
	color : #000000;
8
	text-decoration: none;
8
	text-decoration: none;
9
}
9
}
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/css/printreceiptinvoice.css (-11 / +11 lines)
Lines 1-10 Link Here
1
a:link {
1
a:link {
2
	color : #000066;
2
	color : #000000;
3
	text-decoration: none;
3
	text-decoration: none;
4
}
4
}
5
5
6
a:visited {
6
a:visited {
7
	color : #000066;
7
	color : #000000;
8
	text-decoration: none;
8
	text-decoration: none;
9
}
9
}
10
10
Lines 22-28 body { Link Here
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 244-255 td.debit { Link Here
244
}
244
}
245
245
246
#receipt a:link {
246
#receipt a:link {
247
	color : #000066;
247
	color : #000000;
248
	text-decoration: none;
248
	text-decoration: none;
249
}
249
}
250
250
251
#receipt a:visited {
251
#receipt a:visited {
252
	color : #000066;
252
	color : #000000;
253
	text-decoration: none;
253
	text-decoration: none;
254
}
254
}
255
255
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss (-10 / +9 lines)
Lines 1-10 Link Here
1
a:link {
1
a:link {
2
    color: #000066;
2
    color: #000000;
3
    text-decoration: none;
3
    text-decoration: none;
4
}
4
}
5
5
6
a:visited {
6
a:visited {
7
    color: #000066;
7
    color: #000000;
8
    text-decoration: none;
8
    text-decoration: none;
9
}
9
}
10
10
Lines 23-29 body { Link Here
23
}
23
}
24
24
25
caption {
25
caption {
26
    color: #000066;
26
    color: #000000;
27
    font-size: 18px;
27
    font-size: 18px;
28
    font-weight: bold;
28
    font-weight: bold;
29
    margin-top: 5px;
29
    margin-top: 5px;
Lines 40-46 form { Link Here
40
}
40
}
41
41
42
h1 {
42
h1 {
43
    color: #000066;
43
    color: #000000;
44
    font-size: 22px;
44
    font-size: 22px;
45
    font-weight: bold;
45
    font-weight: bold;
46
    margin-bottom: 3px;
46
    margin-bottom: 3px;
Lines 48-54 h1 { 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;
87
- 

Return to bug 26962