]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
modify includes to init session before translations are applied
[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;
0e2d03a7 6 font-family : sans-serif;
e5df6e9e 7 font-size : 12px;
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
f7181e9b 24div.postReply a {
e5d758e3 25 color : #4684ff;
f7181e9b
AD
26}
27
28div.postReply a:hover {
e5d758e3 29 color : black;
f7181e9b
AD
30}
31
e828e31e 32div.postReply div.postHeader {
1c3187cf 33 border-width : 0px 0px 1px 0px;
64ab16ac 34 border-style : solid;
96841013 35 border-color : #88b0f0;
db23a8ee
AD
36 background-color : white;
37 background : url("images/toolbar.png");
38 background-position : bottom left;
39 background-repeat : repeat-x;
1c3187cf 40 padding : 5px;
64ab16ac 41 color : #909090;
96b58583
AD
42}
43
c6c010d9
AD
44div.postReply div.postTitle {
45 overflow : hidden;
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;
ae096313 55 font-size : 12px;
f0601b87
AD
56}
57
f325d942
AD
58div.postReply div.postContent img {
59 border-width : 0px;
762c9064 60 max-width : 98%;
f325d942
AD
61}
62
e828e31e 63div.postReply div.postIcon {
e5d758e3
AD
64 float : right;
65 border : 0px;
3505baeb 66 margin : 5px;
73d1378f
AD
67}
68
69div.postReply div.postIcon img {
70 max-width : 120px;
f412e5ad 71 display : inline;
5f89f780 72}
e828e31e 73
ce53e200 74div.postReply div.postEnclosures {
ce53e200 75 margin-top : 1em;
ce53e200
AD
76 color : gray;
77}
78
5f014cf1
AD
79div.postReply img.tagsPic {
80 width : 16px;
81 height : 16px;
c7e51de1 82 margin-left : 4px;
5f014cf1
AD
83 vertical-align : middle;
84}
85
c7e51de1
AD
86div.articleNote {
87 background-color : #fff7d5;
c7e51de1 88 padding : 5px;
fcfa9ef1 89 border-style : none none dashed none;
c7e51de1 90 border-color : #e7d796;
fcfa9ef1
AD
91 border-width : 1px;
92 background-color : #fff7d5;
c7e51de1 93 color : #9a8c59;
fcfa9ef1
AD
94}
95
96div.articleNote div.noteEdit {
97 float : right;
98 cursor : pointer;
c7e51de1
AD
99}
100
06202d88 101div.postReply span.author {
ae096313 102 font-size : 12px;
06202d88 103}
5f014cf1 104
e828e31e 105h1 {
442a9b8c 106 font-size : 18px;
f0601b87
AD
107}
108
e828e31e 109h2 {
442a9b8c 110 font-size : 16px;
e5d758e3
AD
111 font-weight : bold;
112 border-width : 0px 0px 1px 0px;
113 border-style : solid;
114 border-color : #ecf4ff;
1cd17194
AD
115}
116
f5a50b25 117h3 {
ae096313 118 font-size : 12px;
e5d758e3
AD
119 font-weight : bold;
120 border-width : 0px 0px 1px 0px;
121 border-style : solid;
122 border-color : #ecf4ff;
f5a50b25
AD
123}
124
e828e31e 125hr {
e5d758e3
AD
126 border-width : 0px 0px 1px 0px;
127 border-style : dashed;
128 border-color : #e0e0e0;
e828e31e 129}
67824557 130
e828e31e 131a {
e5d758e3
AD
132 color : black;
133 text-decoration : none;
1cd17194
AD
134}
135
e828e31e 136a:hover {
e5d758e3 137 color : #4684ff;
9b307248
AD
138}
139
e828e31e 140#piggie {
d437c8cf 141 z-index : 999;
e5d758e3 142 position : absolute;
9b307248
AD
143}
144
f407c086 145#notify {
958e3f4f 146 border-width : 0px 1px 1px 1px;
f407c086 147 border-style : solid;
958e3f4f 148 top : 0px;
8b184d75
AD
149 right : 35%;
150 min-width : 30%;
0ceded7a 151 position : absolute;
33b8cab4 152 display : none;
ce3bf408 153 float : right;
ae096313 154 font-size : 12px;
fcc36744 155 z-index : 99;
106689b0 156 padding : 5px 5px 5px 5px;
1cd17194
AD
157}
158
0d32b41e
AD
159#notify img {
160 vertical-align : middle;
161}
162
42c32916
AD
163.notifyProgress {
164 border-color : #d7c47a;
165 background-color : #fff7d5;
166 color : black;
167}
168
169.notifyInfo {
170 border-color : #7AD78E;
171 background-color : #D5FFDB;
172 color : black;
173}
174
f407c086
AD
175.notify {
176 border-color : #d7c47a;
177 background-color : #fff7d5;
178 color : black;
179}
180
181.notifyError {
182 background-color : #ffcccc;
183 border-color : #ff0000;
184 color : black;
185}
186
ef16ae37
AD
187.notifyError span:hover {
188 color : red;
189 cursor : pointer;
190}
191
a8328019 192.Selected, .Selected td {
30c337cf 193 background-color : #fff7d5 ! important;
a8328019
AD
194}
195
ca8e3d75 196.even.Unread.Selected, .even.Unread.Selected td {
f65ede50 197 background : #fff7d5 ! important;
e5d758e3 198 font-weight : bold;
f28b542c 199 border-width : 0px 0px 1px 0px;
dc803347
AD
200 border-style : solid;
201 border-color : #e7d796;
a3ee2a38
AD
202}
203
ca8e3d75 204.odd.Unread.Selected, .odd.Unread.Selected td {
f65ede50 205 background : #fff7d5 ! important;
e5d758e3 206 font-weight : bold;
f28b542c
AD
207 border-width : 0px 0px 1px 0px;
208 border-style : solid;
209 border-color : #e7d796;
a3ee2a38
AD
210}
211
ca8e3d75 212.even.Selected, .even.Selected td {
8a06b1db 213 background : #fff7d5 ! important;
f28b542c 214 border-width : 0px 0px 1px 0px;
dc803347
AD
215 border-style : solid;
216 border-color : #e7d796;
217 border-collapse : collapse;
007bda35
AD
218}
219
ca8e3d75 220.odd.Selected, .odd.Selected td {
8a06b1db 221 background : #fff7d5 ! important;
f28b542c
AD
222 border-width : 0px 0px 1px 0px;
223 border-style : solid;
224 border-color : #e7d796;
225 border-collapse : collapse;
0b68215c 226}
3745788e 227
ca8e3d75 228.even.Grayed, .even.Grayed td {
8a06b1db 229 background : #f0f0f0;
e5d758e3 230 color : #909090;
f28b542c 231 border-width : 0px 0px 1px 0px;
dc803347
AD
232 border-style : solid;
233 border-color : #c0c0c0;
234 border-collapse : collapse;
b7f4bda2
AD
235}
236
ca8e3d75 237.odd.Grayed {
e5d758e3 238 color : #909090;
f07c0eb4
AD
239}
240
0b68215c 241.even, .even td {
f28b542c 242 border-width : 0px 0px 1px 0px;
dc803347
AD
243 border-style : solid;
244 border-color : #c0c0c0;
8a06b1db 245 background : #f0f0f0;
dc803347 246 border-collapse : collapse;
ac43eba1 247}
a2015351 248
f28b542c
AD
249.odd, .odd td {
250 border-width : 0px 0px 1px 0px;
251 border-style : solid;
252 border-color : #c0c0c0;
253 border-collapse : collapse;
254}
255
ca8e3d75 256.even.Unread, .even.Unread td {
8a06b1db 257 background : #f0f0f0;
e5d758e3 258 font-weight : bold;
f28b542c 259 border-width : 0px 0px 1px 0px;
dc803347
AD
260 border-style : solid;
261 border-color : #c0c0c0;
262 border-collapse : collapse;
f07c0eb4
AD
263}
264
ca8e3d75 265.odd.Unread, .odd.Unread td {
e5d758e3 266 font-weight : bold;
f28b542c
AD
267 border-width : 0px 0px 1px 0px;
268 border-style : solid;
269 border-color : #c0c0c0;
f07c0eb4 270}
508a81e1 271
e828e31e 272.invisible {
e5d758e3 273 display : none;
508a81e1 274}
b7f4bda2 275
e828e31e 276/* preferences */
603c27f8 277
88e4e597 278/* table.prefPrefsList tr:hover td.prefValue {
e351c494
AD
279 color : #88b0f0;
280}
281
282table.prefPrefsList tr:hover td.prefValue input {
283 color : #88b0f0;
88e4e597 284} */
e351c494 285
8df7184c 286table.prefPrefsList h3 {
bf261119
AD
287 margin-top : 0.5em;
288 margin-bottom : 0px;
8df7184c
AD
289}
290
327a3bbe 291tr.title td {
e5d758e3
AD
292 border-width : 0px 0px 1px 0px;
293 border-color : #ecf4ff;
294 border-style : solid;
73bdfa53 295 color : #4684ff;
0ea4fb50
AD
296}
297
a426e532 298tr.title td a {
73bdfa53 299 color : #4684ff;
a426e532
AD
300}
301
302tr.title td a:hover {
73bdfa53 303 color : black;
a426e532 304}
327a3bbe 305
0ea4fb50 306table.prefFeedList td.feedEditCat {
e5d758e3 307 font-weight : bold;
73bdfa53
AD
308 border-width : 0px 0px 1px 0px;
309 border-style : solid;
310 border-color : #88b0f0;
35d33b9d 311 padding-top : 0.5em;
70830c87 312}
f0601b87 313
a82dc5e4
AD
314table.prefFilterList td.filterEditCat {
315 font-weight : bold;
316 border-width : 0px 0px 1px 0px;
317 border-style : solid;
318 border-color : #88b0f0;
319 padding-top : 0.5em;
320}
321
a95da136
AD
322/* oh for the love of... */
323
324table.prefFilterList tr.even,
325table.prefFilterList tr.odd,
326table.prefFilterList tr.evenSelected,
327table.prefFilterList tr.oddSelected,
328table.prefLabelList tr.even,
329table.prefLabelList tr.odd,
330table.prefLabelList tr.evenSelected,
331table.prefLabelList tr.oddSelected,
332table.prefUserList tr.even,
333table.prefUserList tr.odd,
334table.prefUserList tr.evenSelected,
335table.prefUserList tr.oddSelected,
336table.prefFeedList tr.even,
337table.prefFeedList tr.odd,
338table.prefFeedList tr.evenSelected,
373266eb
AD
339table.prefFeedList tr.oddSelected,
340table.prefInstanceList tr.even,
341table.prefInstanceList tr.odd,
342table.prefInstanceList tr.evenSelected,
343table.prefInstanceList tr.oddSelected
a95da136
AD
344{
345 cursor : pointer;
346}
347
348table.prefFilterList tr.even:hover td,
349table.prefFilterList tr.odd:hover td,
350table.prefFilterList tr.evenSelected:hover td,
351table.prefFilterList tr.oddSelected:hover td
352table.prefLabelList tr.even:hover td,
353table.prefLabelList tr.odd:hover td,
354table.prefLabelList tr.evenSelected:hover td,
355table.prefLabelList tr.oddSelected:hover td,
356table.prefUserList tr.even:hover td,
357table.prefUserList tr.odd:hover td,
358table.prefUserList tr.evenSelected:hover td,
359table.prefUserList tr.oddSelected:hover td,
360table.prefFeedList tr.even:hover td,
361table.prefFeedList tr.odd:hover td,
362table.prefFeedList tr.evenSelected:hover td,
373266eb
AD
363table.prefFeedList tr.oddSelected:hover td,
364table.prefInstanceList tr.even:hover td,
365table.prefInstanceList tr.odd:hover td,
366table.prefInstanceList tr.evenSelected:hover td,
367table.prefInstanceList tr.oddSelected:hover td
a95da136
AD
368{
369 color : #88b0f0;
370}
371
62ac0cc8 372table.prefFeedList td.feedIcon {
e5d758e3 373 text-align : center;
62ac0cc8
AD
374}
375
376table.prefFeedList td.feedSelect {
e5d758e3 377 text-align : center;
62ac0cc8
AD
378}
379
82ace1ab 380div.prefFeedCatHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder, div.filterTestHolder {
bec2ecd9 381 height : 300px;
9c483746 382 overflow : auto;
a8328019
AD
383 border-width : 0px 1px 1px 1px;
384 border-color : #c0c0c0;
385 border-style : solid;
386 margin : 0px 0px 5px 0px;
bec2ecd9 387 background-color : #ecf4ff;
9c483746
AD
388}
389
82ace1ab 390div.prefFeedOPMLHolder, div.filterTestHolder {
e1218480
AD
391 border-width : 1px 1px 1px 1px;
392}
393
7dc66a61 394a.helpLink {
e5d758e3 395 color : #808080;
7dc66a61
AD
396}
397
398a.helpLink:hover {
e5d758e3 399 color : #4684ff;
7dc66a61
AD
400}
401
5f8b2573 402#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
083020ad
AD
403 margin : 0px 0px 0px 1em;
404 padding : 0px;
405 font-family : monospace;
406 font-size : 12px;
48a8d154 407 background : transparent;
083020ad 408 border-width : 0px;
86bda02b 409 color : gray;
083020ad
AD
410}
411
5f8b2573 412#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
083020ad
AD
413 margin : 0px 0px 0px 1em;
414 border-width : 0px 0px 0px 2px;
415 border-color : #c0c0c0;
416 border-style : solid;
417 font-style : italic;
418 padding : 0px 0px 0px 1em;
419 font-size : 12px;
420 color : gray;
7dc66a61 421}
e2f8f7b4 422
5f8b2573 423#content-insert code, #headlines-frame code, .dijitContentPane code {
48a8d154
AD
424 background : transparent;
425 border : 0px solid transparent;
426 margin : 0px;
427 font-family : monospace;
428 padding : 0px;
429 font-size : 12px;
86bda02b 430 color : black;
48a8d154
AD
431}
432
0d32b41e
AD
433div.notice {
434 background : #ffffff;
435 border : 1px solid #88b0f0;
e400230e 436 width : 60%;
0d32b41e
AD
437 padding : 5px;
438 margin : 0px 0px 5px 0px;
ae096313 439 font-size : 12px;
0d32b41e
AD
440}
441
ab3d0b99 442div.warning {
e5d758e3
AD
443 background : #fff7d5;
444 border : 1px solid #d7c47a;
ae096313 445 font-size : 12px;
e400230e 446 width : 60%;
3f59e8cd 447 padding : 5px;
c93d8e07 448 margin : 0px 0px 5px 0px;
e6cb77a0
AD
449}
450
9e21a571 451div.warning img, div.notice img, div.error img {
0d32b41e 452 vertical-align : middle;
e5d758e3 453 padding : 5px;
ab3d0b99
AD
454}
455
1b74062f
AD
456span.filterDateError {
457 color : #ff0000;
458}
459
84916243
AD
460div.error {
461 border : 1px solid #ff0000;
462 background : #ffcccc;
463 padding : 5px;
464 margin : 0px 0px 5px 0px;
ae096313 465 font-size : 12px;
84916243
AD
466}
467
ab3d0b99 468ul.nomarks {
e5d758e3
AD
469 list-style-type : none;
470 margin : 0px;
471 padding : 10px;
ab3d0b99
AD
472}
473
b1895692 474div.prefHelp, td.prefHelp {
e5d758e3 475 color : gray;
abe4d057 476 padding : 5px;
8cb74804
AD
477}
478
365f95dc
AD
479span.feed_error {
480 color : red;
481}
482
746dcf42 483.insensitive {
e5d758e3 484 color : gray;
bca02305 485}
afb7a1d6 486
d4d6d528
AD
487.insensitive a {
488 color : #4684ff;
489}
490
491.insensitive a:hover {
492 color : black;
493}
494
d9dde1d6 495.small {
ae096313 496 font-size : 11px;
d9dde1d6 497}
28fa9253
AD
498
499table.innerFeedTable td {
e5d758e3
AD
500 margin : 0px;
501 padding : 0px;
28fa9253 502}
35f3c923
AD
503
504td.selectPrompt {
ae096313 505 font-size : 12px;
e5d758e3 506 color : gray;
35f3c923 507}
1572afe5 508
6e4f4ce1 509div#headlines-toolbar {
d4eebd8b 510 border-width : 0px 0px 1px 0px;
f1080825 511 background-color : #f0f0f0;
0ce61157 512 border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
ae096313 513 font-size : 11px;
0e2d03a7 514 font-family : "Segoe UI", Tahoma, sans-serif;
442a9b8c 515 color : gray;
fcf70c51 516 padding : 0px;
6e4f4ce1
AD
517 margin : 0px;
518 overflow : hidden;
f1080825
AD
519 height : 25px;
520 line-height : 25px;
521 padding-left : 4px;
8b27182a
AD
522}
523
fcf70c51
AD
524div#headlines-toolbar .dijitSelect {
525 font-size : 11px;
f1080825
AD
526 position : relative;
527 top : -2px;
fcf70c51
AD
528}
529
f1080825
AD
530div#headlines-toolbar span.r {
531 float: right;
532 position: relative;
db23a8ee 533 background : #ecf4ff;
f1080825
AD
534 border-left: 5px solid white;
535 padding : 0 4px 0px 4px;
fcf70c51 536 text-align : right;
f1080825
AD
537}
538
539/* http://css-tricks.com/adobe-like-arrow-headers/ */
540
73621c56
AD
541@media screen and (-webkit-min-device-pixel-ratio:0) {
542 div#headlines-toolbar span.r:before,
543 div#headlines-toolbar span.r:after {
544 content: "";
545 position: absolute;
546 /* Pushed down half way, will get pulled back up half height of triangle
547 ensures centering if font-size or line-height changes */
548 top: 50%;
549 width: 0;
550 height: 0;
551 }
552 div#headlines-toolbar span.r:before {
553 left: -12px;
554 /* Triangle */
555 border-top: 8px solid transparent;
556 border-bottom: 8px solid transparent;
557 border-right: 8px solid white;
558 /* Pull-up */
559 margin-top: -8px;
560 }
561 div#headlines-toolbar span.r:after {
562 /* Smaller and different position triangle */
563 left: -5px;
564 border-top: 6px solid transparent;
565 border-bottom: 6px solid transparent;
566 border-right: 6px solid #ecf4ff;
567 margin-top: -6px;
568 }
f1080825
AD
569}
570
571div#headlines-toolbar span.r span.error {
572 color : red;
573}
574
575div#headlines-toolbar span.r a {
db23a8ee 576 color : gray;
c1c9df00
AD
577}
578
f1080825
AD
579div#headlines-toolbar span.r a:hover {
580 color : black;
26a1e185
AD
581}
582
591c396d 583span.contentPreview {
e5d758e3
AD
584 color : gray;
585 font-weight : normal;
591c396d 586}
179d6f57 587
0f172fff 588span.contentPreview:hover {
e5d758e3 589 color : #4684ff;
0f172fff
AD
590}
591
8cc5e965 592span.hlLabelRef {
e2549229 593 background-color : #fff7d5;
86edc737 594 font-size : 8px;
e2549229
AD
595 color : #063064;
596 font-weight : normal;
597 margin : 0px 3px 0px 3px;
598 padding : 0px 4px 0px 4px;
599 white-space: nowrap;
600}
601
67343d9f 602td.hlSelectRow, td.hlUpdPic {
e5d758e3
AD
603 width : 25px;
604 text-align : center;
179d6f57
AD
605}
606
b810a0f1 607div.postHeader div.postDate {
e5d758e3
AD
608 text-align : right;
609 color : gray;
b810a0f1 610 float : right;
9167e250 611}
36aab70f 612
b810a0f1 613div.postHeader div.postDateRTL {
e5d758e3
AD
614 text-align : left;
615 color : gray;
b810a0f1
AD
616 float : right;
617}
618
619div.postHeader div {
620 padding-bottom : 3px;
ae096313 621 font-size : 12px;
ed51e128
AD
622}
623
36aab70f 624#feedUpdateErrors {
e5d758e3 625 display : none;
36aab70f
AD
626}
627
42918a07 628#allEntryTags {
ae096313 629 font-size : 12px;
e5d758e3
AD
630 border-width : 0px 0px 1px 0px;
631 border-style : solid;
632 border-color : #c0c0c0;
633 padding-bottom : 5px;
634 display : none;
42918a07 635}
13ce14e8 636
4663f9c6 637td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
e5d758e3 638 height : 1em;
4663f9c6 639}
386cbf27 640
afad6f38
AD
641td.hlFeed {
642 text-align : right;
643}
644
df456bb0 645span.hlFeed, span.hlFeed a {
ae096313 646 font-size : 12px;
df456bb0
AD
647 color : gray;
648}
649
650span.hlFeed a:hover {
651 color : #4684ff;
652}
653
7514749d
AD
654img.markedPic {
655 cursor : pointer;
c4f52830 656 vertical-align : middle;
7514749d
AD
657}
658
1e471f3b 659a.warning {
e5d758e3 660 color : #f04040;
1e471f3b 661}
a9b0bfd5 662
0979b696 663div.tagCloudContainer {
a8328019 664 border : 1px solid #c0c0c0;
bec2ecd9 665 background-color : #ecf4ff;
0979b696 666 margin : 5px 0px 5px 0px;
9e6427ab 667 padding : 5px;
0979b696
AD
668 text-align : center;
669}
670
73495fd1 671div.errorExplained {
a8328019 672 border : 1px solid #c0c0c0;
bec2ecd9 673 background-color : #ecf4ff;
73495fd1
AD
674 margin : 5px 0px 5px 0px;
675 padding : 5px;
676}
677
e8dd519b 678ul.feedErrorsList {
bec2ecd9 679 max-height : 300px;
e8dd519b
AD
680 overflow : auto;
681 list-style-type : none;
f81b6815 682 border : 1px solid #c0c0c0;
bec2ecd9 683 background-color : #ecf4ff;
e8dd519b 684 margin : 0px 0px 5px 0px;
bec2ecd9 685 padding : 5px;
e8dd519b
AD
686}
687
808dd053 688ul.selfUpdateList {
27211afe 689 height : 200px;
27211afe
AD
690 overflow : auto;
691 list-style-type : none;
692 border : 1px solid #c0c0c0;
693 background-color : #ecf4ff;
694 margin : 0px 0px 5px 0px;
695 padding : 5px;
696}
697
f81b6815
AD
698ul.feedErrorsList em {
699 color : gray;
700}
701
9b3e2cc7 702ul.userFeedList {
e5d758e3
AD
703 height : 300px;
704 overflow : auto;
705 list-style-type : none;
8df7184c 706 border : 1px solid gray;
e5d758e3
AD
707 background-color : white;
708 margin : 0px 0px 5px 0px;
709 padding : 0px;
9b3e2cc7 710}
f9cb39ac
AD
711
712ul.browseFeedList {
e5d758e3
AD
713 height : 300px;
714 overflow : auto;
a8328019
AD
715 border-width : 0px 1px 1px 1px;
716 border-color : #c0c0c0;
717 border-style : solid;
e5d758e3 718 margin : 0px 0px 5px 0px;
e5d758e3 719 background-color : white;
a8328019
AD
720 list-style-type : none;
721 padding : 0px;
722
b92e6209
AD
723}
724
725ul.browseFeedList li {
e5d758e3 726 margin : 0px;
a8328019 727 padding : 2px 4px 2px 4px;
f9cb39ac
AD
728}
729
730span.subscribers {
e5d758e3 731 color : #808080;
f9cb39ac
AD
732}
733
c6232e43 734div.subscribers {
e5d758e3 735 color : #808080;
ae096313 736 font-size : 12px;
e5d758e3 737 float : right;
c6232e43
AD
738}
739
c6232e43 740div.browserDetails {
e5d758e3 741 margin : 5px 5px 5px 5px;
e5d758e3 742 padding : 5px;
c6232e43 743}
c2b2aee0
AD
744
745ul.compact {
e5d758e3
AD
746 list-style-type : none;
747 margin : 0px;
748 padding : 0px;
c2b2aee0
AD
749}
750
751ul.compact li {
e5d758e3
AD
752 margin : 0px;
753 padding : 0px;
c2b2aee0
AD
754}
755
69654950 756.noborder {
e5d758e3 757 border-width : 0px;
69654950 758}
0ee1d1a0 759
2055d4a6 760#overlay {
e5d758e3
AD
761 background : white;
762 left : 0;
763 top : 0;
764 height : 100%;
765 width : 100%;
766 z-index : 100;
767 position : absolute;
2055d4a6
AD
768}
769
770#overlay_inner {
e5d758e3 771 font-weight : bold;
fcc36744 772 margin : 1em;
2055d4a6 773}
af106b0e 774
79f3553b
AD
775form {
776 margin : 0px;
777 padding : 0px;
778}
86b682ce
AD
779
780#main_toolbar_form {
2df7a749
AD
781 margin : 0px;
782 padding : 0px;
fcf70c51
AD
783 display : table-cell;
784 white-space : nowrap;
785 width : 100%;
86b682ce 786}
78d5212c 787
33b8cab4
AD
788div.loadingPrompt {
789 padding : 1em;
790 text-align : center;
791 font-weight : bold;
792}
793
9251df44 794div.whiteBox {
9251df44 795 margin-left : 1px;
abbe0154 796 text-align : center;
b6adf039 797 padding : 1em;
9251df44
AD
798}
799
fcf70c51 800html, body#ttrssMain, #main {
2f01fe57
AD
801 width: 100%;
802 height: 100%;
803 border: 0;
804 padding: 0;
805 margin: 0;
fcf70c51 806}
6b4163cb 807
d62796de
AD
808html, body#ttrssPrefs, #main {
809 width: 100%;
810 height: 100%;
811 border: 0;
812 padding: 0;
813 margin: 0;
814}
815
3af75631 816#toolbar div.actionChooser {
fcf70c51
AD
817 display : table-cell;
818 text-align : right;
f8ce21fc 819 padding-right : 3px;
6b4163cb
AD
820}
821
fcf70c51 822/* preferences layout */
f3169d7e 823
656f4b6c 824div.return {
3f59e8cd 825 float : right;
ae096313 826 font-size : 12px;
656f4b6c 827 margin-right : 10px;
3f59e8cd
AD
828}
829
656f4b6c 830div.return a {
3f59e8cd
AD
831 color : #4684ff;
832}
833
656f4b6c 834div.return a:hover {
3f59e8cd
AD
835 color : black;
836}
837
2b25b79d
AD
838#header .logo {
839 float : right;
840 margin-left : 10px;
2b25b79d
AD
841}
842
843#header a {
844 color : #4684ff;
845}
846
847#header a:hover {
848 color : black;
849}
850
851#header img {
d9fa39f1
AD
852 vertical-align : middle;
853 cursor : pointer;
69ea0cdd
AD
854}
855
cc17c205
AD
856a.helpLinkPic img {
857 border-width : 0px;
7483f892 858 vertical-align : middle;
cc17c205 859}
f27de515 860
05fcdf52
AD
861div.autocomplete {
862 position : absolute;
863 width : 250px;
864 background-color : white;
865 border :1px solid #778899;
866 margin : 0px;
867 padding : 0px;
868}
869
870div.autocomplete ul {
871 list-style-type : none;
872 margin : 0px;
873 padding : 0px;
874}
875
876div.autocomplete ul li.selected {
877 background-color : #fff7d5;
878}
879
880div.autocomplete ul li {
881 list-style-type : none;
882 display : block;
883 margin : 0;
884 padding : 2px;
885 height : 32px;
886 cursor : pointer;
887}
888
19d96beb
AD
889#feedOpToolbar {
890 float : right;
891}
efae7595 892
2b25b79d 893#header a.feedback {
db499b67 894 color : #009900;
b5dabd1a
AD
895}
896
e635d56a
AD
897a.visibleLink {
898 color : #4684ff;
e635d56a 899}
6cfea5c7 900
cff7a3a2
AD
901a.visibleLinkB {
902 color : #4684ff;
903 border : 1px solid #4684ff;
904 padding : 2px;
905}
906
907a.visibleLinkB:hover {
908 background-color : #ecf4ff;
909}
910
8cc5e965 911.hlContentH a, .hlContentH span {
546499a9
AD
912 color : #00cc00;
913}
914
8cc5e965 915.hlContentL a, .hlContentL span {
546499a9
AD
916 color : #909090;
917 text-decoration : line-through;
918}
5daa24f2
AD
919
920span.titleWrapH, span.titleWrapH a {
921 color : #00cc00;
922}
923
924span.titleWrapL, span.titleWrapL a {
925 color : #909090;
926 text-decoration : line-through;
927}
928
929img.hlScorePic {
930 vertical-align : middle;
931 width : 16px;
932 height : 16px;
933}
934
10fa6615 935div.dlgSec {
ae096313 936 font-size : 12px;
10fa6615
AD
937 color : gray;
938 font-weight : bold;
939 clear : both;
940 height : 20px;
941}
942
943div.dlgSecCont {
944 position : relative;
945 left : 150px;
946 top : -20px;
947 float : left;
ae096313 948 font-size : 12px;
baa2db9f 949 font-weight : normal;
d90868d7
AD
950}
951
bcf5ed46
AD
952div.dlgSecCont hr {
953 height : 0px;
954 line-height : 0px;
955 border : 0px solid transparent;
956 margin : 2px;
957}
958
d90868d7 959div.dlgSecCont > * {
bcf5ed46
AD
960 position : relative;
961 top : -2px;
10fa6615
AD
962}
963
964div.dlgButtons {
965 text-align : right;
966 clear : both;
967}
968
a740f4b5
AD
969span.labelColorIndicator {
970 height : 14px;
971 width : 14px;
972 line-height : 14px;
86edc737 973 font-size : 9px;
a740f4b5
AD
974 display : inline-block;
975 border : 1px solid black;
976 background-color : #fff7d5;
977 color : #063064;
978 text-align : center;
979 margin-right : 2px;
980}
981
fb8b2153
AD
982span.labelColorIndicator2 {
983 height : 14px;
984 width : 14px;
86edc737 985 font-size : 9px;
fb8b2153
AD
986 display : inline-block;
987 border : 1px solid black;
988 background-color : #fff7d5;
989 color : #063064;
990 text-align : center;
991 margin-right : 2px;
992 vertical-align : bottom;
993}
994
78935092
AD
995div#cmdline {
996 position : absolute;
997 left : 5px;
998 bottom : 5px;
999 font-size : 11px;
1000 color : gray;
1001 font-weight : bold;
1002 background-color : white;
1003 border : 1px solid #88b0f0;
1004 padding : 3px 5px 3px 5px;
1005 z-index : 5;
1006}
f4280bdd
AD
1007
1008#feed_browser_spinner {
1009 vertical-align : middle;
1010 height : 18px;
1011 width : 18px;
1012}
37e93d6c
AD
1013
1014div#auxDlg {
1015 position : absolute;
1016 z-index : 3;
7c057b1a
AD
1017 bottom : 5px;
1018 right : 25px;
37e93d6c
AD
1019 padding : 5px;
1020 border-width : 1px;
1021 border-style : solid;
1022 border-color : #d7c47a;
1023 background-color : #fff7d5;
1024 color : black;
1025 text-align : center;
de0a6d93 1026 font-size : 13px;
37e93d6c
AD
1027}
1028
1029div#auxDlg a {
1030 color : #4684ff;
1031}
ad491d75 1032
8cc5e965
AD
1033div.hlTitle {
1034 display : table-cell;
1035 cursor : pointer;
1036 width : 100%;
1037 vertical-align : middle;
1038 padding-top : 4px;
1039 padding-bottom : 4px;
a0f98bbf
AD
1040}
1041
8cc5e965
AD
1042div.hlLeft {
1043 display : table-cell;
1044 vertical-align : middle;
1045 white-space: nowrap;
ad491d75
AD
1046}
1047
8cc5e965
AD
1048div.hlRight {
1049 display : table-cell;
1050 white-space: nowrap;
1051 text-align : right;
1052 vertical-align : middle;
ad491d75
AD
1053}
1054
fcf70c51
AD
1055div.hlRight img {
1056 max-width : 16px;
1057 max-height : 16px;
1058}
1059
8cc5e965
AD
1060span.hlUpdated {
1061 color : gray;
6edeede3
AD
1062 min-width : 100px;
1063 display : table-cell;
1064 width : 100%;
1065 vertical-align : middle;
1066 padding-top : 4px;
1067 padding-bottom : 4px;
1068 text-align : right;
577399e8
AD
1069}
1070
f947467a
AD
1071div.hlLeft {
1072 padding-left : 8px;
1073}
1074
8cc5e965
AD
1075div.hlLeft input {
1076 margin-left : 4px;
1077 margin-right : 4px;
ad491d75
AD
1078}
1079
8cc5e965
AD
1080div.hlLeft img, div.hlRight img {
1081 margin : 0px 4px 0px 4px;
cb1a012b 1082}
8cc5e965 1083
cb1a012b
AD
1084div.hlLeft img {
1085 width : 16px;
1086 height : 16px;
8cc5e965 1087}
31a53903 1088
ba083651
AD
1089div.fatalError {
1090 margin-bottom : 10px;
1091}
951906dc
AD
1092
1093div.fatalError button {
1094 margin-top : 5px;
1095}
1096
1097div.fatalError textarea {
1098 width : 100%;
1099 height : 100px;
1100}
2f01fe57
AD
1101
1102#main {
1103 border-width : 0px;
6e4f4ce1
AD
1104 margin : 0px;
1105 padding : 0px;
1106}
1107
2b25b79d
AD
1108#header-wrap {
1109 border-width : 0px;
1110 margin : 0px;
1111 padding : 0px;
1112}
1113
6e4f4ce1
AD
1114#content-wrap {
1115 padding : 0px;
1116 border-width : 0px;
1117 margin : 0px;
2f01fe57
AD
1118}
1119
1120#feeds-holder {
1121 padding : 0px;
fcf70c51
AD
1122 border-color : #88b0f0;
1123 border-left-width : 0px;
1124 border-bottom-width : 0px;
2b25b79d 1125 border-top-width : 0px;
227cdb72 1126 overflow : auto;
2f01fe57
AD
1127}
1128
6e4f4ce1
AD
1129#headlines-wrap-inner {
1130 padding : 0px;
1131 margin : 0px;
1132 border-width : 0px;
1133}
1134
2f01fe57
AD
1135#headlines-frame {
1136 padding : 0px;
fcf70c51 1137 border-color : #88b0f0;
6f3976c9 1138 border-left-width : 0px;
fcf70c51 1139 border-right-width : 0px;
0ce61157
AD
1140 margin-top : 0px;
1141 border-top-width : 0px;
1142}
1143
d4eebd8b 1144#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 1145 display : none;
2f01fe57
AD
1146}
1147
6f3976c9
AD
1148#content-tabs {
1149 margin : 0px;
6e4f4ce1 1150 padding : 0px;
6f3976c9
AD
1151 border-width : 0px;
1152}
1153
6f3976c9 1154#toolbar {
f8ce21fc 1155 padding : 0px;
6e4f4ce1 1156 margin : 0px;
2f01fe57 1157 border-width : 0px;
6e4f4ce1 1158 white-space: nowrap;
1354d172 1159 font-size : 11px;
2f01fe57
AD
1160}
1161
1162#header {
2f01fe57 1163 border-width : 0px;
2b25b79d
AD
1164 text-align : right;
1165 color : gray;
1166 padding : 5px 5px 0px 0px;
1167 margin : 0px;
1168 position : absolute;
1169 right : 0px;
1170 top : 0px;
1171 z-index : 5;
2f01fe57
AD
1172}
1173
1174#footer {
1175 text-align : center;
1176 color : gray;
d62796de 1177 padding : 4px 4px 8px 4px;
2f01fe57
AD
1178 border-width : 0px;
1179}
6e4f4ce1
AD
1180
1181#content-insert {
1182 padding : 0px;
fcf70c51
AD
1183 border-color : #88b0f0;
1184 border-bottom-width : 0px;
1185 border-right-width : 0px;
6f3976c9 1186 border-left-width : 0px;
b93ad1e1 1187 overflow : auto;
6e4f4ce1 1188}
13e785e0
AD
1189
1190.dijitTreeLabel.Unread {
1191 font-weight : bold;
1192}
1193
1644304f
AD
1194.feedParam {
1195 color : gray;
1196 float : right;
1197 margin-right : 1em;
1198}
1199
a740f4b5
AD
1200.dijitTreeLabel.Disabled, .labelParam.Disabled {
1201 color : gray;
1202}
1203
fcf70c51
AD
1204.dijitTreeRow.Error {
1205 color : red;
1206}
13e785e0 1207
fcf70c51
AD
1208.dijitTreeRow.Hidden {
1209 display : none;
1210}
2ef5c21f 1211
8e289ca1 1212img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
1213 width : 16px;
1214 height : 16px;
2ef5c21f 1215}
9c99281f 1216
fb8b2153 1217div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
9c99281f
AD
1218 text-align : center;
1219 padding : 5px;
1220 color : gray;
1221}
d62796de 1222
fb8b2153 1223div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
a740f4b5
AD
1224 margin-right : 5px;
1225}
1226
d62796de
AD
1227div#pref-tabs .dijitContentPane {
1228 font-size : 12px;
1229}
1230
1231div#pref-tabs {
1232 margin : 0px 5px 0px 5px;
1233}
1234
1235div#pref-tabs .dijitContentPane h3 {
1236 font-size : 14px;
1237 font-weight : bold;
1238}
ab7a597c 1239
8df7184c
AD
1240#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
1241#pref-label-wrap, #pref-label-header, #pref-label-content,
373266eb
AD
1242#pref-user-wrap, #pref-user-header, #pref-user-content,
1243#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
8df7184c
AD
1244 margin : 0px;
1245 padding : 0px;
1246 border-width : 0px;
1247}
1248
373266eb 1249#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab {
29f11825
AD
1250 padding : 0px;
1251}
1252
49c6c279
AD
1253#errorButton {
1254 color : red;
1255}
a740f4b5
AD
1256
1257span.labelFixedLength {
1258 display : inline-block;
1259 width : 70%;
1260}
d90868d7
AD
1261
1262#filter_dlg_date_chk_box {
1263 display : inline-block;
1264}
1265
7ce0ea28
AD
1266.dijitDialog .dijitToolbar {
1267 border : 1px solid #c0c0c0;
1268}
d2d75353
AD
1269
1270a.bookmarklet {
1271 color : #4684ff;
1272 border : 1px solid #ecf4ff;
1273 padding : 2px;
1274}
63855db1
AD
1275
1276#newVersionIcon {
1277 margin-left : 5px;
1278 vertical-align : middle;
1279 position : relative;
1280 top : -1px;
1281}
48a8d154 1282
c3edc667
AD
1283.player {
1284 display : inline-block;
1285 color : gray;
1286 font-size : 11px;
1287 font-family : sans-serif;
1288 border : 1px solid gray;
1289 padding : 0px 4px 0px 4px;
1290 margin : 0px 2px 0px 2px;
1291 width : 50px;
1292 text-align : center;
1293 background : white;
1294}
1295.player.playing {
1296 color : #00c000;
1297 border-color : #00c000;
1298}
1299
1300.player:hover {
1301 background : #f0f0f0;
1302 cursor : pointer;
1303}
88e4e597 1304
18eb64a8
AD
1305#headlines-spacer {
1306 height : 100%;
1307 margin-left : 1px;
1308 text-align : center;
1309 padding : 1em;
1310 color : gray;
1311}
56fbb82c
AD
1312
1313td.error {
1314 color : red;
1315}
ca6a0741
AD
1316
1317div.dialogNotice {
1318 margin-bottom : 5px;
1319 color : gray;
1320}
6aff7845
AD
1321
1322ul#filterDlg_Matches, ul#filterDlg_Actions {
1323 max-height : 100px;
1324 overflow : auto;
1325 list-style-type : none;
1326 border-style : solid;
1327 border-color : #c0c0c0;
1328 border-width : 0px 1px 1px 1px;
1329 background-color : #ecf4ff;
1330 margin : 0px 0px 5px 0px;
1331 padding : 0px;
1332}
1333
1334ul#filterDlg_Matches li, ul#filterDlg_Actions li {
1335 cursor : pointer;
04e41840
AD
1336 padding : 0px 0px 0px 5px;
1337}
1338
1339ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
1340 margin-right : 5px;
6aff7845 1341}
65d1e250 1342
ad1a0687 1343table.prefPluginsList td label, table.prefUserList td {
65d1e250
AD
1344 cursor : pointer;
1345}
b8cb4d08
AD
1346
1347ul.helpKbList {
1348 max-height : 300px;
1349 overflow : auto;
1350 list-style-type : none;
1351 border : 1px solid #c0c0c0;
1352 background-color : #ecf4ff;
1353 margin : 0px 0px 5px 0px;
1354 padding : 5px;
1355}
1356
1357ul.helpKbList span.hksequence {
1358 width : 6em;
1359 margin-left : 20px;
1360 color : #88b0f0;
1361 font-weight : bold;
1362 display : inline-block;
1363}
1364
1365ul.helpKbList h2 {
1366 margin-top : 0px;
1367}