]> git.wh0rd.org Git - tt-rss.git/blob - css/cdm.css
2e1ffd2ab0922d4d771b63f24639a614860eb1f7
[tt-rss.git] / css / cdm.css
1 div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
2         vertical-align : middle;
3 }
4
5 div.cdmHeader {
6         display : table;
7 }
8
9 div.cdmHeader > * {
10         display : table-cell;
11         padding : 5px;
12 }
13
14 div.cdmHeader > div {
15         white-space : nowrap;
16 }
17
18 div.cdmHeader > span {
19         width : 100%;
20 }
21
22 div.cdmHeader span.updated {
23         color : #555;
24         font-weight : normal;
25         font-size : 11px;
26         white-space : nowrap;
27         vertical-align : middle;
28 }
29
30 div.cdmHeader input {
31         margin-right : 5px;
32 }
33
34 div.cdmHeader div.updPic {
35         width : 25px;
36         display : inline-block;
37         text-align : center;
38 }
39
40 div.cdmHeader div.updPic img {
41         vertical-align : middle;
42 }
43
44 div.cdmHeader img, div.cdmFooter img {
45         margin : 0px 4px;
46 }
47
48 div.cdmHeader input {
49         margin-left : 4px;
50         margin-right : 4px;
51 }
52
53 div.cdmContentInner {
54         margin : 10px;
55         line-height : 20px;
56 }
57
58 div.cdmContentInner img {
59         border-width : 0px;
60         max-width : 98%;
61         height : auto;
62 }
63
64 div.cdmFooter {
65         padding : 5px;
66         font-weight : normal;
67         color : #555;
68         clear : both;
69 }
70
71 div.cdm.expanded {
72         margin-top : 4px;
73         margin-bottom : 4px;
74 }
75
76 div.cdm.expandable {
77         background-color : #f0f0f0;
78         border-width : 0px 0px 1px 0px;
79         border-color : #c0c0c0;
80         border-style : solid;
81 }
82
83 div.cdm.expandable > hr {
84         display : none;
85 }
86
87 div.cdm.expanded > hr {
88         margin-top : 0px;
89         margin-bottom : 0px;
90 }
91
92 div.cdm.expandable.Unread {
93         background : white;
94 }
95
96 div.cdm.expandable.Selected {
97         background : #f9fbff;
98 }
99
100 div.cdm.expandable.active {
101         box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
102         border-color : #88b0f0;
103         background : white ! important;
104 }
105
106 div.cdm.expandable div.cdmHeader span.titleWrap {
107         white-space : nowrap;
108         text-overflow : ellipsis;
109         overflow : hidden;
110         max-width : 500px;
111 }
112
113 div.cdm.expandable.active div.cdmHeader span.titleWrap {
114         white-space : normal;
115 }
116
117 div.cdm.expandable div.cdmHeader a.title {
118         font-weight : bold;
119         color : #555;
120         -webkit-transition : color 0.2s;
121         transition : color 0.2s;
122 }
123
124 div.cdm.expandable.Unread div.cdmHeader a.title {
125         color : black;
126 }
127
128 div.cdm.expandable.active div.cdmHeader a.title {
129         color : #4684ff;
130 }
131
132 div.cdm.expanded div.cdmHeader {
133         background : transparent ! important;
134 }
135
136 div.cdm.expanded div.cdmHeader a.title {
137         font-size : 14px;
138         color : #999;
139         font-weight : bold;
140         -webkit-transition : color 0.2s;
141         transition : color 0.2s;
142 }
143
144 div.cdm.expanded.active {
145         background : white;
146 }
147
148 div.cdm.expanded.active div.cdmHeader a.title {
149         color : #4684ff;
150 }
151
152 div.cdm.expanded.Unread div.cdmHeader a.title {
153         color : black;
154 }
155
156 div.cdm.expanded div.cdmContent {
157         color : #555;
158 }
159
160 div.cdm.expanded.Unread div.cdmContent {
161         color : black;
162 }
163
164 div.cdm.active div.cdmContent {
165         color : black;
166 }
167
168 span.cdmExcerpt {
169         font-size : 11px;
170         color : #555;
171         font-weight : normal;
172         cursor : pointer;
173 }
174
175 div.cdmContent div.postEnclosures {
176         margin-top : 1em;
177         color : #555;
178 }
179
180 div.cdmFeedTitle {
181         border-color : #a0a0a0;
182         border-width : 0px 0px 1px 0px;
183         border-style : solid;
184         padding : 5px 3px 5px 5px;
185         background : url("images/toolbar.png") bottom left;
186         background-repeat : repeat-x;
187 }
188
189 div.cdmFeedTitle a.title {
190         color : #555;
191         font-style : italic;
192         font-weight : bold;
193 }
194
195 div.cdmFeedTitle a {
196         color : #555;
197 }
198
199 div.cdmFeedTitle a:hover {
200         color : #4684ff;
201 }
202
203 div.cdmHeader span.hlFeed {
204         float : right;
205         font-weight : normal;
206         font-style : italic;
207 }
208
209 div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
210         vertical-align : middle;
211         color : #555;
212         font-weight : normal;
213         font-style : italic;
214         font-size : 11px;
215 }
216
217 div.cdm .hlFeed a {
218         border-radius : 4px;
219         display : inline-block;
220         padding : 1px 4px 1px 4px;
221 }
222
223 div.cdmContentInner p {
224         max-width : 650px;
225         text-align : justify;
226 }
227
228 div.cdmContentInner iframe {
229         min-width : 50%;
230 }
231
232 div.cdmHeader span.author {
233         color : #555;
234         font-size : 11px;
235         font-weight : normal;
236 }
237
238
239 div#floatingTitle {
240         position : absolute;
241         z-index : 5;
242         top : 25px;
243         right : 0px;
244         left : 0px;
245         border-color : #ccc;
246         border-width : 1px 0px 1px 0px;
247         border-style : solid;
248         background : #fcfcfc;
249         color : #555;
250         box-shadow : 0px 1px 1px 0px rgba(0,0,0,0.1);
251 }
252
253 div#floatingTitle > * {
254         display : table-cell;
255         white-space : nowrap;
256         vertical-align : middle;
257         padding : 9px 5px;
258 }
259
260 div#floatingTitle img {
261         margin-right : 4px;
262         margin-left : 4px;
263 }
264
265 div#floatingTitle span.author {
266         color : #555;
267         font-size : 11px;
268         font-weight : normal;
269 }
270
271 div#floatingTitle a.title {
272         font-size : 14px;
273         color : #999;
274         font-weight : bold;
275         -webkit-transition : color 0.2s;
276         transition : color 0.2s;
277 }
278
279 div#floatingTitle.Unread a.title {
280         color : black;
281 }
282
283 div#floatingTitle img.anchor {
284         margin-right : 1px;
285         margin-left : 0px;
286 }
287
288 div#floatingTitle div.hlFeed {
289         padding-right : 10px;
290         color : #555;
291         font-weight : normal;
292         font-style : italic;
293         font-size : 11px;
294         white-space : nowrap;
295 }
296
297 div#floatingTitle div.hlFeed a {
298         border-radius : 4px;
299         display : inline-block;
300         padding : 1px 4px 1px 4px;
301 }
302
303 div#floatingTitle span.updated {
304         padding-right : 10px;
305         white-space : nowrap;
306         color : #555;
307         font-size : 11px;
308 }
309
310 div#floatingTitle div.hlFeed a {
311         color : #555;
312 }
313
314 div#floatingTitle span.titleWrap {
315         width : 100%;
316         white-space : normal;
317 }
318
319 div#floatingTitle .dijit,
320 div#floatingTitle img.hlScorePic { 
321         display : none;
322 }
323
324 .cdm.high .cdmHeader a.title.high, .cdm.high .cdmHeader .cdmExcerpt,
325 .cdm.high .cdmHeader span.author {
326         color : #00aa00;
327 }
328
329 .cdm.Unread.high .cdmHeader a.title.high, .cdm.Unread.high .cdmHeader .cdmExcerpt,
330 .cdm.Unread.high .cdmHeader span.author {
331         color : #00dd00;
332 }
333
334 .cdm .cdmHeader a.title.low, .cdm.low .cdmHeader .cdmExcerpt,
335 .cdm.Unread .cdmHeader a.title.low, .cdm.Unread.low .cdmHeader .cdmExcerpt,
336 .cdm.low .cdmHeader span.author {
337         color : #909090;
338         text-decoration : line-through;
339 }
340
341