HEX
Server: Apache
System: Linux darrell.nocdirect.com 4.18.0-513.18.2.el8_9.x86_64 #1 SMP Sat Mar 30 06:10:41 EDT 2024 x86_64
User: joderbya (1358)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/joderbya/proforma.quick-step-ei.com/cashdesk/css/ticket.css
/*
 * TPV ticket.css
 */
body {
    font-size: 1.5em;
    position: relative;
}

.entete { /* 		position: relative; */

}

.address { /* 			float: left; */
    font-size: 12px;
}

.date_heure {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}

.infos {
    position: relative;
}

.liste_articles {
    width: 100%;
    border-bottom: 1px solid #000;
    text-align: center;
}

.liste_articles tr.titres th {
    border-bottom: 1px solid #000;
}

.liste_articles td.total {
    text-align: right;
}

.totaux {
    margin-top: 20px;
    width: 30%;
    float: right;
    text-align: right;
}

.lien {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

@media print {
    .lien {
            display: none;
    }
}