summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/cli-demo.css (renamed from css/terminal-animation.css)20
1 files changed, 10 insertions, 10 deletions
diff --git a/css/terminal-animation.css b/css/cli-demo.css
index e270376..38ac595 100644
--- a/css/terminal-animation.css
+++ b/css/cli-demo.css
@@ -1,4 +1,4 @@
-.terminal-animation {
+.cli-demo {
position: relative;
width: 700px;
min-height: 300px;
@@ -19,7 +19,7 @@
color: lightgray;
}
-.terminal-animation-console {
+.cli-demo-console {
position: absolute;
top: 0px;
left: 0px;
@@ -30,14 +30,14 @@
overflow: auto;
}
-.terminal-animation-content {
+.cli-demo-content {
}
-.terminal-animation-caret {
+.cli-demo-caret {
background: lightgray;
}
-.terminal-animation-control {
+.cli-demo-control {
position: absolute;
left: 0px;
right: 0px;
@@ -49,7 +49,7 @@
color: black;
}
-.terminal-animation-button {
+.cli-demo-button {
margin: 1px 2px;
padding: 5px 10px;
vertical-align: bottom;
@@ -64,20 +64,20 @@
color: white;
}
-.terminal-animation-button:hover {
+.cli-demo-button:hover {
background: lightgray;
color: black;
}
-.terminal-animation-input {
+.cli-demo-input {
font-weight: bold;
color: white;
}
-.terminal-animation-input:hover {
+.cli-demo-input:hover {
background: #303233;
}
-.terminal-animation-output:hover {
+.cli-demo-output:hover {
background: #303233;
}