UNPKG
latex-editor
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Super Simple Collaborative Latex Editor
github.com/y-js/latex-editor
y-js/latex-editor
latex-editor
/
bower_components
/
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
} }