-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcarebearstare.css
executable file
·111 lines (82 loc) · 2.21 KB
/
carebearstare.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
/* SWATCHES ---------------------------------------------------------------------- */
span.cm-attribute { color: #ff53f1; }
span.cm-builtin { color: #258b00; }
span.cm-header { color: #258b00; }
span.cm-def { color: #0064d4; }
span.cm-qualifier { color: #0064d4; }
span.cm-variable { color: #0064d4; }
span.cm-atom { color: #9f5ee0; }
span.cm-link { color: #9f5ee0; }
span.cm-number { color: #9f5ee0; }
span.cm-string { color: #9f5ee0; }
span.cm-string-2 { color: #e37000; }
span.cm-variable-3 { color: #e37000; }
span.cm-meta { color: #5d5d5d; }
span.cm-operator { color: #5d5d5d; }
span.cm-comment { color: #ababab; }
span.cm-error { color: #ed325b; }
span.cm-keyword { color: #6d6d6d; font-weight: 700; }
span.cm-tag { color: #0095ce; }
span.cm-variable-2 { color: #009584; }
span.cm-property { color: #ff53f1; } /* property after string */
span.cm-bracket { color: #7ec2db; }
/* MISC ---------------------------------------------------------------------- */
.CodeMirror {
line-height: 1.4;
}
.CodeMirror-scroll {
background: #fff;
color: #4d4d4d;
}
.CodeMirror-cursor {
border-left: 2px solid #1e98ff !important;
}
.CodeMirror-overwrite .CodeMirror-cursor {
border-bottom: 2px solid #1e98ff !important;
border-left: none !important;
}
.CodeMirror-gutters {
background: #fff;
border-right: 1px solid #f0f0f0;
}
.CodeMirror-linenumber {
color: #cdcdcd;
}
.CodeMirror-selected {}
/* Active Line */
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-nonmatchingbracket {
color: #ed325b !important;
}
.CodeMirror-activeline-background {
background: #ebf4f8 !important;
}
.CodeMirror-focused .CodeMirror-activeline .CodeMirror-gutter-elt {
color: #000;
background-color: transparent !important;
}
/* Matching */
.CodeMirror-matchingbracket {
background: #90edff !important;
color: #2d2d2d !important;
}
.CodeMirror-matchingtag {
background: #c4f6ff !important;
}
/* Searching */
/*
.CodeMirror-searching {
background-color: #ffcd2d;
color: #000 !important;
}
.CodeMirror-searching.searching-current-match {
background-color: #ff8500;
}
*/
/* Non-editor styling */
#image-holder,
#not-editor {
background-color: #fff;
}
#image-holder {
color: #4d4d4d;
}