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