summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2013-11-25 06:49:47 +0000
committerEndi S. Dewata <edewata@redhat.com>2013-11-25 06:49:47 +0000
commitbf774eaa59db068accb5ef4629aad4d30cb65871 (patch)
tree8a3035c1d0e4da842c5c28de4b38e418b2d61105 /css
parent28545042084a2f4212b2d97c267a267aae47d55f (diff)
downloadcli-demo-bf774eaa59db068accb5ef4629aad4d30cb65871.tar.gz
cli-demo-bf774eaa59db068accb5ef4629aad4d30cb65871.tar.xz
cli-demo-bf774eaa59db068accb5ef4629aad4d30cb65871.zip
Renamed to CLI Demo.
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;
}