样式调整

This commit is contained in:
fofolee
2019-05-07 01:00:54 +08:00
parent 12856e5d01
commit ef3ea6197b
5 changed files with 5718 additions and 16 deletions

View File

@@ -206,10 +206,6 @@
margin: .67em 0;
}
#manual img {
border-style: none;
}
#manual code,
#manual kbd,
#manual pre {
@@ -382,7 +378,7 @@
#manual code,
#manual pre {
font-family: Monaco, Consolas, Liberation Mono, Menlo, Courier, monospace;
font-size: 90%;
font-size: 95%;
}
#manual pre {
@@ -583,7 +579,7 @@
#manual h3 {
font-size: 1.1em;
background: #E1F5FE;
padding: 1px 0px 1px 5px;
padding: 2px 0px 2px 5px;
border-radius: 3px;
border: 1px solid #03A9F4;
color: #37474F;
@@ -670,14 +666,18 @@
border-top: 1px solid #c6cbd1;
}
#manual table tr:nth-child(2n) {
background-color: #f6f8fa;
}
#manual img {
display: none;
}
#manual img.whitelist {
display: block;
}
#manual table tr:nth-child(2n) {
background-color: #f6f8fa;
}
#manual img[align=right] {
padding-left: 20px;
}
@@ -732,6 +732,11 @@ pre {
padding: 16px;
}
.phpcode code{
display: block;
padding: 10px 20px;
}
pre code {
background-color: transparent;
border: 0;