| 776 |
lars |
1 |
.cm-s-liquibyte.CodeMirror {
|
|
|
2 |
background-color: #000;
|
|
|
3 |
color: #fff;
|
|
|
4 |
line-height: 1.2em;
|
|
|
5 |
font-size: 1em;
|
|
|
6 |
}
|
|
|
7 |
.CodeMirror-focused .cm-matchhighlight {
|
|
|
8 |
text-decoration: underline;
|
|
|
9 |
text-decoration-color: #0f0;
|
|
|
10 |
text-decoration-style: wavy;
|
|
|
11 |
}
|
|
|
12 |
.cm-trailingspace {
|
|
|
13 |
text-decoration: line-through;
|
|
|
14 |
text-decoration-color: #f00;
|
|
|
15 |
text-decoration-style: dotted;
|
|
|
16 |
}
|
|
|
17 |
.cm-tab {
|
|
|
18 |
text-decoration: line-through;
|
|
|
19 |
text-decoration-color: #404040;
|
|
|
20 |
text-decoration-style: dotted;
|
|
|
21 |
}
|
|
|
22 |
.cm-s-liquibyte .CodeMirror-gutters { background-color: #262626; border-right: 1px solid #505050; padding-right: 0.8em; }
|
|
|
23 |
.cm-s-liquibyte .CodeMirror-gutter-elt div { font-size: 1.2em; }
|
|
|
24 |
.cm-s-liquibyte .CodeMirror-guttermarker { }
|
|
|
25 |
.cm-s-liquibyte .CodeMirror-guttermarker-subtle { }
|
|
|
26 |
.cm-s-liquibyte .CodeMirror-linenumber { color: #606060; padding-left: 0; }
|
|
|
27 |
.cm-s-liquibyte .CodeMirror-cursor { border-left: 1px solid #eee; }
|
|
|
28 |
|
|
|
29 |
.cm-s-liquibyte span.cm-comment { color: #008000; }
|
|
|
30 |
.cm-s-liquibyte span.cm-def { color: #ffaf40; font-weight: bold; }
|
|
|
31 |
.cm-s-liquibyte span.cm-keyword { color: #c080ff; font-weight: bold; }
|
|
|
32 |
.cm-s-liquibyte span.cm-builtin { color: #ffaf40; font-weight: bold; }
|
|
|
33 |
.cm-s-liquibyte span.cm-variable { color: #5967ff; font-weight: bold; }
|
|
|
34 |
.cm-s-liquibyte span.cm-string { color: #ff8000; }
|
|
|
35 |
.cm-s-liquibyte span.cm-number { color: #0f0; font-weight: bold; }
|
|
|
36 |
.cm-s-liquibyte span.cm-atom { color: #bf3030; font-weight: bold; }
|
|
|
37 |
|
|
|
38 |
.cm-s-liquibyte span.cm-variable-2 { color: #007f7f; font-weight: bold; }
|
|
|
39 |
.cm-s-liquibyte span.cm-variable-3 { color: #c080ff; font-weight: bold; }
|
|
|
40 |
.cm-s-liquibyte span.cm-property { color: #999; font-weight: bold; }
|
|
|
41 |
.cm-s-liquibyte span.cm-operator { color: #fff; }
|
|
|
42 |
|
|
|
43 |
.cm-s-liquibyte span.cm-meta { color: #0f0; }
|
|
|
44 |
.cm-s-liquibyte span.cm-qualifier { color: #fff700; font-weight: bold; }
|
|
|
45 |
.cm-s-liquibyte span.cm-bracket { color: #cc7; }
|
|
|
46 |
.cm-s-liquibyte span.cm-tag { color: #ff0; font-weight: bold; }
|
|
|
47 |
.cm-s-liquibyte span.cm-attribute { color: #c080ff; font-weight: bold; }
|
|
|
48 |
.cm-s-liquibyte span.cm-error { color: #f00; }
|
|
|
49 |
|
|
|
50 |
.cm-s-liquibyte div.CodeMirror-selected { background-color: rgba(255, 0, 0, 0.25); }
|
|
|
51 |
|
|
|
52 |
.cm-s-liquibyte span.cm-compilation { background-color: rgba(255, 255, 255, 0.12); }
|
|
|
53 |
|
|
|
54 |
.cm-s-liquibyte .CodeMirror-activeline-background { background-color: rgba(0, 255, 0, 0.15); }
|
|
|
55 |
|
|
|
56 |
/* Default styles for common addons */
|
|
|
57 |
div.CodeMirror span.CodeMirror-matchingbracket { color: #0f0; font-weight: bold; }
|
|
|
58 |
div.CodeMirror span.CodeMirror-nonmatchingbracket { color: #f00; font-weight: bold; }
|
|
|
59 |
.CodeMirror-matchingtag { background-color: rgba(150, 255, 0, .3); }
|
|
|
60 |
/* Scrollbars */
|
|
|
61 |
/* Simple */
|
|
|
62 |
div.CodeMirror-simplescroll-horizontal div:hover, div.CodeMirror-simplescroll-vertical div:hover {
|
|
|
63 |
background-color: rgba(80, 80, 80, .7);
|
|
|
64 |
}
|
|
|
65 |
div.CodeMirror-simplescroll-horizontal div, div.CodeMirror-simplescroll-vertical div {
|
|
|
66 |
background-color: rgba(80, 80, 80, .3);
|
|
|
67 |
border: 1px solid #404040;
|
|
|
68 |
border-radius: 5px;
|
|
|
69 |
}
|
|
|
70 |
div.CodeMirror-simplescroll-vertical div {
|
|
|
71 |
border-top: 1px solid #404040;
|
|
|
72 |
border-bottom: 1px solid #404040;
|
|
|
73 |
}
|
|
|
74 |
div.CodeMirror-simplescroll-horizontal div {
|
|
|
75 |
border-left: 1px solid #404040;
|
|
|
76 |
border-right: 1px solid #404040;
|
|
|
77 |
}
|
|
|
78 |
div.CodeMirror-simplescroll-vertical {
|
|
|
79 |
background-color: #262626;
|
|
|
80 |
}
|
|
|
81 |
div.CodeMirror-simplescroll-horizontal {
|
|
|
82 |
background-color: #262626;
|
|
|
83 |
border-top: 1px solid #404040;
|
|
|
84 |
}
|
|
|
85 |
/* Overlay */
|
|
|
86 |
div.CodeMirror-overlayscroll-horizontal div, div.CodeMirror-overlayscroll-vertical div {
|
|
|
87 |
background-color: #404040;
|
|
|
88 |
border-radius: 5px;
|
|
|
89 |
}
|
|
|
90 |
div.CodeMirror-overlayscroll-vertical div {
|
|
|
91 |
border: 1px solid #404040;
|
|
|
92 |
}
|
|
|
93 |
div.CodeMirror-overlayscroll-horizontal div {
|
|
|
94 |
border: 1px solid #404040;
|
|
|
95 |
}
|