summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs/linhes/default/programming.css
blob: 60042a7458dfe3ecdb8d8ba2222b851971ca9e11 (plain)
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
148
149
150
/*
 *
 * The following subclasses are used for list displays that deal with tv
 * programming.
 *
/*/

/* some classes for various list displays */
    .list {    background-color: #191c26 }
    .list_separator {
        background-color: #203670;
        border-top:       4px;
    }

/* The category legend, and its associated popup */
    #command_choices a {
        white-space: nowrap;
    }

    #category_legend_popup {
        position:         absolute;
        visibility:       hidden;
        top:              0px;
        left:             0px;
        padding:          2px;
        white-space:      nowrap;
    }
    #category_legend_popup table {
        font-size:        9pt;
    }

/* A class for the left-cleared <dl> lists used for program details popups */
    dl.details_list {
        font-size:  9pt;
        margin:     .125em;
        max-width:  41em;
    }
    dl.details_list dt {
        clear:       left;
        float:       left;
        width:       9em;
        padding-top: 3px;
        text-align:  right;
        color:       #ffe;
        white-space: nowrap;
    }
    dl.details_list dd {
        padding-top: 3px;
        margin-left: 9.5em;
    }

/* Control the look of the text-based HDTV stamp throughout MythWeb */
    .hdtv_icon {
        font-size:   9pt;
        float:       right;
        color:       yellow;
        display:     inline;
        font-weight: bold;
    }

/* a class for the the cells containing recorded programs in recorded_programs.php */
.scheduled   { background-color: #506090; }
.conflict    { background-color: #806050; }
.duplicate   { background-color: #304050; }
.deactivated { background-color: #508060; }

.will_record              { border: 1px solid  #00F000 !important; }
.record_weekly            { border: 1px solid  #00F000 !important; }
.record_timeslot          { border: 1px solid  #00F000 !important; }
.record_once              { border: 1px solid  #00F000 !important; }
.record_channel           { border: 1px solid  #00F000 !important; }
.record_always            { border: 1px solid  #00F000 !important; }
.record_conflicting       { border: 1px solid  #FF0000 !important; }
.record_duplicate         { border: 2px dashed #90B0A0 !important; }
.record_old_duplicate     { border: 1px dashed #90B0A0 !important; }
.record_suppressed        { border: 2px dotted #60B0B0 !important; }
.record_override_suppress { border: 2px dotted #D03060 !important; }
.record_override_record   { border: 2px solid  #00FF90 !important; }


/* There should be exactly one class in the next section corresponding to
    each possible value of RecStatus_Types as defined in
    includes/programs.php */
.rec_class {
    background:  transparent;
    text-align:  center;
}
.rec_class.WillRecord     { font-weight: bold; }
.rec_class.Recording      { font-weight: bold; }
.Recording                { color: #00FF00; border-width: 2px }
.WillRecord               { color: #00FF00; }
.PreviousRecording        { color: #90B0A0; }
.CurrentRecording         { color: #90D0A0; }
.Repeat                   { color: #90B0A0; }
.EarlierShowing           { color: #90FFA0; }
.LaterShowing             { color: #90FFA0; }
.TooManyRecordings        { color: #60B0B0; }
.Cancelled                { color: #60B0B0; }
.Conflicting              { color: #FF0000; }
.LowDiskSpace             { color: #60B0B0; }
.TunerBusy                { color: #60B0B0; }
.ManualOverride           { color: #D03060; }
.Overlap                  { color: #FF0000; }

.cat_Action         { background-color: #906020; }
.cat_Adult          { background-color: #702020; }
.cat_Animals        { background-color: #609060; }
.cat_Art_Music      { background-color: #801060; }
.cat_Business       { background-color: #703010; }
.cat_Children       { background-color: #B00010; }
.cat_Comedy         { background-color: #006080; }
.cat_Crime_Mystery  { background-color: #105050; }
.cat_Documentary    { background-color: #504020; }
.cat_Drama          { background-color: #400060; }
.cat_Educational    { background-color: #606060; }
.cat_Food           { background-color: #208040; }
.cat_Game           { background-color: #701010; }
.cat_Health_Medical { background-color: #806060; }
.cat_History        { background-color: #807020; }
.cat_HowTo          { background-color: #A0A000; }
.cat_Horror         { background-color: #101040; }
.cat_Misc           { background-color: #403060; }
.cat_News           { background-color: #606040; }
.cat_Reality        { background-color: #304040; }
.cat_Romance        { background-color: #A02050; }
.cat_Science_Nature { background-color: #008050; }
.cat_SciFi_Fantasy  { background-color: #606090; }
.cat_Shopping       { background-color: #103010; }
.cat_Soaps          { background-color: #508080; }
.cat_Spiritual      { background-color: #804080; }
.cat_Sports         { background-color: #005030; }
.cat_Talk           { background-color: #203040; }
.cat_Travel         { background-color: #2060B0; }
.cat_War            { background-color: #B06050; }
.cat_Western        { background-color: #806040; }
.cat_Unknown        { background-color: #303030; }

.cat_movie          { background-color: #809090 !important; }
.cat_series         { }
.cat_tvshow         { }

/* deprecated show categories that need to be integreted into the above list via regex, or have new categories created for them */
.tv_Cine           { background-color: blue;            }
.tv_Classic        { background-color: gray;            }
.tv_Collectibles   { background-color: #708090;         }
.tv_Magazine       { background-color: #48D1CC;         }
.tv_Movies         { background-color: blue;            }
.tv_Serie          { background-color: #9932CC;         }
.tv_SHOW           { background-color: #A0522D;         }
.tv_Tiempo         { background-color: #33ff99;         }