diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-12 21:31:32 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-12 21:31:32 +0000 |
commit | 24e370825db3ad367b158fad8062a65b51c37764 (patch) | |
tree | 53cec87bd3982565a180e3ea5d5c80ab3dce156d /css | |
parent | 735df57886b042ff3edc65a01b808476f7e20401 (diff) | |
download | vdr-plugin-live-24e370825db3ad367b158fad8062a65b51c37764.tar.gz vdr-plugin-live-24e370825db3ad367b158fad8062a65b51c37764.tar.bz2 |
- New theme orange-blue (see ChangeLog for more info).
- Some minor style fixes.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 78 |
1 files changed, 16 insertions, 62 deletions
diff --git a/css/styles.css b/css/styles.css index e29b3a8..69e0fa7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -333,68 +333,10 @@ div#infobox div.st_controls div#infobox_channel_buttons { padding-left: 5px; } -/* ####################### - # Head Box - ####################### -*/ - -/* NOT USED -div.head_box_l { - background-image: url(bg_header_l.png); - background-position: top left; - background-repeat: no-repeat; - margin: 0; - margin-bottom: 2ex; - padding: 0; -} -*/ - -/* NOT USED -div.head_box_m { - background-image: url(bg_header_h.png); - background-repeat: repeat-x; - margin: 3px; - padding: 0; -} +/* ################################# + # Buttons + ################################# */ - -/* NOT USED -div.head_box_r { - background-image: url(bg_header_r.png); - background-position: top right; - background-repeat: no-repeat; - margin: -3px; - padding: 0; - padding-left: 0.5em; -} -*/ - -/* NOT USED: -table.head_box_text { - color: #ffffff; - font-weight: bold; - padding: 0; - margin: 0; - height: 30px; -} -*/ - -/* NOT USED: -button.smallbutton { - width: 51px; - height: 17px; - background-color: inherit; - background-image: url(button_blue.png); - background-repeat: no-repeat; - color: #FFFFFF; - font-size: 11px; - border: 0px; - vertical-align: middle; - text-align: center; - cursor: pointer; -} -*/ - button.green { width: 100px; height: 20px; @@ -440,6 +382,11 @@ button.blue { padding-bottom: 3px; } + +/* ################################ + # general table cell classes + ################################ +*/ table td.buttonpanel { text-align: right; } @@ -572,6 +519,14 @@ div.description { margin: 5px; } +div.title { + margin: 5px; +} + +div.short { + margin: 5px; +} + div.info { text-align: right; padding: 5px; @@ -941,7 +896,6 @@ table.formular tr td.label { } table.formular tr.head td { - background: white; color: white; font-weight: bold; margin: 0; |