b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/css/
File Upload :
Current File : E:/www/b-group.old/business/css/printA4.css

@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
   /* background-color: #FAFAFA;*/
    /*font: 12pt "Tahoma";*/
	font: 14pt "TH SarabunPSK";
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
   table { page-break-inside:auto }
   tr    { page-break-inside:avoid; page-break-after:auto }
.page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 1cm;
    margin: 0.5cm auto;
  /*  border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}
div.page
      {
        page-break-after: always;
        page-break-inside: avoid;
      }
.subpage {
    padding: 0.1cm;
	/*border: 5px red solid;*/
   /* height: 256mm;*/
    height: 280mm;
   /* outline: 2cm #FFEAEA solid;*/
}

@page {
    size: A4;
    margin: 0;
}
@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }	
}


Copyright © 2019 by b0y-101