main.css 3.3 KB

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