1/* 2 * $Id$ 3 * 4 * Copyright 2000, All rights reserved 5 * See ../Copyright for more information 6 */ 7 8#content-wrapper { 9 margin: 0 4px; 10} 11 12#target-history .empty { 13 color: #d0d0d0; 14 text-align:center; 15} 16 17#command-history .empty { 18 color: grey; 19 padding-left: 20px; 20} 21 22#prefs { 23 font-size: 70%; 24} 25 26div[data-key] { 27 color: red; 28} 29 30div.decoration, div.default, div.header-line { 31 color: #505050; 32 font-family: monospace; 33 white-space: pre-wrap; 34} 35 36div.line:first-child { 37 padding-top: 10px; 38} 39 40div.padding { 41 white-space: pre-wrap; 42 font-family: monospace; 43 display: inline; 44} 45 46div.label, div.note, div.text { 47 font-family: monospace; 48 white-space: pre-wrap; 49 display: inline; 50 vertical-align: middle; 51/* 52 * font-weight: bold; 53 * color: #606060; 54 */ 55} 56 57div.blank-line { 58 padding-top: 40px; 59} 60 61div.title { 62 border-bottom: 2px solid black; 63 border-top: 2px solid #f0f0ff; 64 border-radius: 3px; 65 margin-top: 10px; 66 color: #1010a0; 67 background-color: #e0e0ff; 68 font-family: monospace; 69 display: inline; 70 vertical-align: middle; 71 white-space: pre-wrap; 72} 73 74div.data { 75 font-family: monospace; 76} 77 78div.line { 79 display: block; 80} 81 82div.indented { 83 display: inline; 84} 85 86div.indent { 87 display: inline; 88} 89 90/* BEGIN LINES */ 91div.line { 92 border: none; 93} 94 95div.item { 96 border: none; 97} 98 99div.pad { 100 border: none; 101} 102 103div.blank-line { 104 border: 1px inset; 105} 106 107div.item { 108 white-space: pre; 109} 110/* END LINES */ 111 112div.muxer-prompt { 113 padding: 2em; 114} 115 116div.muxer-message, div.muxer-prompt form { 117 white-space: pre; 118 display: inline-block; 119 vertical-align: middle; 120} 121 122div.muxer-buttons { 123 display: inline-block; 124 padding: 20px; 125} 126 127div.text, div.decoration, div.data, div.header, div.pad, div.item, div.units { 128 font-family: monospace; 129 display: inline; 130 vertical-align: middle; 131 white-space: pre-wrap; 132} 133 134div.blank-line { 135 margin: 5px; 136} 137 138div.indentxxx { 139 padding-left: 2em; 140} 141 142div.output, configuration-output, configuration-information { 143 font-family: monospace; 144 white-space: pre-wrap; 145} 146 147div.header-line { 148 color: #ffffff; 149 background: none repeat scroll 0 0 #0D5995; 150 margin-top: 4px; 151 padding-top: 4px; 152 border-top-left-radius: 4px; 153 border-top-right-radius: 4px; 154} 155 156div.header-line-empty { 157 color: #ffffff; 158 background: none repeat scroll 0 0 #0D5995; 159 padding-top: 4px; 160 padding-bottom: 2px; 161} 162 163 164/* 165 * juise rendering 166 */ 167 168div.hidden, 169img.hidden, 170button.hidden { 171 display: none; 172} 173 174div.keeper-active div.icon-box img.keeper { 175 border: 1px solid #966535; 176 border-radius: 4px; 177 -moz-border-radius: 4px; 178 -webkit-border-radius: 4px; 179} 180 181div.icon-box img.keeper { 182 border: 1px solid #ffffff; 183 border-radius: 4px; 184 -moz-border-radius: 4px; 185 -webkit-border-radius: 4px; 186} 187 188div#debug-container { 189 background-color: #ccc; 190 border: 1px solid #d0d0ff; 191 bottom: 0; 192 color: blue; 193 display: none; 194 font-size: 70%; 195 position: fixed; 196 width: 100%; 197} 198 199div#debug-log { 200 background-color: #ffffff; 201 max-height: 200px; 202 overflow-y: auto; 203 padding: 0 5px; 204 white-space: pre-wrap; 205} 206 207div#header { 208 height: 30px; 209 padding: 0px 0px 40px 30px ; 210} 211 212div#header-logo { 213 display: inline-block; 214 background: url(/images/logo.png) no-repeat; 215 height: 60px; 216 width: 150px; 217} 218 219div#header-info { 220 display: table-cell; 221 height: 60px; 222 width: 60%; 223 background-color: #ffffff; 224 font-size: 80%; 225 padding-left: 10px; 226} 227 228.prefsbtn { 229 background: rgb(230, 230, 230) url(/images/gear.png) no-repeat center; 230 margin-top: 5px; 231 min-height: 40px; 232 width: 40px; 233 border-radius: 2px; 234 cursor: pointer; 235 float: right; 236 box-shadow: 0 1px 1px #fff, 237 0 -1px 1px #666, 238 inset 0 -1px 1px rgba(0,0,0,0.5), 239 inset 0 1px 1px rgba(255,255,255,0.8); 240} 241 242.prefsbtn:hover { 243 background-color: #dde; 244} 245 246div#header-actions { 247 height: 60px; 248 width: 200px; 249 display: table-cell; 250 padding-left: 10px; 251} 252 253xdiv#header-actions div, 254xdiv#header-info div { 255 display: inline-block; 256} 257 258div#target-list { 259 display: none; 260 clear: both; 261} 262 263div#target-title { 264 display: table-cell; 265 padding: 6px 1px 6px 0px; 266} 267 268div#target-history { 269 border: 1px solid #659635; 270 position: absolute; 271 width: 25%; 272 padding-left: 0px; 273 padding-right: 0px; 274} 275 276form#target-history-form { 277 margin-bottom: 0px; 278} 279 280input#target-history-submit { 281 background: url(none); 282 margin-left: 2px; 283} 284 285div.target-history-name { 286 display: inline-block; 287} 288 289div.target-history-entry-parent:hover { 290 background: #659635; 291} 292 293div.target-history-entry-parent:first-child { 294 border-top: 0px none; 295} 296 297div.target-history-entry-parent { 298 border-top: 1px solid #659635; 299 padding-left: 8px; 300 padding-right: 8px; 301} 302div.target-history-entry { 303 display: inline-block; 304} 305 306div.target-info { 307 display: inline-block; 308 font-family: Helvetica, Arial, sans-serif; 309 font-weight: bold; 310 font-size: 12px; 311 margin-right: 10px; 312 margin-left: 10px; 313 padding: 5px 10px 5px 10px; 314} 315 316div#target-contents, 317div#target-contents-none { 318 display: table-cell; 319 font-family: Verdana, Arial, Helvetica, sans-serif ; 320} 321 322div#target-contents-none { 323 padding-left: 10px; 324 font-size: 70%; 325} 326 327div.target { 328 display: inline-block; 329 margin-left: 2px; 330 margin-right: 2px; 331} 332 333div#command-history { 334 border: 1px solid #c0c0ff; 335 position: absolute; 336 width: 60em; 337 font-family: Verdana, Arial, Helvetica, sans-serif ; 338 font-family: monospace; 339 font-size: 12px; 340 background: #e0e0ff; 341 padding-left: 0px; 342 padding-right: 0px; 343} 344 345div.command-history-entry:hover { 346 background: #c0c0ff; 347} 348 349div.command-history-entry:first-child { 350 border-top: 0px none; 351} 352 353div.command-history-entry { 354 border-top: 1px solid #c0c0ff; 355 padding-left: 8px; 356 padding-right: 8px; 357} 358 359div#footer { 360 padding-top: 100px; 361 clear: both; 362 display: block; 363 height: 100px; 364 width: 100%; 365 font-size: 8; 366 text-align: center; 367} 368 369div#input-history { 370 display: inline-block; 371 float: left; 372 margin-right: 5px; 373 position: relative; 374 width: 70%; 375} 376 377div#input-top { 378 display: block; 379 height: 70px; 380 padding: 10px; 381 margin-bottom: 10px; 382 background-color: rgb(245, 245, 245); 383 border-bottom: rgb(200, 200, 200) solid 1px; 384 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 385} 386 387div#input-history .pulldown { 388 border: solid 1px rgb(180, 180, 200); 389 max-height: 300px; 390 overflow-y: auto; 391 padding: 0px; 392 width: 100%; 393} 394 395div#mru-pulldown { 396 margin-top: 40px; 397 position: absolute; 398 width: 100%; 399 z-index: 9999; 400} 401 402div#mru-pulldown .mru-item { 403 padding: 5px; 404} 405 406div#mru-pulldown .mru-item:hover { 407 background: rgb(242, 244, 255); 408 cursor: pointer; 409 font-weight: 700; 410} 411 412div#recent-devices { 413 margin-top: 10px; 414} 415 416div#recent-devices a { 417 color: rgb(0, 50, 112); 418 cursor: pointer; 419 text-decoration: underline; 420} 421 422div#input-top .logo { 423 float: left; 424 margin: 0px 10px 0px 10px; 425} 426 427form#target-input-form, 428form#command-input-form { 429 display: inline-block; 430} 431 432div#target-top, 433div#command-top { 434 display: inline-block; 435 float: left; 436 margin: 10px 5px 0px 0px; 437 width: 100%; 438} 439 440div#command-top .input-box { 441 height: 32px; 442 min-width: 500px; 443 padding: 1px; 444 background-color: #fff; 445 width: 100%; 446} 447 448div#command-top .focus-off { 449 border: solid 1px rgb(180, 180, 200); 450} 451 452div#command-top .focus-on { 453 border: solid 1px rgb(180, 180, 200); 454 box-shadow: 0px 0px 8px rgba(100, 100, 200, 0.5); 455} 456 457div#input-top .input-enter { 458 margin: 10px 0px 10px 0px; 459 float: left; 460} 461 462input.command-input { 463 font-family: Verdana, Arial, Helvetica, sans-serif ; 464 font-family: monospace; 465 font-size: 12px; 466} 467 468div#output-top { 469 margin-bottom: 20px; 470} 471 472div.output-wrapper { 473/* border: 1px solid blue; */ 474 margin-top: 5px; 475 background: white; 476 padding: 0px; 477} 478 479div.output-header button { 480 margin-right: 4px; 481} 482 483div.output-header { 484 padding: 4px; 485} 486 487div.output-header div.target-value { 488 margin-left: 4px; 489} 490 491div.output-header div.command-value { 492 margin-right: 4px; 493} 494 495div.output-header div.target-value, 496div.output-header div.command-value { 497 font-weight: normal; 498 font-size: 12px; 499} 500 501div.target-value, 502input.target-value { 503 display: inline-block; 504 font-size: 12px; 505 font-family: Verdana, Arial, Helvetica, sans-serif ; 506} 507 508div.label, div.note { 509 display: inline; 510/* 511 padding-left: 3px; 512 padding-right: 3px; 513*/ 514 font-size: 12px; 515} 516 517div.command-value, 518input.command-value { 519 display: inline-block; 520 font-size: 14px; 521} 522 523div.command-number { 524 display: inline-block; 525 font-size: 70%; 526 float: right; 527} 528 529div#ember-view .output-content { 530 float: left; 531 position: relative; 532} 533 534div.output-content { 535 display: block; 536 font-size: 12px; 537 padding: 10px; 538} 539 540div.icon-box { 541 display: inline-block; 542 margin-right: 5px; 543} 544 545div#debug-title { 546 display: inline-block; 547} 548 549img.icon { 550 height: 16px; 551 vertical-align: middle; 552} 553 554.buttonish { 555 text-align: center; 556 text-decoration: none; 557 text-shadow: -1px -1px 2px #777777; 558 text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px; 559} 560 561input.text-entry { 562 border: 0; 563 outline: 0; 564 height: 20px; 565 width: 100%; 566} 567 568.rounded { 569 border: 1px solid #659635; 570 background: #99ca28; 571 padding: 2px 8px 2px 8px; 572 573 border-radius: 5px; 574 -moz-border-radius: 5px; 575 -webkit-border-radius: 5px; 576} 577 578.green { 579 color: #ffffff; 580 background: linear-gradient(top, 581 #5da331 0%, #659635 2%, #9bcb2a 97%, #cfe782 100%); 582 background: -moz-linear-gradient(top, 583 #5da331 0%, #659635 2%, #9bcb2a 97%, #cfe782 100%); 584 background: -webkit-linear-gradient(top, 585 #5da331 0%, #659635 2%, #9bcb2a 97%, #cfe782 100%); 586 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, 587 startColorstr='#659635', endColorstr='#9bcb2a'); 588} 589 590.blue { 591 color: #0c0c0c; 592/* 593 background: linear-gradient(top, 594 #a0a0ff 0%, #c8c8ff 10%, #d8d8ff 90%, #f0f0ff 100%); 595 background: -moz-linear-gradient(top, 596 #a0a0ff 0%, #c8c8ff 10%, #d8d8ff 90%, #f0f0ff 100%); 597 background: -webkit-linear-gradient(top, 598 #a0a0ff 0%, #c8c8ff 10%, #d8d8ff 90%, #f0f0ff 100%); 599 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, 600 startColorstr='#a0a0ff', endColorstr='#f0f0ff'); 601*/ 602} 603 604.jquery-checkbox { 605 line-height: 24px; 606} 607 608ul.setupgrid { 609 padding: 0; 610 list-style: none; 611 margin: 0 auto; 612} 613 614ul.setupgrid li { 615 float: left; 616 padding: 10px; 617 border: 1px solid #cbcad0; 618 margin: 0 5px 10px 5px; 619} 620 621div.setupgrid { 622 font-family: 'GraublauWeb', arial, serif; 623 text-align: center; 624} 625 626.setupgrid a { 627 height: 32px; 628 width: 64px; 629 display: block; 630 padding-top: 32px; 631 text-decoration: none; 632} 633 634.setupgrid a#prefs-devices { 635 background: url(/images/prefs-devices.png) no-repeat center top; 636} 637 638.setupgrid a#prefs-groups { 639 background: url(/images/prefs-groups.png) no-repeat center top; 640} 641 642.setupgrid a#prefs-general { 643 background: url(/images/prefs-general.png) no-repeat center top; 644} 645 646div.input { 647 background: #e0e0ff; 648 padding: 10px; 649} 650 651div.parse { 652 background: #b0b0b0; 653 border: 1px solid black; 654} 655 656div.input-debug { 657 background: #ffe0e0; 658 border-bottom: 1px solid black; 659 padding: 10px; 660 font-weight: bold; 661} 662 663div.possibility-debug { 664 background: #ffe0e0; 665 padding: 10px; 666 border-bottom: 1px dotted red; 667} 668 669div.match-debug { 670 display: inline-block; 671 padding: 5px; 672} 673 674div.command-token, 675div.command-token div { 676 display: inline-block; 677} 678 679div.parse-details { 680/* display: none; */ 681} 682 683div.command-line { 684 font-weight: bold; 685} 686 687div.match-details { 688 display: inline-block; 689} 690 691div.possibility { 692/* background: #ffe0e0; */ 693 padding: 10px; 694 border-bottom: 1px dotted red; 695} 696 697div.parse-implicit-keyword, 698div.parse-token, 699div.parse-trailing, 700div.parse-missing { 701 display: inline-block; 702} 703 704div.parse-implicit-keyword, 705div.parse-trailing, 706div.parse-missing { 707 font-style: italic; 708 font-weight: normal; 709} 710 711div.parse-token { 712 font-weight: bold; 713} 714 715div.parse-mandatory { 716 color: red; 717 display: inline-block; 718} 719 720div.parse-mandatory-value { 721 color: red; 722 font-style: italic; 723 display: inline-block; 724} 725 726div.output-content div.parse:first-of-type { 727 display: none; 728} 729 730div.command-help { 731 font-size: smaller; 732 font-style: italic; 733 padding-left: 20px; 734 padding-bottom: 5px; 735} 736 737img.rendered { 738 float: left; 739 margin-right: 5px; 740 max-width: 16px; 741 vertical-align: middle; 742} 743 744div.map-small { 745 width: 300px; 746 height: 200px; 747} 748 749div.inline-dialog { 750 box-shadow: none; 751 margin-left: 20px; 752 position: relative; 753} 754 755.inline-dialog .ui-dialog-titlebar-close { 756 display: none; 757} 758 759div#prefs-title { 760 font-size: 120%; 761 font-weight: 600; 762} 763 764div.prefs-item, 765div.ui-yf-item { 766 display: table-row; 767} 768 769div.prefs-item label, 770div.ui-yf-item label { 771 padding-left: 10px; 772 padding-right: 5px; 773} 774 775div.prefs-item label, 776div.prefs-item input, 777div.prefs-item div, 778div.ui-yf-item label, 779div.ui-yf-item input, 780div.ui-yf-item div { 781 display: table-cell; 782} 783 784div.dyn-form { 785 padding: 5px; 786 width: auto; 787} 788 789div.dyn-form-wrapper { 790 display: inline-block; 791 border: 1px solid #ccc; 792 min-width: 400px; 793} 794 795div.dyn-form-title { 796 background-color: #1478dc; 797 padding: 10px; 798 color: white; 799 font-size: 1.1em; 800} 801 802div.dyn-form-item { 803 display: inline-block; 804 text-align: center; 805 padding: 2px 10px 2px 10px; 806} 807 808div.dyn-form-message { 809 text-align: left; 810 padding: 5px 10px 5px 10px; 811} 812 813div.dyn-form-item label { 814 float: left; 815 padding-left: 10px; 816 padding-right: 5px; 817} 818 819div.dyn-form-buttons { 820 text-align: center; 821 padding: 5px 10px 10px 10px; 822} 823 824div.dyn-form-item label, 825div.dyn-form-item input, 826div.dyn-form-item select, 827div.dyn-form-item div { 828 float: left; 829 line-height: 20px; 830 margin-top: 5px; 831 min-width: 100px; 832 text-align: left; 833} 834 835div.dyn-form-item input, 836div.dyn-form-item select { 837 border: solid 1px #CCC; 838 margin-top: 5px; 839 width: auto; 840} 841 842div.dyn-form-item .mandatory { 843 border-color: rgb(213, 119, 0); 844} 845 846div.dyn-form-item .is-error { 847 border-color: rgb(213, 11, 0); 848} 849 850div.dyn-form-item .is-error:focus { 851 border-color: rgb(213, 11, 0); 852} 853 854div.dyn-form-item input:focus { 855 border: solid 1px rgb(180, 180, 200); 856 box-shadow: 0px 0px 3px rgba(100, 100, 200, 0.8); 857} 858 859div.dyn-form-boolean { 860 margin-left: -40px; 861 text-align: left; 862 vertical-align: middle; 863} 864 865div.dyn-form-item .dyn-radio-button { 866 margin-left: -30px; 867 margin-right: -40px; 868} 869 870div.dyn-radiogroup { 871 border-bottom: 1px solid rgb(230, 230, 230); 872 border-top: 1px solid rgb(230, 230, 230); 873 padding: 5px; 874} 875 876.dyn-dropdown-item { 877 max-height: 200px; 878 overflow-y: auto; 879} 880 881.history-element .command { 882 font-size: 16px; 883} 884 885.history-element .date { 886 color: rgb(130, 130, 130); 887 font-style: italic; 888} 889 890.node { 891 stroke: #fff; 892 stroke-width: 1.5px; 893} 894 895.link { 896 stroke: #444; 897 stroke-opacity: 0.6; 898 stroke-width: 2px; 899} 900 901g.node text { 902 pointer-events: none; 903 font: 8px; 904 stroke: #000080; 905} 906 907some.day { 908 background: -moz-linear-gradient(center top , #4B90C3, #0D63A3) 909 repeat scroll 0 0 transparent; 910} 911 912.ui-autocomplete-divider { 913 border-bottom: 1px solid black; 914} 915 916.ui-autocomplete { 917 max-height: 400px; 918 overflow-y: auto; 919 overflow-x: hidden; 920 padding-right: 20px; 921 width: 650px; 922} 923 924ul.ui-autocomplete li.ui-menu-item { 925 font-family: monospace; 926} 927 928ul.ui-autocomplete li.ui-menu-item a.label { 929 float: left; 930 font-weight: bold; 931} 932 933ul.ui-autocomplete li.ui-menu-item a.help { 934 float: right; 935} 936 937a.xpath-link { 938 text-decoration: none; 939} 940 941div.xpath-wrapper { 942 margin-top: 8px; 943 padding-top: 5px; 944 border-top: solid 1px #c8c8c8; 945} 946 947div.xpath { 948 display: none; 949 margin-top: 8px; 950} 951 952/* 953 * Additional styles for messages 954 */ 955.ui-state-info { 956 color: rgb(0, 94, 196); 957} 958 959.ui-state-info .ui-icon { 960 background-image:url(/themes/clira/images/ui-icons_ffcf29_256x240.png); 961} 962 963.ui-state-success { 964 color: rgb(45, 126, 0); 965} 966 967.ui-state-success .ui-icon { 968 background-image:url(/themes/clira/images/ui-icons_ffcf29_256x240.png); 969} 970 971.ui-state-warning { 972 color: rgb(179, 146, 14); 973} 974 975.ui-state-warning .ui-icon { 976 background-image:url(/themes/clira/images/ui-icons_ffcf29_256x240.png); 977} 978 979.stop_button { 980 background-color: #f24537; 981 background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% ); 982 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) ); 983 border: 1px solid #d02718; 984 border-bottom-left-radius: 6px; 985 border-bottom-right-radius: 6px; 986 border-top-left-radius: 6px; 987 border-top-right-radius: 6px; 988 box-shadow: inset 0px 1px 0px 0px #f5978e; 989 color: #ffffff; 990 display: inline-block; 991 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f'); 992 font-family: Courier New; 993 font-size: 10px; 994 font-style: normal; 995 font-weight: bold; 996 height: 16px; 997 line-height: 16px; 998 margin-left: 5px; 999 text-align: center; 1000 text-decoration: none; 1001 text-indent: 0.4px; 1002 text-shadow: 1px 1px 0px #810e05; 1003 width: 37px; 1004} 1005 1006.stop_button:hover { 1007 background-color: #c62d1f; 1008 background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% ); 1009 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) ); 1010 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537'); 1011} 1012 1013.stop_button:active { 1014 position: relative; 1015 top: 1px; 1016} 1017 1018div.color-fg-black { color: black; } 1019div.color-fg-red { color: red; } 1020div.color-fg-green { color: green; } 1021div.color-fg-yellow { color: yellow; } 1022div.color-fg-blue { color: blue; } 1023div.color-fg-magenta { color: magenta; } 1024div.color-fg-cyan { color: cyan; } 1025div.color-fg-white { color: white; } 1026 1027div.color-bg-black { background-color: black; } 1028div.color-bg-red { background-color: red; } 1029div.color-bg-green { background-color: green; } 1030div.color-bg-yellow { background-color: yellow; } 1031div.color-bg-blue { background-color: blue; } 1032div.color-bg-magenta { background-color: magenta; } 1033div.color-bg-cyan { background-color: cyan; } 1034div.color-bg-white { background-color: white; } 1035 1036div.color-fg-inverse { color: white; } 1037div.color-bg-inverse { background-color: black; } 1038 1039div.effect-bold { font-weight:bold; } 1040div.effect-underline { text-decoration: underline; } 1041