corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 19  →  ?path2? @ 20
/script-kiddie/002_script_kiddie/script-kiddie/node_modules/ace-builds/demo/kitchen-sink/docs/css.css
@@ -0,0 +1,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
}
}