mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-25 20:09:58 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -675,7 +675,7 @@
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#manual code {
|
||||
code {
|
||||
background-color: #f8f8f8;
|
||||
color: #e96900;
|
||||
padding: 3px 5px;
|
||||
@@ -684,15 +684,15 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#manual code.descname {
|
||||
code.descname {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
#manual pre {
|
||||
pre {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
#manual pre>code {
|
||||
pre>code {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
@@ -702,17 +702,17 @@
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
#manual #manual .highlight {
|
||||
.highlight {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
#manual #manual .highlight pre {
|
||||
.highlight pre {
|
||||
margin-bottom: 0;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
#manual #manual .highlight pre,
|
||||
#manual pre {
|
||||
.highlight pre,
|
||||
pre {
|
||||
background-color: #f6f8fa;
|
||||
border-radius: 3px;
|
||||
font-size: 85%;
|
||||
@@ -721,7 +721,7 @@
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
#manual pre code {
|
||||
pre code {
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
display: inline;
|
||||
@@ -959,7 +959,7 @@
|
||||
padding-left: 128px !important;
|
||||
}
|
||||
|
||||
#manual .highlight {
|
||||
/* #manual .highlight {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
@@ -1261,4 +1261,4 @@
|
||||
|
||||
#manual .highlight .il {
|
||||
color: #208050
|
||||
}
|
||||
} */
|
||||
Reference in New Issue
Block a user