UNPKG
ace-builds
Version:
latest (1.43.0)
1.43.0
1.42.0
1.41.0
1.40.1
1.40.0
1.39.1
1.39.0
1.38.0
1.37.5
1.37.4
1.37.3
1.37.2
1.37.1
1.37.0
1.36.5
1.36.4
1.36.3
1.36.2
1.36.1
1.36.0
1.35.5
1.35.4
1.35.3
1.35.2
1.35.1
1.35.0
1.34.2
1.34.1
1.34.0
1.33.3
1.33.2
1.33.1
1.33.0
1.32.9
1.32.8
1.32.7
1.32.6
1.32.5
1.32.4
1.32.3
1.32.2
1.32.1
1.32.0
1.31.2
1.31.1
1.31.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.1
1.25.0
1.24.2
1.24.1
1.24.0
1.23.4
1.23.3
1.23.2
1.23.1
1.23.0
1.22.1
1.22.0
1.21.1
1.21.0
1.20.0
1.19.0
1.18.1
1.18.0
1.17.0
1.16.0
1.15.3
1.15.2
1.15.1
1.15.0
1.14.0
1.13.2
1.13.1
1.13.0
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.2
1.11.1
1.11.0
1.10.1
1.10.0
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.1
1.8.0
1.7.1
1.7.0
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.9
1.2.8
1.2.6
1.2.5
1.2.4
1.2.2
Ace (Ajax.org Cloud9 Editor)
github.com/ajaxorg/ace-builds
ajaxorg/ace-builds
ace-builds
/
demo
/
kitchen-sink
/
docs
/
css.css
18 lines
(15 loc)
•
253 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.text-layer
{
font
:
12px
Monaco,
"Courier New"
, monospace;
cursor
: text; }
.blinker
{
animation
: blink
1s
linear infinite alternate; }
@keyframes
blink {
0%
,
40%
{
opacity
:
0
; }
40.5%
,
100%
{
opacity
:
1
} }