mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
201 lines
3.8 KiB
CSS
Executable file
201 lines
3.8 KiB
CSS
Executable file
@charset "UTF-8";
|
|
.xefu-act-selectfile {
|
|
overflow: hidden !important;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.xefu-container {
|
|
margin: 10px 0;
|
|
border: 1px solid #B6B6B6;
|
|
}
|
|
|
|
/* dropzone */
|
|
.xefu-dropzone {
|
|
border: 1px solid #EEE;
|
|
text-align: center;
|
|
background-color: #EBEBEB;
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
}
|
|
.xefu-dropzone.in {
|
|
background-color: #E9F3EF;
|
|
}
|
|
.xefu-dropzone.hover {
|
|
border: 1px dotted #9ad18f;
|
|
border-radius: 5px;
|
|
}
|
|
.xefu-dropzone.fade {
|
|
-webkit-transition: all 0.3s ease-out;
|
|
-moz-transition: all 0.3s ease-out;
|
|
-ms-transition: all 0.3s ease-out;
|
|
-o-transition: all 0.3s ease-out;
|
|
transition: all 0.3s ease-out;
|
|
opacity: 1;
|
|
}
|
|
.xefu-dropzone p {
|
|
margin: 12px 0;
|
|
}
|
|
/* END:dropzone */
|
|
|
|
|
|
.xefu-list {
|
|
display: none;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
/* filelist:images */
|
|
.xefu-list-images {
|
|
max-height: 160px;
|
|
overflow-y: scroll;
|
|
-webkit-overflow-scrolling: touch;
|
|
margin: 0 -5px;
|
|
padding: 5px 0;
|
|
border-bottom: 1px solid #E6E6E6;
|
|
}
|
|
.xefu-list-images ul,
|
|
.xefu-list-images li {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.xefu-list-images li {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin: 3px;
|
|
width: 60px;
|
|
height: 60px;
|
|
border: 3px solid #DDD;
|
|
}
|
|
.xefu-list-images input,
|
|
.xefu-list-images button {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.xefu-list-images .xefu-file-name,
|
|
.xefu-list-images .xefu-file-size {
|
|
display: none;
|
|
}
|
|
.xefu-list-images li img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
.selected {
|
|
border-color: #6CBD7E !important;
|
|
}
|
|
/* END:images */
|
|
|
|
/* files */
|
|
.xefu-list .xefu-list-files {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
|
|
.xefu-list-files ul,
|
|
.xefu-list-files li {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.xefu-list-files li {
|
|
padding: 3px 0;
|
|
}
|
|
.xefu-list-files li.selected {
|
|
background-color: #E9F3EF;
|
|
}
|
|
.xefu-list-files .xefu-file-info {
|
|
float: right;
|
|
}
|
|
.xefu-list-files .xefu-file-info span {
|
|
padding: 0 5px;
|
|
}
|
|
/* END:files */
|
|
|
|
|
|
.xefu-controll {
|
|
display: none;
|
|
padding: 10px;
|
|
}
|
|
|
|
.xefu-progressbar {
|
|
border-bottom: 1px solid #6AB97D;
|
|
}
|
|
|
|
.xefu-progressbar div {
|
|
height: 3px;
|
|
background-color: #6AB97D;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.xefu-btn {
|
|
display: inline-block;
|
|
*display: inline;
|
|
margin: 0;
|
|
padding: 0 12px !important;
|
|
height: 24px !important;
|
|
overflow: visible;
|
|
border: 1px solid #bbbbbb;
|
|
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
border-bottom-color: #a2a2a2;
|
|
border-radius: 2px;
|
|
text-decoration: none !important;
|
|
text-align: center;
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
vertical-align: top;
|
|
line-height: 24px !important;
|
|
font-family: inherit;
|
|
font-size: 12px;
|
|
color: #333333;
|
|
*zoom: 1;
|
|
cursor: pointer;
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
background-color: #f5f5f5;
|
|
*background-color: #e6e6e6;
|
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: -webkit-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
|
|
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
input.xefu-btn,
|
|
button.xefu-btn {
|
|
height: 26px !important;
|
|
}
|
|
.xefu-btn:hover,
|
|
.xefu-btn:active,
|
|
.xefu-btn[disabled] {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
*background-color: #d9d9d9;
|
|
}
|
|
.xefu-btn>a,
|
|
.xefu-btn>button,
|
|
.xefu-btn>input,
|
|
.xefu-btn>span {
|
|
display: inline-block;
|
|
*zoom: 1;
|
|
margin: 0 -12px !important;
|
|
padding: 0 12px !important;
|
|
overflow: visible;
|
|
width: auto;
|
|
height: 24px;
|
|
border: 0;
|
|
vertical-align: top;
|
|
text-decoration: none !important;
|
|
line-height: 24px;
|
|
font-family: inherit;
|
|
font-size: 12px;
|
|
color: #333;
|
|
cursor: pointer;
|
|
background: none;
|
|
}
|