-
Notifications
You must be signed in to change notification settings - Fork 0
/
temp.css
51 lines (51 loc) · 865 Bytes
/
temp.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
code .c {
color:#9e9e9e;
}
code .b {
font-weight:800;
}
code .k {
color:#689f38;
}
code .h {
color:#dd2c00;
}
code .s {
color:#1e88e5;
}
code .u {
text-decoration: underline;
}
/* Inline */
code.wl {
padding: 1px;
background-color: #F5F5F5;
border: 1px solid #ccc;
}
/* Line Numbers */
pre.ln {
padding-left: 45px;
}
pre.ln code {
position: relative;
counter-reset: linenb;
word-break: normal !important;
word-wrap: normal !important;
white-space: pre !important;
}
pre.ln code span.ln {
position: absolute;
width: 40px;
top: -2px;
left: -45px;
border-right: 1px solid #999;
pointer-events: none;
}
pre.ln code span.ln span::before {
display: block;
text-align: right;
padding-right: 5px;
counter-increment: linenb;
content: counter(linenb);
color: #888;
}