EngineGP/template/css/user.css

69 lines
909 B
CSS
Raw Normal View History

2023-03-04 23:45:46 +00:00
#drop-files
{
2023-11-11 20:56:12 +00:00
position: relative;
2023-03-04 23:45:46 +00:00
width: 99%;
height: 56px;
margin: 0 auto;
background-color: #ffffff;
border: 2px dashed #dcdcdc;
text-align: center;
font: 15px 'Open Sans';
}
#drop-files p
{
2023-11-11 20:56:12 +00:00
clear: none;
padding: 0;
margin: 0;
2023-03-04 23:45:46 +00:00
}
#uploaded-holder
{
2023-11-11 20:56:12 +00:00
display: none;
position: relative;
margin: 0 auto 10px;
width: 100%;
2023-03-04 23:45:46 +00:00
}
#dropped-files
{
2023-11-11 20:56:12 +00:00
display: block;
margin: 0 auto;
width: 100%
2023-03-04 23:45:46 +00:00
}
#upload-button
{
2023-11-11 20:56:12 +00:00
z-index: 9999;
display: none;
margin: 5px 0;
2023-03-04 23:45:46 +00:00
}
#loading-content
{
2023-11-11 20:56:12 +00:00
position: relative;
font-size: 13px;
font-weight: bold;
text-align: center;
width: 100%;
2023-03-04 23:45:46 +00:00
}
#file-name-holder
{
2023-11-11 20:56:12 +00:00
width: 100%;
float: left;
2023-03-04 23:45:46 +00:00
}
#file-name-holder h1
{
padding: 5px 0;
font-size: 13px;
margin: 0;
}
#drop-files input
{
2023-11-11 20:56:12 +00:00
border: 0;
2023-03-04 23:45:46 +00:00
background-color: #ffffff;
width: initial;
}
.image
{
2023-11-11 20:56:12 +00:00
width: 140px;
2023-03-04 23:45:46 +00:00
height: 140px;
2023-11-11 20:56:12 +00:00
background-repeat: no-repeat !important
2023-03-04 23:45:46 +00:00
}