- 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/dialog.css
r2962 r3039 47 47 border: 1px solid #b2b2b2; 48 48 border-bottom-color: #999; 49 -moz-border-radius: 3px;50 -webkit-border-radius: 3px;51 49 border-radius: 3px; 52 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);53 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);54 50 box-shadow: 0 0 3px rgba(0, 0, 0, .15); 55 51 } … … 70 66 border-bottom: 1px solid #999; 71 67 padding: 6px 10px; 72 -moz-border-radius: 2px 2px 0 0;73 -webkit-border-radius: 2px 2px 0 0;74 68 border-radius: 2px 2px 0 0; 75 -moz-box-shadow: 0 1px 0 #fff inset;76 -webkit-box-shadow: 0 1px 0 #fff inset;77 69 box-shadow: 0 1px 0 #fff inset; 78 70 background: #cfd1cf; 79 background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 80 background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 81 background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 82 background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 83 background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 84 background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 71 background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 85 72 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 73 } 74 .cke_dialog_spinner 75 { 76 border-radius: 50%; 77 width: 12px; 78 height: 12px; 79 overflow: hidden; 80 text-indent: -9999em; 81 border-top: 2px solid rgba(102, 102, 102, 0.2); 82 border-right: 2px solid rgba(102, 102, 102, 0.2); 83 border-bottom: 2px solid rgba(102, 102, 102, 0.2); 84 border-left: 2px solid rgba(102, 102, 102, 1); 85 -webkit-animation: dialog_spinner 1s infinite linear; 86 animation: dialog_spinner 1s infinite linear; 87 } 88 /* A GIF fallback for IE8 and IE9 which does not support CSS animations. */ 89 .cke_browser_ie8 .cke_dialog_spinner, 90 .cke_browser_ie9 .cke_dialog_spinner 91 { 92 background: url(images/spinner.gif) center top no-repeat; 93 width: 16px; 94 height: 16px; 95 border: 0; 96 } 97 @-webkit-keyframes dialog_spinner 98 { 99 0% { 100 -webkit-transform: rotate(0deg); 101 transform: rotate(0deg); 102 } 103 100% { 104 -webkit-transform: rotate(360deg); 105 transform: rotate(360deg); 106 } 107 } 108 @keyframes dialog_spinner 109 { 110 0% { 111 -webkit-transform: rotate(0deg); 112 transform: rotate(0deg); 113 } 114 100% { 115 -webkit-transform: rotate(360deg); 116 transform: rotate(360deg); 117 } 86 118 } 87 119 /* The outer part of the dialog contants, which contains the contents body … … 94 126 margin-top: 30px; 95 127 border-top: 1px solid #bfbfbf; 96 -moz-border-radius: 0 0 3px 3px;97 -webkit-border-radius: 0 0 3px 3px;98 128 border-radius: 0 0 3px 3px; 99 129 } … … 113 143 border: none; 114 144 outline: 1px solid #bfbfbf; 115 -moz-box-shadow: 0 1px 0 #fff inset;116 -webkit-box-shadow: 0 1px 0 #fff inset;117 145 box-shadow: 0 1px 0 #fff inset; 118 -moz-border-radius: 0 0 2px 2px;119 -webkit-border-radius: 0 0 2px 2px;120 146 border-radius: 0 0 2px 2px; 121 147 background: #cfd1cf; 122 background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf)); 123 background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf); 124 background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf); 125 background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf); 126 background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf); 127 background-image: linear-gradient(top, #ebebeb, #cfd1cf); 148 background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); 128 149 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf'); 129 150 } … … 190 211 color: #595959; 191 212 border: 1px solid #bfbfbf; 192 -moz-border-radius: 3px 3px 0 0;193 -webkit-border-radius: 3px 3px 0 0;194 213 border-radius: 3px 3px 0 0; 195 214 background: #d4d4d4; 196 background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed)); 197 background-image: -moz-linear-gradient(top, #fafafa, #ededed); 198 background-image: -webkit-linear-gradient(top, #fafafa, #ededed); 199 background-image: -o-linear-gradient(top, #fafafa, #ededed); 200 background-image: -ms-linear-gradient(top, #fafafa, #ededed); 201 background-image: linear-gradient(top, #fafafa, #ededed); 215 background-image: linear-gradient(to bottom, #fafafa, #ededed); 202 216 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed'); 203 217 } … … 208 222 } 209 223 /* A hover state of a regular inactive tab. */ 210 a.cke_dialog_tab:hover 224 a.cke_dialog_tab:hover, 225 a.cke_dialog_tab:focus 211 226 { 212 227 background: #ebebeb; 213 background: -moz-linear-gradient(top, #ebebeb 0%, #dfdfdf 100%);214 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dfdfdf));215 background: -webkit-linear-gradient(top, #ebebeb 0%,#dfdfdf 100%);216 background: -o-linear-gradient(top, #ebebeb 0%,#dfdfdf 100%);217 background: -ms-linear-gradient(top, #ebebeb 0%,#dfdfdf 100%);218 228 background: linear-gradient(to bottom, #ebebeb 0%,#dfdfdf 100%); 219 229 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dfdfdf',GradientType=0 ); … … 228 238 } 229 239 /* A hover state for selected tab. */ 230 a.cke_dialog_tab_selected:hover 240 a.cke_dialog_tab_selected:hover, 241 a.cke_dialog_tab_selected:focus, 231 242 { 232 243 background: #ededed; 233 background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);234 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));235 background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%);236 background: -o-linear-gradient(top, #ededed 0%,#ffffff 100%);237 background: -ms-linear-gradient(top, #ededed 0%,#ffffff 100%);238 244 background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%); 239 245 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); 240 246 } 241 247 .cke_hc a.cke_dialog_tab:hover, 248 .cke_hc a.cke_dialog_tab:focus, 242 249 .cke_hc a.cke_dialog_tab_selected 243 250 { … … 263 270 } 264 271 /* The close button at the top of the dialog. */ 265 .cke_dialog_close_button272 a.cke_dialog_close_button 266 273 { 267 274 background-image: url(images/close.png); … … 273 280 height: 20px; 274 281 width: 20px; 275 top: 5px;282 top: 4px; 276 283 z-index: 5; 277 284 opacity: 0.8; … … 441 448 width: 100%; 442 449 *width: 95%; 443 -moz-box-sizing: border-box;444 -webkit-box-sizing: border-box;445 450 box-sizing: border-box; 446 -moz-border-radius: 3px;447 -webkit-border-radius: 3px;448 451 border-radius: 3px; 449 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;450 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;451 452 box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; 452 453 } … … 491 492 border: 1px solid #b6b6b6; 492 493 border-bottom-color: #999; 493 -moz-border-radius: 3px;494 -webkit-border-radius: 3px;495 494 border-radius: 3px; 496 -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;497 -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;498 495 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; 499 496 background: #e4e4e4; 500 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 501 background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 502 background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 503 background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 504 background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 505 background-image: linear-gradient(top, #ffffff, #e4e4e4); 497 background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 506 498 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 507 499 } … … 514 506 border-color: #9e9e9e; 515 507 background: #ccc; 516 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 517 background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 518 background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 519 background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 520 background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 521 background-image: linear-gradient(top, #f2f2f2, #ccc); 508 background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 522 509 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 523 510 } … … 528 515 border-color: #969696; 529 516 outline: none; 530 -moz-box-shadow: 0 0 6px rgba(0,0,0,.4) inset;531 -webkit-box-shadow: 0 0 6px rgba(0,0,0,.4) inset;532 517 box-shadow: 0 0 6px rgba(0,0,0,.4) inset; 533 518 } … … 570 555 border-color: #62a60a #62a60a #4d9200; 571 556 background: #69b10b; 572 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ad717), to(#69b10b));573 background-image: -webkit-linear-gradient(top, #9ad717, #69b10b);574 background-image: -o-linear-gradient(top, #9ad717, #69b10b);575 557 background-image: linear-gradient(to bottom, #9ad717, #69b10b); 576 background-image: -moz-linear-gradient(top, #9ad717, #69b10b);577 558 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b'); 578 559 } … … 581 562 border-color: #5b9909 #5b9909 #478500; 582 563 background: #88be14; 583 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88be14), color-stop(100%,#5d9c0a));584 background: -webkit-linear-gradient(top, #88be14 0%,#5d9c0a 100%);585 background: -o-linear-gradient(top, #88be14 0%,#5d9c0a 100%);586 564 background: linear-gradient(to bottom, #88be14 0%,#5d9c0a 100%); 587 background: -moz-linear-gradient(top, #88be14 0%, #5d9c0a 100%);588 565 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88be14', endColorstr='#5d9c0a',GradientType=0 ); 566 } 567 a.cke_dialog_ui_button_ok.cke_disabled { 568 border-color: #7D9F51; 569 background: #8DAD62; 570 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B3D271), to(#8DAD62)); 571 background-image: -webkit-linear-gradient(top, #B3D271, #8DAD62); 572 background-image: -o-linear-gradient(top, #B3D271, #8DAD62); 573 background-image: linear-gradient(to bottom, #B3D271, #8DAD62); 574 background-image: -moz-linear-gradient(top, #B3D271, #8DAD62); 575 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62'); 576 } 577 a.cke_dialog_ui_button_ok.cke_disabled span { 578 color: #E0E8D1; 589 579 } 590 580 /* Default text shadow used for inner parts of all dialog buttons (both in dialog tabs and dialog footer). */ … … 615 605 { 616 606 border-color: #568C0A; 607 } 608 a.cke_dialog_ui_button_ok.cke_disabled:focus, 609 a.cke_dialog_ui_button_ok.cke_disabled:active 610 { 611 border-color: #6F8C49; 617 612 } 618 613 /* :focus/:active styles for dialog footer buttons (ok & cancel) spans */ … … 649 644 padding: 3px 3px 3px 6px; 650 645 outline: none; 651 -moz-border-radius: 3px;652 -webkit-border-radius: 3px;653 646 border-radius: 3px; 654 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;655 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;656 647 box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; 657 648 } … … 798 789 background-color: white; 799 790 border: 1px solid #aeb3b9; 800 -moz-border-radius: 3px;801 -webkit-border-radius: 3px;802 791 border-radius: 3px; 803 792 }
Note: See TracChangeset
for help on using the changeset viewer.