4 /* Set height, width, borders, and global font properties here */
5 font-family: monospace
;
9 /* Set scrolling behaviour here */
16 padding: 4px 0; /* Vertical padding around content */
19 padding: 0 4px; /* Horizontal padding of content */
22 .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
23 background-color: white
; /* The little square between H and V scrollbars */
29 border-right: 1px solid
#ddd;
30 background-color: #f7f7f7;
33 .CodeMirror-linenumbers {}
34 .CodeMirror-linenumber {
39 -moz-box-sizing: content-box
;
40 box-sizing: content-box
;
45 .CodeMirror div.CodeMirror-cursor {
46 border-left: 1px solid black
;
49 /* Shown when moving in bi-directional text */
50 .CodeMirror div.CodeMirror-secondarycursor {
51 border-left: 1px solid silver
;
53 .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
59 /* Can style cursor different in overwrite (non-insert) mode */
60 .CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
62 .cm-tab { display: inline-block
; }
66 .cm-s-default .cm-keyword {color: #708;}
67 .cm-s-default .cm-atom {color: #219;}
68 .cm-s-default .cm-number {color: #164;}
69 .cm-s-default .cm-def {color: #00f;}
70 .cm-s-default .cm-variable {color: black
;}
71 .cm-s-default .cm-variable-2 {color: #05a;}
72 .cm-s-default .cm-variable-3 {color: #085;}
73 .cm-s-default .cm-property {color: black
;}
74 .cm-s-default .cm-operator {color: black
;}
75 .cm-s-default .cm-comment {color: #a50;}
76 .cm-s-default .cm-string {color: #a11;}
77 .cm-s-default .cm-string-2 {color: #f50;}
78 .cm-s-default .cm-meta {color: #555;}
79 .cm-s-default .cm-qualifier {color: #555;}
80 .cm-s-default .cm-builtin {color: #30a;}
81 .cm-s-default .cm-bracket {color: #997;}
82 .cm-s-default .cm-tag {color: #170;}
83 .cm-s-default .cm-attribute {color: #00c;}
84 .cm-s-default .cm-header {color: blue
;}
85 .cm-s-default .cm-quote {color: #090;}
86 .cm-s-default .cm-hr {color: #999;}
87 .cm-s-default .cm-link {color: #00c;}
89 .cm-negative {color: #d44;}
90 .cm-positive {color: #292;}
91 .cm-header, .cm-strong {font-weight: bold
;}
92 .cm-em {font-style: italic
;}
93 .cm-link {text-decoration: underline
;}
95 .cm-s-default .cm-error {color: #f00;}
96 .cm-invalidchar {color: #f00;}
98 div
.CodeMirror span
.CodeMirror-matchingbracket
{color: #0f0;}
99 div
.CodeMirror span
.CodeMirror-nonmatchingbracket
{color: #f22;}
100 .CodeMirror-activeline-background {background: #e8f2ff;}
104 /* The rest of this file contains styles related to the mechanics of
105 the editor. You probably shouldn't touch them. */
116 /* 30px is the magic margin used to hide the element's real scrollbars */
117 /* See overflow: hidden in .CodeMirror */
118 margin-bottom: -30px; margin-right: -30px;
119 padding-bottom: 30px; padding-right: 30px;
121 outline: none
; /* Prevent dragging from highlighting the element */
123 -moz-box-sizing: content-box
;
124 box-sizing: content-box
;
130 /* The fake, visible scrollbars. Used to force redraw during scrolling
131 before actuall scrolling happens, thus preventing shaking and
132 flickering artifacts. */
133 .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
138 .CodeMirror-vscrollbar {
143 .CodeMirror-hscrollbar {
148 .CodeMirror-scrollbar-filler {
151 .CodeMirror-gutter-filler {
155 .CodeMirror-gutters {
156 position: absolute
; left: 0; top: 0;
157 padding-bottom: 30px;
163 -moz-box-sizing: content-box
;
164 box-sizing: content-box
;
165 padding-bottom: 30px;
166 margin-bottom: -32px;
167 display: inline-block
;
168 /* Hack to make IE7 behave */
172 .CodeMirror-gutter-elt {
182 /* Reset some styles that the rest of the page might have set */
183 -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
185 background: transparent
;
186 font-family: inherit
;
191 line-height: inherit
;
197 .CodeMirror-wrap pre {
198 word-wrap: break-word
;
199 white-space: pre-wrap
;
202 .CodeMirror-code pre {
203 border-right: 30px solid transparent
;
204 width: -webkit-fit-content
;
205 width: -moz-fit-content
;
208 .CodeMirror-wrap .CodeMirror-code pre {
212 .CodeMirror-linebackground {
214 left: 0; right: 0; top: 0; bottom: 0;
218 .CodeMirror-linewidget {
224 .CodeMirror-widget {}
226 .CodeMirror-wrap .CodeMirror-scroll {
230 .CodeMirror-measure {
237 .CodeMirror-measure pre { position: static
; }
239 .CodeMirror div.CodeMirror-cursor {
245 .CodeMirror-focused div.CodeMirror-cursor {
249 .CodeMirror-selected { background: #d9d9d9; }
250 .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
254 background: rgba
(255, 255, 0, .4);
257 /* IE7 hack to prevent it from returning funny offsetTops on the spans */
258 .CodeMirror span { *vertical-align: text-bottom
; }
261 /* Hide the cursor when printing */
262 .CodeMirror div.CodeMirror-cursor {