Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>Vouchers</title>
  6. <script src="https://artaflash.sman1maja.sch.id/jquery.min.js" type="text/javascript"></script>
  7. <script src="https://artaflash.sman1maja.sch.id/jquery.qrcode.min.js" type="text/javascript"></script>
  8. <style>
  9. @page {
  10. size: A4;
  11. margin: 0;
  12. }
  13. @media print {
  14. html, body {
  15. width: 210mm;
  16. height: 297mm;
  17. margin-left: auto;
  18. margin-right: auto;
  19. }
  20. }
  21. @media screen {
  22. html, body {
  23. width: 800px;
  24. }
  25. }
  26. body
  27. {
  28. padding: 20px;
  29. margin:0;
  30. margin-left: auto;
  31. margin-right: auto;
  32. font-size: 12px;
  33. font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  34. }
  35. #main-wrap {
  36. background-color: #fff;
  37. height: 180px;
  38. text-align: left;
  39. display: inline-block;
  40. }
  41. #main-wrap > div {
  42. height: 180px;
  43. }
  44. #main-wrap {
  45. width: 39%;
  46. padding-top: 10px;
  47. padding-bottom: 10px;
  48. }
  49. #inner {
  50. background:url(https://artaflash.sman1maja.sch.id/voucher.png) no-repeat;
  51. width: 286px;
  52. height: 174px;
  53. padding: 0px;
  54. }
  55. #hotspot-name {
  56. padding-left: 15px;
  57. color:#fff;
  58. font-size: 11px;
  59. font-weight:bold;
  60. }
  61. #user-pass {
  62. padding-top: 8px;
  63. padding-left:10px;
  64. font-size: 11px;
  65. font-weight:bold;
  66. color:#000;
  67. }
  68. #price {
  69. width: 286px;
  70. height: 25px;
  71. padding: 0px;
  72. color:#fff;
  73. font-size: 14px;
  74. font-weight:bold;
  75. display: inline-block;
  76. }
  77. #leftside {
  78. display: inline-block;
  79. width:286px;
  80. height:145px;
  81. }
  82. #rightside {
  83. display: inline-block;
  84. width:50%;
  85. height: 145px;
  86. font-size: 15px;
  87. }
  88. .qrcode {
  89. padding-top:5px;
  90. padding-left:10px;
  91. }
  92. </style>
  93. </head>
  94. <body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement