语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -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
}
} */