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

(-)a/koha-tmpl/intranet-tmpl/prog/css/print.css (-195 / +201 lines)
Lines 1-291 Link Here
1
a:link {
1
a:link {
2
	color : #000000;
2
    color: #000000;
3
	text-decoration: none;
3
    text-decoration: none;
4
}
4
}
5
5
6
a:visited {
6
a:visited {
7
	color : #000000;
7
    color: #000000;
8
	text-decoration: none;
8
    text-decoration: none;
9
}
9
}
10
10
11
a:hover {
11
a:hover {
12
	color : #993300;
12
    color: #993300;
13
	text-decoration: none;
13
    text-decoration: none;
14
}
14
}
15
15
16
body {
16
body {
17
	background-color : #FFF;
17
    background-color: #FFF;
18
	color : #000000;
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: 0 0 0 0;
22
}
22
}
23
23
24
caption {
24
caption {
25
	color : #000000;
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;
29
	text-align : left;
29
    text-align: left;
30
}
30
}
31
31
32
form {
32
form {
33
	margin : 0px;
33
    margin: 0;
34
	padding : 0px;
34
    padding: 0;
35
}
35
}
36
36
37
h1
37
h1 {
38
	{
38
    color: #000000;
39
	color : #000000;
39
    font-size: 22px;
40
	font-size : 22px;
40
    font-weight: bold;
41
	font-weight : bold;
41
    margin-bottom: 3px;
42
	margin-bottom : 3px;
42
    margin-top: 3px;
43
	margin-top : 3px;
44
}
43
}
45
44
46
h1#logo {
45
h1#logo {
47
	display: none;
46
    display: none;
