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