styles_de_paragraphes.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. // .pre-title {
  2. // font-family: "Duke POPSU";
  3. // font-weight: inherit;
  4. // font-size: 45pt;
  5. // line-height: 33pt;
  6. // }
  7. //
  8. // .pre-sub-title {
  9. // font-family: "Texa";
  10. // font-weight: 800;
  11. // font-size: 10pt;
  12. // line-height: 13pt;
  13. // }
  14. .main-title {
  15. font-family: "Duke POPSU";
  16. font-weight: inherit;
  17. font-size: 60pt;
  18. line-height: 42pt;
  19. margin: 0;
  20. padding: 0;
  21. background-color: white;
  22. background-size: cover;
  23. }
  24. .main-sub-title {
  25. font-family: "Texa";
  26. font-weight: 800;
  27. font-size: 12pt;
  28. line-height: 15pt;
  29. }
  30. .main-pre-title {
  31. font-family: "Texta";
  32. font-weight: 800;
  33. font-size: 12pt;
  34. text-transform: uppercase;
  35. line-height: 15pt;
  36. margin-top: 0;
  37. padding-top: 0;
  38. width: 250px;
  39. }
  40. .table-of-content {
  41. font-family: "Cormorant";
  42. font-weight: 200;
  43. font-size: 25pt;
  44. line-height: 25pt;
  45. margin: 0;
  46. a {
  47. text-decoration: none;
  48. color: inherit;
  49. }
  50. a::after {
  51. font-size: 9pt;
  52. margin-left: 10pt;
  53. content: target-counter(attr(href), page);
  54. font-family: "SGI-TextAlt";
  55. }
  56. }
  57. .credits {
  58. font-size: 9pt;
  59. margin-bottom: 6pt;
  60. h4 {
  61. font-family: "TextaAlt";
  62. text-transform: uppercase;
  63. margin: 8pt 0 0;
  64. }
  65. p {
  66. font-family: "SGI-TextAlt";
  67. line-height: 13pt;
  68. margin: 0;
  69. }
  70. }
  71. .chapter-title {
  72. font-family: "Cormorant";
  73. font-weight: 200;
  74. font-size: 34pt;
  75. line-height: 34pt;
  76. text-align: right;
  77. }
  78. .chapter-title:after {
  79. content: "++++";
  80. display: block;
  81. font-family: inherit;
  82. font-weight: 200;
  83. font-size: 10pt;
  84. letter-spacing: 4pt;
  85. }
  86. .chapter-title::before {
  87. content: attr(data-rubrique);
  88. display: block;
  89. @extend .section-title;
  90. }
  91. .chapter-content {
  92. hyphens: auto;
  93. font-family: "Cormorant";
  94. font-weight: 200;
  95. font-size: 10.5pt;
  96. line-height: 18pt;
  97. // hanging-punctuation: first last;
  98. }
  99. .section-title {
  100. font-family: "TextaAlt";
  101. font-weight: 800;
  102. font-size: 12pt;
  103. text-transform: uppercase;
  104. }
  105. .section-content {
  106. hyphens: auto;
  107. font-family: "SGI-TextAlt";
  108. font-size: 9.5pt;
  109. font-weight: 200;
  110. line-height: 18pt;
  111. // text-align: left;
  112. }
  113. // texte justifié par defaut
  114. .justify p {
  115. text-align: justify;
  116. text-align-last: left !important;
  117. hyphens: auto;
  118. hanging-punctuation: first;
  119. }
  120. .section-content p {
  121. text-align: left;
  122. }
  123. .chapter-content h3 {
  124. hyphens: none;
  125. font-size: 19pt;
  126. font-weight: 200;
  127. line-height: 23pt;
  128. margin-left: 10mm;
  129. }
  130. h4 {
  131. margin: 0;
  132. }
  133. // phrase amorce du chapitre 1
  134. strong {
  135. font-family: "Cormorant";
  136. font-weight: 200;
  137. font-size: 14pt;
  138. line-height: 18pt;
  139. }