- 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_ie8.css
r2962 r3039 19 19 border: 1px solid #b2b2b2; 20 20 border-bottom-color: #999; 21 -moz-border-radius: 3px;22 -webkit-border-radius: 3px;23 21 border-radius: 3px; 24 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);25 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);26 22 box-shadow: 0 0 3px rgba(0, 0, 0, .15); 27 23 } … … 40 36 border-bottom: 1px solid #999; 41 37 padding: 6px 10px; 42 -moz-border-radius: 2px 2px 0 0;43 -webkit-border-radius: 2px 2px 0 0;44 38 border-radius: 2px 2px 0 0; 45 -moz-box-shadow: 0 1px 0 #fff inset;46 -webkit-box-shadow: 0 1px 0 #fff inset;47 39 box-shadow: 0 1px 0 #fff inset; 48 40 background: #cfd1cf; 49 background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 50 background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 51 background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 52 background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 53 background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 54 background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 41 background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 55 42 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 43 } 44 .cke_dialog_spinner 45 { 46 border-radius: 50%; 47 width: 12px; 48 height: 12px; 49 overflow: hidden; 50 text-indent: -9999em; 51 border-top: 2px solid rgba(102, 102, 102, 0.2); 52 border-right: 2px solid rgba(102, 102, 102, 0.2); 53 border-bottom: 2px solid rgba(102, 102, 102, 0.2); 54 border-left: 2px solid rgba(102, 102, 102, 1); 55 -webkit-animation: dialog_spinner 1s infinite linear; 56 animation: dialog_spinner 1s infinite linear; 57 } 58 .cke_browser_ie8 .cke_dialog_spinner, 59 .cke_browser_ie9 .cke_dialog_spinner 60 { 61 background: url(images/spinner.gif) center top no-repeat; 62 width: 16px; 63 height: 16px; 64 border: 0; 65 } 66 @-webkit-keyframes dialog_spinner 67 { 68 0% { 69 -webkit-transform: rotate(0deg); 70 transform: rotate(0deg); 71 } 72 100% { 73 -webkit-transform: rotate(360deg); 74 transform: rotate(360deg); 75 } 76 } 77 @keyframes dialog_spinner 78 { 79 0% { 80 -webkit-transform: rotate(0deg); 81 transform: rotate(0deg); 82 } 83 100% { 84 -webkit-transform: rotate(360deg); 85 transform: rotate(360deg); 86 } 56 87 } 57 88 .cke_dialog_contents … … 62 93 margin-top: 30px; 63 94 border-top: 1px solid #bfbfbf; 64 -moz-border-radius: 0 0 3px 3px;65 -webkit-border-radius: 0 0 3px 3px;66 95 border-radius: 0 0 3px 3px; 67 96 } … … 78 107 border: none; 79 108 outline: 1px solid #bfbfbf; 80 -moz-box-shadow: 0 1px 0 #fff inset;81 -webkit-box-shadow: 0 1px 0 #fff inset;82 109 box-shadow: 0 1px 0 #fff inset; 83 -moz-border-radius: 0 0 2px 2px;84 -webkit-border-radius: 0 0 2px 2px;85 110 border-radius: 0 0 2px 2px; 86 111 background: #cfd1cf; 87 background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf)); 88 background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf); 89 background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf); 90 background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf); 91 background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf); 92 background-image: linear-gradient(top, #ebebeb, #cfd1cf); 112 background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); 93 113 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf'); 94 114 } … … 138 158 color: #595959; 139 159 border: 1px solid #bfbfbf; 140 -moz-border-radius: 3px 3px 0 0;141 -webkit-border-radius: 3px 3px 0 0;142 160 border-radius: 3px 3px 0 0; 143 161 background: #d4d4d4; 144 background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed)); 145 background-image: -moz-linear-gradient(top, #fafafa, #ededed); 146 background-image: -webkit-linear-gradient(top, #fafafa, #ededed); 147 background-image: -o-linear-gradient(top, #fafafa, #ededed); 148 background-image: -ms-linear-gradient(top, #fafafa, #ededed); 149 background-image: linear-gradient(top, #fafafa, #ededed); 162 background-image: linear-gradient(to bottom, #fafafa, #ededed); 150 163 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed'); 151 164 } … … 155 168 margin-left: 3px; 156 169 } 157 a.cke_dialog_tab:hover 170 a.cke_dialog_tab:hover, 171 a.cke_dialog_tab:focus 158 172 { 159 173 background: #ebebeb; 160 background: -moz-linear-gradient(top, #ebebeb 0%, #dfdfdf 100%);161 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#dfdfdf));162 background: -webkit-linear-gradient(top, #ebebeb 0%,#dfdfdf 100%);163 background: -o-linear-gradient(top, #ebebeb 0%,#dfdfdf 100%);164 background: -ms-linear-gradient(top, #ebebeb 0%,#dfdfdf 100%);165 174 background: linear-gradient(to bottom, #ebebeb 0%,#dfdfdf 100%); 166 175 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dfdfdf',GradientType=0 ); … … 174 183 filter: none; 175 184 } 176 a.cke_dialog_tab_selected:hover 185 a.cke_dialog_tab_selected:hover, 186 a.cke_dialog_tab_selected:focus, 177 187 { 178 188 background: #ededed; 179 background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);180 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));181 background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%);182 background: -o-linear-gradient(top, #ededed 0%,#ffffff 100%);183 background: -ms-linear-gradient(top, #ededed 0%,#ffffff 100%);184 189 background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%); 185 190 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); 186 191 } 187 192 .cke_hc a.cke_dialog_tab:hover, 193 .cke_hc a.cke_dialog_tab:focus, 188 194 .cke_hc a.cke_dialog_tab_selected 189 195 { … … 206 212 border-top: none; 207 213 } 208 .cke_dialog_close_button214 a.cke_dialog_close_button 209 215 { 210 216 background-image: url(images/close.png); … … 216 222 height: 20px; 217 223 width: 20px; 218 top: 5px;224 top: 4px; 219 225 z-index: 5; 220 226 opacity: 0.8; … … 324 330 width: 100%; 325 331 *width: 95%; 326 -moz-box-sizing: border-box;327 -webkit-box-sizing: border-box;328 332 box-sizing: border-box; 329 -moz-border-radius: 3px;330 -webkit-border-radius: 3px;331 333 border-radius: 3px; 332 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;333 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;334 334 box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; 335 335 } … … 363 363 border: 1px solid #b6b6b6; 364 364 border-bottom-color: #999; 365 -moz-border-radius: 3px;366 -webkit-border-radius: 3px;367 365 border-radius: 3px; 368 -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;369 -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;370 366 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; 371 367 background: #e4e4e4; 372 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 373 background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 374 background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 375 background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 376 background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 377 background-image: linear-gradient(top, #ffffff, #e4e4e4); 368 background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 378 369 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 379 370 } … … 386 377 border-color: #9e9e9e; 387 378 background: #ccc; 388 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 389 background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 390 background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 391 background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 392 background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 393 background-image: linear-gradient(top, #f2f2f2, #ccc); 379 background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 394 380 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 395 381 } … … 399 385 border-color: #969696; 400 386 outline: none; 401 -moz-box-shadow: 0 0 6px rgba(0,0,0,.4) inset;402 -webkit-box-shadow: 0 0 6px rgba(0,0,0,.4) inset;403 387 box-shadow: 0 0 6px rgba(0,0,0,.4) inset; 404 388 } … … 432 416 border-color: #62a60a #62a60a #4d9200; 433 417 background: #69b10b; 434 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ad717), to(#69b10b));435 background-image: -webkit-linear-gradient(top, #9ad717, #69b10b);436 background-image: -o-linear-gradient(top, #9ad717, #69b10b);437 418 background-image: linear-gradient(to bottom, #9ad717, #69b10b); 438 background-image: -moz-linear-gradient(top, #9ad717, #69b10b);439 419 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b'); 440 420 } … … 443 423 border-color: #5b9909 #5b9909 #478500; 444 424 background: #88be14; 445 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88be14), color-stop(100%,#5d9c0a));446 background: -webkit-linear-gradient(top, #88be14 0%,#5d9c0a 100%);447 background: -o-linear-gradient(top, #88be14 0%,#5d9c0a 100%);448 425 background: linear-gradient(to bottom, #88be14 0%,#5d9c0a 100%); 449 background: -moz-linear-gradient(top, #88be14 0%, #5d9c0a 100%);450 426 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88be14', endColorstr='#5d9c0a',GradientType=0 ); 427 } 428 a.cke_dialog_ui_button_ok.cke_disabled { 429 border-color: #7D9F51; 430 background: #8DAD62; 431 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B3D271), to(#8DAD62)); 432 background-image: -webkit-linear-gradient(top, #B3D271, #8DAD62); 433 background-image: -o-linear-gradient(top, #B3D271, #8DAD62); 434 background-image: linear-gradient(to bottom, #B3D271, #8DAD62); 435 background-image: -moz-linear-gradient(top, #B3D271, #8DAD62); 436 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62'); 437 } 438 a.cke_dialog_ui_button_ok.cke_disabled span { 439 color: #E0E8D1; 451 440 } 452 441 a.cke_dialog_ui_button span … … 474 463 { 475 464 border-color: #568C0A; 465 } 466 a.cke_dialog_ui_button_ok.cke_disabled:focus, 467 a.cke_dialog_ui_button_ok.cke_disabled:active 468 { 469 border-color: #6F8C49; 476 470 } 477 471 a.cke_dialog_ui_button_ok:focus span, … … 502 496 padding: 3px 3px 3px 6px; 503 497 outline: none; 504 -moz-border-radius: 3px;505 -webkit-border-radius: 3px;506 498 border-radius: 3px; 507 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;508 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;509 499 box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; 510 500 } … … 644 634 background-color: white; 645 635 border: 1px solid #aeb3b9; 646 -moz-border-radius: 3px;647 -webkit-border-radius: 3px;648 636 border-radius: 3px; 649 637 }
Note: See TracChangeset
for help on using the changeset viewer.