48
}
47
}
49
48
50
h2 {
49
h2 {
51
	color : #000000;
50
    color: #000000;
52
	font-size : 20px;
51
    font-size: 20px;
53
	font-weight : bold;
52
    font-weight: bold;
54
	margin-bottom : 3px;
53
    margin-bottom: 3px;
55
	margin-top : 3px;
54
    margin-top: 3px;
56
}
55
}
57
56
58
h3 {
57
h3 {
59
	color : #000000;
58
    color: #000000;
60
	font-size : 18px;
59
    font-size: 18px;
61
	font-weight : bold;
60
    font-weight: bold;
62
	margin-bottom : 3px;
61
    margin-bottom: 3px;
63
	margin-top : 3px;
62
    margin-top: 3px;
64
}
63
}
65
64
66
h4 {
65
h4 {
67
	color : #000000;
66
    color: #000000;
68
	font-size : 16px;
67
    font-size: 16px;
69
	font-weight : bold;
68
    font-weight: bold;
70
	margin-bottom : 3px;
69
    margin-bottom: 3px;
71
	margin-top : 3px;
70
    margin-top: 3px;
72
}
71
}
73
72
74
h5 {
73
h5 {
75
	color : #000000;
74
    color: #000000;
76
	font-size : 15px;
75
    font-size: 15px;
77
	font-weight : bold;
76
    font-weight: bold;
78
	margin-bottom : 1px;
77
    margin-bottom: 1px;
79
	margin-top : 1px;
78
    margin-top: 1px;
80
}
79
}
81
80
82
h6 {
81
h6 {
83
	color : #000000;
82
    color: #000000;
84
	font-size : 14px;
83
    font-size: 14px;
85
	font-weight : bold;
84
    font-weight: bold;
86
	margin-bottom : 1px;
85
    margin-bottom: 1px;
87
	margin-top : 1px;
86
    margin-top: 1px;
88
}
87
}
89
88
90
table {
89
table {
91
	background-color : #FFFFFF;
90
    background-color: #FFFFFF;
92
	border-bottom : 1px solid #CCCCCC;
91
    border-bottom: 1px solid #CCCCCC;
93
	border-collapse : collapse;
92
    border-collapse: collapse;
94
	border-left : 1px solid #CCCCCC;
93
    border-left: 1px solid #CCCCCC;
95
	margin : 3px 0px 5px 0px;
94
    margin: 3px 0 5px 0;
96
	padding : 0px;
95
    padding: 0;
97
	width : 99%;
96
    width: 99%;
98
}
97
}
99
98
100
table.list {
99
table.list {
101
	background-color : #FFFFFF;
100
    background-color: #FFFFFF;
102
	border : 0;
101
    border: 0;
103
	border-collapse : collapse;
102
    border-collapse: collapse;
104
	margin : 3px 0px 5px 0px;
103
    margin: 3px 0 5px 0;
105
	padding : 0px;
104
    padding: 0;
106
	width : 99%;
105
    width: 99%;
107
}
106
}
108
107
109
td {
108
td {
110
	background-color : #FFF;
109
    background-color: #FFF;
111
	border-bottom : 1px solid #CCCCCC;
110
    border-bottom: 1px solid #CCCCCC;
112
	border-right : 1px solid #CCCCCC;
111
    border-left: 0;
113
	border-top : 0;
112
    border-right: 1px solid #CCCCCC;
114
	border-left : 0;
113
    border-top: 0;
115
	font-size : 12px;
114
    font-size: 12px;
116
	padding : 5px 5px 5px 5px;
115
    padding: 5px 5px 5px 5px;
117
}
116
}
118
117
119
td:last-child {
118
td:last-child {
120
	background-color : #FFF;
119
    background-color: #FFF;
121
	border-bottom : 1px solid #CCCCCC;
120
    border-bottom: 1px solid #CCCCCC;
122
	border-right : 0px solid #CCCCCC;
121
    border-left: 0;
123
	border-top : 0;
122
    border-right: 0 solid #CCCCCC;
124
	border-left : 0;
123
    border-top: 0;
125
	font-size : 12px;
124
    font-size: 12px;
126
	padding : 5px 5px 5px 5px;
125
    padding: 5px 5px 5px 5px;
127
}
126
}
128
127
129
table.list th {
128
table.list th {
130
	background-color : #FFFFFF;
129
    background-color: #FFFFFF;
131
	border-top : 0;
130
    border-left: 0;
132
	border-left : 0;
131
    border-top: 0;
133
	text-align: left;
132
    font-size: 12px;
134
	font-size: 12px;
133
    font-weight: bold;
135
	font-weight: bold;
134
    padding: 5px;
136
	padding: 5px;
135
    text-align: left;
137
	width : 25%;
136
    width: 25%;
138
}
137
}
139
138
140
th {
139
th {
141
	background-color : #E9E9E9;
140
    background-color: #E9E9E9;
142
	border-bottom : 1px solid #CCCCCC;
141
    border-bottom: 1px solid #CCCCCC;
143
	border-right : 1px solid #CCCCCC;
142
    border-left: 0;
144
	border-top : 0;
143
    border-right: 1px solid #CCCCCC;
145
	border-left : 0;
144
    border-top: 0;
146
	font-size : 14px;
145
    font-size: 14px;
147
	font-weight : bold;
146
    font-weight: bold;
148
	padding : 5px 5px 5px 5px;
147
    padding: 5px 5px 5px 5px;
148
    text-align: left;
149
}
149
}
150
150
151
th:last-child {
151
th:last-child {
152
	background-color : #E9E9E9;
152
    background-color: #E9E9E9;
153
	border-bottom : 1px solid #CCCCCC;
153
    border-bottom: 1px solid #CCCCCC;
154
	border-right : 0px solid #CCCCCC;
154
    border-left: 0;
155
	border-top : 0;
155
    border-right: 0 solid #CCCCCC;
156
	border-left : 0;
156
    border-top: 0;
157
	font-size : 14px;
157
    font-size: 14px;
158
	font-weight : bold;
158
    font-weight: bold;
159
	padding : 5px 5px 5px 5px;
159
    padding: 5px 5px 5px 5px;
160
}
160
}
161
161
162
td.input, div.form td, div.details td {
162
td.input,
163
	border-bottom : 1px solid #CCCCCC;
163
div.form td,
164
	border-left : 0px;
164
div.details td {
165
	border-right : 0px;
165
    border-bottom: 1px solid #CCCCCC;
166
	color : #000000;
166
    border-left: 0;
167
	line-height : 1.5em;
167
    border-right: 0;
168
	padding : 4px;
168
    color: #000000;
169
	text-align : left;
169
    line-height: 1.5em;
170
}
170
    padding: 4px;
171
171
    text-align: left;
172
td.label, div.form th, div.details th {
172
}
173
	background-color : #FFF;
173
174
	border-bottom : 1px solid #CCCCCC;
174
td.label,
175
	border-left : 1px solid #CCCCCC;
175
div.form th,
176
	border-right : 0px;
176
div.details th {
177
	border-top : 0px;
177
    background-color: #FFF;
178
	color : #000088;
178
    border-bottom: 1px solid #CCCCCC;
179
	font-weight : bold;
179
    border-left: 1px solid #CCCCCC;
180
	line-height : 1.5em;
180
    border-right: 0;
181
	padding : 4px;
181
    border-top: 0;
182
	text-align : right;
182
    color: #000088;
183
	vertical-align : top;
183
    font-weight: bold;
184
    line-height: 1.5em;
185
    padding: 4px;
186
    text-align: right;
187
    vertical-align: top;
184
}
188
}
185
189
186
tr.highlight {
190
tr.highlight {
187
	background-color: #CCCCCC;
191
    background-color: #CCCCCC;
188
}
192
}
189
193
190
.error {
194
.error {
191
	font-weight: bold;
195
    font-weight: bold;
192
}
196
}
193
197
194
.ex {
198
.ex {
195
	font-family : "Courier New", Courier, monospace;
199
    font-family: "Courier New", Courier, monospace;
196
}
200
}
201
197
.inline {
202
.inline {
198
	display : inline;
203
    display: inline;
199
}
204
}
200
205
201
tr.overdue {
206
tr.overdue {
202
	font-weight : bold;
207
    font-weight: bold;
203
}
208
}
204
209
205
tfoot {
210
tfoot {
206
	font-weight : bold;
211
    font-weight: bold;
207
}
212
}
208
213
209
tfoot td, tfoot td:last-child {
214
tfoot td,
210
	background-color : #EEEEEE;	
215
tfoot td:last-child {
211
	border-right : 1px solid #666666;
216
    background-color: #EEEEEE;
212
	border-bottom : 1px solid #666666;
217
    border-bottom: 1px solid #666666;
218
    border-right: 1px solid #666666;
213
}
219
}
214
220
215
td.credit, td.debit, td.sum {
221
td.credit,
222
td.debit,
223
td.sum {
216
    color: #000;
224
    color: #000;
217
	font-family : "Courier New", Courier, monospace;
225
    font-family: "Courier New", Courier, monospace;
218
	text-align : right;
226
    text-align: right;
219
}
227
}
220
228
221
td.debit {
229
td.debit {
222
	color : #990000;
230
    color: #990000;
223
}
231
}
224
232
225
#receipt {
233
#receipt {
226
	background-color : #FFFFFF;
