main.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. body, html, video, table, iframe, input, textarea, img, hr, blockquote, pre, iframe {
  2. max-width: 100%;
  3. }
  4. textarea {
  5. width: 100%;
  6. }
  7. input {
  8. width: 100%;
  9. box-sizing: border-box;
  10. }
  11. #last {
  12. margin-top: 30px;
  13. }
  14. #toc {
  15. border: 1px solid gainsboro;
  16. padding: 20px;
  17. width: fit-content;
  18. width: -moz-fit-content;
  19. clear: both;
  20. margin-top: 10px;
  21. }
  22. table {
  23. border-collapse: collapse;
  24. }
  25. td {
  26. border: 1px solid gainsboro;
  27. padding: 5px 10px;
  28. }
  29. a {
  30. text-decoration: none;
  31. }
  32. .inside_ul li {
  33. margin-left: 20px;
  34. }
  35. #not_thing {
  36. color: red;
  37. }
  38. #inside, #out_link, #open {
  39. color: green;
  40. }
  41. #out_link::before {
  42. content: '🅴';
  43. font-weight: lighter;
  44. background: transparent;
  45. color: green;
  46. margin-right: 2px;
  47. }
  48. input[type="checkbox"], input[type="radio"] {
  49. width: auto;
  50. }
  51. #list {
  52. padding: 10px;
  53. }
  54. #toron {
  55. width: 100%;
  56. }
  57. #toron_color_green {
  58. background: palegreen;
  59. }
  60. #toron_color_blue {
  61. background: paleturquoise;
  62. }
  63. #toron_color_red {
  64. background: palevioletred;
  65. }
  66. #toron_color_normal {
  67. background: palegoldenrod;
  68. }
  69. #toron_color_grey {
  70. background: gainsboro;
  71. }
  72. #toron_color_not {
  73. display: none;
  74. }
  75. #main_table_top_tr {
  76. background: aquamarine;
  77. }
  78. #cate {
  79. border: 1px solid gainsboro;
  80. padding: 5px;
  81. margin-top: 20px;
  82. }
  83. pre {
  84. border: 1px solid gainsboro;
  85. padding: 10px;
  86. white-space: pre-wrap;
  87. }
  88. #in {
  89. margin-left: 20px;
  90. }
  91. #out {
  92. margin-left: 5px;
  93. }
  94. s, strike, del {
  95. color: gray;
  96. }
  97. s:hover, strike:hover, del:hover {
  98. color: gray;
  99. background-color: gainsboro;
  100. text-decoration: none;
  101. }
  102. #main_table_set {
  103. width: 100%;
  104. text-align: center;
  105. }
  106. #main_table_width {
  107. width: 33.3%;
  108. }
  109. #main_table_width_half {
  110. width: 50%;
  111. }
  112. #main_table_width_quarter {
  113. width: 25%;
  114. }
  115. #redirect {
  116. border: 1px solid gainsboro;
  117. padding: 10px;
  118. }
  119. body {
  120. word-break: break-all;
  121. overflow: auto;
  122. }
  123. .main_hr {
  124. border: none;
  125. margin-top: 8px;
  126. margin-bottom: 8px;
  127. }
  128. #include_link {
  129. display: none;
  130. }
  131. #toc_title {
  132. font-size: 1.2rem;
  133. }
  134. #admin_log_search {
  135. width: 100px;
  136. }
  137. @media (max-width: 768px) {
  138. table {
  139. min-width: 100%;
  140. }
  141. .table_safe {
  142. min-width: 100%;
  143. }
  144. }
  145. .table_safe {
  146. max-width: 100%;
  147. }
  148. .change_space {
  149. white-space: pre-line;
  150. }
  151. #topic_scroll {
  152. max-height: 500px;
  153. overflow: scroll;
  154. -ms-overflow-style: none;
  155. scrollbar-width: none;
  156. }
  157. #topic_scroll::-webkit-scrollbar {
  158. display: none;
  159. }
  160. .hidden_link {
  161. filter: blur(3px);
  162. }
  163. .hidden_link:hover {
  164. filter: none;
  165. }
  166. .content {
  167. height: 500px;
  168. }
  169. .topic_content {
  170. height: 200px;
  171. }
  172. .spead_footnote {
  173. background-color: #efefef;
  174. color: #555;
  175. border: 1px solid #cecece;
  176. }
  177. #footnote_data {
  178. border-top: 1px solid gainsboro;
  179. padding-top: 10px;
  180. }
  181. a {
  182. color: dodgerblue;
  183. }
  184. hr {
  185. border: 0;
  186. border-top: 1px solid gainsboro;
  187. }
  188. .render_content {
  189. white-space: pre-wrap;
  190. line-break: anywhere;
  191. }
  192. blockquote {
  193. padding: 15px 40px 15px 15px;
  194. margin: 15px 0 0;
  195. display: table;
  196. border: 2px solid #ccc;
  197. border-left: 5px solid black;
  198. background-image: url('/views/main_css/file/quote.png');
  199. background-position: calc(100% - 10px) 10px;
  200. background-repeat: no-repeat;
  201. background-size: 25px;
  202. }