Subversion-Projekte lars-tiefland.laravel_shop

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1406 lars 1
<?php
2
    ob_start();
3
?>
4
    <style>
5
        body
6
        {
7
            font-family: verdana, Helvetica, sans-serif; font-size: 10pt;
8
            <?php
9
                if ( $GLOBALS["web"]["font_color_seite"] )
10
                {
11
                    ?>color: #<?= $GLOBALS["web"]["font_color_seite"]
12
        ?>;<?php
13
    }
14
?>
15
            <?php
16
                if ( $GLOBALS["web"]["bgcolor_seite"] )
17
                {
18
                    ?>background-color: #<?= $GLOBALS["web"]["bgcolor_seite"]
19
        ?>;<?php
20
    }
21
?>
22
            <?php
23
                if ( $GLOBALS["web"]["hintergrundbild"] )
24
                {
25
                    ?>background-image: url(../images/hintergrundbild/<?= $GLOBALS["web"]["hintergrundbild"]
26
        ?>);<?php
27
    }
28
?>
29
        }
30
 
31
        input[type=submit],
32
        input[type=button],
33
        input[type=reset] {
34
            padding:2px 5px!important;
35
        }
36
        img {
37
            border-style:none;
38
        }
39
        .list_elem:hover {
40
            background-color:#e3e3e3;
41
        }
42
        .break {
43
            clear:both;
44
            float:none;
45
        }
46
        .links, .links_projekt, links_select, .auspraegung_left
47
        {
48
            font-family: verdana, Helvetica, sans-serif;
49
            font-size: 10pt;
50
            vertical-align:top;
51
            <?php
52
                if ( $GLOBALS["web"]["font_color_links"] )
53
                {
54
                    ?>color: #<?= $GLOBALS["web"]["font_color_links"]
55
        ?>;<?php
56
    }
57
?>
58
        <?php
59
            if ( $GLOBALS["web"]["bgcolor_links"] )
60
            {
61
                ?>
62
            background-color: #<?= $GLOBALS["web"]["bgcolor_links"]
63
        ?>;<?php
64
    }
65
?>
66
        }
67
        .linkstabelle {
68
 
69
        <?php
70
            if ( $GLOBALS["web"]["bgcolor_links"] )
71
            {
72
                ?>
73
            background-color: #<?= $GLOBALS["web"]["bgcolor_links"]
74
        ?>;<?php
75
    }
76
?>
77
 
78
        }
79
        .linkstabelle a:link, .linkstabelle a:visited
80
        {
81
        <?php
82
            if ( $GLOBALS["web"]["font_color_links"] )
83
            {
84
                ?>
85
            color: #<?= $GLOBALS["web"]["font_color_links"] ?>!important;
86
        <?php
87
    } ?>
88
            text-decoration:none;
89
        }
90
        .links
91
        {
92
            width:21%;
93
        }
94
 
95
        .auspraegung_left
96
        {
97
            width:200px;
98
            float:left;
99
            height:25px;
100
        }
101
 
102
        .links_theader
103
        {
104
            text-align: center;
105
        }
106
 
107
        .links_projekt
108
        {
109
            width:150px;
110
        }
111
        .rechts, .rechts_select, .auspraegung_right
112
        {
113
            font-family: verdana, Helvetica, sans-serif; font-size: 10pt;
114
            font-size: 10pt;
115
            <?php
116
                if ( $GLOBALS["web"]["font_color_rechts"] )
117
                {
118
                    ?>color: #<?= $GLOBALS["web"]["font_color_rechts"]
119
        ?>;<?php
120
    }
121
?>
122
            <?php
123
                if ( $GLOBALS["web"]["bgcolor_rechts"] )
124
                {
125
                    ?>background-color: #<?= $GLOBALS["web"]["bgcolor_rechts"]
126
        ?>;<?php
127
    }
128
?>
129
        }
130
 
