Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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