notes-biblios.css 553 B

1234567891011121314151617181920212223242526272829303132333435
  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: bold;
  25. z-index: 1;
  26. position: relative;
  27. }
  28. .bibliographie a {
  29. word-break: break-all;
  30. }