Dotclear


Ignore:
Timestamp:
07/03/15 22:25:56 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
committer:
Nicolas <nikrou77@gmail.com> 1435955575 -7200
Message:

Update ckeditor to 4.5.1
Many changes and issues fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_ie8.css

    r2962 r3039  
    1919     border: 1px solid #b2b2b2; 
    2020     border-bottom-color: #999; 
    21      -moz-border-radius: 3px; 
    22      -webkit-border-radius: 3px; 
    2321     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); 
    2622     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    2723} 
     
    4036     border-bottom: 1px solid #999; 
    4137     padding: 6px 10px; 
    42      -moz-border-radius: 2px 2px 0 0; 
    43      -webkit-border-radius: 2px 2px 0 0; 
    4438     border-radius: 2px 2px 0 0; 
    45      -moz-box-shadow: 0 1px 0 #fff inset; 
    46      -webkit-box-shadow: 0 1px 0 #fff inset; 
    4739     box-shadow: 0 1px 0 #fff inset; 
    4840     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); 
    5542     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     } 
    5687} 
    5788.cke_dialog_contents 
     
    6293     margin-top: 30px; 
    6394     border-top: 1px solid #bfbfbf; 
    64      -moz-border-radius: 0 0 3px 3px; 
    65      -webkit-border-radius: 0 0 3px 3px; 
    6695     border-radius: 0 0 3px 3px; 
    6796} 
     
    78107     border: none; 
    79108     outline: 1px solid #bfbfbf; 
    80      -moz-box-shadow: 0 1px 0 #fff inset; 
    81      -webkit-box-shadow: 0 1px 0 #fff inset; 
    82109     box-shadow: 0 1px 0 #fff inset; 
    83      -moz-border-radius: 0 0 2px 2px; 
    84      -webkit-border-radius: 0 0 2px 2px; 
    85110     border-radius: 0 0 2px 2px; 
    86111     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); 
    93113     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf'); 
    94114} 
     
    138158     color: #595959; 
    139159     border: 1px solid #bfbfbf; 
    140      -moz-border-radius: 3px 3px 0 0; 
    141      -webkit-border-radius: 3px 3px 0 0; 
    142160     border-radius: 3px 3px 0 0; 
    143161     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); 
    150163     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed'); 
    151164} 
     
    155168     margin-left: 3px; 
    156169} 
    157 a.cke_dialog_tab:hover 
     170a.cke_dialog_tab:hover, 
     171a.cke_dialog_tab:focus 
    158172{ 
    159173     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%); 
    165174     background: linear-gradient(to bottom, #ebebeb 0%,#dfdfdf 100%); 
    166175     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dfdfdf',GradientType=0 ); 
     
    174183     filter: none; 
    175184} 
    176 a.cke_dialog_tab_selected:hover 
     185a.cke_dialog_tab_selected:hover, 
     186a.cke_dialog_tab_selected:focus, 
    177187{ 
    178188     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%); 
    184189     background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%); 
    185190     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); 
    186191} 
    187192.cke_hc a.cke_dialog_tab:hover, 
     193.cke_hc a.cke_dialog_tab:focus, 
    188194.cke_hc a.cke_dialog_tab_selected 
    189195{ 
     
    206212     border-top: none; 
    207213} 
    208 .cke_dialog_close_button 
     214a.cke_dialog_close_button 
    209215{ 
    210216     background-image: url(images/close.png); 
     
    216222     height: 20px; 
    217223     width: 20px; 
    218      top: 5px; 
     224     top: 4px; 
    219225     z-index: 5; 
    220226     opacity: 0.8; 
     
    324330     width: 100%; 
    325331     *width: 95%; 
    326      -moz-box-sizing: border-box; 
    327      -webkit-box-sizing: border-box; 
    328332     box-sizing: border-box; 
    329      -moz-border-radius: 3px; 
    330      -webkit-border-radius: 3px; 
    331333     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; 
    334334     box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; 
    335335} 
     
    363363     border: 1px solid #b6b6b6; 
    364364     border-bottom-color: #999; 
    365      -moz-border-radius: 3px; 
    366      -webkit-border-radius: 3px; 
    367365     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; 
    370366     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; 
    371367     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); 
    378369     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    379370} 
     
    386377     border-color: #9e9e9e; 
    387378     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); 
    394380     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    395381} 
     
    399385     border-color: #969696; 
    400386     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; 
    403387     box-shadow: 0 0 6px rgba(0,0,0,.4) inset; 
    404388} 
     
    432416     border-color: #62a60a #62a60a #4d9200; 
    433417     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); 
    437418     background-image: linear-gradient(to bottom, #9ad717, #69b10b); 
    438      background-image: -moz-linear-gradient(top, #9ad717, #69b10b); 
    439419     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b'); 
    440420} 
     
    443423     border-color: #5b9909 #5b9909 #478500; 
    444424     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%); 
    448425     background: linear-gradient(to bottom, #88be14 0%,#5d9c0a 100%); 
    449      background: -moz-linear-gradient(top, #88be14 0%, #5d9c0a 100%); 
    450426     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88be14', endColorstr='#5d9c0a',GradientType=0 ); 
     427} 
     428a.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} 
     438a.cke_dialog_ui_button_ok.cke_disabled span { 
     439     color: #E0E8D1; 
    451440} 
    452441a.cke_dialog_ui_button span 
     
    474463{ 
    475464     border-color: #568C0A; 
     465} 
     466a.cke_dialog_ui_button_ok.cke_disabled:focus, 
     467a.cke_dialog_ui_button_ok.cke_disabled:active 
     468{ 
     469     border-color: #6F8C49; 
    476470} 
    477471a.cke_dialog_ui_button_ok:focus span, 
     
    502496     padding: 3px 3px 3px 6px; 
    503497     outline: none; 
    504      -moz-border-radius: 3px; 
    505      -webkit-border-radius: 3px; 
    506498     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; 
    509499     box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; 
    510500} 
     
    644634     background-color: white; 
    645635     border: 1px solid #aeb3b9; 
    646      -moz-border-radius: 3px; 
    647      -webkit-border-radius: 3px; 
    648636     border-radius: 3px; 
    649637} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map