]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
minor css tweaks
[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;
d728015d 337 background : white;
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;
d728015d 795 border-color : #eee;
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;
d728015d 843 border-width : 0px;
17809d7c 844 line-height: 20px;
b93ad1e1 845 overflow : auto;
6e4f4ce1 846}
13e785e0 847
e21ea11c 848#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
13e785e0
AD
849 font-weight : bold;
850}
851
e21ea11c
AD
852#feedTree .dijitTreeRow.Error .dijitTreeLabel {
853 color : red;
854}
855
4128abee
AD
856.dijitTreeLabel {
857 outline : 0;
858}
859
1644304f 860.feedParam {
81aa9e2b 861 color : #555;
1644304f
AD
862 float : right;
863 margin-right : 1em;
864}
865
da46d21e
AD
866.labelParam {
867 float : right;
868 margin-right : 1em;
869}
870
a740f4b5 871.dijitTreeLabel.Disabled, .labelParam.Disabled {
81aa9e2b 872 color : #555;
a740f4b5
AD
873}
874
fcf70c51
AD
875.dijitTreeRow.Error {
876 color : red;
877}
13e785e0 878
fcf70c51
AD
879.dijitTreeRow.Hidden {
880 display : none;
881}
2ef5c21f 882
8e289ca1 883img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
884 width : 16px;
885 height : 16px;
2f20dd58 886 line-height : 16px;
7c9f819f 887 vertical-align : middle;
dc544c94 888 display : inline-block;
2ef5c21f 889}
9c99281f 890
19baecc6
AD
891.dijitToolbar {
892 text-shadow : 1px 1px 2px #fff;
893}
894
895.dijitAccordionTitleFocus {
896 text-shadow : 1px 1px 2px #fff;
897}
898
7ce0ea28
AD
899.dijitDialog .dijitToolbar {
900 border : 1px solid #c0c0c0;
901}
d2d75353 902
fcef9eea
AD
903.dijitDialog h2 {
904 margin-top : 0px;
905 margin-bottom : 4px;
906 border-width : 0px;
907}
908
c3edc667
AD
909.player {
910 display : inline-block;
81aa9e2b 911 color : #555;
c3edc667
AD
912 font-size : 11px;
913 font-family : sans-serif;
81aa9e2b 914 border : 1px solid #555;
c3edc667
AD
915 padding : 0px 4px 0px 4px;
916 margin : 0px 2px 0px 2px;
917 width : 50px;
918 text-align : center;
919 background : white;
920}
f820f205 921
c3edc667
AD
922.player.playing {
923 color : #00c000;
924 border-color : #00c000;
925}
926
927.player:hover {
928 background : #f0f0f0;
929 cursor : pointer;
930}
88e4e597 931
18eb64a8
AD
932#headlines-spacer {
933 height : 100%;
934 margin-left : 1px;
935 text-align : center;
936 padding : 1em;
81aa9e2b 937 color : #555;
18eb64a8 938}
56fbb82c 939
d44f3da4 940
6aff7845
AD
941ul#filterDlg_Matches, ul#filterDlg_Actions {
942 max-height : 100px;
943 overflow : auto;
944 list-style-type : none;
945 border-style : solid;
946 border-color : #c0c0c0;
947 border-width : 0px 1px 1px 1px;
948 background-color : #ecf4ff;
949 margin : 0px 0px 5px 0px;
950 padding : 0px;
d44f3da4 951 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
6aff7845
AD
952}
953
954ul#filterDlg_Matches li, ul#filterDlg_Actions li {
955 cursor : pointer;
04e41840
AD
956 padding : 0px 0px 0px 5px;
957}
958
959ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
960 margin-right : 5px;
6aff7845 961}
65d1e250 962
b8cb4d08
AD
963ul.helpKbList {
964 max-height : 300px;
965 overflow : auto;
966 list-style-type : none;
967 border : 1px solid #c0c0c0;
968 background-color : #ecf4ff;
969 margin : 0px 0px 5px 0px;
970 padding : 5px;
d44f3da4
AD
971 /* border-radius : 4px; */
972 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
b8cb4d08
AD
973}
974
975ul.helpKbList span.hksequence {
976 width : 6em;
977 margin-left : 20px;
978 color : #88b0f0;
979 font-weight : bold;
980 display : inline-block;
981}
982
983ul.helpKbList h2 {
984 margin-top : 0px;
985}
a122b507
AD
986
987.dijitTreeNode .loadingNode {
988 margin-left : 3px;
5973c74c 989 height : 9px;
a122b507 990}
414191d4
AD
991
992span.collapseBtn {
993 cursor : pointer;
994}
54bc5594
AD
995
996div.postContent p {
997 max-width : 650px;
ac57b9dd
AD
998 -webkit-hyphens: auto;
999 -moz-hyphens: auto;
1000 hyphens: auto;
54bc5594 1001}
b5d4716a 1002
922bfe73
AD
1003div.postContent iframe {
1004 min-width : 50%;
1005}
11bd95b4
AD
1006
1007div.postHeader span.author {
81aa9e2b 1008 color : #555;
11bd95b4 1009 font-size : 11px;
d080678c 1010 font-weight : normal;
11bd95b4 1011}
b87a625c
AD
1012
1013body#ttrssZoom {
1014 margin-left : auto;
1015 margin-right : auto;
dcab541d 1016 padding : 20px;
f035e6dc 1017 max-width : 670px;
dcab541d 1018 background : #f9fbff;
b87a625c
AD
1019}
1020
ff04fe06
AD
1021body#ttrssZoom div.postHeader div.postFeedTitle {
1022 float : left;
1023 text-align : right;
1024 padding-left : 0px;
1025 font-size : 10px;
1026}
1027
1028body#ttrssZoom div.postHeader a.postComments {
1029 text-align : right;
1030 padding-left : 0px;
1031 font-size : 10px;
1032}
1033
f035e6dc
AD
1034body#ttrssZoom div.postHeader div.postDate {
1035 float : none;
d2d6c8db 1036 text-align : right;
f035e6dc
AD
1037 padding-left : 0px;
1038 color : #777;
1039 font-size : 10px;
1040}
1041
d2d6c8db
AD
1042body#ttrssZoom div.postHeader div.postTags {
1043 color : #777;
1044 font-size : 10px;
1045}
1046
22e2ea41
AD
1047body#ttrssZoom div.postHeader div.postTitle {
1048 white-space : normal;
1049}
1050
8c82001b
AD
1051body#ttrssZoom div.postContent p {
1052 max-width : 650px;
ac57b9dd
AD
1053 -webkit-hyphens: auto;
1054 -moz-hyphens: auto;
1055 hyphens: auto;
8c82001b
AD
1056}
1057
dcab541d
AD
1058body#ttrssZoom div.postHeader {
1059 margin : 10px;
1060 border : 1px solid #ccc;
d44f3da4
AD
1061 /* box-shadow : none; */
1062 /* border-radius : 4px; */
dcab541d
AD
1063}
1064
8c82001b
AD
1065body#ttrssZoom div.postReply {
1066 border : 1px solid #ccc;
d44f3da4
AD
1067 /* border-radius : 4px;
1068 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
dcab541d 1069 background : white;
8c82001b
AD
1070}
1071
b7a6e754 1072body#ttrssZoom div.postContent {
dcab541d 1073
b87a625c
AD
1074}
1075
1076body#ttrssZoom div.footer {
1077 margin-top : 1em;
1078 text-align : center;
1079}
d2f3467b 1080
a6e3554e
AD
1081body#ttrssZoom div.postContent img {
1082 max-width : 650px;
542c563c 1083 height : auto;
dcab541d 1084}
a6e3554e 1085
bf6df236
AD
1086select.attachments {
1087 display : block;
255b0f65
AD
1088 margin-top : 10px;
1089 max-width : 120px;
bf6df236 1090}
67b9d740 1091
e43a9c4a
AD
1092#selected_prompt {
1093 margin-right : 25px;
1094}
2cf3500e 1095
2f20dd58
AD
1096#feedTree img.feedIcon {
1097 position : relative;
1098 top : -2px;
1099}
1100
33e2d26b 1101body#ttrssMain #feedTree .dijitTreeRow {
17809d7c 1102 padding : 2px 0px 2px;
cf1cd5a0 1103 height : 22px;
2cf3500e
AD
1104 border-width : 1px;
1105 border-color : transparent;
be95c9d2 1106 color : #333;
2cf3500e
AD
1107}
1108
2f20dd58
AD
1109body#ttrssMain #feedTree .dijitFolderClosed,
1110body#ttrssMain #feedTree .dijitFolderOpened {
f890372a
AD
1111 display : none;
1112}
1113
10e1b517
AD
1114.dijitTreeNode .dijitCheckBox {
1115 margin-left : 4px;
1116}
1117
33e2d26b 1118body#ttrssMain #feedTree .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
f890372a
AD
1119 margin-left : 5px;
1120}
1121
cf1cd5a0
AD
1122body#ttrssMain #feedTree .dijitTreeExpando {
1123 margin-top : 0px;
1124 opacity : 0.6;
1125}
1126
33e2d26b 1127body#ttrssMain #feedTree .dijitTreeNode {
75933cf0
AD
1128 padding : 0px;
1129 border-width : 0px;
1130}
1131
33e2d26b 1132body#ttrssMain #feedTree {
2cf3500e
AD
1133 height : 100%;
1134 overflow-x : hidden;
65807ccf 1135 font-family : "Segoe UI", Tahoma, sans-serif;
2cf3500e 1136}
8d4b5b46 1137
c594eca0
AD
1138#feedTree .counterNode.aux {
1139 background : #f0f0f0;
1140 color : #999;
1141 border-color : #f0f0f0;
1142}
1143
f5d3c77a 1144#feedTree .counterNode {
8d4b5b46
AD
1145 font-weight : bold;
1146 display : inline-block;
1147 font-size : 9px;
1148 text-align : center;
1149 border : 1px solid #88b0f0;
1150 color : white;
1151 background : #88b0f0;
1152 border-radius : 4px;
8d4b5b46 1153 vertical-align : middle;
f5d3c77a 1154 float : right;
39d61109 1155 position : relative;
cf1cd5a0 1156 line-height : 14px;
d44f3da4 1157 margin-right : 8px;
cf1cd5a0 1158 margin-top : 3px;
41bcaef1 1159 min-width : 23px;
cf1cd5a0 1160 height : 14px;
8d4b5b46
AD
1161}
1162
4835d72f
VL
1163#feedTree .dijitTreeRow {
1164 max-width: 100%;
1165 overflow: hidden;
1166 text-overflow: ellipsis;
1167}
d34a32a8 1168
bb660dca
AD
1169body#ttrssPrefs hr {
1170 border-color : #ecf4ff;
1171 max-width : 100%;
1172}
c068b98b 1173
175dd079
AD
1174.dijitMenuItemLabel {
1175 font-size : 13px;
1176}
9e14c591 1177
d44f3da4 1178body#ttrssMain #feedTree .dijitTreeRowSelected {
d728015d 1179 background : white;
d44f3da4
AD
1180 /* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
1181}
1182
1183body#ttrssMain #feedTree .dijitTreeRowHover {
d728015d 1184 background : #ecf4ff;
d44f3da4
AD
1185}
1186
1187body#ttrssMain #feedTree .dijitTreeRowActive {
1188 background-color : transparent;
1189 background-image : none;
1190 border-color : transparent;
1191}
1192
1193/* body#ttrssMain .dijitTreeRowHover,
1194body#ttrssPrefs .dijitTreeRowHover,
1195body#ttrssMain .dijitTreeRowActive,
1196body#ttrssPrefs .dijitTreeRowActive {
1197 background-color : transparent;
1198 background-image : none;
1199 border-color : transparent;
1200} */
1201
1202body#ttrssMain .dijitTreeRowSelected .dijitTreeLabel,
1203body#ttrssPrefs .dijitTreeRowSelected .dijitTreeLabel {
1204 color : #4684ff;
1205 font-weight : bold;
1206}
1207
1208body#ttrssMain .dijitTreeRowHover .dijitTreeLabel,
1209body#ttrssPrefs .dijitTreeRowHover .dijitTreeLabel {
1210 color : #4684ff;
1211}
1212
9e14c591
AD
1213.dijitTreeRowSelected .dijitTreeLabel {
1214 text-shadow : 1px 1px 2px #fff;
1215}
08820be7 1216
ab25a806
AD
1217#feedTree img[src*='indicator_white.gif'] {
1218 position : relative;
1219 top : -2px;
1220}
dd90eb2c
AD
1221
1222span.highlight {
1223 background-color : #ffff00;
1224 color : #cc90cc;
1225}
5c54e683 1226
93015e27 1227body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpando {
d44f3da4
AD
1228 background-image: url("../images/treeExpandImages.png");
1229 position : relative;
1230 top : -1px;
1231}
1232
93015e27 1233body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
d44f3da4
AD
1234 display : none;
1235}
1236
5c54e683
AD
1237div.enclosure_title {
1238
1239}
1240
d44f3da4 1241