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