131
        .auspraegung_right{
132
            float:left;
133
            width:340px;
134
            padding-left:10px;
135
            height:25px;
136
        }
137
 
138
        #auspraegung_content .links{
139
            width:175px;
140
        }
141
 
142
        A.links:link {font-family: verdana, Helvetica, sans-serif; font-size: 10pt; color: #<?php
143
    echo
144
    $GLOBALS["web"]["font_color_links"]
145
?>}
146
        A.links:visited {font-family: verdana, Helvetica, sans-serif; font-size: 10pt; color: #<?php
147
    echo
148
    $GLOBALS["web"]["font_color_links"]
149
?>}
150
        A.links:active {font-family: verdana, Helvetica, sans-serif; font-size: 10pt; color: #<?php
151
    echo
152
    $GLOBALS["web"]["font_color_links"]
153
?>}
154
        A.links:hover {font-family: verdana, Helvetica, sans-serif; font-size: 10pt; color: #<?php
155
    echo
156
    $GLOBALS["web"]["font_color_links"]
157
?>}
158
 
159
        A,
160
        A:link {font-family: verdana, Helvetica, sans-serif; font-size: 10pt; color: #<?php
161
    echo
162
    $GLOBALS["web"]["font_color_rechts"]
163
?>}
164
        A:visited {font-family: verdana, Helvetica, sans-serif; font-size: 10pt; color: #<?php
165
    echo
166
    $GLOBALS["web"]["font_color_rechts"]
167
?>}
168
        A:active {font-family: verdana, Helvetica, sans-serif; font-size: 10pt; color: #<?php
169
    echo
170
    $GLOBALS["web"]["font_color_rechts"]
171
?>}
172
        A:hover {font-family: verdana, Helvetica, sans-serif; font-size: 10pt; color: #<?php
173
    echo
174
    $GLOBALS["web"]["font_color_rechts"]
175
?>}
176
 
177
        legend {
178
            font-family: verdana, Helvetica, sans-serif; font-size: 10pt;
179
            font-size: 10pt;
180
            <?php
181
                if ( $GLOBALS["web"]["font_color_rechts"] )
182
                {
183
                    ?>color:                #<?php
184
        echo $GLOBALS["web"]["font_color_rechts"]
185
        ?>;<?php
186
    }
187
?>
188
            padding: 1px;
189
            background:#fff;
190
        }
191
 
192
 
193
        fieldset {
194
            display: inline;
195
            margin-bottom: 5px;
196
        }
197
 
198
        h1
199
        {
200
            text-align : center;
201
        }
202
 
203
        .success, .success_upd, .success_small
204
        {
205
            color: green;
206
            text-align : center;
207
        }
208
        .success
209
        {
210
            font-size:50px;
211
        }
212
        .success_small
213
        {
214
            font-size: 25px;
215
        }
216
        .success_upd
217
        {
218
            font-size:15px;
219
        }
220
 
221
        .error, .error_upd, .error_small
222
        {
223
            color: red;
224
            text-align : center;
225
        }
226
 
227
        .error
228
        {
229
            font-size:50px;
230
        }
231
 
232
        .error_small
233
        {
234
            font-size: 25px;
235
        }
236
        .error_upd
237
        {
238
            font-size:15px;
239
        }
240
        .pending
241
        {
242
            color: red;
243
            font-weight : bold;
244
        }
245
 
246
        .rot
247
        {
248
            background-color:#ff4040;
249
        }
250
        .gelb
251
        {
252
            background-color:#ffff40;
253
        }
254
        .gruen
255
        {
256
            background-color:#40FF40;
257
        }
258
 
259
        span.artikel
260
        {
261
            cursor:  pointer;
262
            color: blue;
263
            text-decoration: underline;
264
        }
265
 
266
        fieldset#Artikelstamm
267
        {
268
            position: absolute;
269
            left: 780px;
270
            top: 15px;
271
        }
272
 
