1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
* { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; }
#rc, #tv { background-color: black; margin: 0px; }
body { background-color: #d9cdc1; margin: 3px; }
form { margin: 0px; }
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 }
.submit { height: 20px; }
h1 { margin-right: 12px; margin-left: 12px; font-size: 13px; font-weight: bold; color: black; display: inline; }
h2 { margin: 0px; font-size: 11px; font-weight: bold; color: black; display: inline; }
h3 { margin: 0px; font-size: 11px; font-weight: bold; color: black; }
h4 { margin: 0px; font-size: 11px; font-weight: normal; font-style: italic; color: black; }
h5 { margin: 1px 5px; font-size: 11px; font-weight: normal; color: black; text-align: right; }
label { cursor: default; }
a, a:visited, a:active { color: #039; text-decoration: none; }
a:hover { color: #cc0000; text-decoration: none; }
label + input { margin-left: 1em; }
#tv input, #tv select, #tv h5 { font-weight: normal; font-size: 9px; display: inline; }
#rec_list .col_name { font-weight: bold; }
#error h2 { font-size: 11px; color: red; }
.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; }
.col_channels { text-align: right; padding: 10px; width: 40%; }
.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 { background-image: url("bilder/uebersicht_oben.gif"); }
.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 { 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, .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 { 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"); }
.col_duration { padding-left: 3px; padding-right: 3px; width: 120px; vertical-align: top; }
.col_name, .col_title * { padding-left: 3px; padding-right: 3px; min-width: 50px; white-space: normal; }
.col_info, .col_record { width: 65px; text-align: center; }
.col_active { width: 75px; max-width: 75px; }
.col_stream { width: 70px; max-width: 70px; }
.col_channel { width: 120px; }
.col_start, .col_stop, .col_date, .col_time { width: 66px; text-align: right; }
.col_edit, .col_delete, .col_checkbox { text-align: center; width: 30px; max-width: 30px; }
#rec_list .col_date, #rec_list .col_time { width: 76px; }
#heading { height: 39px; }
#heading tr, #heading td { vertical-align: middle; }
#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 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"); }
#prog_timeline .row_even table td, #timer_list .row_even table td { background-image: none; }
#prog_timeline #prgtable { border-left-color:#c4cdd7; border-bottom-color:#c4cdd7; }
#prog_timeline #timertable { background:red; border-left-color:#ffcdd7; border-bottom-color:#ffcdd7; }
#prog_timeline #timeline { background:red; }
#prog_timeline .color_current { background-color: #e6eee9; }
#prog_timeline .color_broadcast { background-color: #f7fffa; }
#prog_timeline .color_timer { background-color: #ffeee9; }
#rec_list #path { margin: 1em 10px 0px 10px; }
#timer_list .color_ok { background-color: #00a317; }
#timer_list .color_conflict { background-color: #a11917; }
#timer_list .color_collision { background-color: #858585; }
#timer_list .color_inactive { background-color: #858585; }
#timer_list #prgtable { border-left-color:#000000; border-right-color:#000000; }
#prog_timeline .row_even table td.color1, #timer_list .row_even table td.color1 { background-color: #7e5e4; }
#prog_timeline .row_even table td.color2, #timer_list .row_even table td.color2 { background-color: #f2eeea; }
#prog_detail td { white-space: normal; }
#prog_detail .heading h2 { white-space: normal; }
#content { margin-top: 1em; }
.group { margin-top: 0.5em; }
#buttons { margin-top: 0.5em; text-align: right; }
/* Summary */
#prog_summary .group { margin: 3px; float: left; }
#prog_summary h2 { padding: 0px; }
#prog_summary .heading { height: 29px; }
#prog_summary .heading td { height: 29px; width: 246px; background-image: url("bilder/sum_top_mid.gif"); white-space: nowrap; overflow: hidden; }
#prog_summary .heading .col_left { min-width: 12px; width: 12px; height: 29px; background-image: url("bilder/sum_top_left.gif"); }
#prog_summary .heading .col_right { min-width: 12px; width: 12px; height: 29px; background-image: url("bilder/sum_top_right.gif"); }
#prog_summary .row_odd td { width: 246px; height: 200px; background-image: url("bilder/sum_mid.gif"); vertical-align: top; }
#prog_summary .row_odd .col_left { min-width: 12px; width: 12px; height: 200px; background-image: url("bilder/sum_left.gif"); }
#prog_summary .row_odd .col_right { min-width: 12px; width: 12px; height: 200px; background-image: url("bilder/sum_right.gif"); }
#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: 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: 3px; width: 240px; height: 124px; overflow: hidden; white-space: normal; }
/* Tooltips */
.tt_table { width: 250px; border: 2px solid #333399; background-color: #ccccff; }
.tt_table th { background-color: #333399; font-weight: bold; color: white; padding-left: 2px; padding-right: 2px; }
.tt_table td { color: black; padding-left: 5px; padding-right: 5px; }
/* Help */
#help dt { margin-top: 0.6em; font-weight: bold; font-style: italic; }
#help dd dl dt { margin-top: 0.3em; font-weight: normal; font-style: italic; }
#help dl { padding: 5px; }
#help h3 { font-weight: bold; font-style: italic; letter-spacing: 0.5em; background-color: gray; color: white; padding: 2px 5px; }
#help h4 { text-decoration: underline; font-style: normal; }
#help strong { font-weight: bold; }
#help .ref_menu { font-style: italic; }
#help .ref_file { text-decoration: underline; }
#help .ref_label { font-style: italic; }
#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; }
#help .group p { padding: 5px; }
#help .top_link { text-align: right; font-size: 0.8em; background-color: silver; padding: 1px 5px; margin: 0px; }
/* Navigation */
#navigation { margin: 0px; background-image: url("bilder/back.gif"); }
#navigation .logo { padding-top: 2em; padding-bottom: 3em; width: 150px; }
#navigation .navi { font-size: 12px; padding-top: 6px; height: 25px; text-align: center; width: 148px; }
#navigation .search { padding-top: 2em; font-size: 12px; width: 148px; text-align: center; }
#navigation .separator { height: 2px; background-image: url("bilder/separator.png"); width: 148px; }
#navigation a { color: black; font-weight: bold; text-decoration: none; }
#navigation a:hover { font-size: 13px; color: #ff0000 }
#navigation input { width: 130px; }
|