mpdfstyleA4.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. pre { font-family: DejaVuSansMono, monospaced; font-size: 9pt; margin-top: 5pt; margin-bottom: 5pt; }
  9. h1 { font-weight: normal; font-size: 26pt; color: #000066;
  10. font-family: DejaVuSansCondensed, sans-serif; margin-top: 18pt; margin-bottom: 6pt;
  11. border-top: 0.075cm solid #000000; border-bottom: 0.075cm solid #000000;
  12. text-align: ; page-break-after:avoid; }
  13. h2 { font-weight: bold; font-size: 12pt; color: #000066;
  14. font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: 6pt;
  15. border-top: 0.07cm solid #000000; border-bottom: 0.07cm solid #000000;
  16. text-align: ; text-transform: uppercase; page-break-after:avoid; }
  17. h3 { font-weight: normal; font-size: 26pt; color: #000000;
  18. font-family: DejaVuSansCondensed, sans-serif; margin-top: 0pt; margin-bottom: 6pt;
  19. border-top: 0; border-bottom: 0;
  20. text-align: ; page-break-after:avoid; }
  21. h4 { font-weight: ; font-size: 13pt; color: #9f2b1e;
  22. font-family: DejaVuSansCondensed, sans-serif; margin-top: 10pt; margin-bottom: 7pt;
  23. font-variant: small-caps;
  24. text-align: ; margin-collapse:collapse; page-break-after:avoid; }
  25. h5 { font-weight: bold; font-style:italic; ; font-size: 11pt; color: #000044;
  26. font-family: DejaVuSansCondensed, sans-serif; margin-top: 8pt; margin-bottom: 4pt;
  27. text-align: ; page-break-after:avoid; }
  28. h6 { font-weight: bold; font-size: 9.5pt; color: #333333;
  29. font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: ;
  30. text-align: ; page-break-after:avoid; }
  31. .breadcrumb {
  32. text-align: right; font-size: 8pt; font-family: DejaVuSerifCondensed, serif; color: #666666;
  33. font-weight: bold; font-style: normal; margin-bottom: 6pt; }
  34. .infobox { margin-top:10pt; background-color:#DDDDBB; text-align:center; border:1px solid #880000; }
  35. .big { font-size: 1.5em; }
  36. .red { color: #880000; }
  37. .slanted { font-style: italic; }