- 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.css
r2962 r3039 23 23 vertical-align: baseline; 24 24 box-sizing: content-box; 25 -moz-box-sizing: content-box;26 -webkit-box-sizing: content-box;27 25 position: static; 28 -webkit-transition: none;29 -moz-transition: none;30 -ms-transition: none;31 26 transition: none; 32 27 } 33 .cke_reset_all, .cke_reset_all * 28 .cke_reset_all, .cke_reset_all *, 29 .cke_reset_all a, .cke_reset_all textarea 34 30 { 35 31 margin: 0; … … 42 38 vertical-align: baseline; 43 39 box-sizing: content-box; 44 -moz-box-sizing: content-box;45 -webkit-box-sizing: content-box;46 40 position: static; 47 -webkit-transition: none;48 -moz-transition: none;49 -ms-transition: none;50 41 transition: none; 51 42 border-collapse: collapse; … … 66 57 .cke_reset_all textarea 67 58 { 68 white-space: pre ;59 white-space: pre-wrap; 69 60 } 70 61 .cke_reset_all textarea, … … 88 79 { 89 80 box-sizing: border-box; 90 -moz-box-sizing: border-box;91 -webkit-box-sizing: border-box;92 81 } 93 82 .cke_reset_all table … … 101 90 border: 1px solid #b6b6b6; 102 91 padding: 0; 103 -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);104 -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);105 92 box-shadow: 0 0 3px rgba(0,0,0,.15); 106 93 } … … 132 119 padding: 6px 8px 2px; 133 120 white-space: normal; 134 -moz-box-shadow: 0 1px 0 #fff inset;135 -webkit-box-shadow: 0 1px 0 #fff inset;136 121 box-shadow: 0 1px 0 #fff inset; 137 122 background: #cfd1cf; 138 background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 139 background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 140 background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 141 background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 142 background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 143 background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 123 background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 144 124 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 145 125 } … … 154 134 position: relative; 155 135 border-top: 1px solid #bfbfbf; 156 -moz-box-shadow: 0 1px 0 #fff inset;157 -webkit-box-shadow: 0 1px 0 #fff inset;158 136 box-shadow: 0 1px 0 #fff inset; 159 137 background: #cfd1cf; 160 background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf)); 161 background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf); 162 background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf); 163 background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf); 164 background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf); 165 background-image: linear-gradient(top, #ebebeb, #cfd1cf); 138 background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); 166 139 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf'); 167 140 } … … 186 159 margin-top: 6px; 187 160 margin-bottom: 2px; 188 -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);189 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);190 161 box-shadow: 0 1px 0 rgba(255,255,255,.3); 191 162 } … … 220 191 padding: 0 8px; 221 192 outline-style: none; 222 -moz-box-sizing: border-box;223 -webkit-box-sizing: border-box;224 193 box-sizing: border-box; 225 194 } … … 235 204 border: 1px solid #b6b6b6; 236 205 border-bottom-color: #999; 237 -moz-border-radius: 3px;238 -webkit-border-radius: 3px;239 206 border-radius: 3px; 240 -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);241 -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);242 207 box-shadow: 0 0 3px rgba(0,0,0,.15); 243 208 } … … 286 251 overflow: hidden; 287 252 text-overflow: ellipsis; 288 -moz-border-radius: 2px;289 -webkit-border-radius: 2px;290 253 border-radius: 2px; 291 254 } … … 303 266 border: 1px solid #dedede; 304 267 background-color: #f2f2f2; 305 -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;306 -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;307 268 box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 308 269 } … … 313 274 border-color: #dedede; 314 275 background-color: #f2f2f2; 315 -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;316 -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;317 276 box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 318 277 } … … 339 298 text-shadow: 0 1px 0 rgba(255,255,255,.75); 340 299 border-bottom: 1px solid #b6b6b6; 341 -moz-border-radius: 2px 2px 0 0;342 -webkit-border-radius: 2px 2px 0 0;343 300 border-radius: 2px 2px 0 0; 344 -moz-box-shadow: 0 1px 0 #fff inset;345 -webkit-box-shadow: 0 1px 0 #fff inset;346 301 box-shadow: 0 1px 0 #fff inset; 347 302 background: #cfd1cf; 348 background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 349 background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 350 background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 351 background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 352 background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 353 background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 303 background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 354 304 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 355 305 } … … 442 392 border: 1px solid #a6a6a6; 443 393 border-bottom-color: #979797; 444 -moz-border-radius: 3px;445 -webkit-border-radius: 3px;446 394 border-radius: 3px; 447 -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;448 -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;449 395 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; 450 396 background: #e4e4e4; 451 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 452 background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 453 background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 454 background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 455 background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 456 background-image: linear-gradient(top, #ffffff, #e4e4e4); 397 background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 457 398 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 458 399 } … … 482 423 .cke_rtl .cke_button:first-child 483 424 { 484 -moz-border-radius: 0 2px 2px 0; 485 -webkit-border-radius: 0 2px 2px 0; 486 border-radius: 0 2px 2px 0; 425 border-radius: 0 2px 2px 0; 487 426 } 488 427 .cke_ltr .cke_button:first-child, 489 428 .cke_rtl .cke_button:last-child 490 429 { 491 -moz-border-radius: 2px 0 0 2px; 492 -webkit-border-radius: 2px 0 0 2px; 493 border-radius: 2px 0 0 2px; 430 border-radius: 2px 0 0 2px; 494 431 } 495 432 .cke_rtl .cke_button … … 503 440 margin: -2px 4px 0 -2px; 504 441 } 505 .cke_button_on 506 { 507 -moz-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 508 -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 442 a.cke_button_on 443 { 509 444 box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 510 445 background: #b5b5b5; 511 background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 512 background-image: -moz-linear-gradient(top, #aaa, #cacaca); 513 background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 514 background-image: -o-linear-gradient(top, #aaa, #cacaca); 515 background-image: -ms-linear-gradient(top, #aaa, #cacaca); 516 background-image: linear-gradient(top, #aaa, #cacaca); 446 background-image: linear-gradient(to bottom, #aaa, #cacaca); 517 447 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 518 448 } … … 540 470 a.cke_button_on:active 541 471 { 542 -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);543 -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);544 472 box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 545 473 } … … 551 479 a.cke_button_disabled:active 552 480 { 553 -moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;554 -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;555 481 box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 556 482 background: #ccc; 557 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 558 background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 559 background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 560 background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 561 background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 562 background-image: linear-gradient(top, #f2f2f2, #ccc); 483 background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 563 484 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 564 485 } … … 637 558 height: 18px; 638 559 width: 1px; 639 -webkit-box-shadow: 1px 0 1px rgba(255,255,255,.5);640 -moz-box-shadow: 1px 0 1px rgba(255,255,255,.5);641 560 box-shadow: 1px 0 1px rgba(255,255,255,.5); 642 561 } … … 644 563 { 645 564 float: right; 646 -webkit-box-shadow: -1px 0 1px rgba(255,255,255,.1);647 -moz-box-shadow: -1px 0 1px rgba(255,255,255,.1);648 565 box-shadow: -1px 0 1px rgba(255,255,255,.1); 649 566 } … … 663 580 clear: right; 664 581 } 665 .cke_toolbox_collapser582 a.cke_toolbox_collapser 666 583 { 667 584 width: 12px; … … 674 591 border: 1px solid #a6a6a6; 675 592 border-bottom-color: #979797; 676 -moz-border-radius: 3px;677 -webkit-border-radius: 3px;678 593 border-radius: 3px; 679 -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;680 -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;681 594 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; 682 595 background: #e4e4e4; 683 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 684 background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 685 background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 686 background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 687 background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 688 background-image: linear-gradient(top, #ffffff, #e4e4e4); 596 background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 689 597 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 690 598 } … … 692 600 { 693 601 background: #ccc; 694 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 695 background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 696 background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 697 background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 698 background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 699 background-image: linear-gradient(top, #f2f2f2, #ccc); 602 background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 700 603 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 701 604 } … … 809 712 border: 1px solid #dedede; 810 713 background-color: #f2f2f2; 811 -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;812 -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;813 714 box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 814 715 } … … 881 782 margin-right: 0; 882 783 } 883 .cke_combo_button784 a.cke_combo_button 884 785 { 885 786 cursor: default; … … 889 790 border: 1px solid #a6a6a6; 890 791 border-bottom-color: #979797; 891 -moz-border-radius: 3px;892 -webkit-border-radius: 3px;893 792 border-radius: 3px; 894 -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;895 -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;896 793 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; 897 794 background: #e4e4e4; 898 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 899 background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 900 background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 901 background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 902 background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 903 background-image: linear-gradient(top, #ffffff, #e4e4e4); 795 background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 904 796 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 905 797 } … … 908 800 { 909 801 background: #ccc; 910 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 911 background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 912 background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 913 background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 914 background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 915 background-image: linear-gradient(top, #f2f2f2, #ccc); 802 background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 916 803 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 917 804 outline: none; … … 921 808 { 922 809 border: 1px solid #777; 923 -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;924 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;925 810 box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 926 811 background: #b5b5b5; 927 background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 928 background-image: -moz-linear-gradient(top, #aaa, #cacaca); 929 background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 930 background-image: -o-linear-gradient(top, #aaa, #cacaca); 931 background-image: -ms-linear-gradient(top, #aaa, #cacaca); 932 background-image: linear-gradient(top, #aaa, #cacaca); 812 background-image: linear-gradient(to bottom, #aaa, #cacaca); 933 813 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 934 814 } … … 937 817 .cke_combo_on a.cke_combo_button:active 938 818 { 939 -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);940 -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);941 819 box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 942 820 } … … 1027 905 margin: -2px 0 2px; 1028 906 } 1029 .cke_path_item,1030 .cke_path_empty907 a.cke_path_item, 908 span.cke_path_empty 1031 909 { 1032 910 display: inline-block; … … 1056 934 color: #333; 1057 935 text-shadow: 0 1px 0 rgba(255,255,255,.5); 1058 -moz-border-radius: 2px;1059 -webkit-border-radius: 2px;1060 936 border-radius: 2px; 1061 -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);1062 -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);1063 937 box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 1064 938 } … … 1085 959 width: 120px; 1086 960 } 1087 .cke_source1088 { 1089 font-family: 'Courier New' 961 textarea.cke_source 962 { 963 font-family: 'Courier New', Monospace; 1090 964 font-size: small; 1091 965 background-color: #fff; 1092 white-space: pre; 966 white-space: pre-wrap; 967 border: none; 968 padding: 0; 969 margin: 0; 970 display: block; 1093 971 } 1094 972 .cke_wysiwyg_frame, .cke_wysiwyg_div 1095 973 { 1096 974 background-color: #fff; 975 } 976 /* Styles for notifications. */ 977 .cke_notifications_area 978 { 979 pointer-events: none; 980 } 981 .cke_notification 982 { 983 pointer-events: auto; 984 position: relative; 985 margin: 10px; 986 width: 300px; 987 color: white; 988 border-radius: 3px; 989 text-align: center; 990 opacity: 0.95; 991 filter: alpha(opacity = 95); 992 box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3); 993 -webkit-animation: fadeIn 0.7s; 994 animation: fadeIn 0.7s; 995 } 996 .cke_notification_message a 997 { 998 color: #12306F; 999 } 1000 @-webkit-keyframes fadeIn 1001 { 1002 from { opacity: 0.4; } 1003 to { opacity: 0.95; } 1004 } 1005 @keyframes fadeIn 1006 { 1007 from { opacity: 0.4; } 1008 to { opacity: 0.95; } 1009 } 1010 .cke_notification_success 1011 { 1012 background: #72B572; 1013 border: 1px solid #63A563; 1014 } 1015 .cke_notification_warning 1016 { 1017 background: #C83939; 1018 border: 1px solid #902B2B; 1019 } 1020 .cke_notification_info 1021 { 1022 background: #2E9AD0; 1023 border: 1px solid #0F74A8; 1024 } 1025 .cke_notification_info span.cke_notification_progress 1026 { 1027 background-color: #0F74A8; 1028 display: block; 1029 padding: 0; 1030 margin: 0; 1031 height: 100%; 1032 overflow: hidden; 1033 position: absolute; 1034 z-index: 1; 1035 } 1036 .cke_notification_message 1037 { 1038 position: relative; 1039 margin: 4px 23px 3px; 1040 font-family: Arial, Helvetica, sans-serif; 1041 font-size: 12px; 1042 line-height: 18px; 1043 z-index: 4; 1044 text-overflow: ellipsis; 1045 overflow: hidden; 1046 } 1047 .cke_notification_close 1048 { 1049 background-image: url(images/close.png); 1050 background-repeat: no-repeat; 1051 background-position: 50%; 1052 position: absolute; 1053 cursor: pointer; 1054 text-align: center; 1055 height: 20px; 1056 width: 20px; 1057 top: 1px; 1058 right: 1px; 1059 padding: 0; 1060 margin: 0; 1061 z-index: 5; 1062 opacity: 0.6; 1063 filter: alpha(opacity = 60); 1064 } 1065 .cke_notification_close:hover 1066 { 1067 opacity: 1; 1068 filter: alpha(opacity = 100); 1069 } 1070 .cke_notification_close span 1071 { 1072 display: none; 1073 } 1074 .cke_notification_warning a.cke_notification_close 1075 { 1076 opacity: 0.8; 1077 filter: alpha(opacity = 80); 1078 } 1079 .cke_notification_warning a.cke_notification_close:hover 1080 { 1081 opacity: 1; 1082 filter: alpha(opacity = 100); 1097 1083 } 1098 1084 /* Important!
Note: See TracChangeset
for help on using the changeset viewer.