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.

127 lines
2.8 KiB

3 years ago
3 years ago
  1. .pos .title-mag{
  2. font-size: 22px;
  3. padding-bottom: 10px;
  4. border-bottom: 3px solid #000;
  5. }
  6. .pos .title-product{
  7. font-size: 27px;
  8. padding-bottom: 10px;
  9. border-bottom: 3px solid #000;
  10. }
  11. .pos .pos-sale-ticket table .title-info{
  12. text-transform: uppercase;
  13. font-size: 14px;
  14. }
  15. .pos .pos-sale-ticket table .title-info.bloc-barcode span{
  16. font-size: 20px;
  17. }
  18. .pos .pos-sale-ticket table.ticket-info td span{
  19. font-size: 27px;
  20. }
  21. .pos .pos-sale-ticket table.ticket-total td span{
  22. font-size: 27px;
  23. font-weight: bold;
  24. }
  25. .pos .pos-sale-ticket table.bloc-barcode td span{
  26. font-size: 25px;
  27. }
  28. .pos .pos-sale-ticket table .bloc-barcode td img{
  29. width: 100%;
  30. }
  31. .pos .pos-sale-ticket table.ticket-total{
  32. margin: 0 auto;
  33. border: 3px solid #000 !important;
  34. width: 60%;
  35. }
  36. @media print {
  37. * {
  38. color: black !important;
  39. }
  40. body {
  41. margin: 0;
  42. color: white !important;
  43. /* avoid black background if backgrounds are printed */
  44. background: initial;
  45. }
  46. .o_notification_manager,
  47. .oe_leftbar,
  48. .oe_loading,
  49. .pos .pos-topheader,
  50. .pos .pos-leftpane,
  51. .pos .keyboard_frame,
  52. .pos .scale-screen-custo,
  53. .pos .pos-header-custo,
  54. .pos .pos-topheader-title,
  55. .pos .pos-confirm-screen .pos-topheader-bal,
  56. .pos .pos-confirm-screen .pos-header-custo,
  57. .pos .pos-confirm-screen .back-presentation,
  58. .pos .pos-confirm-screen .product-name,
  59. .pos .pos-confirm-screen .product-price,
  60. .pos .pos-confirm-screen .centered-content .button {
  61. display: none !important;
  62. }
  63. .pos,
  64. .pos .pos-content,
  65. .pos .rightpane,
  66. .pos .screen,
  67. .pos .window,
  68. .pos .window .subwindow,
  69. .pos .subwindow .subwindow-container{
  70. display: block;
  71. position: static;
  72. height: auto;
  73. }
  74. .pos{
  75. background: white !important;
  76. }
  77. .pos .rightpane {
  78. left: 0px !important;
  79. background-color: white;
  80. }
  81. .pos .pos-confirm-screen {
  82. text-align: center;
  83. }
  84. .pos .pos-confirm-screen .centered-content{
  85. position: static;
  86. border: none;
  87. }
  88. .pos .pos-receipt-container {
  89. text-align: left;
  90. }
  91. .pos-actionbar {
  92. display: none !important;
  93. }
  94. .debug-widget{
  95. display: none !important;
  96. }
  97. .pos *{
  98. text-shadow: none !important;
  99. box-shadow: none !important;
  100. background: transparent !important;
  101. }
  102. .pos .pos-sale-ticket{
  103. margin: 0;
  104. margin-left: auto !important;
  105. margin-right: auto !important;
  106. border: none !important;
  107. font-size: 13px !important;
  108. width: 266px !important;
  109. }
  110. .o_debug_manager {
  111. display: none !important;
  112. }
  113. .o_chat_window {
  114. display: none !important;
  115. }
  116. .blockUI {
  117. display: none !important;
  118. }
  119. }