summaryrefslogtreecommitdiff
path: root/template/default/copper
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-10-21 10:24:52 +0200
committerAndreas Mair <amair.sob@googlemail.com>2005-10-21 10:24:52 +0200
commit8ed70947cc069fb98d9a281927ba0f289b0a6115 (patch)
treeecf409e62d86fa44e99b85e137e2ead3423926eb /template/default/copper
parenta935422b27fcfc8713c63033c419081b5731fcff (diff)
downloadvdradmin-am-8ed70947cc069fb98d9a281927ba0f289b0a6115.tar.gz
vdradmin-am-8ed70947cc069fb98d9a281927ba0f289b0a6115.tar.bz2
2005-10-21: 0.97-am3.4.2rcv0.97-am3.4.2rc
- Hopefully fixed browsing in "recordings" menu (if there are folders having the same name). - Added new skin "default". - Removed i18n.pl. - Localization can be set in configuration again. - Added "Transponder" and "CA-System" to tooltips in timer_list. - Show recording's summary and subtitle in rec_edit (Requested by BigDiSt). - Check for and shorten too long summary when programming timer. - Check for too long commands sent to SVDRPort. - Channel select box in TV. - "Test" button in AutoTimer edit for showing results of current settings (Requested by Hardy Flor). - Link from channel name in prog_list2 and timer_list to prog_list. - Bring popups to the front (e.g. help, prog_detail...) (Based on a patch submitted by Ville Skyttä). - Reuse existing TV, RC and help windows (Based on a patch submitted by Ville Skyttä). - Send vdradmin.m3u when streaming. - Tooltips in timer_list, prog_timeline and at_timer_list can be deactivated (Requested by Hardy Flor). - Fixed wrong HTML tags in rec_detail (Reported by foobar42).
Diffstat (limited to 'template/default/copper')
-rw-r--r--template/default/copper/gbutton_left.gifbin363 -> 0 bytes
-rw-r--r--template/default/copper/gbutton_middle.gifbin425 -> 0 bytes
-rw-r--r--template/default/copper/gbutton_right.gifbin378 -> 0 bytes
-rw-r--r--template/default/copper/stream.gifbin0 -> 2163 bytes
-rw-r--r--template/default/copper/stream.jpgbin756 -> 0 bytes
-rw-r--r--template/default/copper/style.css22
6 files changed, 10 insertions, 12 deletions
diff --git a/template/default/copper/gbutton_left.gif b/template/default/copper/gbutton_left.gif
deleted file mode 100644
index 3517596..0000000
--- a/template/default/copper/gbutton_left.gif
+++ /dev/null
Binary files differ
diff --git a/template/default/copper/gbutton_middle.gif b/template/default/copper/gbutton_middle.gif
deleted file mode 100644
index e1e83f9..0000000
--- a/template/default/copper/gbutton_middle.gif
+++ /dev/null
Binary files differ
diff --git a/template/default/copper/gbutton_right.gif b/template/default/copper/gbutton_right.gif
deleted file mode 100644
index fc9bbf1..0000000
--- a/template/default/copper/gbutton_right.gif
+++ /dev/null
Binary files differ
diff --git a/template/default/copper/stream.gif b/template/default/copper/stream.gif
new file mode 100644
index 0000000..56e9ba6
--- /dev/null
+++ b/template/default/copper/stream.gif
Binary files differ
diff --git a/template/default/copper/stream.jpg b/template/default/copper/stream.jpg
deleted file mode 100644
index 0244664..0000000
--- a/template/default/copper/stream.jpg
+++ /dev/null
Binary files differ
diff --git a/template/default/copper/style.css b/template/default/copper/style.css
index 4cd96d4..bbb40c4 100644
--- a/template/default/copper/style.css
+++ b/template/default/copper/style.css
@@ -2,13 +2,12 @@
#rc, #tv { background-color: black; margin: 0px; }
body { background-color: #d9cdc1; margin: 3px; }
form { margin: 0px; }
-td { color: black; font-weight: normal; font-size: 11px; }
+td, div { color: black; font-weight: normal; font-size: 11px; }
input { background-color: #f9f7f6; color: black; font-weight: normal; font-size: 11px; }
textarea { background-color: #f9f7f6; color: black; font-weight: normal; font-size: 11px; }
select { background-color: #f9f7f6; color: black; font-weight: normal; font-size: 11px; }
b { font-weight: bold }
i { font-style: italic }
-.gbutton { color: black; font-weight: bold; }
.submit { height: 20px; }
h1 { margin-right: 12px; margin-left: 12px; font-size: 13px; font-weight: bold; color: black; display: inline; }
@@ -31,6 +30,7 @@ label + input { margin-left: 1em; }
.heading { height: 30px; }
.heading h2 { padding-left: 3px; padding-right: 3px; white-space: nowrap; }
.col_label, .col_value, .col_active, .col_channel, .col_start, .col_stop, .col_date, .col_time { padding-left: 3px; padding-right: 3px; white-space: nowrap; }
+.col_value { white-space: normal; }
.row_spacer td { height: 10px; }
.row_odd, .row_even { height: 25px; }
.col_left, .col_right { min-width: 30px; max-width: 30px; width: 30px; height: 25px; }
@@ -38,20 +38,19 @@ label + input { margin-left: 1em; }
.col_wanted_channels { text-align: left; padding: 10px; width: 40%; }
.col_navi { text-align: right; white-space: nowrap; }
-.heading td[selected] { background-image: url("bilder/uebersicht_oben_selected.gif"); }
+.heading td.selected { background-image: url("bilder/uebersicht_oben_selected.gif"); }
.heading td { background-image: url("bilder/uebersicht_oben.gif"); }
-#prog_summary .heading td { background-image: none; }
.heading .col_left { background-image: url("bilder/uebersicht_oben_links.gif"); }
.heading .col_right { background-image: url("bilder/uebersicht_oben_rechts.gif"); }
-.row_odd td[selected] { background-image: url("bilder/uebersicht_mitte_dark_selected.gif"); }
+.row_odd td.selected { background-image: url("bilder/uebersicht_mitte_dark_selected.gif"); }
.row_odd td { background-image: url("bilder/uebersicht_mitte_dark.gif"); }
.row_odd .col_left { background-image: url("bilder/uebersicht_links_dark.gif"); }
.row_odd .col_right { background-image: url("bilder/uebersicht_rechts_dark.gif"); }
-.row_even td[selected], .row_spacer td[selected] { background-image: url("bilder/uebersicht_mitte_selected.gif"); }
+.row_even td.selected, .row_spacer td.selected { background-image: url("bilder/uebersicht_mitte_selected.gif"); }
.row_even td, .row_spacer td { background-image: url("bilder/uebersicht_mitte.gif"); }
.row_even .col_left, .row_spacer .col_left { background-image: url("bilder/uebersicht_links.gif"); }
.row_even .col_right, .row_spacer .col_right { background-image: url("bilder/uebersicht_rechts.gif"); }
-.footer td[selected] { height: 30px; background-image: url("bilder/uebersicht_unten_selected.gif"); }
+.footer td.selected { height: 30px; background-image: url("bilder/uebersicht_unten_selected.gif"); }
.footer td { height: 30px; background-image: url("bilder/uebersicht_unten.gif"); }
.footer .col_left { background-image: url("bilder/uebersicht_unten_links.gif"); }
.footer .col_right { background-image: url("bilder/uebersicht_unten_rechts.gif"); }
@@ -70,7 +69,7 @@ label + input { margin-left: 1em; }
#heading .col_left { min-width: 15px; width: 15px; background-image: url("bilder/nav_button_back_start.gif"); }
#heading .col_title { background-image: url("bilder/nav_button_back_mitte.gif"); }
#heading .col_other { text-align: right; background-image: url("bilder/nav_button_back_mitte.gif"); }
-#heading .col_other span { float: right; }
+#heading .col_other table { display: inline; }
#heading .col_help { text-align: center; width: 45px; background-image: url("bilder/nav_button_back_mitte.gif"); }
#heading .col_right { min-width: 15px; width: 15px; background-image: url("bilder/nav_button_back_end.gif"); }
@@ -110,10 +109,10 @@ label + input { margin-left: 1em; }
#prog_summary .footer td { height: 38px; width: 246px; background-image: url("bilder/sum_bottom_mid.gif"); text-align: center; vertical-align: middle; }
#prog_summary .footer .col_left { min-width: 12px; width: 12px; height: 38px; background-image: url("bilder/sum_bottom_left.gif"); }
#prog_summary .footer .col_right { min-width: 12px; width: 12px; height: 38px; background-image: url("bilder/sum_bottom_right.gif"); }
-#prog_summary .date { text-align: right; margin-top: 1em; float: left; }
-#prog_summary .duration { text-align: right; margin-top: 1em; }
+#prog_summary .date { text-align: right; margin-top: 3px; float: left; }
+#prog_summary .duration { text-align: right; margin-top: 3px; }
#prog_summary .title { margin-top: 1em; width: 246px; overflow: hidden; white-space: nowrap; }
-#prog_summary .summary { margin-top: 1em; margin-bottom: 1em; width: 240px; height: 100px; overflow: hidden; white-space: normal; }
+#prog_summary .summary { margin-top: 1em; margin-bottom: 3px; width: 240px; height: 124px; overflow: hidden; white-space: normal; }
/* Tooltips */
.tt_table { width: 250px; border: 2px solid #333399; background-color: #ccccff; }
@@ -130,7 +129,6 @@ label + input { margin-left: 1em; }
#help .ref_menu { font-style: italic; }
#help .ref_file { text-decoration: underline; }
#help .ref_label { font-style: italic; }
-#help .submit { border: 1px solid black; white-space: nowrap; }
#help .links { padding: 5px; background-color: silver; text-align: justify; }
#help .links a { white-space: nowrap; }
#help .group { margin-top: 0.6em; border: 1px solid black; white-space: normal; }