[RISCV] Rename a lambda to have plural nouns to reflect that it contains a loop. NFC
[llvm-project.git] / llvm / test / tools / opt-viewer / Outputs / basic / style.css
blob0d3347c1578c828e2d34ac0f7f9f0831a0e599c2
1 .source {
2 table-layout: fixed;
3 width: 100%;
4 white-space: nowrap;
6 .source td {
7 white-space: nowrap;
8 overflow: hidden;
9 text-overflow: ellipsis;
11 .red {
12 background-color: #ffd0d0;
14 .cyan {
15 background-color: cyan;
17 body {
18 font-family: -apple-system, sans-serif;
20 pre {
21 margin-top: 0px !important;
22 margin-bottom: 0px !important;
24 .source-name-title {
25 padding: 5px 10px;
26 border-bottom: 1px solid #dbdbdb;
27 background-color: #eee;
28 line-height: 35px;
30 .centered {
31 display: table;
32 margin-left: left;
33 margin-right: auto;
34 border: 1px solid #dbdbdb;
35 border-radius: 3px;
37 .expansion-view {
38 background-color: rgba(0, 0, 0, 0);
39 margin-left: 0px;
40 margin-top: 5px;
41 margin-right: 5px;
42 margin-bottom: 5px;
43 border: 1px solid #dbdbdb;
44 border-radius: 3px;
46 table {
47 border-collapse: collapse;
49 .light-row {
50 background: #ffffff;
51 border: 1px solid #dbdbdb;
53 .column-entry {
54 text-align: right;
56 .column-entry-left {
57 text-align: left;
59 .column-entry-white {
60 text-align: right;
61 background-color: #ffffff;
63 .column-entry-red {
64 text-align: right;
65 background-color: #ffd0d0;
67 .column-entry-green {
68 text-align: right;
69 background-color: #d0ffd0;
71 .column-entry-yellow {
72 text-align: left;
73 background-color: #ffe1a6;
75 .column-entry-0 {
76 background-color: #ffffff;
78 .column-entry-1 {
79 background-color: #eeeeee;
81 .line-number {
82 text-align: right;
83 color: #aaa;
85 .covered-line {
86 text-align: right;
87 color: #0080ff;
89 .uncovered-line {
90 text-align: right;
91 color: #ff3300;
93 .tooltip {
94 position: relative;
95 display: inline;
96 background-color: #b3e6ff;
97 text-decoration: none;
99 .tooltip span.tooltip-content {
100 position: absolute;
101 width: 100px;
102 margin-left: -50px;
103 color: #FFFFFF;
104 background: #000000;
105 height: 30px;
106 line-height: 30px;
107 text-align: center;
108 visibility: hidden;
109 border-radius: 6px;
111 .tooltip span.tooltip-content:after {
112 content: '';
113 position: absolute;
114 top: 100%;
115 left: 50%;
116 margin-left: -8px;
117 width: 0; height: 0;
118 border-top: 8px solid #000000;
119 border-right: 8px solid transparent;
120 border-left: 8px solid transparent;
122 :hover.tooltip span.tooltip-content {
123 visibility: visible;
124 opacity: 0.8;
125 bottom: 30px;
126 left: 50%;
127 z-index: 999;
129 th, td {
130 vertical-align: top;
131 padding: 2px 5px;
132 border-collapse: collapse;
133 border-right: solid 1px #eee;
134 border-left: solid 1px #eee;
136 td:first-child {
137 border-left: none;
139 td:last-child {
140 border-right: none;
143 /* Generated with pygmentize -S colorful -f html >> style.css */
145 .hll { background-color: #ffffcc }
146 .c { color: #888888 } /* Comment */
147 .err { color: #FF0000; background-color: #FFAAAA } /* Error */
148 .k { color: #008800; font-weight: bold } /* Keyword */
149 .o { color: #333333 } /* Operator */
150 .ch { color: #888888 } /* Comment.Hashbang */
151 .cm { color: #888888 } /* Comment.Multiline */
152 .cp { color: #557799 } /* Comment.Preproc */
153 .cpf { color: #888888 } /* Comment.PreprocFile */
154 .c1 { color: #888888 } /* Comment.Single */
155 .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
156 .gd { color: #A00000 } /* Generic.Deleted */
157 .ge { font-style: italic } /* Generic.Emph */
158 .gr { color: #FF0000 } /* Generic.Error */
159 .gh { color: #000080; font-weight: bold } /* Generic.Heading */
160 .gi { color: #00A000 } /* Generic.Inserted */
161 .go { color: #888888 } /* Generic.Output */
162 .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
163 .gs { font-weight: bold } /* Generic.Strong */
164 .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
165 .gt { color: #0044DD } /* Generic.Traceback */
166 .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
167 .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
168 .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
169 .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */
170 .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
171 .kt { color: #333399; font-weight: bold } /* Keyword.Type */
172 .m { color: #6600EE; font-weight: bold } /* Literal.Number */
173 .s { background-color: #fff0f0 } /* Literal.String */
174 .na { color: #0000CC } /* Name.Attribute */
175 .nb { color: #007020 } /* Name.Builtin */
176 .nc { color: #BB0066; font-weight: bold } /* Name.Class */
177 .no { color: #003366; font-weight: bold } /* Name.Constant */
178 .nd { color: #555555; font-weight: bold } /* Name.Decorator */
179 .ni { color: #880000; font-weight: bold } /* Name.Entity */
180 .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
181 .nf { color: #0066BB; font-weight: bold } /* Name.Function */
182 .nl { color: #997700; font-weight: bold } /* Name.Label */
183 .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
184 .nt { color: #007700 } /* Name.Tag */
185 .nv { color: #996633 } /* Name.Variable */
186 .ow { color: #000000; font-weight: bold } /* Operator.Word */
187 .w { color: #bbbbbb } /* Text.Whitespace */
188 .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */
189 .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
190 .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
191 .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
192 .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
193 .sb { background-color: #fff0f0 } /* Literal.String.Backtick */
194 .sc { color: #0044DD } /* Literal.String.Char */
195 .sd { color: #DD4422 } /* Literal.String.Doc */
196 .s2 { background-color: #fff0f0 } /* Literal.String.Double */
197 .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
198 .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
199 .si { background-color: #eeeeee } /* Literal.String.Interpol */
200 .sx { color: #DD2200; background-color: #fff0f0 } /* Literal.String.Other */
201 .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
202 .s1 { background-color: #fff0f0 } /* Literal.String.Single */
203 .ss { color: #AA6600 } /* Literal.String.Symbol */
204 .bp { color: #007020 } /* Name.Builtin.Pseudo */
205 .vc { color: #336699 } /* Name.Variable.Class */
206 .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */
207 .vi { color: #3333BB } /* Name.Variable.Instance */
208 .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */