-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
91 lines (91 loc) · 6.02 KB
/
Copy pathstyles.css
File metadata and controls
91 lines (91 loc) · 6.02 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
html, body { height: 100%; margin: 0; }
.widget-tab-contents { width: 100%; height: 100%; }
.widget-tab-contents pre { font-family: 'Fira Code', monospace; }
.widget-tab-contents pre { line-height: 125%; font-size: 65%; }
.widget-tab-contents td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
.widget-tab-contents span.linenos { -webkit-user-select: none; user-select: none; color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
.widget-tab-contents td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.widget-tab-contents span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.widget-tab-contents .hll { background-color: #ffffcc }
.widget-tab-contents { background: #f8f8f8; }
.widget-tab-contents .c { color: #3D7B7B; font-style: italic } /* Comment */
.widget-tab-contents .err { border: 1px solid #FF0000 } /* Error */
.widget-tab-contents .k { color: #008000; font-weight: bold } /* Keyword */
.widget-tab-contents .o { color: #666666 } /* Operator */
.widget-tab-contents .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.widget-tab-contents .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.widget-tab-contents .cp { color: #9C6500 } /* Comment.Preproc */
.widget-tab-contents .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.widget-tab-contents .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.widget-tab-contents .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.widget-tab-contents .gd { color: #A00000 } /* Generic.Deleted */
.widget-tab-contents .ge { font-style: italic } /* Generic.Emph */
.widget-tab-contents .gr { color: #E40000 } /* Generic.Error */
.widget-tab-contents .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.widget-tab-contents .gi { color: #008400 } /* Generic.Inserted */
.widget-tab-contents .go { color: #717171 } /* Generic.Output */
.widget-tab-contents .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.widget-tab-contents .gs { font-weight: bold } /* Generic.Strong */
.widget-tab-contents .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.widget-tab-contents .gt { color: #0044DD } /* Generic.Traceback */
.widget-tab-contents .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.widget-tab-contents .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.widget-tab-contents .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.widget-tab-contents .kp { color: #008000 } /* Keyword.Pseudo */
.widget-tab-contents .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.widget-tab-contents .kt { color: #B00040 } /* Keyword.Type */
.widget-tab-contents .m { color: #666666 } /* Literal.Number */
.widget-tab-contents .s { color: #BA2121 } /* Literal.String */
.widget-tab-contents .na { color: #687822 } /* Name.Attribute */
.widget-tab-contents .nb { color: #008000 } /* Name.Builtin */
.widget-tab-contents .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.widget-tab-contents .no { color: #880000 } /* Name.Constant */
.widget-tab-contents .nd { color: #AA22FF } /* Name.Decorator */
.widget-tab-contents .ni { color: #717171; font-weight: bold } /* Name.Entity */
.widget-tab-contents .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.widget-tab-contents .nf { color: #0000FF } /* Name.Function */
.widget-tab-contents .nl { color: #767600 } /* Name.Label */
.widget-tab-contents .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.widget-tab-contents .nt { color: #008000; font-weight: bold } /* Name.Tag */
.widget-tab-contents .nv { color: #19177C } /* Name.Variable */
.widget-tab-contents .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.widget-tab-contents .w { color: #bbbbbb } /* Text.Whitespace */
.widget-tab-contents .mb { color: #666666 } /* Literal.Number.Bin */
.widget-tab-contents .mf { color: #666666 } /* Literal.Number.Float */
.widget-tab-contents .mh { color: #666666 } /* Literal.Number.Hex */
.widget-tab-contents .mi { color: #666666 } /* Literal.Number.Integer */
.widget-tab-contents .mo { color: #666666 } /* Literal.Number.Oct */
.widget-tab-contents .sa { color: #BA2121 } /* Literal.String.Affix */
.widget-tab-contents .sb { color: #BA2121 } /* Literal.String.Backtick */
.widget-tab-contents .sc { color: #BA2121 } /* Literal.String.Char */
.widget-tab-contents .dl { color: #BA2121 } /* Literal.String.Delimiter */
.widget-tab-contents .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.widget-tab-contents .s2 { color: #BA2121 } /* Literal.String.Double */
.widget-tab-contents .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.widget-tab-contents .sh { color: #BA2121 } /* Literal.String.Heredoc */
.widget-tab-contents .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.widget-tab-contents .sx { color: #008000 } /* Literal.String.Other */
.widget-tab-contents .sr { color: #A45A77 } /* Literal.String.Regex */
.widget-tab-contents .s1 { color: #BA2121 } /* Literal.String.Single */
.widget-tab-contents .ss { color: #19177C } /* Literal.String.Symbol */
.widget-tab-contents .bp { color: #008000 } /* Name.Builtin.Pseudo */
.widget-tab-contents .fm { color: #0000FF } /* Name.Function.Magic */
.widget-tab-contents .vc { color: #19177C } /* Name.Variable.Class */
.widget-tab-contents .vg { color: #19177C } /* Name.Variable.Global */
.widget-tab-contents .vi { color: #19177C } /* Name.Variable.Instance */
.widget-tab-contents .vm { color: #19177C } /* Name.Variable.Magic */
.widget-tab-contents .il { color: #666666 } /* Literal.Number.Integer.Long */
.widget-tab-contents .linenos {
color: #ddd;
font-size: 80%;
margin-right: 8px;
}
.widget-tab-contents td {
text-align: left;
}
.widget-tab-contents span:hover {
background: #eee;
}
.widget-tab-contents {
zoom: 1.0;
}