]> git.wh0rd.org - tt-rss.git/blame - css/cdm.css
add some experimental font family updates for headlines and chrome elements
[tt-rss.git] / css / cdm.css
CommitLineData
dad14b51
AD
1div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
2 vertical-align : middle;
3}
4
5div.cdmHeader {
915b61ef
AD
6 display : table;
7}
8
9div.cdmHeader > * {
10 display : table-cell;
dad14b51
AD
11 padding : 5px;
12}
13
915b61ef
AD
14div.cdmHeader > div {
15 white-space : nowrap;
16}
17
18div.cdmHeader > span {
19 width : 100%;
20}
21
dad14b51 22div.cdmHeader span.updated {
81aa9e2b 23 color : #555;
dad14b51 24 font-weight : normal;
23ac03ff 25 font-size : 11px;
804ab1f7 26 white-space : nowrap;
47837c09 27 vertical-align : middle;
dad14b51
AD
28}
29
30div.cdmHeader input {
31 margin-right : 5px;
32}
33
8cc5e965 34div.cdmHeader div.updPic {
62b800b4
AD
35 width : 25px;
36 display : inline-block;
37 text-align : center;
38}
39
8cc5e965 40div.cdmHeader div.updPic img {
62b800b4
AD
41 vertical-align : middle;
42}
43
dad14b51 44div.cdmHeader img, div.cdmFooter img {
0e70e4a4
AD
45 margin : 0px 4px;
46}
47
48div.cdmHeader input {
49 margin-left : 4px;
50 margin-right : 4px;
dad14b51
AD
51}
52
dad14b51 53div.cdmContentInner {
dbd7e915 54 margin : 10px;
17809d7c 55 line-height : 20px;
dad14b51
AD
56}
57
16b59fc8
AD
58div.cdmContentInner img {
59 border-width : 0px;
60 max-width : 98%;
5b27cb05 61 height : auto;
16b59fc8
AD
62}
63
dad14b51 64div.cdmFooter {
dad14b51
AD
65 padding : 5px;
66 font-weight : normal;
81aa9e2b 67 color : #555;
dad14b51
AD
68 clear : both;
69}
70
03700cb6
AD
71div.cdm {
72 margin-right : 4px;
73}
74
14c53e4e
AD
75div.cdm.expanded {
76 margin-top : 4px;
77 margin-bottom : 4px;
c2fd7468
AD
78}
79
d44f3da4
AD
80div.cdm.expanded div.cdmFooter {
81 border-style : solid;
82 border-width : 0px 0px 1px 0px;
03700cb6 83 border-color : #ddd;
d44f3da4
AD
84}
85
c2fd7468 86div.cdm.expandable {
14c53e4e
AD
87 background-color : #f0f0f0;
88 border-width : 0px 0px 1px 0px;
d44f3da4 89 border-color : #ddd;
14c53e4e 90 border-style : solid;
a0ddecb9
AD
91}
92
14c53e4e
AD
93div.cdm.expandable > hr {
94 display : none;
c2fd7468
AD
95}
96
14c53e4e
AD
97div.cdm.expanded > hr {
98 margin-top : 0px;
99 margin-bottom : 0px;
a0ddecb9
AD
100}
101
ee71a9ff 102div.cdm.expandable.Unread {
12a80ad5 103 background : white;
a0ddecb9
AD
104}
105
9e14c591
AD
106div.cdm.expandable.Selected {
107 background : #f9fbff;
108}
109
ee71a9ff 110div.cdm.expandable.active {
a0ddecb9 111 background : white ! important;
42c43ff7
AD
112}
113
f8900c31
AD
114div.cdm.expandable div.cdmHeader span.titleWrap {
115 white-space : nowrap;
116 text-overflow : ellipsis;
117 overflow : hidden;
118 max-width : 500px;
119}
120
7415fcf2
AD
121div.cdm.expandable.active div.cdmHeader span.titleWrap {
122 white-space : normal;
123}
124
14c53e4e 125div.cdm.expandable div.cdmHeader a.title {
5470cfab 126 font-weight : 600;
81aa9e2b 127 color : #555;
ef8e54a1 128 font-size : 14px;
898f86c0
AD
129 -webkit-transition : color 0.2s;
130 transition : color 0.2s;
5470cfab
AD
131 text-rendering: optimizelegibility;
132 font-family : "Segoe WP Semibold", "Segoe UI Semibold",
133 "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
134 Helvetica, Arial, sans-serif;
14c53e4e
AD
135}
136
137div.cdm.expandable.Unread div.cdmHeader a.title {
138 color : black;
a0ddecb9
AD
139}
140
14c53e4e 141div.cdm.expandable.active div.cdmHeader a.title {
a0ddecb9 142 color : #4684ff;
ef8e54a1 143 font-size : 16px;
5470cfab
AD
144 font-weight : 600;
145 text-rendering: optimizelegibility;
146 font-family : "Segoe WP Semibold", "Segoe UI Semibold",
147 "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
148 Helvetica, Arial, sans-serif;
a0ddecb9
AD
149}
150
14c53e4e
AD
151div.cdm.expanded div.cdmHeader {
152 background : transparent ! important;
153}
154
155div.cdm.expanded div.cdmHeader a.title {
ef8e54a1 156 font-size : 16px;
b79da019 157 color : #999;
5470cfab 158 font-weight : 600;
898f86c0
AD
159 -webkit-transition : color 0.2s;
160 transition : color 0.2s;
5470cfab
AD
161 text-rendering: optimizelegibility;
162 font-family : "Segoe WP Semibold", "Segoe UI Semibold",
163 "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
164 Helvetica, Arial, sans-serif;
14c53e4e
AD
165}
166
9e14c591
AD
167div.cdm.expanded.active {
168 background : white;
169}
14c53e4e
AD
170
171div.cdm.expanded.active div.cdmHeader a.title {
172 color : #4684ff;
173}
174
175div.cdm.expanded.Unread div.cdmHeader a.title {
176 color : black;
177}
178
179div.cdm.expanded div.cdmContent {
81aa9e2b 180 color : #555;
14c53e4e
AD
181}
182
183div.cdm.expanded.Unread div.cdmContent {
184 color : black;
185}
186
a0ddecb9 187div.cdm.active div.cdmContent {
14c53e4e 188 color : black;
dad14b51
AD
189}
190
191span.cdmExcerpt {
192 font-size : 11px;
81aa9e2b 193 color : #555;
dad14b51
AD
194 font-weight : normal;
195 cursor : pointer;
196}
197
198div.cdmContent div.postEnclosures {
199 margin-top : 1em;
81aa9e2b 200 color : #555;
dad14b51
AD
201}
202
8cc5e965
AD
203div.cdmFeedTitle {
204 border-color : #a0a0a0;
205 border-width : 0px 0px 1px 0px;
206 border-style : solid;
207 padding : 5px 3px 5px 5px;
0c0e5f36 208 background : url("../images/toolbar.png") bottom left;
8cc5e965
AD
209 background-repeat : repeat-x;
210}
211
36b4cf2f 212div.cdmFeedTitle a.title {
81aa9e2b 213 color : #555;
36b4cf2f
AD
214 font-style : italic;
215 font-weight : bold;
216}
14c53e4e 217
36b4cf2f 218div.cdmFeedTitle a {
81aa9e2b 219 color : #555;
36b4cf2f
AD
220}
221
222div.cdmFeedTitle a:hover {
223 color : #4684ff;
224}
225
ef69681b
AD
226div.cdmHeader span.hlFeed {
227 float : right;
228 font-weight : normal;
23ac03ff 229 font-style : italic;
ef69681b 230}
c06289d3 231
d56ec700
AD
232div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
233 vertical-align : middle;
81aa9e2b 234 color : #555;
e17e99fb 235 font-weight : normal;
23ac03ff
AD
236 font-style : italic;
237 font-size : 11px;
d56ec700 238}
54bc5594 239
d3103484
AD
240div.cdm .hlFeed a {
241 border-radius : 4px;
242 display : inline-block;
243 padding : 1px 4px 1px 4px;
244}
245
54bc5594
AD
246div.cdmContentInner p {
247 max-width : 650px;
ac57b9dd
AD
248 -webkit-hyphens: auto;
249 -moz-hyphens: auto;
250 hyphens: auto;
54bc5594 251}
b5d4716a 252
922bfe73
AD
253div.cdmContentInner iframe {
254 min-width : 50%;
255}
11bd95b4
AD
256
257div.cdmHeader span.author {
81aa9e2b 258 color : #555;
11bd95b4 259 font-size : 11px;
d080678c 260 font-weight : normal;
11bd95b4 261}
472219f0 262
d2f3467b 263
08820be7
AD
264div#floatingTitle {
265 position : absolute;
266 z-index : 5;
1bffd106 267 top : 0px;
8ee5e9e5
AD
268 right : 0px;
269 left : 0px;
03700cb6 270 border-color : #ddd;
1c51dc73 271 border-width : 0px 0px 1px 0px;
8ee5e9e5 272 border-style : solid;
d44f3da4 273 background : white;
08820be7 274 color : #555;
752b3f64 275 box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
08820be7
AD
276}
277
278div#floatingTitle > * {
279 display : table-cell;
280 white-space : nowrap;
281 vertical-align : middle;
8ee5e9e5 282 padding : 9px 5px;
08820be7
AD
283}
284
8ee5e9e5
AD
285div#floatingTitle img {
286 margin-right : 4px;
287 margin-left : 4px;
d1692b4c
AD
288}
289
8ee5e9e5
AD
290div#floatingTitle span.author {
291 color : #555;
292 font-size : 11px;
293 font-weight : normal;
294}
295
296div#floatingTitle a.title {
ef8e54a1 297 font-size : 16px;
8ee5e9e5 298 color : #999;
898f86c0
AD
299 -webkit-transition : color 0.2s;
300 transition : color 0.2s;
5470cfab
AD
301 font-weight : 600;
302 text-rendering: optimizelegibility;
303 font-family : "Segoe WP Semibold", "Segoe UI Semibold",
304 "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
305 Helvetica, Arial, sans-serif;
8ee5e9e5 306}
41d37fb2
AD
307
308div#floatingTitle.Unread a.title {
309 color : black;
310}
311
8ee5e9e5 312div#floatingTitle img.anchor {
8ee5e9e5
AD
313 margin-left : 0px;
314}
315
316div#floatingTitle div.hlFeed {
317 padding-right : 10px;
318 color : #555;
319 font-weight : normal;
320 font-style : italic;
321 font-size : 11px;
322 white-space : nowrap;
323}
324
b532ef24
AD
325div#floatingTitle div.hlFeed a {
326 border-radius : 4px;
327 display : inline-block;
328 padding : 1px 4px 1px 4px;
329}
330
8ee5e9e5
AD
331div#floatingTitle span.updated {
332 padding-right : 10px;
333 white-space : nowrap;
334 color : #555;
335 font-size : 11px;
336}
337
338div#floatingTitle div.hlFeed a {
339 color : #555;
340}
341
342div#floatingTitle span.titleWrap {
343 width : 100%;
8043035b 344 white-space : normal;
08820be7
AD
345}
346
8ee5e9e5
AD
347div#floatingTitle .dijit,
348div#floatingTitle img.hlScorePic {
08820be7
AD
349 display : none;
350}
4b7ebe93
AD
351
352.cdm.high .cdmHeader a.title.high, .cdm.high .cdmHeader .cdmExcerpt,
353.cdm.high .cdmHeader span.author {
354 color : #00aa00;
355}
356
357.cdm.Unread.high .cdmHeader a.title.high, .cdm.Unread.high .cdmHeader .cdmExcerpt,
358.cdm.Unread.high .cdmHeader span.author {
359 color : #00dd00;
360}
361
362.cdm .cdmHeader a.title.low, .cdm.low .cdmHeader .cdmExcerpt,
363.cdm.Unread .cdmHeader a.title.low, .cdm.Unread.low .cdmHeader .cdmExcerpt,
364.cdm.low .cdmHeader span.author {
365 color : #909090;
366 text-decoration : line-through;
367}
368
87065739
AD
369div.cdmFeedTitle > * {
370 display : table-cell;
371 vertical-align : middle;
372}
373
374div.cdmFeedTitle a.title {
375 width : 100%;
376}
377
378div.cdmFeedTitle a.catchup {
379 text-align : right;
380 color : #555;
381 padding-right : 10px;
382 font-size : 11px;
383 white-space : nowrap;
384}
385
386div.cdmFeedTitle a.catchup:hover {
387 color : #4684ff;
388}
4b7ebe93 389