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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/print.css (-233 / +1 lines)
Lines 1-233 Link Here
1
.noprint {
1
.noprint{display:none}a:link{color:#006;text-decoration:none}a:visited{color:#006;text-decoration:none}a:hover{color:#930;text-decoration:none}a[href]:after{display:none}body{background-color:#fff;color:#333;font-family:arial,geneva,sans-serif;font-size:14px;margin:0 0 0 0;word-wrap:break-word}caption{color:#006;font-size:18px;font-weight:bold;margin-top:5px;text-align:left}div.table{width:100%}form{margin:0;padding:0}h1{color:#006;font-size:22px;font-weight:bold;margin-bottom:3px;margin-top:3px}h2{color:#006;font-size:20px;font-weight:bold;margin-bottom:3px;margin-top:3px}h3{color:#006;font-size:18px;font-weight:bold;margin-bottom:3px;margin-top:3px}h4{color:#006;font-size:16px;font-weight:bold;margin-bottom:3px;margin-top:3px}h5{color:#006;font-size:15px;font-weight:bold;margin-bottom:1px;margin-top:1px}h6{color:#006;font-size:14px;font-weight:bold;margin-bottom:1px;margin-top:1px}p{margin-top:0}table{background-color:#fff;border-bottom:0 solid #ccc;border-collapse:collapse;border-left:0 solid #ccc;margin:3px 0 5px 0;padding:0;width:99%}td{background-color:#fff;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:5px 5px 5px 5px;vertical-align:top}td:last-child{background-color:#fff;border-bottom:1px solid #ccc;border-right:0 solid #ccc;padding:5px 5px 5px 5px;vertical-align:top}th{background-color:#e9e9e9;border-bottom:1px solid #ccc;border-right:1px solid #ccc;font-weight:bold;padding:5px 5px 5px 5px}th:last-child{background-color:#e9e9e9;border-bottom:1px solid #ccc;border-right:0 solid #ccc;font-weight:bold;padding:5px 5px 5px 5px}tr.highlight{background-color:#e9e9e9}body#basket tr.highlight{background-color:transparent}body#basket a{font-weight:bold}body#basket table{border-top:1px solid #eee;border-left:1px solid #eee}body#basket td,body#basket th{background-color:transparent;padding:2px}body#basket th{background-color:#eee}body#basket th,body#basket th[scope=col]{text-align:center;vertical-align:middle}body#basket th[scope=row]{font-size:89%;text-align:right;vertical-align:top;width:10%}body#basket p{font-size:85%;margin:.2em 0;text-indent:.5em}.error{font-weight:bold}.ex{font-family:"Courier New",Courier,monospace}.inline{display:inline}.screen{display:none}#bookcover{float:left;margin:0;padding:0}#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action,.list-actions,.ft,#facetcontainer,.results_summary.actions,.koha_url,.yui-b{display:none}#userresults{position:absolute;right:0;word-wrap:break-word;display:block}div#userupdate input,div#userupdate textarea{display:inline;border:0}#yui-main,#yui-main .yui-b,.yui-t1 #yui-main .yui-b{display:block !important;margin:0 !important;padding:0 !important;width:auto !important;float:none !important}.navbar,#navigation,.pages,.actions,#toolbar,#selections-toolbar,#remove-selected,.breadcrumb,#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action,.list-actions,.ft,#facetcontainer,.results_summary.actions,.koha_url,.yui-b{display:none}.row-fluid{margin-top:30px}
2
	display : none;
3
}
4
5
a:link {
6
	color : #000066;
7
	text-decoration: none;
8
}
9
10
a:visited {
11
	color : #000066;
12
	text-decoration: none;
13
}
14
15
a:hover {
16
	color : #993300;
17
	text-decoration: none;
18
}
19
20
a[href]:after { display:none; }
21
22
body {
23
	background-color : #FFF;
24
	color : #333333;
25
	font-family : arial, geneva, sans-serif;
26
	font-size : 14px;
27
	margin : 0px 0px 0px 0px;
28
    word-wrap : break-word;
29
}
30
31
caption {
32
	color : #000066;
33
	font-size : 18px;
34
	font-weight : bold;
35
	margin-top : 5px;
36
	text-align : left;
37
}
38
39
div.table {
40
	width : 100%;
41
}
42
43
form {
44
	margin : 0px;
45
	padding : 0px;
46
}
47
48
h1
49
	{
50
	color : #000066;
51
	font-size : 22px;
52
	font-weight : bold;
53
	margin-bottom : 3px;
54
	margin-top : 3px;
55
}
56
57
h2 {
58
	color : #000066;
59
	font-size : 20px;
60
	font-weight : bold;
61
	margin-bottom : 3px;
62
	margin-top : 3px;
63
}
64
65
h3 {
66
	color : #000066;
67
	font-size : 18px;
68
	font-weight : bold;
69
	margin-bottom : 3px;
70
	margin-top : 3px;
71
}
72
73
h4 {
74
	color : #000066;
75
	font-size : 16px;
76
	font-weight : bold;
77
	margin-bottom : 3px;
78
	margin-top : 3px;
79
}
80
81
h5 {
82
	color : #000066;
83
	font-size : 15px;
84
	font-weight : bold;
85
	margin-bottom : 1px;
86
	margin-top : 1px;
87
}
88
89
h6 {
90
	color : #000066;
91
	font-size : 14px;
92
	font-weight : bold;
93
	margin-bottom : 1px;
94
	margin-top : 1px;
95
}
96
97
p {
98
	margin-top : 0px;
99
}
100
101
table {
102
	background-color : #FFFFFF;
103
	border-bottom : 0px solid #CCCCCC;
104
	border-collapse : collapse;
105
	border-left : 0px solid #CCCCCC;
106
	margin : 3px 0px 5px 0px;
107
	padding : 0px;
108
	width : 99%;
109
}
110
111
td {
112
	background-color : #FFF;
113
	border-bottom : 1px solid #CCCCCC;
114
	border-right : 1px solid #CCCCCC;
115
	padding : 5px 5px 5px 5px;
116
	vertical-align : top;
117
}
118
119
td:last-child {
120
	background-color : #FFF;
121
	border-bottom : 1px solid #CCCCCC;
122
	border-right : 0px solid #CCCCCC;
123
	padding : 5px 5px 5px 5px;
124
	vertical-align : top;
125
}
126
127
th {
128
	background-color : #E9E9E9;
129
	border-bottom : 1px solid #CCCCCC;
130
	border-right : 1px solid #CCCCCC;
131
	font-weight : bold;
132
	padding : 5px 5px 5px 5px;
133
}
134
135
th:last-child {
136
	background-color : #E9E9E9;
137
	border-bottom : 1px solid #CCCCCC;
138
	border-right : 0px solid #CCCCCC;
139
	font-weight : bold;
140
	padding : 5px 5px 5px 5px;
141
}
142
143
tr.highlight {
144
	background-color: #e9e9e9;
145
}
146
147
body#basket tr.highlight {
148
	background-color : transparent;
149
}
150
151
body#basket a {
152
	font-weight : bold;
