trees.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. ._a {
  2. color: #366092;
  3. display: inline;
  4. padding: 1.5px 0 1.5px 0;
  5. word-break: break-all;
  6. }
  7. ._hover {
  8. opacity: 0.7;
  9. text-decoration: underline;
  10. }
  11. ._visited {
  12. color: #551a8b;
  13. }
  14. ._img {
  15. height: 50px;
  16. max-width: 100%;
  17. }
  18. :host {
  19. display: inline;
  20. }
  21. ._blockquote,
  22. ._div,
  23. ._p,
  24. ._ul,
  25. ._ol,
  26. ._li {
  27. display: block;
  28. }
  29. ._b,
  30. ._strong {
  31. font-weight: bold;
  32. }
  33. ._code {
  34. font-family: monospace;
  35. }
  36. ._del {
  37. text-decoration: line-through;
  38. }
  39. ._em,
  40. ._i {
  41. font-style: italic;
  42. }
  43. ._h1 {
  44. font-size: 2em;
  45. }
  46. ._h2 {
  47. font-size: 1.5em;
  48. }
  49. ._h3 {
  50. font-size: 1.17em;
  51. }
  52. ._h5 {
  53. font-size: 0.83em;
  54. }
  55. ._h6 {
  56. font-size: 0.67em;
  57. }
  58. ._h1,
  59. ._h2,
  60. ._h3,
  61. ._h4,
  62. ._h5,
  63. ._h6 {
  64. display: block;
  65. font-weight: bold;
  66. }
  67. ._ins {
  68. text-decoration: underline;
  69. }
  70. ._li {
  71. flex: 1;
  72. width: 0;
  73. }
  74. ._ol-bef {
  75. margin-right: 5px;
  76. text-align: right;
  77. width: 36px;
  78. }
  79. ._ul-bef {
  80. line-height: normal;
  81. margin: 0 12px 0 23px;
  82. }
  83. ._ol-bef,
  84. ._ul_bef {
  85. flex: none;
  86. user-select: none;
  87. }
  88. ._ul-p1 {
  89. display: inline-block;
  90. height: 0.3em;
  91. line-height: 0.3em;
  92. overflow: hidden;
  93. width: 0.3em;
  94. }
  95. ._ul-p2 {
  96. border: 0.05em solid black;
  97. border-radius: 50%;
  98. display: inline-block;
  99. height: 0.23em;
  100. width: 0.23em;
  101. }
  102. ._q::before {
  103. content: '"';
  104. }
  105. ._q::after {
  106. content: '"';
  107. }
  108. ._sub {
  109. font-size: smaller;
  110. vertical-align: sub;
  111. }
  112. ._sup {
  113. font-size: smaller;
  114. vertical-align: super;
  115. }
  116. .__bdi,
  117. .__bdo,
  118. .__ruby,
  119. .__rt,
  120. ._svg {
  121. display: inline-block;
  122. }
  123. ._video {
  124. background-color: black;
  125. display: inline-block;
  126. height: 225px;
  127. position: relative;
  128. width: 300px;
  129. }
  130. ._video::after {
  131. border-color: transparent transparent transparent white;
  132. border-style: solid;
  133. border-width: 15px 0 15px 30px;
  134. content: "";
  135. left: 50%;
  136. margin: -15px 0 0 -15px;
  137. position: absolute;
  138. top: 50%;
  139. }