styles_de_paragraphes.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. .chapter-title {
  42. font-family: "Cormorant";
  43. font-weight: 200;
  44. font-size: 34pt;
  45. line-height: 34pt;
  46. text-align: right;
  47. }
  48. .chapter-title:after {
  49. content: "++++";
  50. display: block;
  51. font-family: inherit;
  52. font-weight: 200;
  53. font-size: 10pt;
  54. letter-spacing: 4pt;
  55. }
  56. .section-title {
  57. font-family: "TextaAlt";
  58. font-weight: 800;
  59. font-size: 12pt;
  60. }
  61. .chapter-content {
  62. hyphens: auto;
  63. font-family: "Cormorant";
  64. font-weight: 200;
  65. font-size: 10pt;
  66. line-height: 18pt;
  67. }
  68. .section-content {
  69. hyphens: auto;
  70. font-family: "SGI-TextAlt";
  71. font-size:9.5pt;
  72. font-weight: 200;
  73. line-height: 18pt;
  74. }
  75. // texte justifié par defaut
  76. .justify p{
  77. text-align: justify;
  78. text-align-last: left !important;
  79. hyphens: auto;
  80. }