gs1-barcode-parser
Version:
The barcode parser is a library for handling the contents of GS1 barcodes.
37 lines • 638 B
CSS
body {
font-family: sans-serif;
}
h1 {
text-align: center;
font-family: serif;
font-size: 16pt;
}
th {
padding: 5px;
text-align: left;
background-color: #9999FF;
}
tr {
background-color: #fffbf0;
}
tr:nth-child(odd) {
background-color: #e4ebf2;
}
td {
padding: 5px;
text-align: left;
}
#barcodeInputDiv {
color: #FFFFFF;
background-color: #888888;
border-radius: 10pt;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
padding: 20pt;
}
#parsedCodeOutput {
background-color: #dddddd;
border-radius: 10pt;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
;
padding: 20pt;
}