34
|
1 |
RadioCarouselItem
|
|
2 |
{
|
|
3 |
layout: default;
|
51
|
4 |
size-policy-horizontal: fixed;
|
34
|
5 |
}
|
|
6 |
|
|
7 |
RadioCarouselItem::star_button
|
|
8 |
{
|
|
9 |
top: -var(hb-param-margin-gene-top);
|
|
10 |
left: -var(hb-param-margin-gene-left);
|
|
11 |
pref-width: var(hb-param-graphic-size-primary-medium);
|
|
12 |
pref-height: var(hb-param-graphic-size-primary-medium);
|
|
13 |
size-policy-horizontal: fixed;
|
|
14 |
size-policy-vertical: fixed;
|
|
15 |
}
|
|
16 |
|
38
|
17 |
RadioCarouselItem[landscape]::star_button
|
|
18 |
{
|
|
19 |
pref-width: expr(var(hb-param-graphic-size-primary-medium)*0.9);
|
|
20 |
pref-height: expr(var(hb-param-graphic-size-primary-medium)*0.9);
|
|
21 |
}
|
|
22 |
|
|
23 |
RadioCarouselItem[!landscape]::star_button
|
|
24 |
{
|
|
25 |
pref-width: var(hb-param-graphic-size-primary-medium);
|
|
26 |
pref-height: var(hb-param-graphic-size-primary-medium);
|
|
27 |
}
|
|
28 |
|
34
|
29 |
RadioCarouselItem::genre_label
|
|
30 |
{
|
|
31 |
top: -var(hb-param-margin-gene-top);
|
|
32 |
left: -var(hb-param-margin-gene-middle-horizontal);
|
|
33 |
right: expr(var(hb-param-margin-gene-left) + var(hb-param-graphic-size-primary-medium) + var(hb-param-margin-gene-middle-horizontal));
|
|
34 |
pref-height: var(hb-param-graphic-size-primary-medium);
|
|
35 |
size-policy-vertical: fixed;
|
|
36 |
size-policy-horizontal: expanding;
|
|
37 |
}
|
|
38 |
|
|
39 |
RadioCarouselItem::genre_label::text
|
|
40 |
{
|
54
|
41 |
color: var(qtc_lcd_title_normal);
|
38
|
42 |
font-variant: secondary;
|
|
43 |
text-align: center center;
|
|
44 |
}
|
|
45 |
|
|
46 |
RadioCarouselItem[landscape]::genre_label::text
|
|
47 |
{
|
|
48 |
text-height: expr(var(hb-param-text-height-secondary)*0.95);
|
|
49 |
}
|
|
50 |
|
|
51 |
RadioCarouselItem[!landscape]::genre_label::text
|
|
52 |
{
|
34
|
53 |
text-height: var(hb-param-text-height-secondary);
|
|
54 |
}
|
|
55 |
|
|
56 |
RadioCarouselItem::name_label
|
|
57 |
{
|
|
58 |
left: -var(hb-param-margin-gene-left);
|
|
59 |
right: var(hb-param-margin-gene-right);
|
|
60 |
size-policy-vertical: fixed;
|
|
61 |
size-policy-horizontal: expanding;
|
|
62 |
}
|
|
63 |
|
|
64 |
RadioCarouselItem[appearance=Full]::name_label
|
|
65 |
{
|
|
66 |
pref-height: 8un;
|
|
67 |
top: 0un;
|
|
68 |
}
|
|
69 |
|
|
70 |
RadioCarouselItem[appearance!=Full]::name_label
|
|
71 |
{
|
|
72 |
pref-height: 14un;
|
|
73 |
top: 1.5un;
|
|
74 |
}
|
|
75 |
|
|
76 |
RadioCarouselItem::name_label::text
|
|
77 |
{
|
54
|
78 |
color: var(qtc_lcd_title_normal);
|
34
|
79 |
font-variant: primary;
|
|
80 |
text-wrap-mode: no-wrap;
|
|
81 |
text-align: center top;
|
|
82 |
}
|
|
83 |
|
38
|
84 |
RadioCarouselItem[appearance=Full][landscape]::name_label::text
|
|
85 |
{
|
|
86 |
text-height: 7.6un;
|
|
87 |
}
|
|
88 |
|
|
89 |
RadioCarouselItem[appearance=Full][!landscape]::name_label::text
|
34
|
90 |
{
|
|
91 |
text-height: 8un;
|
|
92 |
}
|
|
93 |
|
|
94 |
RadioCarouselItem[appearance!=Full]::name_label::text
|
|
95 |
{
|
|
96 |
text-height: 14un;
|
|
97 |
}
|
|
98 |
|
|
99 |
RadioCarouselItem::rt_label
|
|
100 |
{
|
|
101 |
top: -16un;
|
|
102 |
left: -var(hb-param-margin-gene-left);
|
|
103 |
right: var(hb-param-margin-gene-right);
|
|
104 |
bottom: var(hb-param-margin-middle-vertical);
|
|
105 |
size-policy-vertical: expanding;
|
|
106 |
}
|
|
107 |
|
|
108 |
RadioCarouselItem::rt_label::text
|
|
109 |
{
|
|
110 |
color: var(qtc_lcd_title_normal);
|
|
111 |
text-line-count-min: 1;
|
|
112 |
font-variant: secondary;
|
|
113 |
}
|
|
114 |
|
|
115 |
RadioCarouselItem[appearance=Full]::rt_label::text
|
|
116 |
{
|
|
117 |
text-line-count-max: 4;
|
54
|
118 |
text-wrap-mode: word-wrap;
|
38
|
119 |
text-align: center center;
|
|
120 |
}
|
|
121 |
|
|
122 |
RadioCarouselItem[appearance=Full][landscape]::rt_label::text
|
|
123 |
{
|
|
124 |
text-height: expr(var(hb-param-text-height-secondary)*0.95);
|
54
|
125 |
max-width: expr(var(hb-param-screen-width)/2 - var(hb-param-margin-gene-left) - var(hb-param-margin-gene-right) - var(hb-param-margin-gene-middle-horizontal) - var(hb-param-margin-gene-middle-horizontal)/2);
|
38
|
126 |
}
|
|
127 |
|
|
128 |
RadioCarouselItem[appearance=Full][!landscape]::rt_label::text
|
|
129 |
{
|
34
|
130 |
text-height: var(hb-param-text-height-secondary);
|
54
|
131 |
max-width: expr(var(hb-param-screen-width) - var(hb-param-margin-gene-left) - var(hb-param-margin-gene-right) - 2*var(hb-param-margin-gene-middle-horizontal));
|
34
|
132 |
}
|
|
133 |
|
|
134 |
RadioCarouselItem[appearance!=Full]::rt_label::text
|
|
135 |
{
|
|
136 |
text-line-count-max: 1;
|
|
137 |
text-wrap-mode: no-wrap;
|
|
138 |
text-height: 5un;
|
|
139 |
text-align: center center;
|
|
140 |
}
|
|
141 |
|
|
142 |
RadioCarouselItem::url_label
|
|
143 |
{
|
|
144 |
left: -var(hb-param-margin-gene-left);
|
|
145 |
right: var(hb-param-margin-gene-right);
|
|
146 |
bottom: var(hb-param-margin-gene-bottom);
|
|
147 |
}
|
|
148 |
|
|
149 |
RadioCarouselItem::url_label::text
|
|
150 |
{
|
|
151 |
font-variant: secondary;
|
|
152 |
text-align: center center;
|
|
153 |
color:var(qtc_lcd_link_normal);
|
|
154 |
}
|
|
155 |
|
38
|
156 |
RadioCarouselItem[landscape]::url_label::text
|
|
157 |
{
|
|
158 |
text-height: expr(var(hb-param-text-height-secondary)*0.95);
|
|
159 |
}
|
|
160 |
|
|
161 |
RadioCarouselItem[!landscape]::url_label::text
|
|
162 |
{
|
|
163 |
text-height: var(hb-param-text-height-secondary);
|
|
164 |
}
|
|
165 |
|
34
|
166 |
RadioCarouselItem::favorite_touch_area
|
|
167 |
{
|
|
168 |
top: 0un;
|
|
169 |
left: 0un;
|
|
170 |
right: -8un;
|
|
171 |
bottom: -4un;
|
|
172 |
}
|