-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackend.css
More file actions
executable file
·313 lines (278 loc) · 6.13 KB
/
Copy pathbackend.css
File metadata and controls
executable file
·313 lines (278 loc) · 6.13 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
/*
Module developed for the Open Source Content Management System WebsiteBaker (http://websitebaker.org)
Copyright (C) 2010, Christoph Marti
LICENCE TERMS:
This module is free software. You can redistribute it and/or modify it
under the terms of the GNU General Public License - version 2 or later,
as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.
DISCLAIMER:
This module is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
/* Backend Stylesheet Module Bakery */
/* ******************************** */
/*
NOTE:
Modify the HTML of the main page and the item page in the layout section of the Bakery page settings.
Modify the HTML of the invoice template in the layout section of the Bakery payment methods > select invoice.
Modify the CSS of the main page and the item page in the frontend stylesheet.
Modify the CSS of the invoice template and the view order in this stylesheet.
*/
/* INVOICE PRINT */
/* General */
#invoice {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin: 0px;
background-color: #FFFFFF;
padding: 20px;
text-align: left;
vertical-align: top;
}
#button {
margin-bottom: 25px;
}
#invoice hr {
margin: 0;
border: 0;
border-top: 1px solid #A0A0A0;
height: 1px;
}
#invoice h1 {
text-align: left;
font-size: 20px;
text-transform: uppercase;
}
#invoice h2 {
font-size: 15px;
margin: 5px 0px 5px 0px;
}
#invoice .mod_bakery_logo_b {
text-align: center;
}
#invoice .mod_bakery_shop_address_b {
text-align: center;
letter-spacing: 0.3em;
}
#invoice .mod_bakery_cust_address_b {
}
#invoice .mod_bakery_invoice_no_b {
font-size: 12px;
text-align: right;
margin-right: 19px;
}
#invoice .mod_bakery_thank_you_b {
font-size: 14px;
margin: 5px 0px 5px 0px;
}
#invoice .mod_bakery_pay_invoice_b {
font-size: 14px;
margin: 5px 0px 5px 0px;
}
#invoice .mod_bakery_bank_account_b {
font-size: 12px;
margin-left: 20px;
}
/* VIEW ORDER */
/* General */
#order table {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
border: 1px dotted #BCBCBC;
margin: 0 auto;
}
#order hr {
margin: 0;
border: 0;
border-top: 1px dotted #BCBCBC;
height: 1px;
}
#order .mod_bakery_order_b {
font-weight: bold;
margin-left: 12px;
}
#order .mod_bakery_address_b {
font-weight: bold;
}
/* INVOICE PRINT and VIEW ORDER */
/* Error */
.mod_bakery_error_b {
width: 260px;
margin: 150px auto;
padding: 15px 0;
text-align: center;
color: red;
border: solid 1px red;
background-color: #FFDCD9;
background-image: url(images/error.gif);
background-position: 15px center;
background-repeat: no-repeat;
}
#invoice tbody td {
vertical-align: top;
}
/* INVOICE table header */
.mod_bakery_invoice_th_sku_b {
text-align: left;
}
.mod_bakery_invoice_th_name_b {
text-align: center;
}
.mod_bakery_invoice_th_quantity_b {
text-align: right;
}
.mod_bakery_invoice_th_price_b {
text-align: right;
}
.mod_bakery_invoice_th_shipping_b {
text-align: right;
}
.mod_bakery_invoice_th_tax_rate_b {
text-align: right;
}
.mod_bakery_invoice_th_sum_b {
text-align: right;
}
/* INVOICE table body */
.mod_bakery_invoice_td_sku_b {
text-align: left;
width: 8%;
}
.mod_bakery_invoice_td_name_b {
/* text-align: center;*/
}
.mod_bakery_invoice_td_quantity_b {
text-align: center;
width: 8%;
}
.mod_bakery_invoice_td_price_b {
text-align: right;
width: 8%;
}
.mod_bakery_invoice_td_shipping_b {
text-align: right;
width: 8%;
}
.mod_bakery_invoice_td_tax_rate_b {
text-align: right;
width: 5%;
}
.mod_bakery_invoice_td_sum_b {
text-align: right;
width: 10%;
}
/* INVOICE table details */
.mod_bakery_invoice_currency_b {
font-size: 9px;
font-weight: normal;
}
.mod_bakery_invoice_tax_rate_b {
font-size: 9px;
font-weight: normal;
}
.mod_bakery_invoice_item_b {
font-weight: bold;
}
.mod_bakery_invoice_subtotal_b {
text-align: right;
font-weight: bold;
/* line-height: 200%;*/
}
.mod_bakery_invoice_shipping_b {
text-align: right;
font-weight: bold;
/* line-height: 75%;*/
}
.mod_bakery_invoice_free_shipping_b {
text-align: right;
font-weight: bold;
/* line-height: 75%;*/
color: #FF0000;
}
.mod_bakery_invoice_tax_b {
text-align: right;
font-weight: bold;
/* line-height: 75%;*/
}
.mod_bakery_invoice_total_b {
text-align: right;
font-weight: bold;
/* line-height: 300%;*/
}
@media print {
#button {
display: none;
}
}
/* GENERAL */
#mod_bakery_modify_b {
border: 1px solid #BCBCBC;
margin-top: 15px;
padding: 8px;
}
.mod_bakery_submit_row_b {
background-color: #C1D2EE;
}
.mod_bakery_section_header_b {
text-align: left;
padding: 20px 0 5px 10px;
background-color: #C1D2EE;
}
.mod_bakery_section_header_b span {
font-size: 12px;
font-weight: normal;
}
.mod_bakery_img_resize_table_b {
background-color: #E7F0F6;
border: 1px solid #CECECE;
margin: 5px;
}
.mod_bakery_disabled_b {
color: #9D9D9D;
}
input[type="submit"], input[type="button"] {
}
input.mod_bakery_edit_css {
width: 200px;
float: right;
clear: both;
}
/* PLACEHOLDERS USED IN THE BAKERY TEMPLATES (help.php) */
#mod_bakery_placeholders_b {
border-collapse: collapse;
}
.mod_bakery_placeholders_header_b {
border: none;
background-color: #C1D2EE;
}
#mod_bakery_placeholders_b th {
background-color: #DBEBF2;
border: 1px solid #E1E1E1;
}
#mod_bakery_placeholders_b td {
border: 1px solid #E1E1E1;
}
.mod_bakery_placeholders_column_b {
background-color: #ECF3F7;
}
.mod_bakery_placeholders_localisation_b {
color: #0000FF;
}
.mod_bakery_placeholders_general_settings_b {
color: #008000;
}
.mod_bakery_placeholders_page_settings_b {
color: #804000;
}
.mod_bakery_placeholders_customer_b {
color: #FF0000;
}
.mod_bakery_placeholders_items_b {
color: #FF6600;
}
.mod_bakery_placeholders_page_b {
color: #FF0099;
}