From fd34544fc3c676695e66c3cd5be2f53f8ac35257 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Thu, 4 Jan 2007 20:28:20 +0000 Subject: - introduced page "remote control" --- css/styles.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'css/styles.css') 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; +} -- cgit v1.2.3