mpdfstyleA4.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body { font-family: DejaVuSansCondensed, sans-serif; font-size: 11pt; }
  2. p { text-align: justify; margin-bottom: 4pt; margin-top:0pt; }
  3. hr { width: 70%; height: 1px;
  4. text-align: center; color: #999999;
  5. margin-top: 8pt; margin-bottom: 8pt; }
  6. a { color: #000066; font-style: normal; text-decoration: underline;
  7. font-weight: normal; }
  8. ul { text-indent: 5mm; margin-bottom: 9pt; }
  9. ol { text-indent: 5mm; margin-bottom: 9pt; }
  10. pre { font-family: DejaVuSansMono, monospaced; font-size: 9pt; margin-top: 5pt; margin-bottom: 5pt; }
  11. h1 { font-weight: normal; font-size: 26pt; color: #000066;
  12. font-family: DejaVuSansCondensed, sans-serif; margin-top: 18pt; margin-bottom: 6pt;
  13. border-top: 0.075cm solid #000000; border-bottom: 0.075cm solid #000000;
  14. text-align: ; page-break-after:avoid; }
  15. h2 { font-weight: bold; font-size: 12pt; color: #000066;
  16. font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: 6pt;
  17. border-top: 0.07cm solid #000000; border-bottom: 0.07cm solid #000000;
  18. text-align: ; text-transform: uppercase; page-break-after:avoid; }
  19. h3 { font-weight: normal; font-size: 26pt; color: #000000;
  20. font-family: DejaVuSansCondensed, sans-serif; margin-top: 0pt; margin-bottom: 6pt;
  21. border-top: 0; border-bottom: 0;
  22. text-align: ; page-break-after:avoid; }
  23. h4 { font-weight: ; font-size: 13pt; color: #9f2b1e;
  24. font-family: DejaVuSansCondensed, sans-serif; margin-top: 10pt; margin-bottom: 7pt;
  25. font-variant: small-caps;
  26. text-align: ; margin-collapse:collapse; page-break-after:avoid; }
  27. h5 { font-weight: bold; font-style:italic; ; font-size: 11pt; color: #000044;
  28. font-family: DejaVuSansCondensed, sans-serif; margin-top: 8pt; margin-bottom: 4pt;
  29. text-align: ; page-break-after:avoid; }
  30. h6 { font-weight: bold; font-size: 9.5pt; color: #333333;
  31. font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: ;
  32. text-align: ; page-break-after:avoid; }
  33. .breadcrumb {
  34. text-align: right; font-size: 8pt; font-family: DejaVuSerifCondensed, serif; color: #666666;
  35. font-weight: bold; font-style: normal; margin-bottom: 6pt; }
  36. .infobox { margin-top:10pt; background-color:#DDDDBB; text-align:center; border:1px solid #880000; }
  37. .big { font-size: 1.5em; }
  38. .red { color: #880000; }
  39. .slanted { font-style: italic; }