<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.px-form-input {
    float: left;
}
.px-buttons {
    float: left;
}

.px-input-button {
    overflow: hidden;
}

.px-input-button input {
    position:absolute;
    top: 0;
    right: 0;
    -moz-opacity:0;
    filter:alpha(opacity: 0);
    opacity: 0;
    cursor: pointer;
    /*border-right: 100px solid #FFF;
    border-bottom: 100px solid #FFF;*/
    direction: ltr;
    margin: 0;
    padding: 0;
    -o-transform: translate(250px, -50px) scale(1);
    /*-moz-transform: translate(-300px, 0) scale(4);*/
    height:40px;
    font-size: 100px;
}

.upload-data {
    padding: 5px;

    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.upload-data.pending {
    border: 1px solid #fbd850;
}

.upload-data.uploading {
    border: 1px solid #EDBE05;
}

.upload-data.success {
    border: 1px solid #7C94D2;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}

.upload-data.error, .upload-data.cancel {
    border: 1px solid #FF0000;
}

.px-widget ul.actions {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
}

.px-widget ul.actions li {
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin: 2px;
    padding: 4px;
    position: relative;
    width: 18px;
    height:22px;
    background: #f6f6f6 url(ui-lightness/images/delete.jpg) 50% 50% repeat-x;
}

.upload-data .filename {
    padding-right: 10px;
    width: 320px;
    display: inline-block;
    word-wrap: break-word;
    word-break: normal;
}

.upload-data .status {
    clear: both;
}

/* jQuery UI progressbar */
.progress {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.progressBar {
    float: left;
    width: 280px;
    height: 22px;
}
.percentage {
    float: left;
    padding-left: 5px;
    width: 50px;
}
.uploading .ui-progressbar-value {
    background-image: url(/_ueditor/js/jquery-fileuploader/css/ui-lightness/images/pbar-ani.gif);
}

.px-widget .ui-button {
    background: url(/_ueditor/js/jquery-fileuploader/css/images/cancel.jpg) 50% 50% repeat-x;
    height: 31px;
    width: 106px;
    border: none;
    cursor:pointer;
}
fieldset{margin:0; padding:4px; border:1px solid #919B9C; font-family:Verdana, Arial; font-size:10px;height:330px;margin:10px;width:90%}
legend{color:#2B6FB6; font-weight:bold;}
hr{margin:6px}
</pre></body></html>