Subversion-Projekte lars-tiefland.webanos.marine-sales.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
@charset "utf-8";
2
/* CSS Document */
3
	.lightgray		{color: #000000; background-color: #EEEEEE; text-decoration:underline;}
4
	.darkgray		{color: #000000; background-color: #CCCCCC; text-decoration:none;}
5
	.status_off		{color: #000000; text-decoration:none;}
6
	.status_red		{color: #FFFFFF; background-color: #ff4040; text-decoration:underline;}
7
	.status_yellow	{color: #000000; background-color: #FFFF00; text-decoration:underline;}
8
	.status_blue	{color: #FFFFFF; background-color: #0000FF; text-decoration:underline;}
9
	.status_green	{color: #000000; background-color: #40FF40; text-decoration:underline;}
10
	.status_white	{color: #000000; background-color: #FFFFFF; text-decoration:underline;}
11
	.darkgray 		{text-decoration:none;}
12
@media print {
13
    #doktabs {
14
        display:none;
15
    }
16
  #noprint { display:none; }
17
  /*-------- Statistik Herstellerumsatz ------*/
18
  #herstellerUmsatz{ border-spacing:5px 17px!important; }
19
 
20
  input { display:none; }
21
 
22
  select { display:none; }
23
 
24
  #shopPrint,#zeitraumPrint,#bestellartPrint,#ansichtPrint { display: inline-block!important; }
25
  /*-------- /Statistik Herstellerumsatz ------*/
26
 
27
}
28
.onprint {
29
    display:block;
30
}
31
 
32
/* ------- Rechnungsbuch ------- */
33
.rechnungsbuch img,
34
.rechnungsbuch .lupe,
35
.rechnungsbuch .optionsleiste {
36
    display: none;
37
}
38
 
39
.rechnungsbuch a {
40
    text-decoration: none;
41
}
42
/* ------- /Rechnungsbuch ------- */
43
 
44
/* ------- Bestandskennzeichnung ------- */
45
.bestandskennzeichnung {
46
	background-color: #fff;
47
}
48
/* ------- /Bestandskennzeichnung ------- */
49
 
50
 
51
.links {
52
    width:0!important;
53
}
54
 
55
.lieferanschrift {
56
    margin-top:0px;
57
}
58
 
59
.artikelDaten td {
60
    vertical-align:top!important;
61
}