?? api.css
字號:
body {
background: white;
}
body, td {
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
color: black;
}
code, pre {
font-family: Lucida Console, Courier New, Monospace;
}
.get-column,
.set-column,
.optional-column,
.bubbles-column {
vertical-align: middle;
text-align: center;
}
.get-header,
.set-header,
.optional-header,
.bubbles-header {
writing-mode: tb-rl;
filter: FlipH() FlipV();
background: white;
}
h1, h2, h3, h4 {
margin-top: 20px;
margin: 5px;
}
p, table, pre {
margin: 5px;
margin-left: 20px;
}
h1 {
font-size: 150%;
}
h2 {
margin-top: 20px;
font-size: 130%;
}
h3 {
margin-top: 20px;
font-size: 120%;
}
h4 {
margin-left: 10px;
font-size: 100%;
}
td {
border: 1px solid #aaa;
padding: 4px;
}
table {
border-collapse: collapse;
border: 1px solid white;
}
thead {
font-weight: bold;
}
thead td {
border-bottom: 1px solid black;
text-align: left;
vertical-align: bottom;
}
td {
vertical-align: top;
}
code {
white-space: nowrap;
}
.class-tree,
.class-tree ul {
list-style: none;
margin-left: 30px;
padding: 0;
border-left: 1px solid #aaa;
}
.class-tree {
margin-left: 20px;
}
.class-tree li code {
border: 1px solid #aaa;
padding: 2px 5px;
text-decoration: none;
color: black;
position: relative;
left: -15px;
background: white;
}
.class-tree li code a {
color: black;
text-decoration: none;
}
.class-tree li {
margin-bottom: 5px;
margin-top: 5px;
}
.class-tree li a:hover {
color: blue;
text-decoration: underline;
}
.partial-class-tree,
.partial-class-tree ul {
list-style: none;
margin-left: 20px;
padding: 0;
}
.partial-class-tree {
margin-left: 20px;
}
.partial-class-tree li code {
/*
position: relative;
left: -15px;
*/
}
.partial-class-tree code {
font-weight: bold;
}
.partial-class-tree code a {
font-weight: normal;
}
.warning {
color: red;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -