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