2012-10-24 11:09:05 +00:00
|
|
|
#preview {
|
2013-11-21 12:33:04 +00:00
|
|
|
background: #fff;
|
|
|
|
text-align: center;
|
2013-10-28 19:22:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#preview .notCreatable {
|
|
|
|
display: none;
|
2012-10-23 21:57:55 +00:00
|
|
|
}
|
2012-10-24 11:09:05 +00:00
|
|
|
|
|
|
|
#noPreview {
|
|
|
|
display:none;
|
2014-01-16 15:36:14 +00:00
|
|
|
padding-top:80px;
|
2012-10-23 21:57:55 +00:00
|
|
|
}
|
2012-10-24 11:09:05 +00:00
|
|
|
|
|
|
|
#imgframe {
|
2014-01-16 14:56:18 +00:00
|
|
|
height:75%;
|
2013-10-06 18:08:24 +00:00
|
|
|
padding-bottom:32px;
|
|
|
|
padding-top:32px;
|
2014-01-16 14:56:18 +00:00
|
|
|
width:80%;
|
|
|
|
margin:0 auto;
|
2012-10-23 21:57:55 +00:00
|
|
|
}
|
2012-10-24 11:09:05 +00:00
|
|
|
|
2016-07-28 09:49:08 +00:00
|
|
|
|
2018-01-22 09:58:23 +00:00
|
|
|
#imgframe img {
|
2016-07-28 09:49:08 +00:00
|
|
|
max-height: 100% !important;
|
|
|
|
max-width: 100% !important;
|
|
|
|
}
|
2013-02-11 11:35:39 +00:00
|
|
|
|
2015-04-16 13:28:04 +00:00
|
|
|
#imgframe .text-preview {
|
|
|
|
display: inline-block;
|
2015-04-18 20:11:36 +00:00
|
|
|
position: relative;
|
2015-04-16 13:28:04 +00:00
|
|
|
text-align: left;
|
|
|
|
white-space: pre-wrap;
|
2015-04-23 16:15:11 +00:00
|
|
|
overflow-y: hidden;
|
2015-04-16 13:28:04 +00:00
|
|
|
height: auto;
|
|
|
|
min-height: 200px;
|
|
|
|
max-height: 800px;
|
2015-04-18 20:11:36 +00:00
|
|
|
}
|
|
|
|
|
2015-04-23 16:15:11 +00:00
|
|
|
#imgframe .ellipsis {
|
|
|
|
font-size: 1.2em;
|
2015-04-16 13:28:04 +00:00
|
|
|
}
|
|
|
|
|
2014-08-19 13:51:10 +00:00
|
|
|
/* fix multiselect bar offset on shared page */
|
2014-01-23 14:35:30 +00:00
|
|
|
thead {
|
2014-08-19 13:51:10 +00:00
|
|
|
left: 0 !important;
|
2013-02-11 11:35:39 +00:00
|
|
|
}
|
2013-06-25 10:24:14 +00:00
|
|
|
|
|
|
|
#data-upload-form {
|
|
|
|
position: relative;
|
|
|
|
right: 0;
|
2013-10-29 15:08:11 +00:00
|
|
|
height: 32px;
|
2013-06-25 10:24:14 +00:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
float: right;
|
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-04-17 14:58:57 +00:00
|
|
|
/* keep long file names in one line to not overflow download button on mobile */
|
2015-07-06 11:37:14 +00:00
|
|
|
.directDownload #downloadFile {
|
2014-04-17 14:58:57 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 90%;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2017-09-26 12:09:09 +00:00
|
|
|
.download-size {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
2017-01-22 16:25:02 +00:00
|
|
|
/* header buttons */
|
|
|
|
#details {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
#details button,
|
|
|
|
#details input,
|
|
|
|
#details .button {
|
|
|
|
margin: 0 5px;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
#details button:hover,
|
|
|
|
#details input:hover,
|
|
|
|
#details .button:hover {
|
|
|
|
/* No */
|
|
|
|
border-color: rgba(0,0,0,0.3) !important;
|
|
|
|
}
|
|
|
|
|
2016-06-09 15:45:16 +00:00
|
|
|
#public-upload .avatardiv {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2016-09-08 07:13:59 +00:00
|
|
|
#emptycontent.has-disclaimer {
|
|
|
|
margin-top: 10vh;
|
|
|
|
}
|
|
|
|
|
2016-06-09 15:45:16 +00:00
|
|
|
#public-upload #emptycontent h2 {
|
2016-06-09 10:05:02 +00:00
|
|
|
margin: 10px 0 5px 0;
|
|
|
|
}
|
|
|
|
|
2016-06-09 15:45:16 +00:00
|
|
|
#public-upload #emptycontent h2+p {
|
2016-06-09 10:05:02 +00:00
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2016-06-09 15:45:16 +00:00
|
|
|
#public-upload #emptycontent .icon-folder {
|
2016-06-09 10:05:02 +00:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
background-size: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: text-top;
|
|
|
|
margin-bottom: 0;
|
2016-06-09 15:45:16 +00:00
|
|
|
margin-right: 5px;
|
2016-06-09 10:05:02 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2016-06-09 15:45:16 +00:00
|
|
|
#public-upload #emptycontent .button {
|
2016-10-24 21:26:56 +00:00
|
|
|
display: inline-block;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
2016-06-09 15:45:16 +00:00
|
|
|
background-size: 16px;
|
|
|
|
background-position: 16px;
|
2016-06-09 10:05:02 +00:00
|
|
|
opacity: .7;
|
|
|
|
font-size: 20px;
|
2016-10-24 21:26:56 +00:00
|
|
|
line-height: initial;
|
2016-06-09 10:05:02 +00:00
|
|
|
margin: 20px;
|
|
|
|
padding: 10px 20px;
|
2016-06-09 15:45:16 +00:00
|
|
|
padding-left: 42px;
|
2016-06-09 10:05:02 +00:00
|
|
|
}
|
|
|
|
|
2016-06-09 15:45:16 +00:00
|
|
|
#public-upload #emptycontent ul {
|
|
|
|
width: 160px;
|
2016-06-10 12:47:40 +00:00
|
|
|
margin: 5px auto;
|
2016-06-09 15:45:16 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#public-upload #emptycontent li {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding: 7px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#public-upload #emptycontent li img {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#public-upload li span.icon-loading-small {
|
|
|
|
padding-left: 18px;
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
2016-09-08 07:13:59 +00:00
|
|
|
|
|
|
|
.disclaimer {
|
|
|
|
margin: -20px auto 30px;
|
|
|
|
max-width: 400px;
|
|
|
|
text-align: left;
|
2016-09-08 18:11:21 +00:00
|
|
|
}
|
2017-07-21 16:28:36 +00:00
|
|
|
|
|
|
|
#header .header-shared-by {
|
|
|
|
display: inline-block;
|
2018-06-06 13:44:25 +00:00
|
|
|
color: var(--color-primary-text);
|
2017-07-21 16:28:36 +00:00
|
|
|
position: relative;
|
|
|
|
top: -10px;
|
|
|
|
font-weight: 300;
|
2017-09-26 15:12:24 +00:00
|
|
|
font-size: 11px;
|
|
|
|
opacity: .57;
|
2017-07-21 16:28:36 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2018-07-12 14:58:36 +00:00
|
|
|
|
|
|
|
#note {
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
}
|