153
}
154
155
body#basket table {
156
	border-top : 1px solid #EEE;
157
	border-left : 1px solid #EEE;
158
}
159
body#basket td,
160
body#basket th {
161
	background-color : transparent;
162
	padding : 2px;
163
}
164
165
body#basket th {
166
	background-color : #EEE;
167
}
168
169
body#basket th,
170
body#basket th[scope=col] {
171
	text-align : center;
172
	vertical-align : middle;
173
}
174
175
body#basket th[scope=row] {
176
	font-size : 89%;
177
	text-align : right;
178
	vertical-align : top;
179
	width : 10%;
180
}
181
182
body#basket p {
183
	font-size : 85%;
184
	margin : .2em 0;
185
	text-indent : .5em;
186
}
187
188
.error {
189
	font-weight: bold;
190
}
191
192
.ex {
193
	font-family : "Courier New", Courier, monospace;
194
}
195
.inline {
196
	display : inline;
197
}
198
199
.screen {
200
	display : none;
201
}
202
203
#bookcover {
204
	float:left;
205
	margin:0pt;
206
	padding:0pt;
207
}
208
209
#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft, #facetcontainer,.results_summary.actions,.koha_url,.yui-b {
210
	display : none;
211
}
212
213
#userresults {
214
    position : absolute;
215
    right : 0px;
216
    word-wrap : break-word;
217
	display : block;
218
}
219
220
div#userupdate input,div#userupdate textarea {
221
	display : inline;
222
	border : 0;
223
}
224
225
#yui-main,
226
#yui-main .yui-b,
227
.yui-t1 #yui-main .yui-b {
228
    display : block !important;
229
    margin : 0 !important;
230
    padding : 0 !important;
231
    width : auto !important;
232
    float : none !important;
