From 7c458e4cfda3d82db67fb5364d784362275cd220 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 2 Apr 2007 18:32:27 +0000 Subject: - (MB) complete new remote design with imagemap - (MB) placed progressbar after date in whatson (thx to winni) - (MB) replaced inactive picture (thx to winni) --- css/styles.css | 96 ++++------------------------------------------------------ 1 file changed, 6 insertions(+), 90 deletions(-) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index 5875838..8058185 100644 --- a/css/styles.css +++ b/css/styles.css @@ -555,100 +555,16 @@ div.recording_item { */ div.screenshot { + background-image: url(tv.png); + background-repeat: no-repeat; + height: 240px; + width: 320px; float: left; + padding: 20px 20px 98px 21px; margin-right: 20px; } -button.redbutton { - width: 36px; - height: 17px; - background-color: inherit; - background-image: url(remote_button_red.png); - background-repeat: no-repeat; - color: #FFFFFF; - font-size: 11px; - border: 0px; - vertical-align: middle; - text-align: center; - cursor: pointer; -} - -button.greenbutton { - width: 36px; - height: 17px; - background-color: inherit; - background-image: url(remote_button_green.png); - background-repeat: no-repeat; - color: #FFFFFF; - font-size: 11px; - border: 0px; - vertical-align: middle; - text-align: center; - cursor: pointer; -} - -button.yellowbutton { - width: 36px; - height: 17px; - background-color: inherit; - background-image: url(remote_button_yellow.png); - background-repeat: no-repeat; - color: #FFFFFF; - font-size: 11px; - border: 0px; - vertical-align: middle; - text-align: center; - cursor: pointer; -} - -button.bluebutton { - width: 36px; - height: 17px; - background-color: inherit; - background-image: url(remote_button_blue.png); - background-repeat: no-repeat; - color: #FFFFFF; - font-size: 11px; - border: 0px; - vertical-align: middle; - text-align: center; - cursor: pointer; -} - - -button.greybutton { - width: 51px; - height: 17px; - background-color: inherit; - background-image: url(remote_button_grey.png); - background-repeat: no-repeat; - color: #FFFFFF; - font-size: 11px; - border: 0px; - vertical-align: middle; - text-align: center; - cursor: pointer; -} - -table.keypad { - border: 1px solid #6D96A9; -} - -table.keypad td.button { - text-align: center; -} - -table.keypad tr td.button button { - padding: 0; -} - -table.colorbutton { - width: 100%; -} - -table.colorbutton td.colorbutton { - text-align: center; -} +*/ /* ############################## -- cgit v1.2.3