Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. <style>
  2. @page {
  3. /*size: A5;
  4. margin: 5px;*/
  5. width: 53.98mm;
  6. height: 85.60mm;
  7. margin: 0px;
  8. }
  9. @media print {
  10. html, body {
  11. /*width: 210mm;
  12. height: 297mm;*/
  13. /*width: 218mm;
  14. height: 340mm;*/
  15. }
  16. }
  17. #printablediv {
  18. width: 53.98mm;
  19. height: 85.60mm;
  20. }
  21. .idcardreport {
  22. font-family: arial;
  23. -webkit-print-color-adjust: exact;
  24. }
  25. /*IDcard Front Part Css Code*/
  26. .idcardreport-frontend{
  27. margin: 2px;
  28. float: left;
  29. border: 1px solid #000;
  30. padding: 10px;
  31. width: 260px;
  32. text-align: center;
  33. height:370px;
  34. background-size: 100% 100% !important;
  35. }
  36.  
  37. .logo img{
  38. width: 50px;
  39. height: 50px;
  40. border: 1px solid #ddd;
  41. margin-bottom: 5px;
  42. }
  43.  
  44. .pick img{
  45. width: 60px;
  46. height: 80px;
  47. border: 1px solid #ddd;
  48. margin-bottom: 5px;
  49. }
  50.  
  51. .signe img{
  52. width: 50px;
  53. height: 50px;
  54. border: 1px solid #ddd;
  55. margin-bottom: 5px;
  56. }
  57.  
  58. h3 {
  59. font-size: 14px;
  60. color: #1A2229;
  61. text-align: center;
  62. }
  63. h2 {
  64. font-size: 10px;
  65. color: #1A2229;
  66. text-align: center;
  67. }
  68. h1 {
  69. font-size: 18px;
  70. color: #1A2229;
  71. text-align: center;
  72. }
  73. p {
  74. text-align: left;
  75. font-size: 12px;
  76. margin-bottom: 0px;
  77. margin-top: 1px;
  78. color: #1A2229;
  79. }
  80. .vertical{
  81. writing-mode:tb-rl;
  82. -webkit-transform:rotate(180deg);
  83. -moz-transform:rotate(180deg);
  84. -o-transform: rotate(180deg);
  85. -ms-transform:rotate(180deg);
  86. transform: rotate(180deg);
  87. white-space:nowrap;
  88. display:block;
  89. bottom:0;
  90.  
  91. }
  92. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement