|
1 | 1 | .jqconsole-ansi-bold {
|
2 |
| - /* font-weight: bold; */ |
| 2 | + /* font-weight: bold; */ |
3 | 3 | }
|
4 | 4 |
|
5 | 5 | .jqconsole-ansi-lighter {
|
6 |
| - font-weight: lighter; |
| 6 | + font-weight: lighter; |
7 | 7 | }
|
8 | 8 |
|
9 | 9 | .jqconsole-ansi-italic {
|
10 |
| - font-style: italic; |
| 10 | + font-style: italic; |
11 | 11 | }
|
12 | 12 |
|
13 | 13 | .jqconsole-ansi-underline {
|
14 |
| - text-decoration: underline; |
| 14 | + text-decoration: underline; |
15 | 15 | }
|
16 | 16 |
|
17 |
| -@-webkit-keyframes blinker { |
18 |
| - from { opacity: 1.0; } |
19 |
| - to { opacity: 0.0; } |
| 17 | +@-webkit-keyframes blinker { |
| 18 | + from { opacity: 1.0; } |
| 19 | + to { opacity: 0.0; } |
20 | 20 | }
|
21 | 21 |
|
22 |
| -@-moz-keyframes blinker { |
23 |
| - from { opacity: 1.0; } |
24 |
| - to { opacity: 0.0; } |
| 22 | +@-moz-keyframes blinker { |
| 23 | + from { opacity: 1.0; } |
| 24 | + to { opacity: 0.0; } |
25 | 25 | }
|
26 | 26 |
|
27 |
| -@-ms-keyframes blinker { |
28 |
| - from { opacity: 1.0; } |
29 |
| - to { opacity: 0.0; } |
| 27 | +@-ms-keyframes blinker { |
| 28 | + from { opacity: 1.0; } |
| 29 | + to { opacity: 0.0; } |
30 | 30 | }
|
31 | 31 |
|
32 |
| -@-o-keyframes blinker { |
33 |
| - from { opacity: 1.0; } |
34 |
| - to { opacity: 0.0; } |
| 32 | +@-o-keyframes blinker { |
| 33 | + from { opacity: 1.0; } |
| 34 | + to { opacity: 0.0; } |
35 | 35 | }
|
36 | 36 |
|
37 | 37 | .jqconsole-ansi-blink {
|
38 |
| - -webkit-animation-duration: 1s; |
39 |
| - -moz-animation-duration: 1s; |
40 |
| - -ms-animation-duration: 1s; |
41 |
| - -o-animation-duration: 1s; |
42 |
| - -webkit-animation-iteration-count: infinite; |
43 |
| - -moz-animation-iteration-count: infinite; |
44 |
| - -ms-animation-iteration-count: infinite; |
45 |
| - -o-animation-iteration-count: infinite; |
46 |
| - -webkit-animation-name: blinker; |
47 |
| - -moz-animation-name: blinker; |
48 |
| - -ms-animation-name: blinker; |
49 |
| - -o-animation-name: blinker; |
50 |
| - -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0); |
51 |
| - -moz-animation-timing-function: cubic-bezier(1.0,0,0,1.0); |
52 |
| - -ms-animation-timing-function: cubic-bezier(1.0,0,0,1.0); |
53 |
| - -o-animation-timing-function: cubic-bezier(1.0,0,0,1.0); |
| 38 | + -webkit-animation-duration: 1s; |
| 39 | + -moz-animation-duration: 1s; |
| 40 | + -ms-animation-duration: 1s; |
| 41 | + -o-animation-duration: 1s; |
| 42 | + -webkit-animation-iteration-count: infinite; |
| 43 | + -moz-animation-iteration-count: infinite; |
| 44 | + -ms-animation-iteration-count: infinite; |
| 45 | + -o-animation-iteration-count: infinite; |
| 46 | + -webkit-animation-name: blinker; |
| 47 | + -moz-animation-name: blinker; |
| 48 | + -ms-animation-name: blinker; |
| 49 | + -o-animation-name: blinker; |
| 50 | + -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); |
| 51 | + -moz-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); |
| 52 | + -ms-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); |
| 53 | + -o-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); |
54 | 54 | }
|
55 | 55 |
|
56 | 56 | .jqconsole-ansi-blink-rapid {
|
57 |
| - -webkit-animation-duration: 0.5s; |
58 |
| - -moz-animation-duration: 0.5s; |
59 |
| - -ms-animation-duration: 0.5s; |
60 |
| - -o-animation-duration: 0.5s; |
61 |
| - -webkit-animation-iteration-count: infinite; |
62 |
| - -moz-animation-iteration-count: infinite; |
63 |
| - -ms-animation-iteration-count: infinite; |
64 |
| - -o-animation-iteration-count: infinite; |
65 |
| - -webkit-animation-name: blinker; |
66 |
| - -moz-animation-name: blinker; |
67 |
| - -ms-animation-name: blinker; |
68 |
| - -o-animation-name: blinker; |
69 |
| - -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0); |
70 |
| - -moz-animation-timing-function: cubic-bezier(1.0,0,0,1.0); |
71 |
| - -ms-animation-timing-function: cubic-bezier(1.0,0,0,1.0); |
72 |
| - -o-animation-timing-function: cubic-bezier(1.0,0,0,1.0); |
| 57 | + -webkit-animation-duration: 0.5s; |
| 58 | + -moz-animation-duration: 0.5s; |
| 59 | + -ms-animation-duration: 0.5s; |
| 60 | + -o-animation-duration: 0.5s; |
| 61 | + -webkit-animation-iteration-count: infinite; |
| 62 | + -moz-animation-iteration-count: infinite; |
| 63 | + -ms-animation-iteration-count: infinite; |
| 64 | + -o-animation-iteration-count: infinite; |
| 65 | + -webkit-animation-name: blinker; |
| 66 | + -moz-animation-name: blinker; |
| 67 | + -ms-animation-name: blinker; |
| 68 | + -o-animation-name: blinker; |
| 69 | + -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); |
| 70 | + -moz-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); |
| 71 | + -ms-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); |
| 72 | + -o-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0); |
73 | 73 | }
|
74 | 74 |
|
75 | 75 |
|
76 | 76 | .jqconsole-ansi-hidden {
|
77 |
| - visibility:hidden; |
| 77 | + visibility: hidden; |
78 | 78 | }
|
79 | 79 |
|
80 | 80 | .jqconsole-ansi-line-through {
|
81 |
| - text-decoration: line-through; |
| 81 | + text-decoration: line-through; |
82 | 82 | }
|
83 | 83 |
|
84 | 84 | .jqconsole-ansi-fonts-1 {
|
|
114 | 114 | }
|
115 | 115 |
|
116 | 116 | .jqconsole-ansi-color-black {
|
117 |
| - color: black; |
| 117 | + color: black; |
118 | 118 | }
|
119 | 119 | .jqconsole-ansi-color-red {
|
120 |
| - color: red; |
| 120 | + color: red; |
121 | 121 | }
|
122 | 122 | .jqconsole-ansi-color-green {
|
123 |
| - color: green; |
| 123 | + color: green; |
124 | 124 | }
|
125 | 125 | .jqconsole-ansi-color-yellow {
|
126 |
| - color: yellow; |
| 126 | + color: yellow; |
127 | 127 | }
|
128 | 128 | .jqconsole-ansi-color-blue {
|
129 |
| - color: rgb(49,123,249); |
| 129 | + color: rgb(49, 123, 249); |
130 | 130 | }
|
131 | 131 | .jqconsole-ansi-color-magenta {
|
132 |
| - color: magenta; |
| 132 | + color: magenta; |
133 | 133 | }
|
134 | 134 | .jqconsole-ansi-color-cyan {
|
135 |
| - color: cyan; |
| 135 | + color: cyan; |
136 | 136 | }
|
137 | 137 | .jqconsole-ansi-color-white {
|
138 |
| - color: white; |
| 138 | + color: white; |
139 | 139 | }
|
140 | 140 |
|
141 | 141 | .jqconsole-ansi-background-color-black {
|
142 |
| - background-color: black; |
| 142 | + background-color: black; |
143 | 143 | }
|
144 | 144 | .jqconsole-ansi-background-color-red {
|
145 |
| - background-color: red; |
| 145 | + background-color: red; |
146 | 146 | }
|
147 | 147 | .jqconsole-ansi-background-color-green {
|
148 |
| - background-color: green; |
| 148 | + background-color: green; |
149 | 149 | }
|
150 | 150 | .jqconsole-ansi-background-color-yellow {
|
151 |
| - background-color: yellow; |
| 151 | + background-color: yellow; |
152 | 152 | }
|
153 | 153 | .jqconsole-ansi-background-color-blue {
|
154 |
| - background-color: blue; |
| 154 | + background-color: blue; |
155 | 155 | }
|
156 | 156 | .jqconsole-ansi-background-color-magenta {
|
157 |
| - background-color: magenta; |
| 157 | + background-color: magenta; |
158 | 158 | }
|
159 | 159 | .jqconsole-ansi-background-color-cyan {
|
160 |
| - background-color: cyan; |
| 160 | + background-color: cyan; |
161 | 161 | }
|
162 | 162 | .jqconsole-ansi-background-color-white {
|
163 |
| - background-color: white; |
| 163 | + background-color: white; |
164 | 164 | }
|
165 | 165 |
|
166 | 166 | .jqconsole-ansi-framed {
|
167 |
| - border: 1px solid; |
| 167 | + border: 1px solid; |
168 | 168 | }
|
169 | 169 | .jqconsole-ansi-overline {
|
170 |
| - text-decoration: overline; |
| 170 | + text-decoration: overline; |
171 | 171 | }
|
172 | 172 |
|
0 commit comments