273
        /* ------- Lagerwirtschaft ------- */
274
        .lagerwirtschaft .td_text {
275
            width: 400px;
276
        }
277
 
278
        .lagerwirtschaft .td_zahl {
279
            width: 125px;
280
        }
281
 
282
        .gerade {
283
            background-color: #E4E4E3;
284
        }
285
 
286
        #eingangsbuchungArtikel .links_theader_menge input {
287
            width: 30px;
288
        }
289
 
290
        #eingangsbuchungArtikel .links_theader_artikelid input {
291
            width: 150px;
292
        }
293
 
294
        #eingangsbuchungArtikel .links_theader_warenwert input {
295
            width: 50px;
296
        }
297
 
298
        #eingangsbuchungArtikel .links_theader_loeschen input {
299
            width: 25px;
300
        }
301
 
302
        .lagerwirtschaft .datum_zweistellig {
303
            width: 20px;
304
        }
305
 
306
        .lagerwirtschaft .datum_vierstellig {
307
            width: 35px;
308
        }
309
 
310
        .lagerwirtschaft .wert {
311
            width: 50px;
312
        }
313
        /* ------- /Lagerwirtschaft ------ */
314
 
315
        /* ------- Rechnungsbuch ------- */
316
        .rechnungsbuch img {
317
            border: 0;
318
        }
319
        /* ------- /Rechnungsbuch ------- */
320
 
321
        .pagination,
322
        .pagination a:link,
323
        .pagination a:hover,
324
        .pagination a:active,
325
        .pagination a:visited
326
        {
327
            color:#000000;
328
        }
329
 
330
        .checked
331
        {
332
            font-style: italic;
333
        }
334
 
335
        div.checklist li.optgroup
336
        {
337
            font-size: 1.1em;
338
            font-weight: bold;
339
            font-style: italic;
340
            border-top: 1px solid #ccc;
341
            border-bottom: 1px solid #ccc;
342
            padding-left: 7px;
343
        }
344
        div.checklist li.optgroup:hover
345
        {
346
        }
347
        ul.checklist
348
        {
349
            list-style-type: none;
350
            margin: 0;
351
            padding: 0;
352
        }
353
        div.checklist
354
        {
355
            border: 1px solid gray;
356
            border-left: 3px solid #ccc;
357
            line-height: 1.6em;
358
        }
359
        div.checklist, div.checklistHighlighted
360
        {
361
            overflow-y: auto;
362
            overflow-x: hidden;
363
        }
364
        .bezahlt_0 {
365
            width:15px;
366
            background-color:#f00;
367
            color:#fff;
368
            text-align:center;
369
        }
370
        .bezahlt_1 {
371
            width:15px;
372
            background-color:#0f0;
373
            color:#000;
374
            text-align:center;
375
        }
376
        .bezahlt_2 {
377
            width:15px;
378
            background-color:#FCA600;
379
            color:#000;
380
            text-align:center;
381
        }
382
 
383
        .filter_div {
384
            padding:3px;
385
            float:left;
386
        }
387
 
388
        /* ---------------------------------- */
389
        /* ------------ Tree PHP ------------ */
390
        /* ---------------------------------- */
391
 
392
        /* -- Body Einstellungen -- */
393
        .body_tree
394
        {
395
            width: 100% !important;
396
            height: 100%;
397
 
398
            float: left;
399
            margin: 0;
400
            padding: 0;
401
            background-color: transparent;
402
            color: #000000;
403
            min-width: 320px;
404
 
405
            /* Scrollbalken */
406
            overflow-x: hidden;
407
            overflow-y: hidden;
408
        }
409
 
410
        /* Trenner Einstellungen */
411
        .trenner
412
        {
413
            clear: both;
414
            float: left;
415
            width: 100%;
416
            margin: 10px 0 10px 0;
417
            border-top: 3px groove #cccccc;
418
        }
419
 
