|
|
|
|
@ -145,20 +145,20 @@ pre .xml .cdata {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* apply the same style to codemirror */
|
|
|
|
|
|
|
|
|
|
.cm-s-ipython span.cm-variable { .highlight-base()}
|
|
|
|
|
.cm-s-ipython span.cm-keyword { .highlight-keyword() }
|
|
|
|
|
.cm-s-ipython span.cm-number { .highlight-number() }
|
|
|
|
|
.cm-s-ipython span.cm-comment { .highlight-comment() }
|
|
|
|
|
.cm-s-ipython span.cm-string { .highlight-string()}
|
|
|
|
|
.cm-s-ipython span.cm-builtin { .highlight-builtin() }
|
|
|
|
|
.cm-s-ipython span.cm-error { color: #f00; }
|
|
|
|
|
.cm-s-ipython span.cm-operator {color: #AA22FF; font-weight: bold;}
|
|
|
|
|
.cm-s-ipython span.cm-meta {color: #AA22FF;}
|
|
|
|
|
|
|
|
|
|
.cm-s-ipython span.cm-tab {
|
|
|
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
|
|
|
|
|
background-position: right;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-color: #FCA9B3;
|
|
|
|
|
.cm-s-ipython {
|
|
|
|
|
span.cm-variable { .highlight-base()}
|
|
|
|
|
span.cm-keyword { .highlight-keyword() }
|
|
|
|
|
span.cm-number { .highlight-number() }
|
|
|
|
|
span.cm-comment { .highlight-comment() }
|
|
|
|
|
span.cm-string { .highlight-string()}
|
|
|
|
|
span.cm-builtin { .highlight-builtin() }
|
|
|
|
|
span.cm-error { color: #f00; }
|
|
|
|
|
span.cm-operator {color: #AA22FF; font-weight: bold;}
|
|
|
|
|
span.cm-meta {color: #AA22FF;}
|
|
|
|
|
|
|
|
|
|
span.cm-tab {
|
|
|
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
|
|
|
|
|
background-position: right;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|