88 lines
2.2 KiB
PHP
88 lines
2.2 KiB
PHP
<head>
|
|
<title>pdf</title>
|
|
<!-- Bootstrap -->
|
|
<link href="{{ asset('theme/bootstrap/dist/css/bootstrap.min.css') }}" rel="stylesheet">
|
|
<link href="{{ asset('css/iq-default.min.css') }}" rel="stylesheet">
|
|
<style type="text/css">
|
|
body {
|
|
font-size: 18px;
|
|
margin-top: 120px;
|
|
font-family: -webkit-body;
|
|
color: black;
|
|
margin-left: 50px;
|
|
margin-right: 50px;
|
|
text-align: justify;
|
|
|
|
}
|
|
.span-red { color: red; }
|
|
.span-large { font-size: 20px; text-align: center; }
|
|
.span-ul {text-decoration: underline; color: #333;background-color: yellow;font-size: 18px;}
|
|
.span-blue { color: #8aaed3;font-size: 20px; }
|
|
.txt-cen-ul {text-align: center;text-decoration: underline;font-weight: bold;}
|
|
.span-ul2 {text-decoration: underline; color: #333;}
|
|
/* div.cb-content * {
|
|
background-color: #eded80;
|
|
} */
|
|
.bg-yellow {
|
|
background-color:#e3f10d;
|
|
font-weight: bold;
|
|
}
|
|
.bg-pink {
|
|
background-color: #ead0ea;
|
|
}
|
|
.bg-tra {
|
|
background-color: #DAB96A;
|
|
}
|
|
.bg-exp {
|
|
background-color: #98BDC5;
|
|
}
|
|
.bg-equ {
|
|
background-color: #CBD06C;
|
|
}
|
|
.bg-yellow2 {
|
|
background-color:#e8de5e;
|
|
}
|
|
.cb-br {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
background-color: #ccc;
|
|
}
|
|
.span-cl-green {
|
|
color: #1bd618
|
|
}
|
|
.addr_hsrty{
|
|
font-size:9px;
|
|
border-spacing: 0px;
|
|
padding: 0px;
|
|
}
|
|
.addr_hsrty td{
|
|
padding: 0px;
|
|
}
|
|
|
|
table.addr_hsrty td.headerTUC, table.addr_hsrty td.headerEXP, table.addr_hsrty td.headerEQF {
|
|
background-color: transparent !important;
|
|
color: black;
|
|
}
|
|
.cl-diff {
|
|
font-weight: bold !important;
|
|
font-size: 13px !important;
|
|
/*color: red;
|
|
mix-blend-mode: exclusion;*/
|
|
}
|
|
.clr-red {
|
|
color: red;
|
|
}
|
|
.bg-light-red {
|
|
background-color: #f19191;
|
|
}
|
|
.span-simple-ul {text-decoration: underline;}
|
|
.acct-cb-img table{
|
|
width: 100% !important;
|
|
}
|
|
|
|
.lower-part table{
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
</head>
|