234
    background-color: #FFFFFF;
227
	font-family : serif;
235
    font-family: serif;
228
	font-size : .9em;
236
    font-size: .9em;
229
	margin : 0 0px 0px 0;
237
    margin: 0 0 0 0;
230
	padding : 0px;
238
    padding: 0;
231
	position : relative;
239
    position: relative;
232
}
240
}
233
241
234
#receipt a:link {
242
#receipt a:link {
235
	color : #000000;
243
    color: #000000;
236
	text-decoration: none;
244
    text-decoration: none;
237
}
245
}
238
246
239
#receipt a:visited {
247
#receipt a:visited {
240
	color : #000000;
248
    color: #000000;
241
	text-decoration: none;
249
    text-decoration: none;
242
}
250
}
243
251
244
#receipt a:hover {
252
#receipt a:hover {
245
	color : #993300;
253
    color: #993300;
246
	text-decoration: none;
254
    text-decoration: none;
247
}
255
}
248
256
249
#receipt caption {
257
#receipt caption {
250
	color : #000000;
258
    color: #000000;
251
	font-weight : bold;
259
    font-weight: bold;
252
	margin-top : 5px;
260
    margin-top: 5px;
253
	text-align : left;
261
    text-align: left;
254
}
262
}
255
263
256
#receipt div.table {
264
#receipt div.table {
257
	background-color : transparent;
