main.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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. 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. #main_table_top_tr {
  75. background: aquamarine;
  76. }
  77. #cate {
  78. border: 1px solid gainsboro;
  79. padding: 5px;
  80. margin-top: 20px;
  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. .table_safe {
  145. max-width: 100%;
  146. }
  147. .change_space {
  148. white-space: pre-line;
  149. }
  150. #topic_scroll {
  151. max-height: 500px;
  152. overflow: scroll;
  153. -ms-overflow-style: none;
  154. scrollbar-width: none;
  155. }
  156. #topic_scroll::-webkit-scrollbar {
  157. display: none;
  158. }
  159. .hidden_link {
  160. filter: blur(3px);
  161. }
  162. .hidden_link:hover {
  163. filter: none;
  164. }
  165. .content {
  166. height: 500px;
  167. }
  168. .topic_content {
  169. height: 200px;
  170. }
  171. .spead_footnote {
  172. background-color: #efefef;
  173. color: #555;
  174. border: 1px solid #cecece;
  175. }
  176. #footnote_data {
  177. border-top: 1px solid gainsboro;
  178. padding-top: 10px;
  179. }
  180. a {
  181. color: dodgerblue;
  182. }
  183. hr {
  184. border: 0;
  185. border-top: 1px solid gainsboro;
  186. }
  187. .render_content {
  188. white-space: pre-wrap;
  189. line-break: anywhere;
  190. }
  191. blockquote {
  192. padding: 15px 40px 15px 15px;
  193. margin: 15px 0 0;
  194. display: table;
  195. border: 2px solid #ccc;
  196. border-left: 5px solid black;
  197. background-image: url('/views/main_css/file/quote.png');
  198. background-position: calc(100% - 10px) 10px;
  199. background-repeat: no-repeat;
  200. background-size: 25px;
  201. }