aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/libraries/mpdf/examples/mpdfstyleA4.css
diff options
context:
space:
mode:
Diffstat (limited to 'inc/3rdparty/libraries/mpdf/examples/mpdfstyleA4.css')
-rw-r--r--inc/3rdparty/libraries/mpdf/examples/mpdfstyleA4.css89
1 files changed, 89 insertions, 0 deletions
diff --git a/inc/3rdparty/libraries/mpdf/examples/mpdfstyleA4.css b/inc/3rdparty/libraries/mpdf/examples/mpdfstyleA4.css
new file mode 100644
index 00000000..90036e2a
--- /dev/null
+++ b/inc/3rdparty/libraries/mpdf/examples/mpdfstyleA4.css
@@ -0,0 +1,89 @@
1 body { font-family: DejaVuSansCondensed, sans-serif; font-size: 11pt; }
2 p { text-align: justify; margin-bottom: 4pt; margin-top:0pt; }
3
4 hr { width: 70%; height: 1px;
5 text-align: center; color: #999999;
6 margin-top: 8pt; margin-bottom: 8pt; }
7
8 a { color: #000066; font-style: normal; text-decoration: underline;
9 font-weight: normal; }
10
11 ul { text-indent: 5mm; margin-bottom: 9pt; }
12 ol { text-indent: 5mm; margin-bottom: 9pt; }
13
14 pre { font-family: DejaVuSansMono, monospaced; font-size: 9pt; margin-top: 5pt; margin-bottom: 5pt; }
15
16 h1 { font-weight: normal; font-size: 26pt; color: #000066;
17 font-family: DejaVuSansCondensed, sans-serif; margin-top: 18pt; margin-bottom: 6pt;
18 border-top: 0.075cm solid #000000; border-bottom: 0.075cm solid #000000;
19 text-align: ; page-break-after:avoid; }
20 h2 { font-weight: bold; font-size: 12pt; color: #000066;
21 font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: 6pt;
22 border-top: 0.07cm solid #000000; border-bottom: 0.07cm solid #000000;
23 text-align: ; text-transform: uppercase; page-break-after:avoid; }
24 h3 { font-weight: normal; font-size: 26pt; color: #000000;
25 font-family: DejaVuSansCondensed, sans-serif; margin-top: 0pt; margin-bottom: 6pt;
26 border-top: 0; border-bottom: 0;
27 text-align: ; page-break-after:avoid; }
28 h4 { font-weight: ; font-size: 13pt; color: #9f2b1e;
29 font-family: DejaVuSansCondensed, sans-serif; margin-top: 10pt; margin-bottom: 7pt;
30 font-variant: small-caps;
31 text-align: ; margin-collapse:collapse; page-break-after:avoid; }
32 h5 { font-weight: bold; font-style:italic; ; font-size: 11pt; color: #000044;
33 font-family: DejaVuSansCondensed, sans-serif; margin-top: 8pt; margin-bottom: 4pt;
34 text-align: ; page-break-after:avoid; }
35 h6 { font-weight: bold; font-size: 9.5pt; color: #333333;
36 font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: ;
37 text-align: ; page-break-after:avoid; }
38
39
40 .breadcrumb {
41 text-align: right; font-size: 8pt; font-family: DejaVuSerifCondensed, serif; color: #666666;
42 font-weight: bold; font-style: normal; margin-bottom: 6pt; }
43
44 .infobox { margin-top:10pt; background-color:#DDDDBB; text-align:center; border:1px solid #880000; }
45
46 .big { font-size: 1.5em; }
47 .red { color: #880000; }
48 .slanted { font-style: italic; }
49
50/* For Table of Contents */
51div.mpdf_toc {
52 font-family: sans-serif;
53 font-size: 11pt;
54}
55a.mpdf_toc_a {
56 text-decoration: none;
57 color: black;
58}
59div.mpdf_toc_level_0 { /* Whole line level 0 */
60 line-height: 1.5;
61 margin-left: 0;
62 padding-right: 2em; /* should match e.g <dottab outdent="2em" /> 0 is default */
63}
64span.mpdf_toc_t_level_0 { /* Title level 0 - may be inside <a> */
65 font-weight: bold;
66}
67span.mpdf_toc_p_level_0 { /* Page no. level 0 - may be inside <a> */
68}
69div.mpdf_toc_level_1 { /* Whole line level 1 */
70 margin-left: 2em;
71 text-indent: -2em;
72 padding-right: 2em; /* should match <dottab outdent="2em" /> 2em is default */
73}
74span.mpdf_toc_t_level_1 { /* Title level 1 */
75 font-style: italic;
76 font-weight: bold;
77}
78span.mpdf_toc_p_level_1 { /* Page no. level 1 - may be inside <a> */
79}
80div.mpdf_toc_level_2 { /* Whole line level 2 */
81 margin-left: 4em;
82 text-indent: -2em;
83 padding-right: 2em; /* should match <dottab outdent="2em" /> 2em is default */
84}
85span.mpdf_toc_t_level_2 { /* Title level 2 */
86}
87span.mpdf_toc_p_level_2 { /* Page no. level 2 - may be inside <a> */
88}
89