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