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