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.css

    r2962 r3039  
    4747     border: 1px solid #b2b2b2; 
    4848     border-bottom-color: #999; 
    49      -moz-border-radius: 3px; 
    50      -webkit-border-radius: 3px; 
    5149     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); 
    5450     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    5551} 
     
    7066     border-bottom: 1px solid #999; 
    7167     padding: 6px 10px; 
    72      -moz-border-radius: 2px 2px 0 0; 
    73      -webkit-border-radius: 2px 2px 0 0; 
    7468     border-radius: 2px 2px 0 0; 
    75      -moz-box-shadow: 0 1px 0 #fff inset; 
    76      -webkit-box-shadow: 0 1px 0 #fff inset; 
    7769     box-shadow: 0 1px 0 #fff inset; 
    7870     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); 
    8572     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     } 
    86118} 
    87119/* The outer part of the dialog contants, which contains the contents body 
     
    94126     margin-top: 30px; 
    95127     border-top: 1px solid #bfbfbf; 
    96      -moz-border-radius: 0 0 3px 3px; 
    97      -webkit-border-radius: 0 0 3px 3px; 
    98128     border-radius: 0 0 3px 3px; 
    99129} 
     
    113143     border: none; 
    114144     outline: 1px solid #bfbfbf; 
    115      -moz-box-shadow: 0 1px 0 #fff inset; 
    116      -webkit-box-shadow: 0 1px 0 #fff inset; 
    117145     box-shadow: 0 1px 0 #fff inset; 
    118      -moz-border-radius: 0 0 2px 2px; 
    119      -webkit-border-radius: 0 0 2px 2px; 
    120146     border-radius: 0 0 2px 2px; 
    121147     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); 
    128149     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf'); 
    129150} 
     
    190211     color: #595959; 
    191212     border: 1px solid #bfbfbf; 
    192      -moz-border-radius: 3px 3px 0 0; 
    193      -webkit-border-radius: 3px 3px 0 0; 
    194213     border-radius: 3px 3px 0 0; 
    195214     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); 
    202216     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed'); 
    203217} 
     
    208222} 
    209223/* A hover state of a regular inactive tab. */ 
    210 a.cke_dialog_tab:hover 
     224a.cke_dialog_tab:hover, 
     225a.cke_dialog_tab:focus 
    211226{ 
    212227     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%); 
    218228     background: linear-gradient(to bottom, #ebebeb 0%,#dfdfdf 100%); 
    219229     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#dfdfdf',GradientType=0 ); 
     
    228238} 
    229239/* A hover state for selected tab. */ 
    230 a.cke_dialog_tab_selected:hover 
     240a.cke_dialog_tab_selected:hover, 
     241a.cke_dialog_tab_selected:focus, 
    231242{ 
    232243     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%); 
    238244     background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%); 
    239245     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); 
    240246} 
    241247.cke_hc a.cke_dialog_tab:hover, 
     248.cke_hc a.cke_dialog_tab:focus, 
    242249.cke_hc a.cke_dialog_tab_selected 
    243250{ 
     
    263270} 
    264271/* The close button at the top of the dialog. */ 
    265 .cke_dialog_close_button 
     272a.cke_dialog_close_button 
    266273{ 
    267274     background-image: url(images/close.png); 
     
    273280     height: 20px; 
    274281     width: 20px; 
    275      top: 5px; 
     282     top: 4px; 
    276283     z-index: 5; 
    277284     opacity: 0.8; 
     
    441448     width: 100%; 
    442449     *width: 95%; 
    443      -moz-box-sizing: border-box; 
    444      -webkit-box-sizing: border-box; 
    445450     box-sizing: border-box; 
    446      -moz-border-radius: 3px; 
    447      -webkit-border-radius: 3px; 
    448451     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; 
    451452     box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; 
    452453} 
     
    491492     border: 1px solid #b6b6b6; 
    492493     border-bottom-color: #999; 
    493      -moz-border-radius: 3px; 
    494      -webkit-border-radius: 3px; 
    495494     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; 
    498495     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; 
    499496     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); 
    506498     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    507499} 
     
    514506     border-color: #9e9e9e; 
    515507     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); 
    522509     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    523510} 
     
    528515     border-color: #969696; 
    529516     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; 
    532517     box-shadow: 0 0 6px rgba(0,0,0,.4) inset; 
    533518} 
     
    570555     border-color: #62a60a #62a60a #4d9200; 
    571556     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); 
    575557     background-image: linear-gradient(to bottom, #9ad717, #69b10b); 
    576      background-image: -moz-linear-gradient(top, #9ad717, #69b10b); 
    577558     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b'); 
    578559} 
     
    581562     border-color: #5b9909 #5b9909 #478500; 
    582563     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%); 
    586564     background: linear-gradient(to bottom, #88be14 0%,#5d9c0a 100%); 
    587      background: -moz-linear-gradient(top, #88be14 0%, #5d9c0a 100%); 
    588565     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88be14', endColorstr='#5d9c0a',GradientType=0 ); 
     566} 
     567a.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} 
     577a.cke_dialog_ui_button_ok.cke_disabled span { 
     578     color: #E0E8D1; 
    589579} 
    590580/* Default text shadow used for inner parts of all dialog buttons (both in dialog tabs and dialog footer). */ 
     
    615605{ 
    616606     border-color: #568C0A; 
     607} 
     608a.cke_dialog_ui_button_ok.cke_disabled:focus, 
     609a.cke_dialog_ui_button_ok.cke_disabled:active 
     610{ 
     611     border-color: #6F8C49; 
    617612} 
    618613/*   :focus/:active styles for dialog footer buttons (ok & cancel) spans */ 
     
    649644     padding: 3px 3px 3px 6px; 
    650645     outline: none; 
    651      -moz-border-radius: 3px; 
    652      -webkit-border-radius: 3px; 
    653646     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; 
    656647     box-shadow: 0 1px 2px rgba(0,0,0,.15) inset; 
    657648} 
     
    798789     background-color: white; 
    799790     border: 1px solid #aeb3b9; 
    800      -moz-border-radius: 3px; 
    801      -webkit-border-radius: 3px; 
    802791     border-radius: 3px; 
    803792} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map