notes-biblios.css 601 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .note {
  2. font-family: 'Ortica';
  3. font-weight: bold;
  4. font-size: 6pt;
  5. color: red;
  6. vertical-align: top;
  7. }
  8. .note_texte_number {
  9. font-family: 'Ortica';
  10. font-weight: bold;
  11. color: red;
  12. }
  13. .note_text {
  14. line-height: 12pt;
  15. font-size: 9pt;
  16. text-align: justify;
  17. }
  18. .bibliographie {
  19. column-count: 2;
  20. column-gap: var(--guts);
  21. column-fill: auto;
  22. line-height: 12pt;
  23. font-size: 9pt;
  24. font-weight: normal;
  25. z-index: 1;
  26. position: relative;
  27. }
  28. .bibliographie em {
  29. font-weight: bold;
  30. }
  31. .bibliographie a {
  32. word-break: break-all;
  33. }