1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
6 background: #000000; /* This will be seen as the continuation of the ruler */
7 font-family: "Liberation Mono", Consolas, "Courier New", monospace;
8 /* font-size: inherit; * inherit browser's default monospace font size */
9 font-size: 11px; /* use typical LCARStrek font size */
13 color: #FF9F00; /* Default text color */
14 background: #000000; /* Background of the editor */
19 background: #000000; /* super light green */
31 border-right: 1px solid #794900;
38 .ruler.linesWithAnnotations {
44 border-left: 1px solid #794900;
49 /* Styles for the annotation ruler (first line) */
54 display: inline-block;
55 vertical-align: middle;
56 background-position: center;
57 background-repeat: no-repeat;
59 .annotation.task .annotationHTML {
60 background-image: url("chrome://browser/skin/devtools/orion-task.png");
62 .annotation.breakpoint .annotationHTML {
63 background-image: url("chrome://browser/skin/devtools/orion-breakpoint.png");
65 .annotation.debugLocation .annotationHTML {
66 background-image: url("chrome://browser/skin/devtools/orion-debug-location.png");
68 .annotation.breakpoint.debugLocation .annotationHTML,
69 .annotation.task.debugLocation .annotationHTML {
70 background-position: center, center;
71 background-repeat: no-repeat, no-repeat;
72 background-size: 75%, 100%;
74 .annotation.breakpoint.debugLocation .annotationHTML {
75 background-image: url("chrome://browser/skin/devtools/orion-debug-location.png"),
76 url("chrome://browser/skin/devtools/orion-breakpoint.png");
79 .annotation.task.debugLocation .annotationHTML {
80 background-image: url("chrome://browser/skin/devtools/orion-debug-location.png"),
81 url("chrome://browser/skin/devtools/orion-task.png");
84 /* Styles for the overview ruler */
91 .annotationOverview.task {
92 background-color: #004000;
93 border: 1px solid #33FF33;
95 .annotationOverview.breakpoint {
96 background-color: #262640;
97 border: 1px solid #9C9CFF;
99 .annotationOverview.debugLocation {
100 background-color: #404000;
101 border: 1px solid #33FF33;
103 .annotationOverview.currentBracket {
104 background-color: #808080;
105 border: 1px solid #FF0000;
107 .annotationOverview.matchingBracket {
108 background-color: #808080;
109 border: 1px solid #FF0000;
112 /* Styles for text range */
114 background-repeat: repeat-x;
115 background-position: left bottom;
117 .annotationRange.task {
118 outline: 1px dashed rgba(0, 255, 0, 0.5);
120 .annotationRange.matchingBracket {
121 outline: 1px solid #008484;
124 .token_singleline_comment,
125 .token_multiline_comment,
127 color: #33CC33; /* grey */
130 .token_doc_html_markup {
131 color: #E7ADE7; /* purple */
135 color: #E7ADE7; /* purple */
138 .token_task_tag { /* "TODO" */
144 color: #9C9CFF; /* green */
149 color: #E7ADE7; /* purple */
153 /* images/white_space.png */
154 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAIAAABv85FHAAAABnRSTlMA/wAAAACkwsAdAAAAIUlEQVR4nGP4z8CAC+GUIEXuABhgkTuABEiRw2cmae4EAH05X7xDolNRAAAAAElFTkSuQmCC");
155 background-repeat: no-repeat;
156 background-position: center center;
160 /* images/white_tab.png */
161 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAIAAACJ2loDAAAABnRSTlMA/wD/AP83WBt9AAAAMklEQVR4nGP4TwRgoK6i52c3bz5w6zMSA6tJn28d2Lx589nnCAYu63AaSLxJRLoJPwAAeNk0aG4opfMAAAAASUVORK5CYII=");
162 background-repeat: no-repeat;
163 background-position: left center;
167 .annotationLine.currentLine { /* Current line */
171 .readonly .line_caret,
172 .readonly .annotationLine.currentLine {
176 /* Styling for html syntax highlighting */
178 color: #E7ADE7; /* blue */
181 .entity-other-attribute-name {
182 color: #E7ADE7; /* blue */
185 .punctuation-definition-comment {
186 color: #33CC33; /* grey */
190 color: #33CC33; /* grey */
194 color: #9C9CFF; /* orange */