You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
1.2 KiB

  1. .status__content__text,
  2. .e-content,
  3. .reply-indicator__content {
  4. pre,
  5. blockquote {
  6. margin-bottom: 20px;
  7. white-space: pre-wrap;
  8. unicode-bidi: plaintext;
  9. &:last-child {
  10. margin-bottom: 0;
  11. }
  12. }
  13. blockquote {
  14. padding-left: 10px;
  15. border-left: 3px solid $darker-text-color;
  16. color: $darker-text-color;
  17. white-space: normal;
  18. p:last-child {
  19. margin-bottom: 0;
  20. }
  21. }
  22. & > ul,
  23. & > ol {
  24. margin-bottom: 20px;
  25. }
  26. h1,
  27. h2,
  28. h3,
  29. h4,
  30. h5 {
  31. margin-top: 20px;
  32. margin-bottom: 20px;
  33. }
  34. h1,
  35. h2 {
  36. font-weight: 700;
  37. font-size: 1.2em;
  38. }
  39. h2 {
  40. font-size: 1.1em;
  41. }
  42. h3,
  43. h4,
  44. h5 {
  45. font-weight: 500;
  46. }
  47. b,
  48. strong {
  49. font-weight: 700;
  50. }
  51. em,
  52. i {
  53. font-style: italic;
  54. }
  55. sub {
  56. font-size: smaller;
  57. vertical-align: sub;
  58. }
  59. sup {
  60. font-size: smaller;
  61. vertical-align: super;
  62. }
  63. ul,
  64. ol {
  65. margin-left: 2em;
  66. p {
  67. margin: 0;
  68. }
  69. }
  70. ul {
  71. list-style-type: disc;
  72. }
  73. ol {
  74. list-style-type: decimal;
  75. }
  76. }
  77. .reply-indicator__content {
  78. blockquote {
  79. border-left-color: $inverted-text-color;
  80. color: $inverted-text-color;
  81. }
  82. }