Ticket #327: handheld.css

File handheld.css, 6.2 KB (added by mythtv.spam@…, 20 years ago)

associated handheld.css (put in themes/wap)

Line 
1Body {
2 border: 0;
3 margin: 0;
4 padding: 0;
5 font-size: 10px;
6 font-family: Arial, Helvetica, sans-serif;
7 background-color: #002650;
8 color: #DEDEDE;
9}
10
11/* make transparent png's render properly in IE */
12/*
13 Disabled because it conflicts with recording preview thumbnails
14 It can be enabled on individual images by:
15 style="behavior: url('/pngbehavior.htc');"
16
17 img { behavior: url("themes/Default/pngbehavior.htc"); }
18*/
19
20A:link { color: #E0E0FF; text-decoration: none; }
21A:active { color: #990033; text-decoration: none; }
22A:visited { color: #E0E0FF; text-decoration: none; }
23A:hover { color: #F0F000; text-decoration: underline; }
24
25/* For some reason, the main Body element doesn't always work for text inside of tables */
26TD {
27 font-size: 10px;
28 font-family: Arial, Helvetica, sans-serif;
29}
30
31/* font size classes */
32.tiny { font-size: 9px; }
33.small { font-size: 10px; }
34.large { font-size: 12px; }
35.huge { font-size: 24px; }
36
37/* a class for the menu across the top of the page as well as menu headers throughout the page */
38.menu { background-color: #265990 }
39.menu_border_t { border-top: 2px solid #9090B0 }
40.menu_border_b { border-bottom: 2px solid #9090B0 }
41.menu_border_l { border-left: 2px solid #9090B0 }
42.menu_border_r { border-right: 2px solid #9090B0 }
43
44/* a class for commands and other user input boxes */
45.command { background-color: #1040A0 }
46.command_border_t { border-top: 2px solid #9090B0 }
47.command_border_b { border-bottom: 2px solid #9090B0 }
48.command_border_l { border-left: 2px solid #9090B0 }
49.command_border_r { border-right: 2px solid #9090B0 }
50
51/* some classes for the list display */
52.list { background-color: #002650 }
53.list_border_t { border-top: 1px solid #9090B0 }
54.list_border_b { border-bottom: 1px solid #9090B0 }
55.list_border_l { border-left: 1px solid #9090B0 }
56.list_border_r { border-right: 1px solid #9090B0 }
57
58/* a class for the the cells containing settings in the various settings files */
59.settings { background-color: #506080 }
60
61/* a class for the the cells containing recored programs in recorded_programs.php */
62.recorded { background-color: #506080 }
63
64/* a class for the the cells containing recored programs in recorded_programs.php */
65.scheduled { background-color: #506090 }
66.conflict { background-color: #806050 }
67.duplicate { background-color: #304050 }
68.deactivated { background-color: #508060 }
69
70/* A special class for submit buttons */
71.submit {
72 font-weight: bold;
73 color: #001060;
74 background-color: #C0C0D0;
75 font-size: 13px;
76 height: 22px;
77}
78.submit:hover { text-decoration: underline; }
79
80/* A special class for radio buttons because some browsers render them weird */
81.radio { height: 14px }
82
83/* Default styles for form fields */
84Select {
85 font-family: Arial, Helvetica, sans-serif;
86 color: #001060;
87 background-color: #C0C0D0;
88 font-size: 12px;
89 height: 18px;
90}
91
92Input {
93 font-family: Arial, Helvetica, sans-serif;
94 color: #001060;
95 background-color: #C0C0D0;
96 font-size: 14px;
97 height: 22px;
98}
99
100TextArea {
101 font-family: terminal, courier, courier-new;
102 color: #001060;
103 background-color: #C0C0D0;
104 font-size: 12px;
105}
106
107/* A special class for form stuff, to avoid those nasty extra linefeeds in IE </form> tags */
108.form { display: inline; }
109
110/* A special class for error stuff */
111.error {
112 color: #F03030;
113 background-color: #360000;
114 border-color: #F03030;
115 border: thin groove #F03030;
116}
117
118/* for mouseover popup menus */
119.hidden {
120 position: absolute;
121 visibility: hidden;
122 z-index: 99;
123 top: 0px;
124 left: 0px;
125}
126
127/*
128
129 The following subclasses are used for list displays
130
131*/
132
133.record_weekly { border: 1px solid #00D000; }
134.record_timeslot { border: 1px solid #00D000; }
135.record_once { border: 1px solid #00D000; }
136.record_channel { border: 1px solid #00D000; }
137.record_always { border: 1px solid #00D000; }
138.will_record { border: 1px solid #00D000; }
139.record_conflicting { border: 1px solid #FF0000; }
140.record_duplicate { border: 2px dashed #90B0A0; }
141.record_suppressed { border: 2px dotted #60B0B0; }
142
143.cat_Action { background-color: #906020 }
144.cat_Adult { background-color: #702020 }
145.cat_Animals { background-color: #609060 }
146.cat_Art_Music { background-color: #801060 }
147.cat_Business { background-color: #703010 }
148.cat_Children { background-color: #B00010 }
149.cat_Comedy { background-color: #006080 }
150.cat_Crime_Mystery { background-color: #105050 }
151.cat_Documentary { background-color: #504020 }
152.cat_Drama { background-color: #400060 }
153.cat_Educational { background-color: #606060 }
154.cat_Food { background-color: #208040 }
155.cat_Game { background-color: #701010 }
156.cat_Health_Medical { background-color: #806060 }
157.cat_History { background-color: #807020 }
158.cat_HowTo { background-color: #A0A000 }
159.cat_Horror { background-color: #101040 }
160.cat_Misc { background-color: #403060 }
161.cat_News { background-color: #606040 }
162.cat_Reality { background-color: #304040 }
163.cat_Romance { background-color: #A02050 }
164.cat_Science_Nature { background-color: #007010 }
165.cat_SciFi_Fantasy { background-color: #606090 }
166.cat_Shopping { background-color: #204020 }
167.cat_Soaps { background-color: #508080 }
168.cat_Spiritual { background-color: #804080 }
169.cat_Sports { background-color: #20B060 }
170.cat_Talk { background-color: #203040 }
171.cat_Travel { background-color: #2060B0 }
172.cat_War { background-color: #B06050 }
173.cat_Western { background-color: #806040 }
174.cat_Unknown { background-color: #303030 }
175
176.cat_movie { background-color: #809090 !important; }
177.cat_series { }
178.cat_tvshow { }
179
180/* deprecated show categories that need to be integreted into the above list via regex, or have new categories created for them */
181.tv_Cine { background-color: Blue }
182.tv_Classic { background-color: gray }
183.tv_Collectibles { background-color: SlateGrey }
184.tv_Magazine { background-color: MediumTurquoise }
185.tv_Movies { background-color: Blue }
186.tv_Serie { background-color: DarkOrchid }
187.tv_SHOW { background-color: sienna }
188.tv_Tiempo { background-color: #33ff99 }