| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- body, html, video, table, div, 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; padding: 20px; width: fit-content; width: -moz-fit-content; clear: both; margin-top: 10px;
- }
- #toc-name {
- font-size: 18px;
- }
- table {
- border-collapse: collapse;
- }
- td {
- border: 1px solid; padding: 5px;
- }
- a {
- text-decoration: none;
- }
- #not_thing {
- color: red;
- }
- #inside, #out_link, #open {
- color: green;
- }
- #out_link::before {
- background: green; color: white; content: "E";
- }
- input[type="checkbox"], input[type="radio"] {
- width: auto;
- }
- #list {
- padding: 10px;
- }
- #toron {
- width: 100%;
- }
- #toron_color_green {
- background: #99ffcd;
- }
- #toron_color_blue {
- background: #ffcbf9;
- }
- #toron_color_red {
- background: #fecabf;
- }
- #toron_color_grey {
- background: gainsboro;
- }
- #toron_color_not {
- display: none;
- }
- #cate {
- border: 1px solid; padding: 5px; margin-top: 20px;
- }
- img, iframe {
- max-width: 100%;
- }
- pre {
- border: 1px solid; 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; 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: 18px;
- }
- #admin_log_search {
- width: 100px;
- }
- @media (max-width: 768px) {
- table {
- min-width: 100%;
- }
- .table_safe {
- min-width: 100%;
- }
- }
- #origin {
- display: none;
- }
- .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;
- }
- blockquote {
- padding: 15px 40px 15px 15px;
- margin: 15px 0 0;
- display: table;
- border: 2px solid #ccc;
- border-left: 5px solid black;
- background-image: url('/views/main_css/file/quote.png');
- background-position: calc(100% - 10px) 10px;
- background-repeat: no-repeat;
- background-size: 25px;
- font-size: inherit;
- }
- hr {
- border-top: 1px solid lightgray;
- }
|