420
        /* -- Kopfeinstellungen -- */
421
        /* - Hauptcontainer Kopf - */
422
        .control
423
        {
424
            position: fixed;
425
            float: left;
426
            width: 99%;
427
            z-index: 100;
428
            top: 0 !important;
429
            left: 0 !important;
430
            display: inline-block;
431
            background-color: #fff;
432
        }
433
        .header
434
        {
435
            float: left;
436
            width: 100%;
437
            min-width: 320px;
438
            margin-bottom: 2px;
439
            display: inline-block;
440
        }
441
        /* - Symbolleiste - */
442
        .symbolleiste
443
        {
444
            float: left;
445
            background-color:#CCCCCC;
446
            width: 55%;
447
            margin: 0 auto;
448
        }
449
        .symbole
450
        {
451
            float: left;
452
        }
453
        .einzsymbol
454
        {
455
            float: left;
456
            height: 27px;
457
            border: 1px solid #CCCCCC;
458
            background-color:#CCCCCC;
459
        }
460
        /* - Fehlerbereich - */
461
        .fault
462
        {
463
            background-color:#CCCCCC;
464
            border: 1px solid #CCCCCC;
465
            float: left;
466
            height: 27px;
467
            width: 44%;
468
            text-align: center;
469
        }
470
 
471
        /* - Kopfbereich - */
472
        .fatherpath
473
        {
474
            float: left;
475
            /*width: 50%;*/
476
            height: 29px;
477
            display: table-cell;
478
        }
479
        .fatherpath .ordner
480
        {
481
            height: 29px;
482
            text-align: center;
483
            font-size: 16px;
484
        }
485
        .inhaltfatherpath {
486
            width: 100%
487
            float: left;
488
            margin: 15px 0 0 0;
489
            padding: 10px 0 0 0;
490
        }
491
        /* - Div alles zu - */
492
        .alleszu
493
        {
494
            width: 1%;
495
            height: 31px;
496
            text-align: center;
497
            vertical-align: middle;
498
            display: table-cell;
499
        }
500
        .alleszu_iso
501
        {
502
            display: inline-block;
503
            margin: 0 auto;
504
            text-align: center;
505
        }
506
 
507
        /* - Favoriten - */
508
        .favorites
509
        {
510
            width: 99%;
511
            min-height: 29px;
512
            border-collapse: collapsed;
513
            border: 1px solid #cccccc;
514
            background-color: #cccccc;
515
            position: static;
516
            float: left;
517
            display: inline-block;
518
        }
519
 
520
 
521
        /* - Tabellen Einstellungen - */
522
        /*  alle wichtigen Tabbellenelemente wurden in DIV�s
523
        gepackt um die Tabellenklasse verwalten zu k�nnen*/
524
        .tabellehauptcontainer
525
        {
526
            empty-cells: hide;
527
            table-layout: auto;
528
            border-collapse: collapse !important;
529
            border-spacing: 0px !important;
530
            border-padding: 0px !important;
531
            border: 0;
532
            caption-side: top;
533
            line-height: 1.0em;
534
 
535
            float: left;
536
            width:99%;
537
            min-width: 320px;
538
            position: fixed;
539
            left: 0;
540
            bottom: 0;
541
 
542
            /* Scrollbalken */
543
            overflow-x: scroll;
544
            overflow-y: scroll;
545
        }
546
        .tabelleordner
547
        {
548
            width: 100%;
549
        }
550
        .tabellecontainer a
551
        {
552
            text-decoration: none;
553
            border-collapse: none;
554
        }
555
        .tabellecontainer,
556
        .tabellecontainer tbody,
557
        .tabellecontainer tr,
558
        .tabellecontainer td
559
        {
560
            width: 100%;
561
        }
562
        .tabelleaufklapper
563
        {
564
            vertical-align: top;
565
            width: 19px !important;
566
            border: 0;
567
        }
568
        .artikelcontainer
