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