styles_de_paragraphes.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .pre-title {
  2. font-family: "Duke POPSU";
  3. font-weight: inherit;
  4. font-size: 45pt;
  5. line-height: 33pt;
  6. }
  7. .pre-sub-title {
  8. font-family: "Texa";
  9. font-weight: 800;
  10. font-size: 10pt;
  11. line-height: 13pt;
  12. }
  13. .main-title {
  14. font-family: "Duke POPSU";
  15. font-weight: inherit;
  16. font-size: 60pt;
  17. line-height: 48pt;
  18. margin: 0;
  19. }
  20. .main-sub-title {
  21. font-family: "Texa";
  22. font-weight: 800;
  23. font-size: 12pt;
  24. line-height: 15pt;
  25. }
  26. .table-of-content {
  27. font-family: "Cormorant";
  28. font-weight: 200;
  29. font-size: 25pt;
  30. line-height: 33pt;
  31. margin: 0;
  32. a {
  33. text-decoration: none;
  34. color: inherit;
  35. }
  36. a::after {
  37. font-size: 9pt;
  38. margin-left: 10pt;
  39. content: target-counter(attr(href), page);
  40. font-family: "SGI-TextAlt";
  41. }
  42. }
  43. .credits {
  44. font-size: 9pt;
  45. margin-bottom: 6pt;
  46. h4 {
  47. text-transform: uppercase;
  48. margin: 8pt 0 0;
  49. }
  50. p {
  51. margin: 0;
  52. }
  53. }
  54. .chapter-title {
  55. font-family: "Cormorant";
  56. font-weight: 200;
  57. font-size: 34pt;
  58. line-height: 34pt;
  59. text-align: right;
  60. }
  61. .chapter-title:after {
  62. content: "++++";
  63. display: block;
  64. font-family: inherit;
  65. font-weight: 200;
  66. font-size: 10pt;
  67. letter-spacing: 4pt;
  68. }
  69. .chapter-title::before {
  70. content: attr(data-rubrique);
  71. display: block;
  72. @extend .section-title;
  73. }
  74. .chapter-content {
  75. hyphens: auto;
  76. font-family: "Cormorant";
  77. font-weight: 200;
  78. font-size: 10pt;
  79. line-height: 18pt;
  80. }
  81. .section-title {
  82. font-family: "TextaAlt";
  83. font-weight: 800;
  84. font-size: 12pt;
  85. text-transform: uppercase;
  86. }
  87. .section-content {
  88. hyphens: auto;
  89. font-family: "SGI-TextAlt";
  90. font-size: 9.5pt;
  91. font-weight: 200;
  92. line-height: 18pt;
  93. }
  94. // texte justifié par defaut
  95. .justify p {
  96. text-align: justify;
  97. text-align-last: left !important;
  98. hyphens: auto;
  99. }
  100. .chapter-content h3 {
  101. hyphens: none;
  102. font-size: 19pt;
  103. font-weight: 200;
  104. line-height: 23pt;
  105. margin-left: 10mm;
  106. }
  107. h4 {
  108. margin: 0;
  109. }