styles_de_paragraphes.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .pre-title{
  2. font-family: "Duke POPSU";
  3. font-size: 45pt;
  4. line-height: 33pt;
  5. }
  6. .pre-sub-title{
  7. font-family: "Texa";
  8. font-weight: 800;
  9. font-size: 10pt;
  10. line-height: 13pt;
  11. }
  12. .main-title{
  13. font-family: "Duke POPSU";
  14. font-size: 60pt;
  15. line-height: 48pt;
  16. margin: 0;
  17. }
  18. .main-sub-title{
  19. font-family: "Texa";
  20. font-weight: 800;
  21. font-size: 12pt;
  22. line-height: 15pt;
  23. }
  24. .table-of-content {
  25. font-family: "Cormorant";
  26. font-weight: 200;
  27. font-size: 25pt;
  28. line-height: 33pt;
  29. margin: 0;
  30. a {
  31. text-decoration: none;
  32. color: inherit;
  33. }
  34. a::after {
  35. font-size: 9pt;
  36. margin-left: 10pt;
  37. content: target-counter(attr(href), page);
  38. font-family: "SGI-TextAlt";
  39. }
  40. }
  41. .credits{
  42. font-size: 9pt;
  43. margin-bottom: 6pt;
  44. h4{
  45. text-transform: uppercase;
  46. margin:8pt 0 0 0;
  47. }
  48. p{
  49. margin:0;
  50. }
  51. }
  52. .chapter-title {
  53. font-family: "Cormorant";
  54. font-weight: 200;
  55. font-size: 34pt;
  56. line-height: 34pt;
  57. text-align: right;
  58. }
  59. .chapter-title:after {
  60. content: "++++";
  61. display: block;
  62. font-family: inherit;
  63. font-weight: 200;
  64. font-size: 10pt;
  65. letter-spacing: 4pt;
  66. }
  67. .chapter-content {
  68. hyphens: auto;
  69. font-family: "Cormorant";
  70. font-weight: 200;
  71. font-size: 10pt;
  72. line-height: 18pt;
  73. }
  74. .section-title {
  75. font-family: "TextaAlt";
  76. font-weight: 800;
  77. font-size: 12pt;
  78. text-transform: uppercase;
  79. }
  80. .section-content {
  81. hyphens: auto;
  82. font-family: "SGI-TextAlt";
  83. font-size:9.5pt;
  84. font-weight: 200;
  85. line-height: 18pt;
  86. }
  87. // texte justifié par defaut
  88. .justify p{
  89. text-align: justify;
  90. text-align-last: left !important;
  91. hyphens: auto;
  92. }
  93. h4{
  94. margin: 0;
  95. }