|
|
@@ -49,7 +49,7 @@ li {
|
|
|
|
|
|
#top {
|
|
|
width: 100%;
|
|
|
- background: black;
|
|
|
+ background: #4a4a4a;
|
|
|
padding: 15px;
|
|
|
padding-right: 0;
|
|
|
padding-left: 0;
|
|
|
@@ -87,6 +87,7 @@ li {
|
|
|
float: right;
|
|
|
border: 2px solid gainsboro;
|
|
|
padding: 10px;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
@media (min-width: 780px) and (max-width: 1350px) {
|
|
|
@@ -214,6 +215,7 @@ h6 {
|
|
|
|
|
|
#top_tool {
|
|
|
float: right;
|
|
|
+ color: white;
|
|
|
margin-top: -5px;
|
|
|
}
|
|
|
|
|
|
@@ -223,6 +225,7 @@ h6 {
|
|
|
position: absolute;
|
|
|
background: white;
|
|
|
margin-top: 10px;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
#top_tool_cel {
|
|
|
@@ -240,12 +243,15 @@ h6 {
|
|
|
|
|
|
#search_input {
|
|
|
width: 80%;
|
|
|
+ border: 1px solid #4a4a4a;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
#search button {
|
|
|
padding: 0;
|
|
|
border: none;
|
|
|
background: transparent;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
#mobile_search button {
|
|
|
@@ -298,10 +304,12 @@ a {
|
|
|
#syntax {
|
|
|
background: #f0f0f0;
|
|
|
padding: 5px;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
pre {
|
|
|
border: 2px solid gainsboro;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
textarea {
|
|
|
@@ -317,10 +325,12 @@ input {
|
|
|
|
|
|
#toc {
|
|
|
border: 2px solid gainsboro;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
#cate {
|
|
|
border: 2px solid gainsboro;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
#syntax code {
|
|
|
@@ -329,19 +339,18 @@ input {
|
|
|
|
|
|
#redirect {
|
|
|
border: 2px solid gainsboro;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
#go_toc {
|
|
|
display: inline-block;
|
|
|
padding: 10px;
|
|
|
- border-left: 2px solid black;
|
|
|
width: 25px;
|
|
|
}
|
|
|
|
|
|
#go_top {
|
|
|
display: inline-block;
|
|
|
padding: 10px;
|
|
|
- border-right: 2px solid black;
|
|
|
width: 25px;
|
|
|
}
|
|
|
|
|
|
@@ -357,13 +366,14 @@ input {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
- border: 2px solid black;
|
|
|
- background: white;
|
|
|
+ border: 2px solid #4a4a4a;
|
|
|
+ background: #4a4a4a;
|
|
|
text-align: center;
|
|
|
+ border-radius: 10px 0px 0px 0px;
|
|
|
}
|
|
|
|
|
|
#nav_bar a {
|
|
|
- color: black;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
blockquote {
|