forked from pandaoh/js-xxx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_docs.custom.css
55 lines (47 loc) · 1023 Bytes
/
_docs.custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.tsd-signature {
font-size: larger;
font-weight: 600;
}
.tsd-comment code {
display: block;
margin: 5px;
padding: 5px 10px;
color: #17a2b8;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
}
.tsd-signature-type {
color: #dc3545;
}
.tsd-comment p {
padding: 0 1px;
}
#tsd-search-field {
color: #007bff;
font-size: larger;
font-weight: 600;
}
/* js-xxx */
.tsd-theme-toggle::after,
.tsd-accordion-details::after,
.tsd-index-accordion::after {
display: block;
margin: 10px 5px;
letter-spacing: 1px;
color: #28a745;
font-size: smaller;
}
.tsd-theme-toggle::after {
content: 'This library (js-xxx) has been introduced on this page, and you can directly open the console for debugging.';
}
.tsd-accordion-details::after {
content: '本页面已引入此库 (js-xxx),可直接打开控制台调试。';
}
.tsd-index-accordion::after {
content: "$xxx.log('Hello LeoHe!')";
color: #ffc107;
font-size: inherit;
font-style: italic;
font-weight: 500;
}