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