styles_de_paragraphes.scss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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. .intro {
  15. font-family: "SGI-TextAlt";
  16. font-size: 9.5pt;
  17. line-height: 20pt;
  18. margin: 0;
  19. }
  20. .main-title,.main-pre-title{
  21. display: inline;
  22. padding: 0.2cm 0.2cm;
  23. background-color: white;
  24. box-shadow: 0.2cm 0px 0px white, 0.2cm 0px 0px white;
  25. box-decoration-break: clone;
  26. }
  27. .main-title {
  28. font-family: "Duke POPSU";
  29. font-weight: inherit;
  30. font-size: 60pt;
  31. line-height: 52pt;
  32. margin: 0;
  33. padding: 0;
  34. }
  35. .main-sub-title {
  36. font-family: "Texa";
  37. font-weight: 800;
  38. font-size: 12pt;
  39. line-height: 15pt;
  40. }
  41. .main-pre-title {
  42. font-family: "Texta";
  43. font-weight: 800;
  44. font-size: 12pt;
  45. text-transform: uppercase;
  46. line-height: 15pt;
  47. margin-top: 0;
  48. padding-top: 0;
  49. width: 250px;
  50. }
  51. .table-of-content {
  52. font-family: "Cormorant";
  53. font-weight: 200;
  54. font-size: 25pt;
  55. line-height: 25pt;
  56. margin: 0;
  57. a {
  58. display: block;
  59. text-decoration: none;
  60. color: inherit;
  61. margin-bottom: 0.2em;
  62. & p{
  63. margin: 0;
  64. }
  65. }
  66. a::after {
  67. font-size: 9pt;
  68. margin-left: 10pt;
  69. content: target-counter(attr(href), page);
  70. font-family: "SGI-TextAlt";
  71. }
  72. }
  73. .credits {
  74. font-size: 9pt;
  75. margin-bottom: 6pt;
  76. display: flex;
  77. flex-direction: column;
  78. justify-content: space-between;
  79. height: 100%;
  80. h4 {
  81. font-family: "TextaAlt";
  82. text-transform: uppercase;
  83. margin: 8pt 0 0;
  84. }
  85. p {
  86. font-family: "SGI-TextAlt";
  87. line-height: 13pt;
  88. margin: 0;
  89. }
  90. }
  91. .chapter-title {
  92. font-family: "Cormorant";
  93. font-weight: 200;
  94. font-size: 34pt;
  95. line-height: 34pt;
  96. text-align: right;
  97. margin-bottom: 20mm;
  98. margin-top: 0;
  99. }
  100. .chapter-title:after {
  101. content: "++++";
  102. display: block;
  103. font-family: inherit;
  104. font-weight: 200;
  105. font-size: 10pt;
  106. letter-spacing: 4pt;
  107. }
  108. .chapter-title::before {
  109. content: attr(data-rubrique);
  110. display: block;
  111. @extend .section-title;
  112. }
  113. .chapter-content {
  114. hyphens: auto;
  115. font-family: "Cormorant";
  116. font-weight: 200;
  117. font-size: 10.5pt;
  118. line-height: 18pt;
  119. // hanging-punctuation: first last;
  120. }
  121. .section-title {
  122. font-family: "TextaAlt";
  123. font-weight: 800;
  124. font-size: 12pt;
  125. text-transform: uppercase;
  126. text-align: left;
  127. }
  128. .pagedjs_right_page .section-title:not(.still){
  129. text-align: right;
  130. }
  131. .section-content {
  132. hyphens: auto;
  133. font-family: "SGI-TextAlt";
  134. font-size: 9.5pt;
  135. font-weight: 200;
  136. line-height: 18pt;
  137. // text-align: left;
  138. }
  139. // texte justifié par defaut
  140. .justify p {
  141. text-align: justify;
  142. hyphens: auto;
  143. text-justify: inter-character;
  144. text-align-last: left !important;
  145. hyphens: auto;
  146. hanging-punctuation: first;
  147. }
  148. .section-content p {
  149. text-align: left;
  150. }
  151. .chapter-content h3 {
  152. hyphens: none;
  153. font-size: 19pt;
  154. font-weight: 200;
  155. line-height: 23pt;
  156. margin-left: 10mm;
  157. }
  158. h4 {
  159. margin: 0;
  160. }
  161. // phrase amorce du chapitre 1
  162. strong {
  163. font-family: "Cormorant";
  164. font-weight: 200;
  165. font-size: 14pt;
  166. line-height: 18pt;
  167. letter-spacing: -1px;
  168. }
  169. // .column .image-cover .image-bleed {
  170. // margin:0;
  171. //
  172. // }
  173. p img{
  174. max-width: 100%;
  175. }
  176. .legend{
  177. position: absolute;
  178. bottom: 0;
  179. font-size: 9.5pt;
  180. font-family: "Texta";
  181. line-height: 9pt;
  182. }
  183. blockquote{
  184. position: absolute;
  185. background-image: url("/motifs/croix.png");
  186. background-size: 0.4cm;
  187. width: calc(100% + (#{$marge} + #{$fond-perdu})*2);
  188. height: calc(100% + (#{$marge} + #{$fond-perdu})*2);
  189. margin-left: calc(-#{$marge} - #{$fond-perdu} );
  190. margin-top: calc(-#{$marge} - #{$fond-perdu}) !important;
  191. left:0;
  192. top:0;
  193. padding: 2cm;
  194. break-before: always;
  195. break-after: always;
  196. & p{
  197. display: inline;
  198. font-size: 28pt;
  199. padding: 0.2cm 0.2cm;
  200. background-color: white;
  201. box-shadow: 0.1cm 0px 0px white, 0.1cm 0px 0px white;
  202. box-decoration-break: clone;
  203. line-height: calc(100% + 0.4cm);
  204. }
  205. }
  206. //blockquote p {
  207. // display: flex;
  208. //flex: auto;
  209. //}
  210. .lsp-1 {
  211. letter-spacing: -0.01em;
  212. }
  213. .lsp-2 {
  214. letter-spacing: -0.02em;
  215. }
  216. .lsp-3 {
  217. letter-spacing: -0.03em;
  218. }
  219. .lsp1 {
  220. letter-spacing: 0.01em;
  221. }
  222. .lsp2 {
  223. letter-spacing: 0.02em;
  224. }
  225. .lsp3 {
  226. letter-spacing: 0.03em;
  227. }