forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_perldoc.scss
executable file
·88 lines (85 loc) · 4.33 KB
/
_perldoc.scss
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
/*
.highlight .hll { background-color: #ffffcc }
.highlight { background: #eeeedd } */
.highlight .c { color: #3BA08D } /* Comment */
.highlight .err { color: #B72132 } /* Error */
.highlight .k { color: #8B008B } /* Keyword */
.highlight .ch { color: #3BA08D } /* Comment.Hashbang */
.highlight .cm { color: #3BA08D } /* Comment.Multiline */
.highlight .cp { color: #1e889b } /* Comment.Preproc */
.highlight .cpf { color: #3BA08D } /* Comment.PreprocFile */
.highlight .c1 { color: #3BA08D } /* Comment.Single */
.highlight .cs { color: #8B008B } /* Comment.Special */
.highlight .gd { color: #B72132 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #B72132 } /* Generic.Error */
.highlight .gh { color: #9860FF } /* Generic.Heading */
.highlight .gi { color: #00aa00 } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
// Prevent selecting comments, command-output and command-prompt in shell
// examples that use the "console" lexer/highlighter to allow easier copying.
// See https://github.com/rouge-ruby/rouge/issues/1023
.language-console .highlight .c,
.language-console .highlight .go,
.language-console .highlight .gp
{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
// Show a "text" cursor for the prompt. Even though the prompt itself is not
// selectable, make it appear as if it is, so that users don't get confused
// when they try to select an example for copying.
.language-console .highlight .gp {
cursor: text;
}
.highlight .gs {} /* Generic.Strong */
.highlight .gu { color: #800080 } /* Generic.Subheading */
.highlight .gt { color: #B72132 } /* Generic.Traceback */
.highlight .kc { color: #8B008B } /* Keyword.Constant */
.highlight .kd { color: #8B008B } /* Keyword.Declaration */
.highlight .kn { color: #8B008B } /* Keyword.Namespace */
.highlight .kp { color: #8B008B } /* Keyword.Pseudo */
.highlight .kr { color: #8B008B } /* Keyword.Reserved */
.highlight .kt { color: #1C90ED } /* Keyword.Type */
.highlight .m { color: #B452CD } /* Literal.Number */
.highlight .s { color: #E25D68 } /* Literal.String */
.highlight .na { color: #658b00 } /* Name.Attribute */
.highlight .nb { color: #658b00 } /* Name.Builtin */
.highlight .nc { color: #88D5C0 } /* Name.Class */
.highlight .no { color: #1C90ED } /* Name.Constant */
.highlight .nd { color: #707a7c } /* Name.Decorator */
.highlight .ne { color: #88D5C0 } /* Name.Exception */
/*.highlight .nf { color: #88D5C0 } Name.Function */
.highlight .nn { color: #88D5C0 } /* Name.Namespace */
.highlight .nt { color: #8B008B } /* Name.Tag */
.highlight .nv { color: #1C90ED } /* Name.Variable */
.highlight .ow { color: #8B008B } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #B452CD } /* Literal.Number.Bin */
.highlight .mf { color: #B452CD } /* Literal.Number.Float */
.highlight .mh { color: #B452CD } /* Literal.Number.Hex */
.highlight .mi { color: #B452CD } /* Literal.Number.Integer */
.highlight .mo { color: #B452CD } /* Literal.Number.Oct */
.highlight .sa { color: #E25D68 } /* Literal.String.Affix */
.highlight .sb { color: #E25D68 } /* Literal.String.Backtick */
.highlight .sc { color: #E25D68 } /* Literal.String.Char */
.highlight .dl { color: #E25D68 } /* Literal.String.Delimiter */
.highlight .sd { color: #E25D68 } /* Literal.String.Doc */
.highlight .s2 { color: #E25D68 } /* Literal.String.Double */
.highlight .se { color: #E25D68 } /* Literal.String.Escape */
.highlight .sh { color: #1c7e71 } /* Literal.String.Heredoc */
.highlight .si { color: #E25D68 } /* Literal.String.Interpol */
.highlight .sx { color: #cb6c20 } /* Literal.String.Other */
.highlight .sr { color: #1c7e71 } /* Literal.String.Regex */
.highlight .s1 { color: #E25D68 } /* Literal.String.Single */
.highlight .ss { color: #E25D68 } /* Literal.String.Symbol */
.highlight .bp { color: #658b00 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #88D5C0 } /* Name.Function.Magic */
.highlight .vc { color: #1C90ED } /* Name.Variable.Class */
.highlight .vg { color: #1C90ED } /* Name.Variable.Global */
.highlight .vi { color: #1C90ED } /* Name.Variable.Instance */
.highlight .vm { color: #1C90ED } /* Name.Variable.Magic */
.highlight .il { color: #B452CD } /* Literal.Number.Integer.Long */