569
        {
570
            width: 100%;
571
        }
572
        .tabelleartikel,
573
        .tabelleartikel tbody,
574
        .tabelleartikel table
575
        {
576
            width: 100%;
577
        }
578
        .tabelleartikel a
579
        {
580
            float: left;
581
            width: 100%;
582
        }
583
        .artikel_name_icons
584
        {
585
            position: relative;
586
            float: left;
587
        }
588
        .artikel_icons_pos
589
        {
590
            empty-cells: hide;
591
            float: none;
592
            margin: 0;
593
            width: 22px !important;
594
        }
595
        .artikel_icons_pos table
596
        .artikel_icons_pos tbody,
597
        .artikel_icons_pos tr,
598
        .artikel_icons_pos td,
599
        .artikel_icons_pos a
600
        {
601
            caption-side: top;
602
 
603
            float: none;
604
            text-wrap: none;
605
        }
606
        td.artikel_icons_pos
607
        {
608
            vertical-align: top;
609
        }
610
        /* - Ordner und Artikel - */
611
        /*  Achtung diese zwei klassen m�ssen auf
612
        einer h�heren z-index Ebene liegen */
613
 
614
        .ordner
615
        {
616
            display: inline-block !important;
617
            min-width: 200px;
618
            max-width: 300px;
619
            z-index: 25;
620
            margin: 0;
621
        }
622
        .artikel {
623
            display: ruby;
624
            min-width: 200px;
625
            z-index: 25;
626
            z-index: 25;
627
            margin: 0;
628
            text-decoration: none;
629
        }
630
 
631
        /* ----- papierkorb ----- */
632
        .papierkorb
633
        {
634
            float: left;
635
            width: 99%;
636
            min-width: 320px;
637
            display: inline;
638
            background-color: transparent !important;
639
            background: none;
640
        }
641
        .papierkorbueberschrift
642
        {
643
            float: left;
644
            width: 100%;
645
            display: inline-block;
646
            margin: 0 0 0 -2px;
647
 
648
        }
649
        .papierkorbueberschrift .ordner
650
        {
651
            float: left;
652
            width: 100%;
653
            display: table-cell;
654
            vertical-align: middle;
655
            height: 31px;
656
            z-index: 1;
657
            font-size: 16px !important;
658
            margin: 0 0 0 2px;
659
        }
660
        .papierkorb_inhalt
661
        {
662
            float: left;
663
            width: 100%;
664
            display: block;
665
        }
666
        .papierkorb_inhalt a,
667
        .inhaltfatherpath a
668
        {
669
            color: #000000 !important;
670
        }
671
        .papierkorbleeren
672
        {
673
            float: left;
674
            width: 100%;
675
            text-align: center;
676
            vertical-align: middle;
677
            padding: 1px;
678
            margin: 10px 0 0 0;
679
        }
680
 
681
        /* ----- Statistik und Zusatzbuttons ----- */
682
        .sonderfelder
683
        {
684
            float: left;
685
            width: 100%;
686
            min-width: 320px;
687
        }
688
        .shopstatistik
689
        {
690
            float: left;
691
            text-align: center;
692
            margin: 0 auto;
693
            width: 100%;
694
            padding: 0 0 10px 0;
695
        }
696
        .editoren_haupt
697
        {
698
            float: left;
699
            width: 100%;
700
            text-align: center;
701
        }
702
        .editoren_iso
703
        {
704
            display: inline-block;
705
            text-align: left;
706
            margin: 0 auto;
707
        }
708
        /* -- Button Gr��en zur�cksetzten --*/
709
        .ui-button, .ui-button-text-only
710
        {
711
            line-height: 1.8em !important;
712
            /*padding: 0 0.6em !important;*/
713
        }
714
        .ui-button-text
715
        {
716
            padding: 0 0;
717
        }
718
 
719
        /* ---------------------------------- */
720
        /* --------- Tree PHP ende  --------- */
