summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-04 20:28:20 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-04 20:28:20 +0000
commitfd34544fc3c676695e66c3cd5be2f53f8ac35257 (patch)
tree8b17842c4fb5e779e7d26669aa1656a0d790bfde /css
parent86f4f5b117303cb35c0783b11b4d3f2fd70a203b (diff)
downloadvdr-plugin-live-fd34544fc3c676695e66c3cd5be2f53f8ac35257.tar.gz
vdr-plugin-live-fd34544fc3c676695e66c3cd5be2f53f8ac35257.tar.bz2
- introduced page "remote control"
Diffstat (limited to 'css')
-rw-r--r--css/styles.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index b4fda24..8d17ee7 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -147,3 +147,38 @@ table.schedule tr td {
table.schedule tr.active {
background: #DEE6EE;
}
+
+<#
+ ##########################
+ # Remote Control Keypad
+ ##########################
+#>
+
+table.keypad {
+ margin-top: 10px;
+ border: 1px solid #6D96A9;
+}
+
+table.keypad tr td.button button {
+ width: 4em;
+}
+
+table.keypad tr td.redbutton button {
+ width: 3em;
+ background-color: #FF0000;
+}
+
+table.keypad tr td.greenbutton button {
+ width: 3em;
+ background-color: #00FF00;
+}
+
+table.keypad tr td.yellowbutton button {
+ width: 3em;
+ background-color: #FFFF00;
+}
+
+table.keypad tr td.bluebutton button {
+ width: 3em;
+ background-color: #0000FF;
+}