styles_de_paragraphes.scss 1.7 KB

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