Explorar o código

디자인 일부 변경

Surplus_Up (2DU) %!s(int64=6) %!d(string=hai) anos
pai
achega
e83d9349bd

+ 9 - 0
views/marisa/css/dark.css

@@ -50,4 +50,13 @@ pre#syntax {
 
 a#titlt_a {
     color: white;
+}
+
+button#save {
+    background: #083808;
+}
+
+blockquote {
+    background: black;
+    border-left: 5px solid #eee;
 }

+ 6 - 11
views/marisa/css/main.css

@@ -25,7 +25,6 @@ button {
     border: 2px solid gainsboro;
     background: white;
     cursor: pointer;
-    border-radius: 10px;
 }
 
 td {
@@ -207,7 +206,7 @@ h6 {
 #top_tool {
     float: right;
     color: white;
-    margin-top: -5px;
+    margin-top: -8px;
 }
 
 .cel_in_cel {
@@ -216,7 +215,6 @@ h6 {
     position: absolute;
     background: white;
     margin-top: 10px;
-    border-radius: 10px;
 }
 
 #top_tool_cel {
@@ -235,7 +233,6 @@ h6 {
 #search_input {
     width: 220px;
     height: 35px;
-    border-radius: 17.5px;
     padding-left: 10px;
     background-color: gray;
     border: solid 1px gray;
@@ -263,7 +260,6 @@ div#pre_search {
     color: black;
     margin-top: 5px;
     background: white;
-    border-radius: 10px;
     position: absolute;
 }
 
@@ -307,21 +303,17 @@ a {
 #syntax {
     background: #f0f0f0;
     padding: 5px;
-    border-radius: 10px;
 }
 
 pre, #toc, #cate, #redirect {
     border: 2px solid gainsboro;
-    border-radius: 10px;
 }
 
 textarea, input {
     border: 2px solid gainsboro;
     font-family: '나눔고딕', 'Nanum Gothic', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
-    border-radius: inherit;
     padding: 5px;
     margin-left: -5px;
-    border-radius: 10px;
 }
 
 #syntax code {
@@ -348,6 +340,7 @@ textarea, input {
 }
 
 #nav_bar {
+    z-index: 100;
     font-size: 24px;
     position: fixed;
     bottom: 0;
@@ -355,7 +348,6 @@ textarea, input {
     border: 2px solid #4a4a4a;
     background: #4a4a4a;
     text-align: center;
-    border-radius: 10px 0px 0px 0px;
 }
 
 #nav_bar a {
@@ -398,7 +390,6 @@ div#last_edit {
 }
 
 #mobile_search_input {
-    border-radius: 10px;
 }
 
 #top_menu_groups {
@@ -427,4 +418,8 @@ div#last_edit {
 
 #titlt_a {
     color: initial;
+}
+
+button#save {
+    background: #c6ffc6;
 }

+ 2 - 2
views/marisa/index.html

@@ -8,8 +8,8 @@
             <title>{{imp[0]}} - {{imp[1][0]}}</title>
         {% endif %}
         {{imp[3][3]|safe}}
-        <link rel="stylesheet" href="/views/marisa/css/main.css?ver=7">
-        <script src="/views/marisa/js/skin_set.js?ver=3"></script>
+        <link rel="stylesheet" href="/views/marisa/css/main.css?ver=8">
+        <script src="/views/marisa/js/skin_set.js?ver=4"></script>
         <script src="/views/marisa/js/main.js?ver=3"></script>
         <script>main_load(); window.onload = function () { skin_set(); }</script>
         <script src="https://code.iconify.design/1/1.0.3/iconify.min.js"></script>

+ 1 - 1
views/marisa/info.json

@@ -1,5 +1,5 @@
 {
     "name" : "Marisa",
-    "skin_ver" : "v1.1.9",
+    "skin_ver" : "v1.2.0",
     "require_ver" : "8"
 }

+ 1 - 1
views/marisa/js/skin_set.js

@@ -15,7 +15,7 @@ function main_load() {
         cookies.match(regex_data('invert')) &&
         cookies.match(regex_data('invert'))[1] === '1'
     ) {
-        head_data.innerHTML += '<link rel="stylesheet" href="/views/marisa/css/dark.css?ver=5">';
+        head_data.innerHTML += '<link rel="stylesheet" href="/views/marisa/css/dark.css?ver=6">';
     }
 }