From 4f4b1a97d3a2c6962fb9c1c230ab054deed82926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Wed, 2 Sep 2015 22:02:29 +0200 Subject: Bugfixed CodeQ Console, loaded it from prolog.html, added CSS and cursor blinking. --- css/codeq/console.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 css/codeq/console.css (limited to 'css') diff --git a/css/codeq/console.css b/css/codeq/console.css new file mode 100644 index 0000000..3e00913 --- /dev/null +++ b/css/codeq/console.css @@ -0,0 +1,17 @@ +.cq-con { + background: black; + color: greenyellow; + font-family: "Courier Menlo", Monaco, Consolas, "Courier New", monospace; + font-size: medium; +} +.cq-con-text { + +} +.cq-con-cursor { + color: black; + background: greenyellow; +} +.cq-con-cursor.inverted { + color: greenyellow; + background: black; +} -- cgit v1.2.1