- Timestamp:
- 07/03/15 22:25:56 (10 years ago)
- Branch:
- default
- committer:
- Nicolas <nikrou77@gmail.com> 1435955575 -7200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/skins/moono/editor_iequirks.css
r2962 r3039 21 21 vertical-align: baseline; 22 22 box-sizing: content-box; 23 -moz-box-sizing: content-box;24 -webkit-box-sizing: content-box;25 23 position: static; 26 -webkit-transition: none;27 -moz-transition: none;28 -ms-transition: none;29 24 transition: none; 30 25 } 31 .cke_reset_all, .cke_reset_all * 26 .cke_reset_all, .cke_reset_all *, 27 .cke_reset_all a, .cke_reset_all textarea 32 28 { 33 29 margin: 0; … … 40 36 vertical-align: baseline; 41 37 box-sizing: content-box; 42 -moz-box-sizing: content-box;43 -webkit-box-sizing: content-box;44 38 position: static; 45 -webkit-transition: none;46 -moz-transition: none;47 -ms-transition: none;48 39 transition: none; 49 40 border-collapse: collapse; … … 64 55 .cke_reset_all textarea 65 56 { 66 white-space: pre ;57 white-space: pre-wrap; 67 58 } 68 59 .cke_reset_all textarea, … … 86 77 { 87 78 box-sizing: border-box; 88 -moz-box-sizing: border-box;89 -webkit-box-sizing: border-box;90 79 } 91 80 .cke_reset_all table … … 98 87 border: 1px solid #b6b6b6; 99 88 padding: 0; 100 -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);101 -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);102 89 box-shadow: 0 0 3px rgba(0,0,0,.15); 103 90 } … … 129 116 padding: 6px 8px 2px; 130 117 white-space: normal; 131 -moz-box-shadow: 0 1px 0 #fff inset;132 -webkit-box-shadow: 0 1px 0 #fff inset;133 118 box-shadow: 0 1px 0 #fff inset; 134 119 background: #cfd1cf; 135 background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 136 background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 137 background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 138 background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 139 background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 140 background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 120 background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 141 121 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 142 122 } … … 151 131 position: relative; 152 132 border-top: 1px solid #bfbfbf; 153 -moz-box-shadow: 0 1px 0 #fff inset;154 -webkit-box-shadow: 0 1px 0 #fff inset;155 133 box-shadow: 0 1px 0 #fff inset; 156 134 background: #cfd1cf; 157 background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf)); 158 background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf); 159 background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf); 160 background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf); 161 background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf); 162 background-image: linear-gradient(top, #ebebeb, #cfd1cf); 135 background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); 163 136 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf'); 164 137 } … … 183 156 margin-top: 6px; 184 157 margin-bottom: 2px; 185 -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);186 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);187 158 box-shadow: 0 1px 0 rgba(255,255,255,.3); 188 159 } … … 217 188 padding: 0 8px; 218 189 outline-style: none; 219 -moz-box-sizing: border-box;220 -webkit-box-sizing: border-box;221 190 box-sizing: border-box; 222 191 } … … 230 199 border: 1px solid #b6b6b6; 231 200 border-bottom-color: #999; 232 -moz-border-radius: 3px;233 -webkit-border-radius: 3px;234 201 border-radius: 3px; 235 -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);236 -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);237 202 box-shadow: 0 0 3px rgba(0,0,0,.15); 238 203 } … … 281 246 overflow: hidden; 282 247 text-overflow: ellipsis; 283 -moz-border-radius: 2px;284 -webkit-border-radius: 2px;285 248 border-radius: 2px; 286 249 } … … 298 261 border: 1px solid #dedede; 299 262 background-color: #f2f2f2; 300 -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;301 -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;302 263 box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 303 264 } … … 308 269 border-color: #dedede; 309 270 background-color: #f2f2f2; 310 -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;311 -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;312 271 box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 313 272 } … … 334 293 text-shadow: 0 1px 0 rgba(255,255,255,.75); 335 294 border-bottom: 1px solid #b6b6b6; 336 -moz-border-radius: 2px 2px 0 0;337 -webkit-border-radius: 2px 2px 0 0;338 295 border-radius: 2px 2px 0 0; 339 -moz-box-shadow: 0 1px 0 #fff inset;340 -webkit-box-shadow: 0 1px 0 #fff inset;341 296 box-shadow: 0 1px 0 #fff inset; 342 297 background: #cfd1cf; 343 background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 344 background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 345 background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 346 background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 347 background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 348 background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 298 background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 349 299 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 350 300 } … … 435 385 border: 1px solid #a6a6a6; 436 386 border-bottom-color: #979797; 437 -moz-border-radius: 3px;438 -webkit-border-radius: 3px;439 387 border-radius: 3px; 440 -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;441 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;442 388 box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 443 389 background: #e4e4e4; 444 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 445 background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 446 background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 447 background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 448 background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 449 background-image: linear-gradient(top, #ffffff, #e4e4e4); 390 background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 450 391 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 451 392 } … … 475 416 .cke_rtl .cke_button:first-child 476 417 { 477 -moz-border-radius: 0 2px 2px 0; 478 -webkit-border-radius: 0 2px 2px 0; 479 border-radius: 0 2px 2px 0; 418 border-radius: 0 2px 2px 0; 480 419 } 481 420 .cke_ltr .cke_button:first-child, 482 421 .cke_rtl .cke_button:last-child 483 422 { 484 -moz-border-radius: 2px 0 0 2px; 485 -webkit-border-radius: 2px 0 0 2px; 486 border-radius: 2px 0 0 2px; 423 border-radius: 2px 0 0 2px; 487 424 } 488 425 .cke_rtl .cke_button … … 496 433 margin: -2px 4px 0 -2px; 497 434 } 498 .cke_button_on 499 { 500 -moz-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 501 -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 435 a.cke_button_on 436 { 502 437 box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 503 438 background: #b5b5b5; 504 background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 505 background-image: -moz-linear-gradient(top, #aaa, #cacaca); 506 background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 507 background-image: -o-linear-gradient(top, #aaa, #cacaca); 508 background-image: -ms-linear-gradient(top, #aaa, #cacaca); 509 background-image: linear-gradient(top, #aaa, #cacaca); 439 background-image: linear-gradient(to bottom, #aaa, #cacaca); 510 440 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 511 441 } … … 533 463 a.cke_button_on:active 534 464 { 535 -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);536 -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);537 465 box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 538 466 } … … 544 472 a.cke_button_disabled:active 545 473 { 546 -moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;547 -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;548 474 box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 549 475 background: #ccc; 550 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 551 background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 552 background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 553 background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 554 background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 555 background-image: linear-gradient(top, #f2f2f2, #ccc); 476 background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 556 477 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 557 478 } … … 630 551 height: 18px; 631 552 width: 1px; 632 -webkit-box-shadow: 1px 0 1px rgba(255,255,255,.5);633 -moz-box-shadow: 1px 0 1px rgba(255,255,255,.5);634 553 box-shadow: 1px 0 1px rgba(255,255,255,.5); 635 554 } … … 637 556 { 638 557 float: right; 639 -webkit-box-shadow: -1px 0 1px rgba(255,255,255,.1);640 -moz-box-shadow: -1px 0 1px rgba(255,255,255,.1);641 558 box-shadow: -1px 0 1px rgba(255,255,255,.1); 642 559 } … … 656 573 clear: right; 657 574 } 658 .cke_toolbox_collapser575 a.cke_toolbox_collapser 659 576 { 660 577 width: 12px; … … 667 584 border: 1px solid #a6a6a6; 668 585 border-bottom-color: #979797; 669 -moz-border-radius: 3px;670 -webkit-border-radius: 3px;671 586 border-radius: 3px; 672 -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;673 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;674 587 box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 675 588 background: #e4e4e4; 676 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 677 background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 678 background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 679 background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 680 background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 681 background-image: linear-gradient(top, #ffffff, #e4e4e4); 589 background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 682 590 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 683 591 } … … 685 593 { 686 594 background: #ccc; 687 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 688 background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 689 background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 690 background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 691 background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 692 background-image: linear-gradient(top, #f2f2f2, #ccc); 595 background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 693 596 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 694 597 } … … 801 704 border: 1px solid #dedede; 802 705 background-color: #f2f2f2; 803 -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;804 -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;805 706 box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 806 707 } … … 872 773 margin-right: 0; 873 774 } 874 .cke_combo_button775 a.cke_combo_button 875 776 { 876 777 cursor: default; … … 880 781 border: 1px solid #a6a6a6; 881 782 border-bottom-color: #979797; 882 -moz-border-radius: 3px;883 -webkit-border-radius: 3px;884 783 border-radius: 3px; 885 -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;886 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;887 784 box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 888 785 background: #e4e4e4; 889 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 890 background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 891 background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 892 background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 893 background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 894 background-image: linear-gradient(top, #ffffff, #e4e4e4); 786 background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 895 787 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 896 788 } … … 899 791 { 900 792 background: #ccc; 901 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 902 background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 903 background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 904 background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 905 background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 906 background-image: linear-gradient(top, #f2f2f2, #ccc); 793 background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 907 794 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 908 795 outline: none; … … 912 799 { 913 800 border: 1px solid #777; 914 -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;915 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;916 801 box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 917 802 background: #b5b5b5; 918 background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 919 background-image: -moz-linear-gradient(top, #aaa, #cacaca); 920 background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 921 background-image: -o-linear-gradient(top, #aaa, #cacaca); 922 background-image: -ms-linear-gradient(top, #aaa, #cacaca); 923 background-image: linear-gradient(top, #aaa, #cacaca); 803 background-image: linear-gradient(to bottom, #aaa, #cacaca); 924 804 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 925 805 } … … 928 808 .cke_combo_on a.cke_combo_button:active 929 809 { 930 -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);931 -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);932 810 box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 933 811 } … … 1017 895 margin: -2px 0 2px; 1018 896 } 1019 .cke_path_item,1020 .cke_path_empty897 a.cke_path_item, 898 span.cke_path_empty 1021 899 { 1022 900 display: inline-block; … … 1046 924 color: #333; 1047 925 text-shadow: 0 1px 0 rgba(255,255,255,.5); 1048 -moz-border-radius: 2px;1049 -webkit-border-radius: 2px;1050 926 border-radius: 2px; 1051 -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);1052 -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);1053 927 box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 1054 928 } … … 1073 947 width: 120px; 1074 948 } 1075 .cke_source1076 { 1077 font-family: 'Courier New' 949 textarea.cke_source 950 { 951 font-family: 'Courier New', Monospace; 1078 952 font-size: small; 1079 953 background-color: #fff; 1080 white-space: pre; 954 white-space: pre-wrap; 955 border: none; 956 padding: 0; 957 margin: 0; 958 display: block; 1081 959 } 1082 960 .cke_wysiwyg_frame, .cke_wysiwyg_div 1083 961 { 1084 962 background-color: #fff; 963 } 964 .cke_notifications_area 965 { 966 pointer-events: none; 967 } 968 .cke_notification 969 { 970 pointer-events: auto; 971 position: relative; 972 margin: 10px; 973 width: 300px; 974 color: white; 975 border-radius: 3px; 976 text-align: center; 977 opacity: 0.95; 978 filter: alpha(opacity = 95); 979 box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3); 980 -webkit-animation: fadeIn 0.7s; 981 animation: fadeIn 0.7s; 982 } 983 .cke_notification_message a 984 { 985 color: #12306F; 986 } 987 @-webkit-keyframes fadeIn 988 { 989 from { opacity: 0.4; } 990 to { opacity: 0.95; } 991 } 992 @keyframes fadeIn 993 { 994 from { opacity: 0.4; } 995 to { opacity: 0.95; } 996 } 997 .cke_notification_success 998 { 999 background: #72B572; 1000 border: 1px solid #63A563; 1001 } 1002 .cke_notification_warning 1003 { 1004 background: #C83939; 1005 border: 1px solid #902B2B; 1006 } 1007 .cke_notification_info 1008 { 1009 background: #2E9AD0; 1010 border: 1px solid #0F74A8; 1011 } 1012 .cke_notification_info span.cke_notification_progress 1013 { 1014 background-color: #0F74A8; 1015 display: block; 1016 padding: 0; 1017 margin: 0; 1018 height: 100%; 1019 overflow: hidden; 1020 position: absolute; 1021 z-index: 1; 1022 } 1023 .cke_notification_message 1024 { 1025 position: relative; 1026 margin: 4px 23px 3px; 1027 font-family: Arial, Helvetica, sans-serif; 1028 font-size: 12px; 1029 line-height: 18px; 1030 z-index: 4; 1031 text-overflow: ellipsis; 1032 overflow: hidden; 1033 } 1034 .cke_notification_close 1035 { 1036 background-image: url(images/close.png); 1037 background-repeat: no-repeat; 1038 background-position: 50%; 1039 position: absolute; 1040 cursor: pointer; 1041 text-align: center; 1042 height: 20px; 1043 width: 20px; 1044 top: 1px; 1045 right: 1px; 1046 padding: 0; 1047 margin: 0; 1048 z-index: 5; 1049 opacity: 0.6; 1050 filter: alpha(opacity = 60); 1051 } 1052 .cke_notification_close:hover 1053 { 1054 opacity: 1; 1055 filter: alpha(opacity = 100); 1056 } 1057 .cke_notification_close span 1058 { 1059 display: none; 1060 } 1061 .cke_notification_warning a.cke_notification_close 1062 { 1063 opacity: 0.8; 1064 filter: alpha(opacity = 80); 1065 } 1066 .cke_notification_warning a.cke_notification_close:hover 1067 { 1068 opacity: 1; 1069 filter: alpha(opacity = 100); 1085 1070 } 1086 1071 .cke_chrome
Note: See TracChangeset
for help on using the changeset viewer.