Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

barcode.css 855B

1234567891011121314151617181920212223242526272829
  1. /*==============================================================
  2. CODE 128 styles
  3. ===============================================================*/
  4. .barcode128h {
  5. clear: both;
  6. padding: 0 10px /*quiet zone*/;
  7. overflow: auto;
  8. height: 0.35in /*size*/;
  9. margin-top: 20px;
  10. margin-bottom: 20px;
  11. }
  12. .barcode128h div {
  13. /*float: left;*/
  14. height: 0.2 in /*size*/;
  15. display: inline;
  16. }
  17. .barcode128h .bar1 { border-left: 2px solid black }
  18. .barcode128h .bar2 { border-left: 4px solid black }
  19. .barcode128h .bar3 { border-left: 6px solid black }
  20. .barcode128h .bar4 { border-left: 8px solid black }
  21. .barcode128h .space0 { margin-right: 0px }
  22. .barcode128h .space1 { margin-right: 2px }
  23. .barcode128h .space2 { margin-right: 4px }
  24. .barcode128h .space3 { margin-right: 6px }
  25. .barcode128h .space4 { margin-right: 8px }