styles_de_paragraphes.scss 2.0 KB

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