Subversion-Projekte lars-tiefland.laravel_shop

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

@charset "utf-8";
/* CSS Document */
        .lightgray              {color: #000000; background-color: #EEEEEE; text-decoration:underline;}
        .darkgray               {color: #000000; background-color: #CCCCCC; text-decoration:none;}
        .status_off             {color: #000000; text-decoration:none;}
        .status_red             {color: #FFFFFF; background-color: #ff4040; text-decoration:underline;}
        .status_yellow  {color: #000000; background-color: #FFFF00; text-decoration:underline;}
        .status_blue    {color: #FFFFFF; background-color: #0000FF; text-decoration:underline;}
        .status_green   {color: #000000; background-color: #40FF40; text-decoration:underline;}
        .status_white   {color: #000000; background-color: #FFFFFF; text-decoration:underline;}
        .darkgray               {text-decoration:none;}
@media print {
    #doktabs {
        display:none;
    }
  #noprint { display:none; }
  /*-------- Statistik Herstellerumsatz ------*/
  #herstellerUmsatz{ border-spacing:5px 17px!important; }
  
  input { display:none; }
  
  select { display:none; }
  
  #shopPrint,#zeitraumPrint,#bestellartPrint,#ansichtPrint { display: inline-block!important; }
  /*-------- /Statistik Herstellerumsatz ------*/
    
}
.onprint {
    display:block;
}

/* ------- Rechnungsbuch ------- */
.rechnungsbuch img,
.rechnungsbuch .lupe,
.rechnungsbuch .optionsleiste {
    display: none;
}

.rechnungsbuch a {
    text-decoration: none;
}
/* ------- /Rechnungsbuch ------- */

/* ------- Bestandskennzeichnung ------- */
.bestandskennzeichnung {
        background-color: #fff;
}
/* ------- /Bestandskennzeichnung ------- */


.links {
    width:0!important;
}

.lieferanschrift {
    margin-top:0px;
}

.artikelDaten td {
    vertical-align:top!important;
}