| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- body, html, video, table, iframe, input, textarea, img, hr, blockquote, pre {
- max-width: 100%;
- }
- textarea {
- width: 100%;
- }
- input {
- width: 100%;
- box-sizing: border-box;
- }
- #last {
- margin-top: 30px;
- }
- #toc {
- border: 1px solid gainsboro;
- padding: 20px;
- width: fit-content;
- width: -moz-fit-content;
- clear: both;
- margin-top: 10px;
- }
- table {
- border-collapse: collapse;
- }
- td {
- border: 1px solid gainsboro;
- padding: 5px 10px;
- }
- a {
- text-decoration: none;
- }
- .inside_ul li {
- margin-left: 20px;
- }
- #not_thing {
- color: red;
- }
- #inside, #out_link, #open {
- color: green;
- }
- #out_link::before {
- background: green;
- color: white;
- content: "E";
- margin-right: 2px;
- }
- input[type="checkbox"], input[type="radio"] {
- width: auto;
- }
- #list {
- padding: 10px;
- }
- #toron {
- width: 100%;
- }
- #toron_color_green {
- background: palegreen;
- }
- #toron_color_blue {
- background: paleturquoise;
- }
- #toron_color_red {
- background: palevioletred;
- }
- #toron_color_normal {
- background: palegoldenrod;
- }
- #toron_color_grey {
- background: gainsboro;
- }
- #toron_color_not {
- display: none;
- }
- #main_table_top_tr {
- background: aquamarine;
- }
- #cate {
- border: 1px solid gainsboro;
- padding: 5px;
- margin-top: 20px;
- }
- img, iframe {
- max-width: 100%;
- }
- pre {
- border: 1px solid gainsboro;
- padding: 10px;
- white-space: pre-wrap;
- }
- #in {
- margin-left: 20px;
- }
- #out {
- margin-left: 5px;
- }
- s, strike, del {
- color: gray;
- }
- s:hover, strike:hover, del:hover {
- color: gray;
- background-color: gainsboro;
- text-decoration: none;
- }
- #main_table_set {
- width: 100%;
- text-align: center;
- }
- #main_table_width {
- width: 33.3%;
- }
- #main_table_width_half {
- width: 50%;
- }
- #main_table_width_quarter {
- width: 25%;
- }
- #redirect {
- border: 1px solid gainsboro;
- padding: 10px;
- }
- body {
- word-break: break-all;
- overflow: auto;
- }
- .main_hr {
- border: none;
- margin-top: 8px;
- margin-bottom: 8px;
- }
- #include_link {
- display: none;
- }
- #toc_title {
- font-size: 1.2rem;
- }
- #admin_log_search {
- width: 100px;
- }
- @media (max-width: 768px) {
- table {
- min-width: 100%;
- }
- .table_safe {
- min-width: 100%;
- }
- }
- .all_in_data {
- display: block;
- width: 100%;
- white-space: pre-wrap;
- }
- .table_safe {
- max-width: 100%;
- }
- .change_space {
- white-space: pre-line;
- }
- #topic_scroll {
- max-height: 500px;
- overflow: scroll;
- -ms-overflow-style: none;
- scrollbar-width: none;
- }
- #topic_scroll::-webkit-scrollbar {
- display: none;
- }
- .hidden_link {
- filter: blur(3px);
- }
- .hidden_link:hover {
- filter: none;
- }
- .content {
- height: 500px;
- }
- .topic_content {
- height: 200px;
- }
- .spead_footnote {
- background-color: #efefef;
- color: #555;
- border: 1px solid #cecece;
- }
- #footnote_data {
- border-top: 1px solid gainsboro;
- padding-top: 10px;
- }
- a {
- color: dodgerblue;
- }
- hr {
- border: 0;
- border-top: 1px solid gainsboro;
- }
- .render_content {
- white-space: pre-wrap;
- }
- blockquote {
- padding: 15px 40px 15px 15px;
- margin: 15px 0 0;
- display: table;
- border: 2px solid #ccc;
- border-left: 5px solid black;
- }
|