main.css 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. body, html, video, table, div, iframe, input, textarea, img, hr, blockquote, pre { max-width: 100%;}
  2. textarea { width: 100%; }
  3. input { width: 100%; box-sizing: border-box; }
  4. #last { margin-top: 30px; }
  5. #toc { border: 1px solid; padding: 20px; width: fit-content; width: -moz-fit-content; clear: both; margin-top: 10px; }
  6. #toc-name { font-size: 18px; }
  7. table { border-collapse: collapse; }
  8. td { border: 1px solid; padding: 5px; }
  9. a { text-decoration: none; }
  10. #not_thing { color: red; }
  11. #inside, #out_link, #open { color: green; }
  12. #out_link::before { background: green; color: white; content: "E"; }
  13. input[type="checkbox"], input[type="radio"] { width: auto; }
  14. #list { padding: 10px; }
  15. #toron { width: 100%; }
  16. #toron_color_green { background: #99ffcd; }
  17. #toron_color_blue { background: #ffcbf9; }
  18. #toron_color_red { background: #fecabf; }
  19. #toron_color_grey { background: gainsboro; }
  20. #toron_color_not { display: none; }
  21. #cate { border: 1px solid; padding: 5px; }
  22. blockquote { border: 1px solid; padding: 15px; margin: 0; margin-top: 10px; display: inline-block; }
  23. img, iframe { max-width: 100%; }
  24. pre { border: 1px solid; padding: 10px; white-space: pre-wrap; }
  25. #in { margin-left: 20px; }
  26. #out { margin-left: 5px; }
  27. s, strike, del { color: gray; }
  28. s:hover, strike:hover, del:hover { color: gray; background-color: gainsboro; text-decoration: none; }
  29. #main_table_set { width: 100%; text-align: center; }
  30. #main_table_width { width: 33.3%; }
  31. #main_table_width_half { width: 50%; }
  32. #main_table_width_quarter { width: 25%; }
  33. #redirect { border: 1px solid; padding: 10px; }
  34. body { word-break: break-all; overflow: auto; }
  35. .main_hr { border: none; margin-top: 8px; margin-bottom: 8px; }
  36. #include_link { display: none; }
  37. #toc_title { font-size: 18px; }
  38. blockquote { background-image: url(/views/main_css/file/quote.png); background-position: calc(100% - 10px) 10px; background-repeat: no-repeat; background-size: 25px; }
  39. #admin_log_search { width: 100px; }
  40. @media (max-width: 768px) { table { min-width: 100%; } .table_safe { min-width: 100%; }}
  41. #origin { display: none; }
  42. .all_in_data { display: block; width: 100%; white-space: pre-wrap; }
  43. .table_safe { max-width: 100%; }
  44. .change_space { white-space: pre-line; }
  45. #topic_scroll { max-height: 500px; overflow: scroll; -ms-overflow-style: none; scrollbar-width: none; }
  46. #topic_scroll::-webkit-scrollbar { display: none; }
  47. .hidden_link { filter: blur(3px); }
  48. .hidden_link:hover { filter: none; }
  49. .content { height: 500px; }
  50. .topic_content { height: 200px; }
  51. .spead_footnote { background-color: #efefef; color: #555; border: 1px solid #cecece; }
  52. #footnote_data { border-top: 1px solid gainsboro; padding-top: 10px; }