Нема описа
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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. body {
  2. background: rgb(204,204,204);
  3. }
  4. page[size="A4"] {
  5. background: white;
  6. width: 210mm;
  7. height: 297mm;
  8. display: block;
  9. margin: 0 auto;
  10. margin-bottom: 16px;
  11. box-shadow: 0 0 8px rgba(0,0,0,0.5);
  12. display: flex;
  13. align-content: center;
  14. justify-content: center;
  15. flex-direction: row;
  16. flex-wrap: wrap;
  17. page-break-after: always;
  18. }
  19. @media print {
  20. body, page[size="A4"] {
  21. margin: 0;
  22. box-shadow: 0;
  23. background-color: white;
  24. }
  25. #input-container {
  26. display: none;
  27. }
  28. #output-container {
  29. margin: 0;
  30. padding: 0;
  31. }
  32. }
  33. .input-button {
  34. display:block;
  35. height: 40px;
  36. font-size: 24px;
  37. width: 100%;
  38. margin-bottom: 10px;
  39. }
  40. .input-data {
  41. width: 100%;
  42. }