-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmacro.css
64 lines (64 loc) · 1.16 KB
/
macro.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
56
57
58
59
60
61
62
63
64
.w-jx3macro {
font-size: 15px;
line-height: 24px;
font-family: Monaco, Consolas, "Lucida Console", "Courier New", serif;
}
.w-jx3macro ol {
padding: 0 0 0 40px;
border-radius: 4px;
background: #f6f8fa;
border: 1px solid #eee;
}
.w-jx3macro li {
margin: 0 !important;
background: #fafbfc;
border-bottom: 1px solid #e1e4e8;
border-left: 1px solid #e1e4e8;
list-style: decimal;
}
.w-jx3macro li:last-child {
border-bottom: none;
}
.w-jx3macro li:hover {
background-color: #fff;
}
.w-jx3macro pre {
background: none;
border: none;
padding: 6px 10px !important;
margin: 0;
line-height: 24px;
border: none !important;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
white-space: normal;
}
@media print {
.w-jx3macro {
page-break-inside: avoid !important;
}
.w-jx3macro ol {
padding-left: 0;
}
.w-jx3macro li {
list-style: none;
border-left: none;
}
}
.jx3macro-comment {
color: #22863a;
}
.jx3macro-condition {
color: #6f42c1;
}
.jx3macro-key {
color: #d73a49;
}
.jx3macro-keyword-cast {
color: #005cc5;
}
.jx3macro-keyword-fcast {
color: #e6a11d;
}
.jx3macro-keyword-msg {
color: #666;
}