265
    background-color: transparent;
258
	font-weight: normal;
266
    font-weight: normal;
259
}
267
}
260
268
261
#receipt h3, #receipt caption, #receipt h4 {
269
#receipt h3,
262
	background-color : transparent;
270
#receipt caption,
263
	color : #000000;
271
#receipt h4 {
264
	font-size : 1em;
272
    background-color: transparent;
265
	font-weight : bold;
273
    color: #000000;
266
	margin-bottom : 3px;
274
    font-size: 1em;
267
	margin-top : 3px;
275
    font-weight: bold;
276
    margin-bottom: 3px;
277
    margin-top: 3px;
268
}
278
}
269
279
270
#receipt table {
280
#receipt table {
271
	background-color : transparent;
281
    background-color: transparent;
272
	border : 0;
282
    border: 0;
273
	border-collapse : collapse;
283
    border-collapse: collapse;
274
	width : auto;
284
    width: auto;
275
}
285
}
276
286
277
#receipt td, #receipt th {
287
#receipt td,
278
	background-color : transparent;
288
#receipt th {
279
	border : 0;
289
    background-color: transparent;
280
	font-size : 1em;
290
    border: 0;
281
	font-weight : normal;
291
    font-size: 1em;
282
	padding : 1px;
292
    font-weight: normal;
283
	}
293
    padding: 1px;
284
	
294
}
295
285
#receipt th {
296
#receipt th {
286
	font-weight : bold;
297
    font-weight: bold;
287
	text-align : left;
298
    text-align: left;
288
	}
299
}
289
300
290
#breadcrumbs,
301
#breadcrumbs,
291
#toplevelnav,
302
#toplevelnav,
Lines 314-339 button.dt-button { Link Here
314
325
315
.ui-tabs .ui-tabs-panel,
326
.ui-tabs .ui-tabs-panel,
316
.ui-tabs .ui-tabs-hide {
327
.ui-tabs .ui-tabs-hide {
317
    display : block !important;
328
    display: block !important;
318
}
329
}
319
330
320
fieldset {
331
fieldset {
321
	border : 0;
332
    border: 0;
322
}
333
}
334
323
#cataloguing_additem_itemlist {
335
#cataloguing_additem_itemlist {
324
	overflow : visible !important;
336
    overflow: visible !important;
325
}
337
}
326
338
327
#catalogue_detail_marc_preview,
339
#catalogue_detail_marc_preview,
328
p#upload_image
340
p#upload_image {
329
{
330
    display: none;
341
    display: none;
331
}
342
}
332
343
333
th {
334
    text-align: left;
335
}
336
337
#cart_basket .container,
344
#cart_basket .container,
338
#cart_basket table,
345
#cart_basket table,
339
#cart_basket tr,
346
#cart_basket tr,
Lines 343-360 th { Link Here
343
#cart_basket .sorting,
350
#cart_basket .sorting,
344
#cart_basket .sorting_desc,
351
#cart_basket .sorting_desc,
345
#cart_basket .sorting_disabled,
352
#cart_basket .sorting_disabled,
346
#cart_basket tbody tr:nth-child(2n+1) td {
353
#cart_basket tbody tr:nth-child( 2n+1 ) td {
347
    background: transparent none;
354
    background: transparent none;
348
    border: 0;
355
    border: 0;
349
}
356
}
350
357
351
#cart_basket tr {
358
#cart_basket tr {
352
    border-collapse: collapse;
353
    border-bottom: 1px solid #DDD;
359
    border-bottom: 1px solid #DDD;
360
    border-collapse: collapse;
354
}
361
}
355
362
356
.container {
363
.container {
357
    width:100%;
364
    width: 100%;
358
}
365
}
359
366
360
#catalog_detail .col-sm-push-2 {
367
#catalog_detail .col-sm-push-2 {
361
- 

Return to bug 34119