styles_de_paragraphes.scss 2.2 KB

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