233
}
(-)a/koha-tmpl/opac-tmpl/bootstrap/less/print.less (-1 / +240 lines)
Line 0 Link Here
0
- 
1
.noprint {
2
	display : none;
3
}
4
5
a:link {
6
	color : #000066;
7
	text-decoration: none;
8
}
9
10
a:visited {
11
	color : #000066;
12
	text-decoration: none;
13
}
14
15
a:hover {
16
	color : #993300;
17
	text-decoration: none;
18
}
19
20
a[href]:after { display:none; }
21
22
body {
23
	background-color : #FFF;
24
	color : #333333;
25
	font-family : arial, geneva, sans-serif;
26
	font-size : 14px;
27
	margin : 0px 0px 0px 0px;
28
    word-wrap : break-word;
29
}
30
31
caption {
32
	color : #000066;
33
	font-size : 18px;
34
	font-weight : bold;
35
	margin-top : 5px;
36
	text-align : left;
37
}
38
39
div.table {
40
	width : 100%;
41
}
42
43
form {
44
	margin : 0px;
45
	padding : 0px;
46
}
47
48
h1
49
	{
50
	color : #000066;
51
	font-size : 22px;
52
	font-weight : bold;
53
	margin-bottom : 3px;
54
	margin-top : 3px;
55
}
56
57
h2 {
58
	color : #000066;
59
	font-size : 20px;
60
	font-weight : bold;
61
	margin-bottom : 3px;
62
	margin-top : 3px;
63
}
64
65
h3 {
66
	color : #000066;
67
	font-size : 18px;
68
	font-weight : bold;
69
	margin-bottom : 3px;
70
	margin-top : 3px;
71
}
72
73
h4 {
74
	color : #000066;
75
	font-size : 16px;
76
	font-weight : bold;
77
	margin-bottom : 3px;
78
	margin-top : 3px;
79
}
80
81
h5 {
82
	color : #000066;
83
	font-size : 15px;
84
	font-weight : bold;
85
	margin-bottom : 1px;
86
	margin-top : 1px;
87
}
88
89
h6 {
90
	color : #000066;
91
	font-size : 14px;
92
	font-weight : bold;
93
	margin-bottom : 1px;
94
	margin-top : 1px;
95
}
96
97
p {
98
	margin-top : 0px;
99
}
100
101
table {
102
	background-color : #FFFFFF;
103
	border-bottom : 0px solid #CCCCCC;
104
	border-collapse : collapse;
105
	border-left : 0px solid #CCCCCC;
106
	margin : 3px 0px 5px 0px;
107
	padding : 0px;
108
	width : 99%;
109
}
110
111
td {
112
	background-color : #FFF;
113
	border-bottom : 1px solid #CCCCCC;
114
	border-right : 1px solid #CCCCCC;
115
	padding : 5px 5px 5px 5px;
116
	vertical-align : top;
117
}
118
119
td:last-child {
120
	background-color : #FFF;
121
	border-bottom : 1px solid #CCCCCC;
122
	border-right : 0px solid #CCCCCC;
123
	padding : 5px 5px 5px 5px;
124
	vertical-align : top;
125
}
126
127
th {
128
	background-color : #E9E9E9;
129
	border-bottom : 1px solid #CCCCCC;
130
	border-right : 1px solid #CCCCCC;
131
	font-weight : bold;
132
	padding : 5px 5px 5px 5px;
133
}
134
135
th:last-child {
136
	background-color : #E9E9E9;
137
	border-bottom : 1px solid #CCCCCC;
138
	border-right : 0px solid #CCCCCC;
139
	font-weight : bold;
140
	padding : 5px 5px 5px 5px;
141
}
142
143
tr.highlight {
144
	background-color: #e9e9e9;
145
}
146
147
body#basket tr.highlight {
148
	background-color : transparent;
149
}
150
151
body#basket a {
152
	font-weight : bold;
153
}
154
155
body#basket table {
156
	border-top : 1px solid #EEE;
157
	border-left : 1px solid #EEE;
158
}
159
body#basket td,
160
body#basket th {
161
	background-color : transparent;
162
	padding : 2px;
163
}
164
165
body#basket th {
166
	background-color : #EEE;
167
}
168
169
body#basket th,
170
body#basket th[scope=col] {
171
	text-align : center;
172
	vertical-align : middle;
173
}
174
175
body#basket th[scope=row] {
176
	font-size : 89%;
177
	text-align : right;
178
	vertical-align : top;
179
	width : 10%;
180
}
181
182
body#basket p {
183
	font-size : 85%;
184
	margin : .2em 0;
185
	text-indent : .5em;
186
}
187
188
.error {
189
	font-weight: bold;
190
}
191
192
.ex {
193
	font-family : "Courier New", Courier, monospace;
194
}
195
.inline {
196
	display : inline;
197
}
198
199
.screen {
200
	display : none;
201
}
202
203
#bookcover {
204
	float:left;
205
	margin:0pt;
206
	padding:0pt;
207
}
208
209
#members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft, #facetcontainer,.results_summary.actions,.koha_url,.yui-b {
210
	display : none;
211
}
212
213
#userresults {
214
    position : absolute;
215
    right : 0px;
216
    word-wrap : break-word;
217
	display : block;
218
}
219
220
div#userupdate input,div#userupdate textarea {
221
	display : inline;
222
	border : 0;
223
}
224
225
#yui-main,
226
#yui-main .yui-b,
227
.yui-t1 #yui-main .yui-b {
228
    display : block !important;
229
    margin : 0 !important;
230
    padding : 0 !important;
231
    width : auto !important;
232
    float : none !important;
233
}
234
235
.navbar, #navigation, .pages, .actions, #toolbar, #selections-toolbar, #remove-selected, .breadcrumb, #members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft, #facetcontainer,.results_summary.actions,.koha_url,.yui-b {
236
    display : none;
237
}
238
.row-fluid {
239
    margin-top: 30px;
240
}

Return to bug 11574