Advertisement
contatowellington

Untitled

May 21st, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. <style>
  2. body {
  3. background: rgb(204,204,204);
  4. }
  5. @font-face {
  6. font-family: helvetica-normal, helvetica;
  7. src: url('https://somdovarejo.com/cartaziamento/fonts/helvetica-normal.ttf')/*Para navegadores Internet Explorer*/;
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. .fontepreco_a4 {
  12. font-family: 'Anton', sans-serif;
  13. letter-spacing: -1px;
  14. font-size: 360px;
  15. color: #F00;
  16. line-height:0.5;
  17. }
  18. .fontecentavo_a4 {
  19. vertical-align: 150px;
  20. font-family: 'Anton', sans-serif;
  21. font-size:180px;
  22. color: #F00;
  23. text-decoration: underline;
  24. letter-spacing: 0.08em;
  25. line-height:0.5;
  26. }
  27. .fontereferencial {
  28.  
  29. font-family: Arial;
  30. font-size:14px;
  31. }
  32.  
  33. .fonteproduto {
  34. font-family: "helvetica-normal", helvetica;
  35. font-size: 280%;
  36. text-transform: uppercase;
  37. line-height:1.5;
  38. }
  39.  
  40. .fonteobs1 {
  41. font-family: "helvetica-normal", helvetica;
  42. font-stretch: expanded;
  43. font-size: 150%;
  44.  
  45. }
  46.  
  47.  
  48.  
  49. .fonteobs2 {
  50. font-family: "helvetica-normal", helvetica;
  51. font-size:35px;
  52. }
  53.  
  54. .unidade {
  55. font-family: "helvetica-normal", helvetica;
  56. font-size:50px;
  57. line-height: 0.1;
  58. }
  59. .rodape {
  60. font-family: arial;
  61. font-size:15px;
  62. line-height:0.5;
  63. }
  64. .cifrao {
  65. vertical-align: 130px;
  66. color: #F00;
  67. font-family: "helvetica-normal", helvetica;
  68. font-size:40px;
  69. line-height:1.5;
  70. }
  71. .dataimpressao {
  72.  
  73. font-size:10px;
  74.  
  75. }
  76.  
  77. page[size="A4"] {
  78. background-image: url("../img/cartaziamento/arte/bg/festajuninabg_02.png");
  79. background-size: 21cm 29.7cm;
  80. background-repeat: no-repeat;
  81. width: 21cm;
  82. height: 29.7cm;
  83. display: block;
  84. margin: 0 auto;
  85. margin-bottom: 0.5cm;
  86. box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  87. }
  88.  
  89. @media print {
  90. body, page[size="A4"] {
  91. margin: 0;
  92. box-shadow: 0;
  93. }
  94.  
  95. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement