Advertisement
contatowellington

Untitled

Apr 27th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <style>
  2. body {
  3. background: rgb(204,204,204);
  4. }
  5. .fontepreco_a4 {
  6. font-family: 'Anton', sans-serif;
  7. letter-spacing: -1px;
  8. font-size: 320px;
  9. color: #F00;
  10.  
  11. }
  12. .fontecentavo_a4 {
  13. vertical-align: 110px;
  14. font-family: 'Anton', sans-serif;
  15. font-size:180px;
  16. color: #F00;
  17. text-decoration: underline;
  18. letter-spacing: 0.08em;
  19. }
  20. .fonteproduto {
  21. font-family: "helvetica-normal", helvetica;
  22. font-size: 280%;
  23. text-transform: uppercase;
  24. }
  25.  
  26. .fonteobs1 {
  27. font-family: "helvetica-normal", helvetica;
  28. font-stretch: expanded;
  29. font-size: 150%;
  30.  
  31. }
  32.  
  33.  
  34.  
  35. .fonteobs2 {
  36. font-family: "helvetica-normal", helvetica;
  37. font-size:35px;
  38. }
  39.  
  40. .unidade {
  41. font-family: "helvetica-normal", helvetica;
  42. font-size:50px;
  43. line-height: 0.1;
  44. }
  45. .rodape {
  46. font-family: arial;
  47. font-size:15px;
  48. }
  49. .hidden {
  50. visibility: hidden;
  51. color: white;
  52. }
  53.  
  54. .cifrao {
  55. vertical-align: 240px;
  56. color: #F00;
  57. font-family: "helvetica-normal", helvetica;
  58. font-size:40px;
  59. }
  60.  
  61. page[size="A4"] {
  62. border: solid;
  63. border-width: 20px;
  64. background: white;
  65. width: 21cm;
  66. height: 29.7cm;
  67. display: block;
  68. margin: 0 auto;
  69. margin-bottom: 0.5cm;
  70. box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  71. }
  72. .img {
  73. max-width: 100%;
  74. width: 20.9cm;
  75. height: 7cm;
  76. }
  77.  
  78. @media print {
  79. body, page[size="A4"] {
  80. margin: 0;
  81. box-shadow: 0 auto;
  82. }
  83.  
  84. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement