mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
32 lines
1.3 KiB
CSS
32 lines
1.3 KiB
CSS
/* jsbin - based on web inspector */
|
|
.cm-s-jsbin span.cm-keyword {color: #AA0D91;}
|
|
.cm-s-jsbin span.cm-atom {color: #219;}
|
|
.cm-s-jsbin span.cm-number {color: #164;}
|
|
.cm-s-jsbin span.cm-def {color: #00f;}
|
|
.cm-s-jsbin span.cm-variable {color: black;}
|
|
.cm-s-jsbin span.cm-variable-2 {color: #05a;}
|
|
.cm-s-jsbin span.cm-variable-3 {color: #0a5;}
|
|
.cm-s-jsbin span.cm-property {color: black;}
|
|
.cm-s-jsbin span.cm-operator {color: black;}
|
|
.cm-s-jsbin span.cm-comment {color: #236E25;}
|
|
.cm-s-jsbin span.cm-string {color: #C41A16;}
|
|
.cm-s-jsbin span.cm-meta {color: #555;}
|
|
.cm-s-jsbin span.cm-error {color: #f00;}
|
|
.cm-s-jsbin span.cm-qualifier {color: #555;}
|
|
.cm-s-jsbin span.cm-builtin {color: #30a;}
|
|
.cm-s-jsbin span.cm-bracket {color: #cc7;}
|
|
.cm-s-jsbin span.cm-tag {color: #881280;}
|
|
.cm-s-jsbin span.cm-attribute {color: #994500;}
|
|
|
|
/* style to test addons in the editor settings page */
|
|
.CodeMirror-matchingtag {
|
|
background: rgba(255, 150, 0, .3);
|
|
}
|
|
.CodeMirror-focused .cm-matchhighlight {
|
|
outline: 1px solid #666;
|
|
}
|
|
.cm-trailingspace {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUXCToH00Y1UgAAACFJREFUCNdjPMDBUc/AwNDAAAFMTAwMDA0OP34wQgX/AQBYgwYEx4f9lQAAAABJRU5ErkJggg==);
|
|
background-position: bottom left;
|
|
background-repeat: repeat-x;
|
|
} |