Update templates/relatorio_pdf.html
Browse files- templates/relatorio_pdf.html +11 -11
templates/relatorio_pdf.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
<style>
|
| 7 |
body {
|
| 8 |
font-family: Arial, sans-serif;
|
| 9 |
-
font-size:
|
| 10 |
margin: 20px 40px;
|
| 11 |
color: #333;
|
| 12 |
background-color: #fff;
|
|
@@ -24,18 +24,19 @@
|
|
| 24 |
.header h1 {
|
| 25 |
margin: 0;
|
| 26 |
font-weight: 700;
|
| 27 |
-
font-size:
|
| 28 |
}
|
| 29 |
.header p {
|
| 30 |
-
font-size:
|
| 31 |
color: #666;
|
| 32 |
margin-top: 4px;
|
| 33 |
}
|
| 34 |
table {
|
| 35 |
border-collapse: collapse;
|
| 36 |
-
width:
|
| 37 |
-
margin
|
| 38 |
-
box-shadow: 0 2px
|
|
|
|
| 39 |
}
|
| 40 |
table, th, td {
|
| 41 |
border: 1px solid #ddd;
|
|
@@ -44,11 +45,11 @@
|
|
| 44 |
background-color: #2a3f54;
|
| 45 |
color: white;
|
| 46 |
font-weight: 600;
|
| 47 |
-
padding:
|
| 48 |
text-align: center;
|
| 49 |
}
|
| 50 |
td {
|
| 51 |
-
padding:
|
| 52 |
text-align: right;
|
| 53 |
}
|
| 54 |
td:first-child {
|
|
@@ -65,10 +66,10 @@
|
|
| 65 |
.highlight {
|
| 66 |
color: #1f618d;
|
| 67 |
font-weight: 700;
|
| 68 |
-
font-size:
|
| 69 |
}
|
| 70 |
.explanation {
|
| 71 |
-
font-size:
|
| 72 |
line-height: 1.5;
|
| 73 |
color: #444;
|
| 74 |
border-left: 4px solid #2a3f54;
|
|
@@ -121,5 +122,4 @@
|
|
| 121 |
</body>
|
| 122 |
</html>
|
| 123 |
|
| 124 |
-
</html>
|
| 125 |
|
|
|
|
| 6 |
<style>
|
| 7 |
body {
|
| 8 |
font-family: Arial, sans-serif;
|
| 9 |
+
font-size: 13px;
|
| 10 |
margin: 20px 40px;
|
| 11 |
color: #333;
|
| 12 |
background-color: #fff;
|
|
|
|
| 24 |
.header h1 {
|
| 25 |
margin: 0;
|
| 26 |
font-weight: 700;
|
| 27 |
+
font-size: 26px;
|
| 28 |
}
|
| 29 |
.header p {
|
| 30 |
+
font-size: 11px;
|
| 31 |
color: #666;
|
| 32 |
margin-top: 4px;
|
| 33 |
}
|
| 34 |
table {
|
| 35 |
border-collapse: collapse;
|
| 36 |
+
width: 90%;
|
| 37 |
+
margin: 0 auto 30px auto;
|
| 38 |
+
box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
|
| 39 |
+
font-size: 12px;
|
| 40 |
}
|
| 41 |
table, th, td {
|
| 42 |
border: 1px solid #ddd;
|
|
|
|
| 45 |
background-color: #2a3f54;
|
| 46 |
color: white;
|
| 47 |
font-weight: 600;
|
| 48 |
+
padding: 6px;
|
| 49 |
text-align: center;
|
| 50 |
}
|
| 51 |
td {
|
| 52 |
+
padding: 6px 8px;
|
| 53 |
text-align: right;
|
| 54 |
}
|
| 55 |
td:first-child {
|
|
|
|
| 66 |
.highlight {
|
| 67 |
color: #1f618d;
|
| 68 |
font-weight: 700;
|
| 69 |
+
font-size: 15px;
|
| 70 |
}
|
| 71 |
.explanation {
|
| 72 |
+
font-size: 12px;
|
| 73 |
line-height: 1.5;
|
| 74 |
color: #444;
|
| 75 |
border-left: 4px solid #2a3f54;
|
|
|
|
| 122 |
</body>
|
| 123 |
</html>
|
| 124 |
|
|
|
|
| 125 |
|