6 filter: alpha
(opacity
= 0.01);
7 filter: progid:DXImageTransform
.Microsoft
.Alpha
(opacity
=0.01);
23 .terminal .terminal-output div {
26 .terminal
, .terminal
.terminal-output
, .terminal
.terminal-output div
,
27 .terminal .terminal-output div div, .cmd, .terminal .cmd span, .terminal .cmd div {
28 font-family: monospace
;
30 background-color: #000;
33 /* This works only in Safari and Google Chrome */
34 @media screen and
(-webkit-min-device-pixel-ratio:0) {
35 .terminal
, .terminal
.terminal-output
, .terminal
.terminal-output div
,
36 .terminal .terminal-output div div, .cmd, .terminal .cmd span, .terminal .cmd div {
43 .terminal .cmd span.inverted {
44 background-color: #aaa;
47 .terminal::-moz-selection {
48 background: rgba
(170, 170, 170, 0.99);
52 .terminal::-webkit-selection {
53 background: rgba
(170, 170, 170, 0.99);
57 .terminal::selection {
58 background: rgba
(170, 170, 170, 0.99);
63 @media screen and
(-webkit-min-device-pixel-ratio:0) {
65 background: rgba
(170, 170, 170, 0.99);
70 .terminal .terminal-output div.error, .terminal .terminal-output div.error div {