summaryrefslogtreecommitdiff
path: root/css/styles.css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-04-02 18:32:27 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-04-02 18:32:27 +0000
commit7c458e4cfda3d82db67fb5364d784362275cd220 (patch)
tree4273fc8389a1f87ea48d403642cc83a65939a485 /css/styles.css
parentd7c50585bded4f1b1039347b24b136ee9d4a4fb2 (diff)
downloadvdr-plugin-live-7c458e4cfda3d82db67fb5364d784362275cd220.tar.gz
vdr-plugin-live-7c458e4cfda3d82db67fb5364d784362275cd220.tar.bz2
- (MB) complete new remote design with imagemap
- (MB) placed progressbar after date in whatson (thx to winni) - (MB) replaced inactive picture (thx to winni)
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css96
1 files changed, 6 insertions, 90 deletions
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;
-}
+*/
/*
##############################