|
@@ -1,4 +1,4 @@
|
|
|
-body, html, video, table, iframe, input, textarea, img, hr, blockquote, pre {
|
|
|
|
|
|
|
+body, html, video, table, iframe, input, textarea, img, hr, blockquote, pre, iframe {
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -18,9 +18,12 @@ input {
|
|
|
#toc {
|
|
#toc {
|
|
|
border: 1px solid gainsboro;
|
|
border: 1px solid gainsboro;
|
|
|
padding: 20px;
|
|
padding: 20px;
|
|
|
|
|
+
|
|
|
width: fit-content;
|
|
width: fit-content;
|
|
|
width: -moz-fit-content;
|
|
width: -moz-fit-content;
|
|
|
|
|
+
|
|
|
clear: both;
|
|
clear: both;
|
|
|
|
|
+
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -30,6 +33,7 @@ table {
|
|
|
|
|
|
|
|
td {
|
|
td {
|
|
|
border: 1px solid gainsboro;
|
|
border: 1px solid gainsboro;
|
|
|
|
|
+
|
|
|
padding: 5px 10px;
|
|
padding: 5px 10px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -102,10 +106,6 @@ input[type="checkbox"], input[type="radio"] {
|
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-img, iframe {
|
|
|
|
|
- max-width: 100%;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
pre {
|
|
pre {
|
|
|
border: 1px solid gainsboro;
|
|
border: 1px solid gainsboro;
|
|
|
padding: 10px;
|
|
padding: 10px;
|
|
@@ -184,12 +184,6 @@ body {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.all_in_data {
|
|
|
|
|
- display: block;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- white-space: pre-wrap;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.table_safe {
|
|
.table_safe {
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
}
|
|
}
|
|
@@ -200,8 +194,10 @@ body {
|
|
|
|
|
|
|
|
#topic_scroll {
|
|
#topic_scroll {
|
|
|
max-height: 500px;
|
|
max-height: 500px;
|
|
|
|
|
+
|
|
|
overflow: scroll;
|
|
overflow: scroll;
|
|
|
-ms-overflow-style: none;
|
|
-ms-overflow-style: none;
|
|
|
|
|
+
|
|
|
scrollbar-width: none;
|
|
scrollbar-width: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -247,6 +243,7 @@ hr {
|
|
|
|
|
|
|
|
.render_content {
|
|
.render_content {
|
|
|
white-space: pre-wrap;
|
|
white-space: pre-wrap;
|
|
|
|
|
+ line-break: anywhere;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
blockquote {
|