pbmc-cmod/public/assets/css/pdf_new.css

216 lines
5.2 KiB
CSS

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/*html,pre,th,table { font-family:'Courier New', Courier, monospace; font-size:7.8pt; margin:0;}*/
html,pre,th,table { font-family: Arial; font-size:7.8pt; margin:0;}
body {
background-color: rgb(17, 16, 16);
}
.red_font {
color: red;
}
#page {
background: rgb(255, 255, 255);
/* background-image: url('../img/bali_bcg.jpg'); */
background-size: 102%; /* Menutupi seluruh layar */
background-position: center; /* Posisikan di tengah */
background-repeat: no-repeat; /* Jangan ulangi gambar */
height: 100vh; /* Gunakan tinggi 100% dari viewport */
display: block;
margin: 0 auto;
margin-bottom: 1px;
/* padding-top: 30px ; */
page-break-after:always;
width: 210mm;
height: 297mm;
}
.table-justify {
text-align: justify;
}
#dinfo {
margin-top: 118px;
background-size: 100% auto;
background-repeat: no-repeat;
}
#dresult {
margin: 0;
padding: 0;
/* height: 18.47cm; */
height: 19cm;
}
.result {
/* table-layout:fixed; */
/* border:solid 1px black; */
width:95%;
}
table {
align-items: center;
margin:0;
padding: 0;
width: 95%;
border-collapse:collapse;
/* border: 1px solid black; */
}
.t_center {
margin-left: auto;
margin-right: auto;
}
.t_right {
margin-left: auto;
}
th,td {
/* padding-left: 1rem; */
padding-top: 3.5px;
padding-bottom: 3.5px ;
line-height:1.5;
border: 1px solid rgb(0, 0, 0);
}
th.khusus-kanan-h {
border-right: none;
}
th.khusus-kiri-h {
border-left: none;
}
td.khusus-kanan-d {
border-right: none;
}
td.khusus-kiri-d {
border-left: none;
}
th.left-pad, td.left-pad {
padding-left: 0.5rem;
}
td.right-pad {
padding-right: 0.5rem;
text-align: right;
}
td.center-pad {
text-align: center;
}
.result th,td {
line-height: 1.1 ;
}
.t_background {
background-color: #f2f2f2;
}
.padmaColor {
/* background-color: rgba(190, 160, 160, 0.192); */
background-color: #f2f2f2;
/* line-height: 1.5; */
/* font-size: 1.2em; */
}
.info { border:solid 1px black; margin:-1cm 0 0 8.5cm; width:11cm;}
.flag { float:right; top:0; font-weight:bold; }
.textC { font-size:7pt; }
table.information {
border:1px solid rgba(0, 0, 0, 0.192);
/* border-collapse:collapse; */
}
table.result tr{
border:solid 1px rgba(0, 0, 0, 0.055);
}
/* table.result tr:nth-child(odd) {
background-color: #f2f2f2;
border:solid 1px rgba(0, 0, 0, 0.61);
} */
table.result tr {
/* background-color: #f2f2f2; */
/* border:solid 1px #b6b1b1; */
}
.chapter {
/* font-size: 5em; */
}
tr.chapter td {
border: none;
}
#notes { margin: 5mm 0 0 10mm; }
.table_collection tr td{
/* font-size: 2em; */
padding: 1px;
/* border:solid 1px black; */
border: none;
}
#footer {
/* background-color: rgb(201, 230, 192); */
/* float:left; */
margin:0;
padding: 0;
height:3.75cm;
}
.table_footer {
width: 95%;
/* border:solid 1px black; */
border-collapse:collapse;
}
.table_footer tr td {
padding: 2px;
border: none;
/* border:solid 1px black; */
}
.table_footer tr td.margin_right {
padding-right: 80px;
text-align: right;
/* background-color: aqua; */
}
.table_footer tr td.margin_right_img_bali {
padding-right: 55px;
text-align: right;
/* background-color: aqua; */
}
.table_footer tr td.margin_right_sby_img {
padding-right: 5px;
text-align: right;
/* background-color: aqua; */
}
.table_footer tr td.margin_right_sby {
padding-right: 50px;
text-align: right;
/* background-color: aqua; */
}
.text-left {
text-align: left;
}
.img { width:200mm; margin-left:0.5cm }
#ttd_p {
width: 25%;
}
#ttd_k {
width: 23%;
}
@media print {
@page { margin:0; size:210mm 297mm; }
}