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