Surplus_Up (2DU) 5 anni fa
parent
commit
d9914c5a13
2 ha cambiato i file con 56 aggiunte e 19 eliminazioni
  1. 48 15
      views/main_css/css/main.css
  2. 8 4
      views/main_css/css/sub/dark.css

+ 48 - 15
views/main_css/css/main.css

@@ -7,7 +7,8 @@ textarea {
 }
 }
 
 
 input {
 input {
-    width: 100%; box-sizing: border-box;
+    width: 100%;
+    box-sizing: border-box;
 }
 }
 
 
 #last {
 #last {
@@ -15,7 +16,12 @@ input {
 }
 }
 
 
 #toc {
 #toc {
-    border: 1px solid; padding: 20px; width: fit-content; width: -moz-fit-content; clear: both; margin-top: 10px;
+    border: 1px solid;
+    padding: 20px;
+    width: fit-content;
+    width: -moz-fit-content;
+    clear: both;
+    margin-top: 10px;
 }
 }
 
 
 #toc-name {
 #toc-name {
@@ -27,13 +33,18 @@ table {
 }
 }
 
 
 td {
 td {
-    border: 1px solid; padding: 5px;
+    border: 1px solid;
+    padding: 5px;
 }
 }
 
 
 a {
 a {
     text-decoration: none;
     text-decoration: none;
 }
 }
 
 
+li {
+    margin-left: 20px;
+}
+
 #not_thing {
 #not_thing {
     color: red;
     color: red;
 }
 }
@@ -43,7 +54,10 @@ a {
 }
 }
 
 
 #out_link::before {
 #out_link::before {
-    background: green; color: white; content: "E";
+    background: green;
+    color: white;
+    content: "E";
+    margin-right: 2px;
 }
 }
 
 
 input[type="checkbox"], input[type="radio"] {
 input[type="checkbox"], input[type="radio"] {
@@ -79,7 +93,9 @@ input[type="checkbox"], input[type="radio"] {
 }
 }
 
 
 #cate {
 #cate {
-    border: 1px solid; padding: 5px; margin-top: 20px;
+    border: 1px solid;
+    padding: 5px;
+    margin-top: 20px;
 }
 }
 
 
 img, iframe {
 img, iframe {
@@ -87,7 +103,9 @@ img, iframe {
 }
 }
 
 
 pre {
 pre {
-    border: 1px solid; padding: 10px; white-space: pre-wrap;
+    border: 1px solid;
+    padding: 10px;
+    white-space: pre-wrap;
 }
 }
 
 
 #in {
 #in {
@@ -103,11 +121,14 @@ s, strike, del {
 }
 }
 
 
 s:hover, strike:hover, del:hover {
 s:hover, strike:hover, del:hover {
-    color: gray; background-color: gainsboro; text-decoration: none;
+    color: gray;
+    background-color: gainsboro;
+    text-decoration: none;
 }
 }
 
 
 #main_table_set {
 #main_table_set {
-    width: 100%; text-align: center;
+    width: 100%;
+    text-align: center;
 }
 }
 
 
 #main_table_width {
 #main_table_width {
@@ -123,15 +144,19 @@ s:hover, strike:hover, del:hover {
 }
 }
 
 
 #redirect {
 #redirect {
-    border: 1px solid; padding: 10px;
+    border: 1px solid;
+    padding: 10px;
 }
 }
 
 
 body {
 body {
-    word-break: break-all; overflow: auto;
+    word-break: break-all;
+    overflow: auto;
 }
 }
 
 
 .main_hr {
 .main_hr {
-    border: none; margin-top: 8px; margin-bottom: 8px;
+    border: none;
+    margin-top: 8px;
+    margin-bottom: 8px;
 }
 }
 
 
 #include_link {
 #include_link {
@@ -159,7 +184,9 @@ body {
 }
 }
 
 
 .all_in_data {
 .all_in_data {
-    display: block; width: 100%; white-space: pre-wrap;
+    display: block;
+    width: 100%;
+    white-space: pre-wrap;
 }
 }
 
 
 .table_safe {
 .table_safe {
@@ -171,7 +198,10 @@ body {
 }
 }
 
 
 #topic_scroll {
 #topic_scroll {
-    max-height: 500px; overflow: scroll; -ms-overflow-style: none; scrollbar-width: none;
+    max-height: 500px;
+    overflow: scroll;
+    -ms-overflow-style: none;
+    scrollbar-width: none;
 }
 }
 
 
 #topic_scroll::-webkit-scrollbar {
 #topic_scroll::-webkit-scrollbar {
@@ -195,11 +225,14 @@ body {
 }
 }
 
 
 .spead_footnote {
 .spead_footnote {
-    background-color: #efefef; color: #555; border: 1px solid #cecece;
+    background-color: #efefef;
+    color: #555;
+    border: 1px solid #cecece;
 }
 }
 
 
 #footnote_data {
 #footnote_data {
-    border-top: 1px solid gainsboro; padding-top: 10px;
+    border-top: 1px solid gainsboro;
+    padding-top: 10px;
 }
 }
 
 
 a {
 a {

+ 8 - 4
views/main_css/css/sub/dark.css

@@ -1,9 +1,11 @@
 html, body {
 html, body {
-    background: black; color: white;
+    background: black;
+    color: white;
 }
 }
 
 
 textarea, input, button, select {
 textarea, input, button, select {
-    background: #1f2023; color: white;
+    background: #1f2023;
+    color: white;
 }
 }
 
 
 input::placeholder, textarea::placeholder, select::placeholder {
 input::placeholder, textarea::placeholder, select::placeholder {
@@ -39,9 +41,11 @@ pre#syntax, pre#syntax code {
 }
 }
 
 
 blockquote {
 blockquote {
-    background-color: black; border-left: 5px solid #eee;
+    background-color: black;
+    border-left: 5px solid #eee;
 }
 }
 
 
 .spead_footnote {
 .spead_footnote {
-    background-color: black; color: white;
+    background-color: black;
+    color: white;
 }
 }