styles_de_paragraphes.scss 2.1 KB

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