Advertisement
contatowellington

Untitled

May 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. <style>
  7. body {
  8. background: rgb(204,204,204);
  9. }
  10. page {
  11. background: white;
  12. display: block;
  13. margin: 0 auto;
  14. margin-bottom: 0.5cm;
  15. box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  16. page-break-inside : avoid
  17. }
  18. page[size="A4"] {
  19. width: 29.7cm;
  20. height: 21cm;
  21. background-image: url(a4paisagem/a4paisagemprojeto.fw.png);
  22. background-repeat: no-repeat;
  23. background-size: 29.7cm 21cm;
  24. margin: 0mm; /* this affects the margin in the printer settings */
  25.  
  26. }
  27. page[size="A4"][layout="portrait"] {
  28. width: 29.7cm;
  29. height: 21cm;
  30. }
  31. page[size="A3"] {
  32. width: 29.7cm;
  33. height: 42cm;
  34. }
  35. page[size="A3"][layout="portrait"] {
  36. width: 42cm;
  37. height: 29.7cm;
  38. }
  39. page[size="A5"] {
  40. width: 14.8cm;
  41. height: 21cm;
  42. }
  43. page[size="A5"][layout="portrait"] {
  44. width: 21cm;
  45. height: 14.8cm;
  46. }
  47. @media print {
  48. body, page {
  49. margin: 0;
  50. box-shadow: 0;
  51. }
  52. }
  53. </style>
  54.  
  55. </head>
  56.  
  57. <body>
  58. <page size="A4" layout="portrait"></page>
  59.  
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement