Subversion-Projekte lars-tiefland.webanos.faltradxxs.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
24 lars 1
/*
2
	$Id: bestellung.css 14730 2020-01-28 14:52:03Z tiefland $
3
	Projekt:   Content-management
4
	Autor:     Lars Tiefland <tiefland@weban.de>
5
	Copyright: 2010 Webagentur Niewerth
6
*/
7
table.anschrift td,
8
table.lieferanschrift td {
9
    height:100%;
10
    vertical-align:top;
11
    padding:5px;
12
}
13
 
14
.onprint {
15
    display:none;
16
}
17
 
18
        /* Anpassung Markus Niewerth */
19
        /* Druckbarer Bereich */
20
        @media print
21
        {
22
            #bestellungFormular{
23
                margin:0 0 0 -25px;
24
                padding:0;
25
            }
26
            .bestellungFormular{
27
                width:96%!important;
28
                position:relative;
29
                margin-left:25px;
30
            }
31
            a:hover,
32
            a:visited,
33
            a:link,
34
            a:active
35
            {
36
                text-decoration:none;
37
            }
38
            .print
39
            {
40
                display:inline;
41
            }
42
            #noprint,
43
            .noprint
44
            {
45
                display:none!important;
46
            }
47
            .onprint {
48
                display:block;
49
            }
50
        	.lightgray
51
            {
52
                color: #000000;
53
                background-color: #EEEEEE;
54
                text-decoration:none;
55
            }
56
        	.darkgray
57
            {
58
                color: #000000;
59
                background-color: #CCCCCC;
60
                text-decoration:none;
61
            }
62
        	.status_off
63
            {
64
                color: #000000;
65
                text-decoration : none;
66
            }
67
        	.status_red
68
            {
69
                color: #FFFFFF!important;
70
                background-color: #ff4040!important;
71
                text-decoration:underline;
72
                font-weight:bold;
73
            }
74
        	.status_yellow
75
            {
76
                color: #000000;
77
                background-color: #FFFF00!important;
78
                text-decoration:underline;
79
                font-weight:bold;
80
            }
81
        	.status_blue
82
            {
83
                color: #FFFFFF;
84
                background-color: #0000FF!important;
85
                text-decoration:underline;
86
                font-weight:bold;
87
            }
88
        	.status_green
89
            {
90
                color: #000000;
91
                background-color: #40FF40!important;
92
                text-decoration:underline;
93
                font-weight:bold;
94
            }
95
        	.status_white
96
            {
97
                color: #000000;
98
                background-color: #FFFFFF;
99
                text-decoration:underline;
100
                font-weight:bold;
101
            }
102
            .bestellnummer{
103
                width:49%;
104
            }
105
            .fremdBestellnummer{
106
                width:49%;
107
            }
108
            .anschrift{
109
                float:left;
110
                display:inline-block;
111
                border: 0px!important;
112
            }
113
            .anschrift td{
114
                clear:both;
115
                margin-top:1px;
116
                float:left;
117
            }
118
 
119
            .lieferanschrift{
120
                float:left;
121
                display:inline-block;
122
                margin-left:15px;
123
                margin-top:-15px;
124
            }
125
            .lieferanschrift td {
126
                clear:both;
127
                margin-top:1px;
128
                float:left;
129
            }
130
            .artikelTabelle{width:100%;}
131
            .ueberschrift{text-align:right;}
132
            .artikelListe tr{
133
                width:100%;
134
            }
135
            .tabelle{
136
                width:100%;
137
                display:table;
138
            }
139
            .tabelle div{
140
                display:table-row;
141
            }
142
            .tabelle div div{
143
                display:table-cell;
144
 
145
            }
146
            .ersteZelle{
147
                float:left;
148
            }
149
            .zweiteZelle{
150
                float:left;
151
                margin-left:5px;
152
                width:57%;
153
            }
154
            .dritteZelle{
155
                text-align:right;
156
                float:left;
157
                margin-left:10px;
158
            }
159
            .statusDreiKaestchen{text-align:right;width:72px;}
160
            .statusVierKaestchen{text-align:right;width:115px;}
161
            .kaestchenWrapper{float:right;margin-left:20px;}
162
            .kaestchen{float:left;}
163
 
164
            .bemerkung{
165
                float:left;
166
                border:none!important;
167
            }
168
            .dokumente .ersteZelle{
169
                width:250px;
170
            }
171
            .dokumente .vierteZelle{
172
            }
173
            .dokumente .fuenfteZelle{
174
                width:50px;
175
            }
176
            .links{
177
                color: #000;
178
            }
179
 
180
        }
181
 
182
        /* Sichtbarer Bereich */
183
        @media screen
184
        {
185
            #bestellungFormular{
186
                max-width:1280px;
187
            }
188
            .print
189
            {
190
                display:none;
191
            }
192
        	.lightgray
193
            {
194
                color: #000000;
195
                background-color: #EEEEEE;
196
                text-decoration:none;
197
            }
198
        	.darkgray
199
            {
200
                color: #000000;
201
                background-color: #CCCCCC;
202
                text-decoration:none;
203
            }
204
        	.status_off
205
            {
206
                color: #000000;
207
                text-decoration:none;
208
            }
209
        	.status_red
210
            {
211
                color: #FFFFFF;
212
                background-color: #ff4040;
213
                text-decoration:none;
214
            }
215
        	.status_yellow
216
            {
217
                color: #000000;
218
                background-color: #FFFF00;
219
                text-decoration:none;
220
            }
221
        	.status_blue
222
            {
223
                color: #FFFFFF;
224
                background-color: #0000FF;
225
                text-decoration:none;
226
            }
227
        	.status_green
228
            {
229
                color: #000000;
230
                background-color: #40FF40;
231
                text-decoration:none;
232
            }
233
        	.status_white
234
            {
235
                color: #000000;
236
                background-color: #FFFFFF;
237
                text-decoration:none;
238
            }
239
 
240
            /* Rechnungsadresse */
241
            .anschrift {
242
                float:left;
243
                width:48%;
244
                border-collapse: separate;
245
                margin:1%;
246
                background-color:#fff!important;
247
            }
248
            .anschrift td {
249
                clear:both;
250
                float:none;
251
                padding:2px 5px;
252
                display:block;
253
            }
254
 
255
            /* Lieferadresse */
256
            .lieferanschrift {
257
                width:48%;
258
                border-collapse: separate;
259
                margin:1%;
260
                background-color:#fff!important;
261
            }
262
            .lieferanschrift td{
263
                padding:5px;
264
            }
265
            .bestellungFormular{
266
                width:100%;
267
            }
268
            .bestellungFormular .artikelListe{
269
                float:left;
270
                width:100%;
271
            }
272
            .artikelDaten{
273
                width:100%;
274
                float:left;
275
            }
276
            .tabelle{
277
                width:100%;
278
                display:table;
279
            }
280
            .tabelle div{
281
                display:table-row;
282
            }
283
            .tabelle div div{
284
                display:table-cell;
285
            }
286
            .ersteZelle{
287
                width:50px!important;
288
            }
289
            .zweiteZelle{
290
                /*width:75%;*/
291
                text-align:left;
292
                float:left;
293
                margin-left:5px!important;
294
            }
295
            .dritteZelle{
296
                width:50px;
297
                text-align:right;
298
            }
299
            .dokumente{
300
                width:100%;
301
            }
302
            .dokumente .ersteZelle{
303
                float:left;
304
                width:50%!important;
305
                padding:5px 0 5px 0!important;
306
            }
307
            .dokumente .zweiteZelle{
308
                float:left;
309
                width:15px!important;
310
                padding:5px 0 5px 0!important;
311
            }
312
            .dokumente .dritteZelle{
313
                float:left;
314
                width:15px!important;
315
                padding:5px 0 5px 0!important;
316
            }
317
            .dokumente .vierteZelle{
318
                float:left;
319
                /*width:18%!important;*/
320
                padding:5px 10px 5px 10px!important;
321
            }
322
            .dokumente .fuenfteZelle{
323
                float:left;
324
                /*width:15%!important;*/
325
                padding:5px 10px 5px 10px!important;
326
            }
327
            .statusDreiKaestchen{text-align:center;width:70px;}
328
            .statusVierKaestchen{text-align:center;width:115px!important;}
329
            .bestellungFormular .links{width: 150px !important;}
330
        }
331
 
332
    body
333
    {
334
        /*margin-left:20px;*/
335
        margin-top:10px;
336
        background-color:#FFFFFF
337
    }
338
 
339
    .artikelListe td {
340
        vertical-align:top!important;
341
    }
342
    .tabelle div,
343
    .tabelle span,
344
    .artikelListe div,
345
    .artikelListe span {
346
        padding:0!important;
347
        margin:0!important;
348
        border:none!important;
349
        vertical-align:top;
350
    }
351
 
352