721
        /* ---------------------------------- */
722
 
723
 
724
        /* ---------------------------------- */
725
        /* ------ Mailverteiler Button ------ */
726
        /* ---------------------------------- */
727
 
728
        #stage {
729
            margin: 0;
730
            padding: 0;
731
        }
732
        #stage .slider-frame {
733
            position: relative;
734
            display: block;
735
            margin: 0;
736
            padding: 0;
737
            width: 85px;
738
            height: 15px;
739
            background-color: #404040;
740
            background-repeat: no-repeat;
741
            background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#404040));
742
            background-image: -webkit-linear-gradient(#2b2b2b, #404040);
743
            background-image: -moz-linear-gradient(#2b2b2b, #404040);
744
            background-image: -o-linear-gradient(top, #2b2b2b, #404040);
745
            background-image: -khtml-gradient(linear, left top, left bottom, from(#2b2b2b), to(#404040));
746
            filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#2b2b2b', EndColorStr='#404040', GradientType=0);
747
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2b2b2b', EndColorStr='#404040', GradientType=0))";
748
            border-top: 1px solid #333333;
749
            border-right: 1px solid #333333;
750
            border-bottom: 1px solid #666666;
751
            border-left: 1px solid #333333;
752
            -moz-border-radius: 5px;
753
            border-radius: 5px;
754
            -webkit-box-shadow: inset 0px 1px 8px 0 rgba(0, 0, 0, 0.25);
755
            -moz-box-shadow: inset 0px 1px 8px 0 rgba(0, 0, 0, 0.25);
756
            box-shadow: inset 0px 1px 8px 0 rgba(0, 0, 0, 0.25);
757
        }
758
        #stage .slider-frame .slider-button-off{
759
            display: block;
760
            margin: 0;
761
            padding: 0;
762
            width: 43px;
763
            height: 13px;
764
            line-height: 13px;
765
            background: #cf2718;
766
            -moz-border-radius: 5px;
767
            border-radius: 5px;
768
            border: 1px solid #70430e;
769
            -webkit-transition: all 0.25s ease-in-out;
770
            -moz-transition: all 0.25s ease-in-out;
771
            transition: all 0.25s ease-in-out;
772
            color: #fff;
773
            font-family:Helvetica;
774
            font-size:11px;
775
            font-weight: bold;
776
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
777
            text-align: center;
778
            cursor: pointer;
779
        }
780
        #stage .slider-frame .slider-button-on {
781
            display: block;
782
            margin-left: 40px;
783
            padding: 0;
784
            width: 43px;
785
            height: 13px;
786
            line-height: 13px;
787
            background: #2372c6;
788
            -moz-border-radius: 5px;
789
            border-radius: 5px;
790
            border: 1px solid #0f3f74;
791
            -webkit-transition: all 0.25s ease-in-out;
792
            -moz-transition: all 0.25s ease-in-out;
793
            transition: all 0.25s ease-in-out;
794
            color: #fff;
795
            font-family:Helvetica;
796
            font-size:11px;
797
            font-weight: bold;
798
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
799
            text-align: center;
800
            cursor: pointer;
801
        }
802
        #stage .slider-frame .slider-button-off.on {
803
            margin-left: 40px;
804
            background: #2372c6;
805
            border: 1px solid #0f3f74;
806
        }
807
        #stage .slider-frame .slider-button-off:before {
808
            position: absolute;
809
            display: block;
810
            margin: 0;
811
            padding: 0;
812
            width: 43px;
813
            height: 5px;
814
            background: rgba(255, 255, 255, 0.25);
815
            content: '';
816
            -moz-border-radius: 15px;
817
            border-radius: 15px;
818
        }
819
        #stage .slider-frame .slider-button-on:before {
820
            position: absolute;
821
            display: block;
822
            margin: 0;
823
            padding: 0;
824
            width: 43px;
825
            height: 5px;
