forked from MythTV/mythweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtv_recorded.css
134 lines (121 loc) · 3.16 KB
/
tv_recorded.css
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
/* This table holds the title and recgroup choices */
#title_choices {
margin: 1em auto;
}
#title_choices td {
padding: .35em 1em;
vertical-align: middle;
white-space: nowrap;
}
#title_choices td.x-group, #title_choices td.x-recordings {
font-size: 110%;
font-weight: bold;
border-right: 1px solid #304943;
}
#title_choices td.x-recordings {
border-left: 1px solid #304943;
}
/* This is the table that holds the list of recorded shows */
#recorded_list {
width: 100%;
}
#recorded_list td {
padding: 4px;
border: 1px solid #191c26;
}
#recorded_list th {
padding: 0;
border: 1px solid #191c26;
text-align: left;
font-weight: normal;
}
#recorded_list th a {
padding: 2px .5em;
display: block;
}
#recorded_list td.x-pixmap {
background-color: black;
padding: 0 !important;
width: 150px;
position: relative;
}
#recorded_list td.x-pixmap.x-noimg {
width: 50px;
}
#recorded_list td.x-pixmap a {
border: 1px solid transparent;
}
#recorded_list td.x-pixmap a:hover {
background-color: #121;
border: 1px solid #F0F000;
}
#recorded_list td.x-pixmap a.x-pixmap {
float: left;
height: 78px;
}
#recorded_list td.x-pixmap a.x-pixmap img {
width: 100px;
}
#recorded_list td.x-pixmap a.x-download {
margin-left: 102px;
display: block;
padding: 7px;
height: 24px;
text-align: center;
vertical-align: middle;
}
#recorded_list td.x-pixmap.x-noimg a.x-download {
margin-left: 2px;
}
#recorded_list th.x-title a, #recorded_list td.x-title {
}
#recorded_list th.x-subtitle a, #recorded_list td.x-subtitle {
}
#recorded_list th.x-programid a, #recorded_list td.x-programid {
}
#recorded_list th.x-channum a, #recorded_list td.x-channum {
}
#recorded_list th.x-airdate a, #recorded_list td.x-airdate {
text-align: center;
white-space: nowrap;
}
#recorded_list th.x-recgroup a, #recorded_list td.x-recgroup {
}
#recorded_list th.x-length a, #recorded_list td.x-length {
white-space: nowrap;
text-align: center;
}
#recorded_list th.x-filesize a, #recorded_list td.x-filesize {
white-space: nowrap;
text-align: center;
}
#recorded_list td.x-commands {
padding: 2px;
width: 5%;
white-space: nowrap;
text-align: center;
vertical-align: top;
background-color: #191c26;
}
#recorded_list td.x-commands a {
display: block;
padding: .25em .5em;
margin: 0 0 3px 0;
}
/* a class for the the cells containing recored programs in recorded_programs.php */
.recorded { background-color: #506080; }
.recorded .x-progflags img {
padding: .3em;
}
.recorded a img {
border: 1px solid transparent;
}
.recorded .x-progflags a:hover img {
border: 1px solid #F0F000;
}
#recorded_pager {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1em;
float: left;
}