]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
remove feeds-holder shadow
[tt-rss.git] / css / tt-rss.css
CommitLineData
83cd33fc 1body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
e5d758e3
AD
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
17809d7c
AD
6 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7 font-size: 14px;
1cd17194
AD
8}
9
64029210
AD
10body#ttrssPrefs {
11 background-color : #ecf4ff;
12}
13
14body#ttrssPrefs #footer, body#ttrssPrefs #header {
07a0c540 15 background-color : #ecf4ff;
e243d2c3
AD
16 padding-left : 8px;
17 padding-right : 8px;
64029210
AD
18}
19
e828e31e 20div.postReply {
1c3187cf 21 padding : 0px;
1cd17194
AD
22}
23
e828e31e 24div.postReply div.postHeader {
1c3187cf 25 border-width : 0px 0px 1px 0px;
64ab16ac 26 border-style : solid;
d44f3da4
AD
27 border-color : #eee;
28 background : white;
c068b98b 29 box-shadow : 0px 0px 3px 0px rgba(0,0,0,0.1);
1c3187cf 30 padding : 5px;
64ab16ac 31 color : #909090;
96b58583
AD
32}
33
c6c010d9
AD
34div.postReply div.postTitle {
35 overflow : hidden;
5f938254 36 text-overflow: ellipsis;
c6c010d9
AD
37 white-space : nowrap;
38}
39
40div.postReply div.postDate {
41 padding-left : 10px;
42}
43
e828e31e 44div.postReply div.postContent {
e5d758e3 45 padding : 10px;
f0601b87
AD
46}
47
f325d942
AD
48div.postReply div.postContent img {
49 border-width : 0px;
762c9064 50 max-width : 98%;
2eee8544 51 height: auto;
f325d942
AD
52}
53
ce53e200 54div.postReply div.postEnclosures {
ce53e200 55 margin-top : 1em;
81aa9e2b 56 color : #555;
ce53e200
AD
57}
58
5f014cf1
AD
59div.postReply img.tagsPic {
60 width : 16px;
61 height : 16px;
c7e51de1 62 margin-left : 4px;
5f014cf1
AD
63 vertical-align : middle;
64}
65
c7e51de1
AD
66div.articleNote {
67 background-color : #fff7d5;
c7e51de1 68 padding : 5px;
d44f3da4 69 /* border-radius : 4px; */
5e49db8d
AD
70 margin : 5px;
71 border-style : solid;
c7e51de1 72 border-color : #e7d796;
fcfa9ef1 73 border-width : 1px;
d44f3da4 74 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
fcfa9ef1 75 background-color : #fff7d5;
c7e51de1 76 color : #9a8c59;
fcfa9ef1
AD
77}
78
79div.articleNote div.noteEdit {
80 float : right;
81 cursor : pointer;
c7e51de1
AD
82}
83
06202d88 84div.postReply span.author {
ae096313 85 font-size : 12px;
06202d88 86}
5f014cf1 87
e828e31e 88h1 {
442a9b8c 89 font-size : 18px;
f0601b87
AD
90}
91
e828e31e 92h2 {
442a9b8c 93 font-size : 16px;
e5d758e3
AD
94 font-weight : bold;
95 border-width : 0px 0px 1px 0px;
96 border-style : solid;
97 border-color : #ecf4ff;
1cd17194
AD
98}
99
f5a50b25 100h3 {
ae096313 101 font-size : 12px;
e5d758e3
AD
102 font-weight : bold;
103 border-width : 0px 0px 1px 0px;
104 border-style : solid;
105 border-color : #ecf4ff;
f5a50b25
AD
106}
107
e828e31e 108hr {
e5d758e3 109 border-width : 0px 0px 1px 0px;
14c53e4e 110 border-style : solid;
d44f3da4 111 border-color : #ccc;
e828e31e 112}
67824557 113
e828e31e 114a {
2a868b6b 115 color : #4684ff;
e5d758e3 116 text-decoration : none;
1cd17194
AD
117}
118
e828e31e 119a:hover {
2a868b6b 120 color : #88b0f0;
9b307248
AD
121}
122
e828e31e 123#piggie {
d437c8cf 124 z-index : 999;
e5d758e3 125 position : absolute;
9b307248
AD
126}
127
f407c086 128#notify {
95437e9e 129 bottom : 10px;
3e008206 130 right : 20px;
919984a4 131 border-width : 1px;
f407c086 132 border-style : solid;
0ceded7a 133 position : absolute;
95437e9e 134 font-size : 12px;
fcc36744 135 z-index : 99;
5973c74c
AD
136 max-width : 200px;
137 min-width : 100px;
919984a4 138 padding : 5px;
5973c74c 139 -width : 200px;
d44f3da4 140 /* box-shadow : 0px 0px 2px rgba(0,0,0,0.2); */
1cd17194
AD
141}
142
0d32b41e
AD
143#notify img {
144 vertical-align : middle;
95437e9e
AD
145 max-height : 14px;
146}
147
148#notify span.msg {
149 width : 100%;
150}
151
152#notify span.close {
153 text-align : right;
154}
155
156#notify span {
157 display : table-cell;
158 vertical-align : middle;
159 padding : 4px;
0d32b41e
AD
160}
161
919984a4 162.notify {
42c32916
AD
163 border-color : #d7c47a;
164 background-color : #fff7d5;
42c32916
AD
165}
166
919984a4 167.notify.progress {
f407c086
AD
168 border-color : #d7c47a;
169 background-color : #fff7d5;
f407c086
AD
170}
171
919984a4
AD
172.notify.info {
173 border-color : #88b0f0;
174 background-color : #ecf4ff;
175}
176
177.notify.error {
f407c086
AD
178 background-color : #ffcccc;
179 border-color : #ff0000;
f407c086
AD
180}
181
14c53e4e 182.hl div.hlTitle a {
f820f205 183 font-weight : bold;
8605ad4d 184 color : #777;
14c53e4e
AD
185}
186
187.hl.Unread div.hlTitle a {
188 color : black;
189}
190
c068b98b 191.hl.active {
d44f3da4 192 /* box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1); */
c068b98b
AD
193}
194
14c53e4e
AD
195.hl.active div.hlTitle a {
196 color : #4684ff;
9e14c591
AD
197 text-shadow : 1px 1px 2px #fff;
198}
199
200.hl.Selected {
201 background : #f9fbff;
f820f205
AD
202}
203
8d090a91 204.hl.Grayed {
e5d758e3 205 color : #909090;
b7f4bda2
AD
206}
207
9e14c591 208/* #headlines-frame div.hl:nth-child(even) {
ad61bdc4 209 background : #fafafa;
9e14c591 210} */
f07c0eb4 211
c068b98b 212#headlines-frame.normal {
dcab541d 213
c068b98b
AD
214}
215
a7c0e150 216.hl {
14c53e4e 217 border-width : 0px 0px 1px 0px;
dc803347 218 border-style : solid;
d44f3da4 219 border-color : #eee;
ac43eba1 220}
a2015351 221
a7c0e150
AD
222.hl.active {
223 background : #ecf4ff ! important;
f28b542c
AD
224}
225
f820f205 226div.filterTestHolder {
bec2ecd9 227 height : 300px;
9c483746 228 overflow : auto;
a8328019
AD
229 border-color : #c0c0c0;
230 border-style : solid;
231 margin : 0px 0px 5px 0px;
bec2ecd9 232 background-color : #ecf4ff;
f127eacb 233 border-width : 1px;
d44f3da4
AD
234 /* border-radius : 4px; */
235 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
e1218480
AD
236}
237
f820f205 238
5f8b2573 239#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
18bfbb0c 240 margin : 5px 0px 5px 0px;
81aa9e2b 241 color : #555;
45a4531f
AD
242 padding-left : 10px;
243 border-width : 0px 0px 0px 4px;
083020ad
AD
244 border-color : #c0c0c0;
245 border-style : solid;
7dc66a61 246}
e2f8f7b4 247
5f8b2573 248#content-insert code, #headlines-frame code, .dijitContentPane code {
8bebe198 249 color : #009900;
48a8d154 250 font-family : monospace;
48a8d154 251 font-size : 12px;
8bebe198
AD
252}
253
254#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
255 margin : 5px 0px 5px 0px;
256 padding : 10px;
81aa9e2b 257 color : #555;
8bebe198
AD
258 font-family : monospace;
259 font-size : 12px;
260 border-width : 0px;
261 border-color : #c0c0c0;
262 border-style : solid;
263 background : #fafafa;
264 display : block;
526f6906
AD
265 max-width : 98%;
266 overflow : auto;
48a8d154
AD
267}
268
6deafe90
AD
269div.notice, div.warning, div.error {
270 padding : 4px 10px 4px 4px;
271 display : inline-block;
fcef9eea 272 margin : 2px 0px 4px 0px;
0f2c4755 273 font-size : 12px;
bb660dca
AD
274 border-style : solid;
275 border-color : #ccc;
d44f3da4 276 /* border-radius : 4px; */
bb660dca 277 border-width : 1px;
d44f3da4 278 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
6deafe90
AD
279}
280
fcef9eea
AD
281div.notice div.inner, div.warning div.inner, div.error div.inner {
282 vertical-align : middle;
283}
284
0d32b41e 285div.notice {
6deafe90 286 background : #ecf4ff;
bb660dca 287 border-color : #88b0f0;
0d32b41e
AD
288}
289
ab3d0b99 290div.warning {
e5d758e3 291 background : #fff7d5;
5e49db8d 292 border-color : #e7d796;;
1b74062f
AD
293}
294
84916243 295div.error {
84916243 296 background : #ffcccc;
bb660dca 297 border-color : #ff0000;
6deafe90
AD
298}
299
300div.warning img, div.notice img, div.error img {
2f20dd58 301 margin : 4px;
6deafe90 302 vertical-align : middle;
3c200461
AD
303}
304
305div.warning span, div.notice span, div.error span {
6d9426fe 306 display : table-cell;
3c200461
AD
307 vertical-align : middle;
308
84916243
AD
309}
310
ab3d0b99 311ul.nomarks {
e5d758e3
AD
312 list-style-type : none;
313 margin : 0px;
314 padding : 10px;
ab3d0b99
AD
315}
316
b7ade39d 317div.prefHelp {
81aa9e2b 318 color : #555;
abe4d057 319 padding : 5px;
8cb74804
AD
320}
321
746dcf42 322.insensitive {
81aa9e2b 323 color : #555;
bca02305 324}
afb7a1d6 325
6e4f4ce1 326div#headlines-toolbar {
d44f3da4 327 border-width : 0px;
17809d7c 328 font-size : 12px;
0e2d03a7 329 font-family : "Segoe UI", Tahoma, sans-serif;
81aa9e2b 330 color : #555;
fcf70c51 331 padding : 0px;
6e4f4ce1
AD
332 margin : 0px;
333 overflow : hidden;
f1080825
AD
334 height : 25px;
335 line-height : 25px;
336 padding-left : 4px;
d44f3da4 337 background : #fafafa;
8b27182a
AD
338}
339
fcf70c51
AD
340div#headlines-toolbar .dijitSelect {
341 font-size : 11px;
f1080825
AD
342 position : relative;
343 top : -2px;
fcf70c51
AD
344}
345
f1080825
AD
346div#headlines-toolbar span.r {
347 float: right;
348 position: relative;
f1080825 349 padding : 0 4px 0px 4px;
fcf70c51 350 text-align : right;
f1080825
AD
351}
352
1a545dcb 353#headlines-toolbar span.r .error a {
f1080825 354 color : red;
1a545dcb 355}
f1080825
AD
356
357div#headlines-toolbar span.r a {
81aa9e2b 358 color : #555;
c1c9df00
AD
359}
360
591c396d 361span.contentPreview {
9e14c591 362 color : #999;
e5d758e3 363 font-weight : normal;
9e14c591 364 text-shadow : 1px 1px 2px #fff;
f8900c31 365 font-size : 11px;
0f172fff
AD
366}
367
8cc5e965 368span.hlLabelRef {
e2549229 369 background-color : #fff7d5;
86edc737 370 font-size : 8px;
e2549229
AD
371 color : #063064;
372 font-weight : normal;
48e5a756
AD
373 margin-left : 2px;
374 padding : 1px 4px 1px 4px;
375 display : inline-block;
376 vertical-align : middle;
e2549229 377 white-space: nowrap;
d44f3da4 378 border-radius : 4px;
e2549229
AD
379}
380
b810a0f1 381div.postHeader div.postDate {
e5d758e3 382 text-align : right;
f035e6dc 383 color : #909090;
b810a0f1 384 float : right;
9167e250 385}
36aab70f 386
b810a0f1
AD
387div.postHeader div {
388 padding-bottom : 3px;
ed51e128
AD
389}
390
36aab70f 391#feedUpdateErrors {
e5d758e3 392 display : none;
36aab70f
AD
393}
394
42918a07 395#allEntryTags {
e5d758e3
AD
396 border-width : 0px 0px 1px 0px;
397 border-style : solid;
398 border-color : #c0c0c0;
399 padding-bottom : 5px;
400 display : none;
42918a07 401}
13ce14e8 402
d3103484
AD
403a.hlFeed {
404 display : block;
405 white-space : nowrap;
406 font-size : 9px;
e17e99fb
AD
407 font-style : italic;
408 font-weight : normal;
d44f3da4 409 /* border-radius : 4px; */
d3103484
AD
410 display : inline-block;
411 padding : 1px 2px 1px 2px;
412 margin-bottom : 2px;
413 margin-top : 2px;
81aa9e2b 414 color : #555;
df456bb0
AD
415}
416
d3103484 417a.hlFeed:hover {
df456bb0
AD
418 color : #4684ff;
419}
420
035d7a5a 421img.markedPic, img.pubPic {
7514749d 422 cursor : pointer;
c4f52830 423 vertical-align : middle;
7514749d
AD
424}
425
0979b696 426div.tagCloudContainer {
a8328019 427 border : 1px solid #c0c0c0;
bec2ecd9 428 background-color : #ecf4ff;
0979b696 429 margin : 5px 0px 5px 0px;
9e6427ab 430 padding : 5px;
0979b696 431 text-align : center;
d44f3da4
AD
432 /* border-radius : 4px; */
433 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
0979b696
AD
434}
435
73495fd1 436div.errorExplained {
a8328019 437 border : 1px solid #c0c0c0;
bec2ecd9 438 background-color : #ecf4ff;
73495fd1
AD
439 margin : 5px 0px 5px 0px;
440 padding : 5px;
d44f3da4
AD
441 /* border-radius : 4px; */
442 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
73495fd1
AD
443}
444
e8dd519b 445ul.feedErrorsList {
bec2ecd9 446 max-height : 300px;
e8dd519b
AD
447 overflow : auto;
448 list-style-type : none;
f81b6815 449 border : 1px solid #c0c0c0;
bec2ecd9 450 background-color : #ecf4ff;
e8dd519b 451 margin : 0px 0px 5px 0px;
bec2ecd9 452 padding : 5px;
d44f3da4
AD
453 /* border-radius : 4px; */
454 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
e8dd519b
AD
455}
456
f81b6815 457ul.feedErrorsList em {
81aa9e2b 458 color : #555;
f81b6815
AD
459}
460
f9cb39ac 461ul.browseFeedList {
e5d758e3
AD
462 height : 300px;
463 overflow : auto;
a8328019
AD
464 border-width : 0px 1px 1px 1px;
465 border-color : #c0c0c0;
466 border-style : solid;
e5d758e3 467 margin : 0px 0px 5px 0px;
e5d758e3 468 background-color : white;
a8328019
AD
469 list-style-type : none;
470 padding : 0px;
471
b92e6209
AD
472}
473
474ul.browseFeedList li {
e5d758e3 475 margin : 0px;
a8328019 476 padding : 2px 4px 2px 4px;
f9cb39ac
AD
477}
478
479span.subscribers {
e5d758e3 480 color : #808080;
f9cb39ac
AD
481}
482
c6232e43 483div.subscribers {
e5d758e3 484 color : #808080;
ae096313 485 font-size : 12px;
e5d758e3 486 float : right;
c6232e43
AD
487}
488
c6232e43 489div.browserDetails {
e5d758e3 490 margin : 5px 5px 5px 5px;
e5d758e3 491 padding : 5px;
c6232e43 492}
c2b2aee0
AD
493
494ul.compact {
e5d758e3
AD
495 list-style-type : none;
496 margin : 0px;
497 padding : 0px;
c2b2aee0
AD
498}
499
500ul.compact li {
e5d758e3
AD
501 margin : 0px;
502 padding : 0px;
c2b2aee0
AD
503}
504
69654950 505.noborder {
e5d758e3 506 border-width : 0px;
69654950 507}
0ee1d1a0 508
2055d4a6 509#overlay {
e5d758e3
AD
510 background : white;
511 left : 0;
512 top : 0;
513 height : 100%;
514 width : 100%;
515 z-index : 100;
516 position : absolute;
2055d4a6
AD
517}
518
519#overlay_inner {
e5d758e3 520 font-weight : bold;
fcc36744 521 margin : 1em;
2055d4a6 522}
af106b0e 523
79f3553b
AD
524form {
525 margin : 0px;
526 padding : 0px;
527}
86b682ce
AD
528
529#main_toolbar_form {
2df7a749
AD
530 margin : 0px;
531 padding : 0px;
fcf70c51
AD
532 display : table-cell;
533 white-space : nowrap;
534 width : 100%;
86b682ce 535}
78d5212c 536
33b8cab4
AD
537div.loadingPrompt {
538 padding : 1em;
539 text-align : center;
540 font-weight : bold;
541}
542
9251df44 543div.whiteBox {
9251df44 544 margin-left : 1px;
abbe0154 545 text-align : center;
b6adf039 546 padding : 1em;
9251df44
AD
547}
548
c068b98b 549/* html, body#ttrssMain, #main {
2f01fe57
AD
550 width: 100%;
551 height: 100%;
2f01fe57
AD
552 padding: 0;
553 margin: 0;
c068b98b 554} */
6b4163cb 555
3af75631 556#toolbar div.actionChooser {
fcf70c51
AD
557 display : table-cell;
558 text-align : right;
f8ce21fc 559 padding-right : 3px;
6b4163cb
AD
560}
561
05fcdf52
AD
562div.autocomplete {
563 position : absolute;
564 width : 250px;
565 background-color : white;
566 border :1px solid #778899;
567 margin : 0px;
568 padding : 0px;
569}
570
571div.autocomplete ul {
572 list-style-type : none;
573 margin : 0px;
574 padding : 0px;
575}
576
577div.autocomplete ul li.selected {
578 background-color : #fff7d5;
579}
580
581div.autocomplete ul li {
582 list-style-type : none;
583 display : block;
584 margin : 0;
585 padding : 2px;
586 height : 32px;
587 cursor : pointer;
588}
589
ffc21d2b
AD
590.hlTitle {
591 overflow : hidden;
592 white-space : nowrap;
593 max-width : 500px;
594 text-overflow : ellipsis;
595}
596
15a82901
AD
597div#headlines-frame.wide .hlTitle {
598 max-width : auto;
599 overflow : visible;
600 white-space : normal;
601}
602
4b7ebe93
AD
603.hl a.title.high, span.hlContent.high .contentPreview {
604 color : #00aa00;
546499a9 605}
4b7ebe93
AD
606.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
607 color : #00dd00;
5daa24f2
AD
608}
609
4b7ebe93
AD
610.hl a.title.low, span.hlContent.low .contentPreview,
611.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
5daa24f2
AD
612 color : #909090;
613 text-decoration : line-through;
614}
615
616img.hlScorePic {
617 vertical-align : middle;
618 width : 16px;
619 height : 16px;
620}
621
10fa6615 622div.dlgSec {
ae096313 623 font-size : 12px;
81aa9e2b 624 color : #555;
10fa6615
AD
625 font-weight : bold;
626 clear : both;
627 height : 20px;
628}
629
630div.dlgSecCont {
631 position : relative;
632 left : 150px;
633 top : -20px;
634 float : left;
ae096313 635 font-size : 12px;
baa2db9f 636 font-weight : normal;
d90868d7
AD
637}
638
bcf5ed46
AD
639div.dlgSecCont hr {
640 height : 0px;
641 line-height : 0px;
642 border : 0px solid transparent;
643 margin : 2px;
644}
645
d90868d7 646div.dlgSecCont > * {
bcf5ed46
AD
647 position : relative;
648 top : -2px;
10fa6615
AD
649}
650
651div.dlgButtons {
652 text-align : right;
653 clear : both;
654}
655
a740f4b5 656span.labelColorIndicator {
2f20dd58
AD
657 height : 16px;
658 width : 16px;
659 border-radius : 4px;
a740f4b5 660 line-height : 14px;
2f20dd58 661 vertical-align : middle;
86edc737 662 font-size : 9px;
a740f4b5 663 display : inline-block;
2f20dd58 664 border : 1px solid #ccc;
fb8b2153
AD
665 background-color : #fff7d5;
666 color : #063064;
667 text-align : center;
d44f3da4 668 /* box-shadow : 0px 0px 1px 0px rgba(0,0,0,0.1); */
fb8b2153
AD
669}
670
78935092
AD
671div#cmdline {
672 position : absolute;
673 left : 5px;
674 bottom : 5px;
675 font-size : 11px;
81aa9e2b 676 color : #555;
78935092
AD
677 font-weight : bold;
678 background-color : white;
679 border : 1px solid #88b0f0;
680 padding : 3px 5px 3px 5px;
681 z-index : 5;
682}
f4280bdd
AD
683
684#feed_browser_spinner {
685 vertical-align : middle;
686 height : 18px;
687 width : 18px;
688}
37e93d6c 689
8cc5e965
AD
690div.hlTitle {
691 display : table-cell;
692 cursor : pointer;
693 width : 100%;
694 vertical-align : middle;
695 padding-top : 4px;
696 padding-bottom : 4px;
a0f98bbf
AD
697}
698
8cc5e965
AD
699div.hlLeft {
700 display : table-cell;
701 vertical-align : middle;
702 white-space: nowrap;
ad491d75
AD
703}
704
8cc5e965
AD
705div.hlRight {
706 display : table-cell;
707 white-space: nowrap;
708 text-align : right;
709 vertical-align : middle;
ad491d75
AD
710}
711
fcf70c51
AD
712div.hlRight img {
713 max-width : 16px;
714 max-height : 16px;
715}
716
8cc5e965 717span.hlUpdated {
81aa9e2b 718 color : #555;
6edeede3
AD
719 min-width : 100px;
720 display : table-cell;
721 width : 100%;
722 vertical-align : middle;
6edeede3 723 text-align : right;
e17e99fb 724 font-size : 10px;
577399e8
AD
725}
726
f947467a
AD
727div.hlLeft {
728 padding-left : 8px;
729}
730
8cc5e965
AD
731div.hlLeft input {
732 margin-left : 4px;
733 margin-right : 4px;
ad491d75
AD
734}
735
8cc5e965 736div.hlLeft img, div.hlRight img {
0e70e4a4 737 margin : 0px 4px;
cb1a012b 738}
8cc5e965 739
cb1a012b
AD
740div.hlLeft img {
741 width : 16px;
742 height : 16px;
8cc5e965 743}
31a53903 744
ba083651
AD
745div.fatalError {
746 margin-bottom : 10px;
747}
951906dc
AD
748
749div.fatalError button {
750 margin-top : 5px;
751}
752
753div.fatalError textarea {
754 width : 100%;
755 height : 100px;
756}
2f01fe57 757
c068b98b 758#ttrssMain #main {
2f01fe57 759 border-width : 0px;
6e4f4ce1
AD
760 margin : 0px;
761 padding : 0px;
762}
763
2b25b79d
AD
764#header-wrap {
765 border-width : 0px;
766 margin : 0px;
767 padding : 0px;
768}
769
6e4f4ce1
AD
770#content-wrap {
771 padding : 0px;
d44f3da4 772 border-width : 0px 0px 0px 0px;
38325ad6
AD
773 border-style : solid;
774 border-color : #c0c0c0;
2d1282d4 775 margin : 0px;
2f01fe57
AD
776}
777
778#feeds-holder {
779 padding : 0px;
d44f3da4
AD
780 border-width : 0px 1px 0px 0px;
781 border-style : solid;
782 border-color : #eee;
654532b7 783 overflow : hidden;
d44f3da4 784 background : #fafafa;
2f01fe57
AD
785}
786
6e4f4ce1
AD
787#headlines-wrap-inner {
788 padding : 0px;
789 margin : 0px;
790 border-width : 0px;
791}
792
2f01fe57
AD
793#headlines-frame {
794 padding : 0px;
05aab603 795 border-color : #c0c0c0;
d34a32a8
AD
796 border-style : solid;
797 border-width : 0px;
0ce61157 798 margin-top : 0px;
d44f3da4 799 /* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
0ce61157
AD
800}
801
d4eebd8b 802#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 803 display : none;
2f01fe57
AD
804}
805
6f3976c9 806#toolbar {
f8ce21fc 807 padding : 0px;
6e4f4ce1 808 margin : 0px;
2f01fe57 809 border-width : 0px;
6e4f4ce1 810 white-space: nowrap;
17809d7c 811 font-size : 12px;
d44f3da4
AD
812 /* box-shadow : 0px 0px 2px rgba(0,0,0,0.1); */
813}
814
815#main-toolbar {
816 background : white;
817 border-width : 0px;
818 padding-left : 0px;
2f01fe57
AD
819}
820
821#header {
2f01fe57 822 border-width : 0px;
2b25b79d 823 text-align : right;
81aa9e2b 824 color : #555;
2b25b79d
AD
825 padding : 5px 5px 0px 0px;
826 margin : 0px;
827 position : absolute;
828 right : 0px;
829 top : 0px;
830 z-index : 5;
2f01fe57
AD
831}
832
833#footer {
834 text-align : center;
81aa9e2b 835 color : #555;
d62796de 836 padding : 4px 4px 8px 4px;
2f01fe57
AD
837 border-width : 0px;
838}
6e4f4ce1
AD
839
840#content-insert {
841 padding : 0px;
d44f3da4 842 border-color : #eee;
fcf70c51
AD
843 border-bottom-width : 0px;
844 border-right-width : 0px;
6f3976c9 845 border-left-width : 0px;
17809d7c 846 line-height: 20px;
b93ad1e1 847 overflow : auto;
6e4f4ce1 848}
13e785e0 849
e21ea11c 850#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
13e785e0
AD
851 font-weight : bold;
852}
853
e21ea11c
AD
854#feedTree .dijitTreeRow.Error .dijitTreeLabel {
855 color : red;
856}
857
4128abee
AD
858.dijitTreeLabel {
859 outline : 0;
860}
861
1644304f 862.feedParam {
81aa9e2b 863 color : #555;
1644304f
AD
864 float : right;
865 margin-right : 1em;
866}
867
da46d21e
AD
868.labelParam {
869 float : right;
870 margin-right : 1em;
871}
872
a740f4b5 873.dijitTreeLabel.Disabled, .labelParam.Disabled {
81aa9e2b 874 color : #555;
a740f4b5
AD
875}
876
fcf70c51
AD
877.dijitTreeRow.Error {
878 color : red;
879}
13e785e0 880
fcf70c51
AD
881.dijitTreeRow.Hidden {
882 display : none;
883}
2ef5c21f 884
8e289ca1 885img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
886 width : 16px;
887 height : 16px;
2f20dd58 888 line-height : 16px;
7c9f819f 889 vertical-align : middle;
dc544c94 890 display : inline-block;
2ef5c21f 891}
9c99281f 892
19baecc6
AD
893.dijitToolbar {
894 text-shadow : 1px 1px 2px #fff;
895}
896
897.dijitAccordionTitleFocus {
898 text-shadow : 1px 1px 2px #fff;
899}
900
7ce0ea28
AD
901.dijitDialog .dijitToolbar {
902 border : 1px solid #c0c0c0;
903}
d2d75353 904
fcef9eea
AD
905.dijitDialog h2 {
906 margin-top : 0px;
907 margin-bottom : 4px;
908 border-width : 0px;
909}
910
c3edc667
AD
911.player {
912 display : inline-block;
81aa9e2b 913 color : #555;
c3edc667
AD
914 font-size : 11px;
915 font-family : sans-serif;
81aa9e2b 916 border : 1px solid #555;
c3edc667
AD
917 padding : 0px 4px 0px 4px;
918 margin : 0px 2px 0px 2px;
919 width : 50px;
920 text-align : center;
921 background : white;
922}
f820f205 923
c3edc667
AD
924.player.playing {
925 color : #00c000;
926 border-color : #00c000;
927}
928
929.player:hover {
930 background : #f0f0f0;
931 cursor : pointer;
932}
88e4e597 933
18eb64a8
AD
934#headlines-spacer {
935 height : 100%;
936 margin-left : 1px;
937 text-align : center;
938 padding : 1em;
81aa9e2b 939 color : #555;
18eb64a8 940}
56fbb82c 941
d44f3da4 942
6aff7845
AD
943ul#filterDlg_Matches, ul#filterDlg_Actions {
944 max-height : 100px;
945 overflow : auto;
946 list-style-type : none;
947 border-style : solid;
948 border-color : #c0c0c0;
949 border-width : 0px 1px 1px 1px;
950 background-color : #ecf4ff;
951 margin : 0px 0px 5px 0px;
952 padding : 0px;
d44f3da4 953 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
6aff7845
AD
954}
955
956ul#filterDlg_Matches li, ul#filterDlg_Actions li {
957 cursor : pointer;
04e41840
AD
958 padding : 0px 0px 0px 5px;
959}
960
961ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
962 margin-right : 5px;
6aff7845 963}
65d1e250 964
b8cb4d08
AD
965ul.helpKbList {
966 max-height : 300px;
967 overflow : auto;
968 list-style-type : none;
969 border : 1px solid #c0c0c0;
970 background-color : #ecf4ff;
971 margin : 0px 0px 5px 0px;
972 padding : 5px;
d44f3da4
AD
973 /* border-radius : 4px; */
974 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
b8cb4d08
AD
975}
976
977ul.helpKbList span.hksequence {
978 width : 6em;
979 margin-left : 20px;
980 color : #88b0f0;
981 font-weight : bold;
982 display : inline-block;
983}
984
985ul.helpKbList h2 {
986 margin-top : 0px;
987}
a122b507
AD
988
989.dijitTreeNode .loadingNode {
990 margin-left : 3px;
5973c74c 991 height : 9px;
a122b507 992}
414191d4
AD
993
994span.collapseBtn {
995 cursor : pointer;
996}
54bc5594
AD
997
998div.postContent p {
999 max-width : 650px;
ac57b9dd
AD
1000 -webkit-hyphens: auto;
1001 -moz-hyphens: auto;
1002 hyphens: auto;
54bc5594 1003}
b5d4716a 1004
922bfe73
AD
1005div.postContent iframe {
1006 min-width : 50%;
1007}
11bd95b4
AD
1008
1009div.postHeader span.author {
81aa9e2b 1010 color : #555;
11bd95b4 1011 font-size : 11px;
d080678c 1012 font-weight : normal;
11bd95b4 1013}
b87a625c
AD
1014
1015body#ttrssZoom {
1016 margin-left : auto;
1017 margin-right : auto;
dcab541d 1018 padding : 20px;
f035e6dc 1019 max-width : 670px;
dcab541d 1020 background : #f9fbff;
b87a625c
AD
1021}
1022
ff04fe06
AD
1023body#ttrssZoom div.postHeader div.postFeedTitle {
1024 float : left;
1025 text-align : right;
1026 padding-left : 0px;
1027 font-size : 10px;
1028}
1029
1030body#ttrssZoom div.postHeader a.postComments {
1031 text-align : right;
1032 padding-left : 0px;
1033 font-size : 10px;
1034}
1035
f035e6dc
AD
1036body#ttrssZoom div.postHeader div.postDate {
1037 float : none;
d2d6c8db 1038 text-align : right;
f035e6dc
AD
1039 padding-left : 0px;
1040 color : #777;
1041 font-size : 10px;
1042}
1043
d2d6c8db
AD
1044body#ttrssZoom div.postHeader div.postTags {
1045 color : #777;
1046 font-size : 10px;
1047}
1048
22e2ea41
AD
1049body#ttrssZoom div.postHeader div.postTitle {
1050 white-space : normal;
1051}
1052
8c82001b
AD
1053body#ttrssZoom div.postContent p {
1054 max-width : 650px;
ac57b9dd
AD
1055 -webkit-hyphens: auto;
1056 -moz-hyphens: auto;
1057 hyphens: auto;
8c82001b
AD
1058}
1059
dcab541d
AD
1060body#ttrssZoom div.postHeader {
1061 margin : 10px;
1062 border : 1px solid #ccc;
d44f3da4
AD
1063 /* box-shadow : none; */
1064 /* border-radius : 4px; */
dcab541d
AD
1065}
1066
8c82001b
AD
1067body#ttrssZoom div.postReply {
1068 border : 1px solid #ccc;
d44f3da4
AD
1069 /* border-radius : 4px;
1070 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
dcab541d 1071 background : white;
8c82001b
AD
1072}
1073
b7a6e754 1074body#ttrssZoom div.postContent {
dcab541d 1075
b87a625c
AD
1076}
1077
1078body#ttrssZoom div.footer {
1079 margin-top : 1em;
1080 text-align : center;
1081}
d2f3467b 1082
a6e3554e
AD
1083body#ttrssZoom div.postContent img {
1084 max-width : 650px;
542c563c 1085 height : auto;
dcab541d 1086}
a6e3554e 1087
bf6df236
AD
1088select.attachments {
1089 display : block;
255b0f65
AD
1090 margin-top : 10px;
1091 max-width : 120px;
bf6df236 1092}
67b9d740 1093
e43a9c4a
AD
1094#selected_prompt {
1095 margin-right : 25px;
1096}
2cf3500e 1097
2f20dd58
AD
1098#feedTree img.feedIcon {
1099 position : relative;
1100 top : -2px;
1101}
1102
33e2d26b 1103body#ttrssMain #feedTree .dijitTreeRow {
17809d7c 1104 padding : 2px 0px 2px;
cf1cd5a0 1105 height : 22px;
2cf3500e
AD
1106 border-width : 1px;
1107 border-color : transparent;
be95c9d2 1108 color : #333;
2cf3500e
AD
1109}
1110
2f20dd58
AD
1111body#ttrssMain #feedTree .dijitFolderClosed,
1112body#ttrssMain #feedTree .dijitFolderOpened {
f890372a
AD
1113 display : none;
1114}
1115
10e1b517
AD
1116.dijitTreeNode .dijitCheckBox {
1117 margin-left : 4px;
1118}
1119
33e2d26b 1120body#ttrssMain #feedTree .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
f890372a
AD
1121 margin-left : 5px;
1122}
1123
cf1cd5a0
AD
1124body#ttrssMain #feedTree .dijitTreeExpando {
1125 margin-top : 0px;
1126 opacity : 0.6;
1127}
1128
33e2d26b 1129body#ttrssMain #feedTree .dijitTreeNode {
75933cf0
AD
1130 padding : 0px;
1131 border-width : 0px;
1132}
1133
33e2d26b 1134body#ttrssMain #feedTree {
2cf3500e
AD
1135 height : 100%;
1136 overflow-x : hidden;
65807ccf 1137 font-family : "Segoe UI", Tahoma, sans-serif;
2cf3500e 1138}
8d4b5b46 1139
c594eca0
AD
1140#feedTree .counterNode.aux {
1141 background : #f0f0f0;
1142 color : #999;
1143 border-color : #f0f0f0;
1144}
1145
f5d3c77a 1146#feedTree .counterNode {
8d4b5b46
AD
1147 font-weight : bold;
1148 display : inline-block;
1149 font-size : 9px;
1150 text-align : center;
1151 border : 1px solid #88b0f0;
1152 color : white;
1153 background : #88b0f0;
1154 border-radius : 4px;
8d4b5b46 1155 vertical-align : middle;
f5d3c77a 1156 float : right;
39d61109 1157 position : relative;
cf1cd5a0 1158 line-height : 14px;
d44f3da4 1159 margin-right : 8px;
cf1cd5a0 1160 margin-top : 3px;
41bcaef1 1161 min-width : 23px;
cf1cd5a0 1162 height : 14px;
8d4b5b46
AD
1163}
1164
4835d72f
VL
1165#feedTree .dijitTreeRow {
1166 max-width: 100%;
1167 overflow: hidden;
1168 text-overflow: ellipsis;
1169}
d34a32a8 1170
bb660dca
AD
1171body#ttrssPrefs hr {
1172 border-color : #ecf4ff;
1173 max-width : 100%;
1174}
c068b98b 1175
175dd079
AD
1176.dijitMenuItemLabel {
1177 font-size : 13px;
1178}
9e14c591 1179
d44f3da4
AD
1180body#ttrssMain #feedTree .dijitTreeRowSelected {
1181 background : #ecf4ff;
1182 /* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
1183}
1184
1185body#ttrssMain #feedTree .dijitTreeRowHover {
1186 background : white;
1187}
1188
1189body#ttrssMain #feedTree .dijitTreeRowActive {
1190 background-color : transparent;
1191 background-image : none;
1192 border-color : transparent;
1193}
1194
1195/* body#ttrssMain .dijitTreeRowHover,
1196body#ttrssPrefs .dijitTreeRowHover,
1197body#ttrssMain .dijitTreeRowActive,
1198body#ttrssPrefs .dijitTreeRowActive {
1199 background-color : transparent;
1200 background-image : none;
1201 border-color : transparent;
1202} */
1203
1204body#ttrssMain .dijitTreeRowSelected .dijitTreeLabel,
1205body#ttrssPrefs .dijitTreeRowSelected .dijitTreeLabel {
1206 color : #4684ff;
1207 font-weight : bold;
1208}
1209
1210body#ttrssMain .dijitTreeRowHover .dijitTreeLabel,
1211body#ttrssPrefs .dijitTreeRowHover .dijitTreeLabel {
1212 color : #4684ff;
1213}
1214
9e14c591
AD
1215.dijitTreeRowSelected .dijitTreeLabel {
1216 text-shadow : 1px 1px 2px #fff;
1217}
08820be7 1218
ab25a806
AD
1219#feedTree img[src*='indicator_white.gif'] {
1220 position : relative;
1221 top : -2px;
1222}
dd90eb2c
AD
1223
1224span.highlight {
1225 background-color : #ffff00;
1226 color : #cc90cc;
1227}
5c54e683 1228
93015e27 1229body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpando {
d44f3da4
AD
1230 background-image: url("../images/treeExpandImages.png");
1231 position : relative;
1232 top : -1px;
1233}
1234
93015e27 1235body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
d44f3da4
AD
1236 display : none;
1237}
1238
5c54e683
AD
1239div.enclosure_title {
1240
1241}
1242
d44f3da4 1243