826
            background: rgba(255, 255, 255, 0.25);
827
            content: '';
828
            -moz-border-radius: 15px;
829
            border-radius: 15px;
830
        }
831
        #stage .slider-frame .slider-button-on.off {
832
            margin-left: 0px;
833
            background: #cf2718;
834
            border: 1px solid #0f3f74;
835
        }
836
 
837
        /* ---------------------------------- */
838
        /* --- Mailverteiler Button ende  --- */
839
        /* ---------------------------------- */
840
 
841
        .tb_bv_button
842
        {
843
            height: 22px;
844
            width: 30px;
845
        }
846
 
847
 
848
        /* ---------------------------------------------------- */
849
        /* --- Darstellung von Listen ohne Tabellen Border  --- */
850
        /* ---------------------------------------------------- */
851
        .gerade {
852
            background-color: #E4E4E3;
853
        }
854
        .gerade:hover {
855
            background-color:#ccc;
856
        }
857
        .keinRand tr,
858
        .keinRand td{
859
            border: 0px !important;
860
        }
861
        .keinRand tr:not:first-child:hover{
862
            background-color:#ccc;
863
        }
864
 
865
        .keinRand td     {
866
            position: relative;
867
            white-space: nowrap;
868
            overflow: hidden;
869
            text-overflow: ellipsis;
870
            max-height: 30px;
871
            padding:2px;
872
 
873
        }
874
        td.dokumentnamebox {
875
            position: relative;
876
            display: block;
877
            max-width: 400px;
878
            overflow: hidden;
879
            text-overflow: ellipsis;
880
        }
881
 
882
        .dokumentnamebox {
883
            position: relative;
884
            white-space: nowrap;
885
            float: left;
886
            display: inline;
887
            max-height: 40px;
888
            overflow: hidden;
889
            vertical-align: top !important;
890
            text-overflow: ellipsis !important;
891
        }
892
 
893
        .keinRand .dokumentnamebox a {
894
            position: relative;
895
            display: inline;
896
            text-overflow: ellipsis;
897
            overflow: hidden;
898
            -webkit-line-clamp: 1; /* number of lines to show */
899
            -webkit-box-orient: vertical;
900
            /* max-width: 380px; */
901
            margin-right: 2px;
902
        }
903
 
904
        .marquee {
905
            display: inline;
906
            padding: 0;
907
            max-width: 510px;
908
            float: left;
909
            vertical-align: top;
910
        }
911
 
912
        .marquee:hover {
913
            animation: dokumentnamebox 8s linear infinite;
914
        }
915
 
916
        @keyframes dokumentnamebox {
917
            0%   { text-indent: 0%; }
918
            100% { text-indent: -120%; }
919
        }
920
 
921
        .ungerade:hover{
922
            background-color:#ccc;
923
        }
924
        a.pagination {
925
            padding:5px;
926
            display:inline-block;
927
            margin:2px;
928
            border:1px solid #666;
929
        }
930
        .headline , .headline a:link, .headline a:visited, .headlineVertical, .headlineVertical a:link, .headlineVertical a:visited{
931
            font-family: verdana, Helvetica, sans-serif;
932
            font-size: 10pt;
933
            font-weight:bold;
934
            background-color: #ccc;
935
            padding:1%;
936
        }
937
 
938
        .nav,
939
        .pos,
940
        .aktuell
941
        {
942
            font-size:11px;
943
        }
944
 
945
        .aktuell
946
        {
947
            font-weight:bold;
948
        }
949
        .ui-tabs .ui-tabs-hide
950
        {
951
            display:none;
952
        }
953
 
954
    </style>
955
<?php
956
    $cnt = ob_get_contents();
957
    ob_end_clean();
958
    file_put_contents( $_SERVER["DOCUMENT_ROOT"] . "/admin/styles/" . $GLOBALS["web"]["domain"] . "_styles.css", $cnt );