1/*
2
3    The following subclasses are used for list displays
4
5*/
6
7/* a class for the the cells containing recored programs in recorded_programs.php */
8.recorded {    background-color: #dddddd; } /*#506080*/
9
10/* a class for the the cells containing recorded programs in recorded_programs.php */
11.scheduled   { background-color: #E5EEFF; !important; } /*hsl(220,100%,95%)*/
12.conflict    { background-color: #FFE5E5; !important; } /*hsl(0,100%,95%)*/
13.duplicate   { background-color: #E5FAFF; !important; } /*hsl(190,100%,95%)*/
14.deactivated { background-color: #F6E5FF; !important; } /*hsl(280,100%,95%)*/
15
16.record_weekly            { border: 2px solid  #00E400; }
17.record_timeslot          { border: 2px solid  #00E400; }
18.record_once              { border: 2px solid  #00E400; }
19.record_always            { border: 2px solid  #00E400; }
20.will_record              { border: 2px solid  #00E400; }
21.record_conflicting       { border: 2px solid  #FF0000; }
22.record_duplicate         { border: 2px dashed #90B0A0; }
23.record_old_duplicate     { border: 1px dashed #90B0A0; }
24.record_suppressed        { border: 2px dotted #60B0B0; }
25.record_override_suppress { border: 2px dotted #D03060; }
26.record_override_record   { border: 2px solid  #00FF90; }
27
28
29/* There should be exactly one class in the next section corresponding to
30    each possible value of RecStatus_Types as defined in
31    includes/programs.php */
32.rec_class {
33    background:  transparent;
34    text-align:  center;
35    font-weight: bold;
36}
37.recording                { color: #00F000; }
38.willRecord               { color: #00F000; }
39.previousRecording        { color: #90B0A0; }
40.currentRecording         { color: #00F000; }
41.repeat                   { color: #90B0A0; }
42.earlierShowing           { color: #90B0A0; }
43.laterShowing             { color: #90B0A0; }
44.tooManyRecordings        { color: #60B0B0; }
45.cancelled                { color: #60B0B0; }
46.conflicting              { color: #FF0000; }
47.lowDiskSpace             { color: #60B0B0; }
48.tunerBusy                { color: #60B0B0; }
49.manualOverride           { color: #D03060; }
50.overlap                  { color: #FF0000; }
51
52.type_movie         { background-color: #F8B3B5; } /*hsl(358,85%,84%)*/
53.type_series        { }
54.type_tvshow        { }
55
56.cat_Action         { background-color: #FBCEC4; } /*hsl(10,90%,88%)*/
57.cat_Adult          { background-color: #F8CBB3; } /*hsl(21,85%,84%)*/
58.cat_Animals        { background-color: #FBE2C4; } /*hsl(32,90%,88%)*/
59.cat_Art_Music      { background-color: #F8E5B3; } /*hsl(43,85%,84%)*/
60.cat_Business       { background-color: #FBF7C4; } /*hsl(55,90%,88%)*/
61.cat_Children       { background-color: #F1F8B3; } /*hsl(66,85%,84%)*/
62.cat_Comedy         { background-color: #ECFBC4; } /*hsl(77,90%,88%)*/
63.cat_Crime_Mystery  { background-color: #D8F8B3; } /*hsl(88,85%,84%)*/
64.cat_Documentary    { background-color: #D7FBC4; } /*hsl(100,90%,88%)*/
65.cat_Drama          { background-color: #BDF8B3; } /*hsl(111,85%,84%)*/
66.cat_Educational    { background-color: #C4FBC6; } /*hsl(122,90%,88%)*/
67.cat_Food           { background-color: #B3F8C2; } /*hsl(133,85%,84%)*/
68.cat_Game           { background-color: #C4FBDB; } /*hsl(145,90%,88%)*/
69.cat_Health_Medical { background-color: #B3F8DD; } /*hsl(156,85%,84%)*/
70.cat_History        { background-color: #C4FBF0; } /*hsl(167,90%,88%)*/
71.cat_HowTo          { background-color: #B3F8F6; } /*hsl(178,85%,84%)*/
72.cat_Horror         { background-color: #C4F2FB; } /*hsl(190,90%,88%)*/
73.cat_Misc           { background-color: #B3E0F8; } /*hsl(201,85%,84%)*/
74.cat_News           { background-color: #C4DEFB; } /*hsl(212,90%,88%)*/
75.cat_Reality        { background-color: #B3C7F8; } /*hsl(223,85%,84%)*/
76.cat_Romance        { background-color: #C4C9FB; } /*hsl(235,90%,88%)*/
77.cat_Science_Nature { background-color: #BAB3F8; } /*hsl(246,85%,84%)*/
78.cat_SciFi_Fantasy  { background-color: #D4C4FB; } /*hsl(257,90%,88%)*/
79.cat_Shopping       { background-color: #D3B3F8; } /*hsl(268,85%,84%)*/
80.cat_Soaps          { background-color: #E9C4FB; } /*hsl(280,90%,88%)*/
81.cat_Spiritual      { background-color: #EEB3F8; } /*hsl(291,85%,84%)*/
82.cat_Sports         { background-color: #FBC4FA; } /*hsl(302,90%,88%)*/
83.cat_Talk           { background-color: #F8B3E9; } /*hsl(313,85%,84%)*/
84.cat_Travel         { background-color: #FBC4E4; } /*hsl(325,90%,88%)*/
85.cat_War            { background-color: #F8B3CF; } /*hsl(336,85%,84%)*/
86.cat_Western        { background-color: #FBC4D0; } /*hsl(347,90%,88%)*/
87.cat_Unknown        { background-color: #EDEDED; } /*hsl(0,0%,93%)*/
88
89/* deprecated show categories that need to be integreted into the above list via regex, or have new categories created for them */
90.tv_Cine           { background-color: blue;            }
91.tv_Classic        { background-color: gray;            }
92.tv_Collectibles   { background-color: slategray;       }
93.tv_Magazine       { background-color: mediumturquoise; }
94.tv_Movies         { background-color: blue;            }
95.tv_Serie          { background-color: darkorchid;      }
96.tv_SHOW           { background-color: sienna;          }
97.tv_Tiempo         { background-color: #33ff99;         }
98
99
100