2015-10-06 14:17:25 +00:00
|
|
|
#content {
|
|
|
|
height: initial;
|
2015-10-07 10:33:58 +00:00
|
|
|
min-height: calc(100vh - 120px);
|
2015-10-06 14:17:25 +00:00
|
|
|
}
|
|
|
|
|
2017-08-12 13:14:59 +00:00
|
|
|
#header .menutoggle {
|
|
|
|
padding: 14px;
|
2017-09-26 15:06:10 +00:00
|
|
|
padding-right: 40px;
|
|
|
|
background-position: right 15px center;
|
|
|
|
color: $color-primary-text;
|
2017-08-12 13:14:59 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-02-22 10:26:50 +00:00
|
|
|
/* force layout to make sure the content element's height matches its contents' height */
|
|
|
|
.ie #content {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2014-02-17 17:57:32 +00:00
|
|
|
#imgframe img,
|
|
|
|
#imgframe video {
|
2016-07-28 09:49:08 +00:00
|
|
|
max-height: 100% !important;
|
|
|
|
max-width: 100% !important;
|
|
|
|
}
|
|
|
|
#imgframe video {
|
|
|
|
width: 854px;
|
|
|
|
height: 480px;
|
2013-02-11 10:20:51 +00:00
|
|
|
}
|
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;
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
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;
|
|
|
|
}
|
|
|
|
|
2014-01-10 19:07:20 +00:00
|
|
|
.directLink label {
|
|
|
|
font-weight: normal;
|
2014-01-22 23:39:11 +00:00
|
|
|
opacity: .5;
|
2014-01-10 19:07:20 +00:00
|
|
|
}
|
|
|
|
.directLink input {
|
2014-01-22 23:39:11 +00:00
|
|
|
margin-left: 5px;
|
2014-01-10 19:07:20 +00:00
|
|
|
width: 300px;
|
2014-04-16 14:43:35 +00:00
|
|
|
max-width: 90%;
|
2014-01-10 19:07:20 +00:00
|
|
|
}
|
2014-05-14 11:29:03 +00:00
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2014-06-17 09:24:39 +00:00
|
|
|
/* within #save */
|
2014-07-03 22:07:24 +00:00
|
|
|
#save .save-form {
|
|
|
|
position: relative;
|
2017-08-12 13:14:59 +00:00
|
|
|
margin-right: -10px;
|
2014-07-03 22:07:24 +00:00
|
|
|
}
|
|
|
|
|
2014-06-17 09:24:39 +00:00
|
|
|
#remote_address {
|
2017-01-22 16:25:02 +00:00
|
|
|
width: 200px;
|
2017-01-17 07:56:11 +00:00
|
|
|
margin-right: 4px;
|
|
|
|
height: 31px;
|
2014-06-17 09:24:39 +00:00
|
|
|
}
|
|
|
|
|
2014-07-03 22:07:24 +00:00
|
|
|
#save-button-confirm {
|
|
|
|
position: absolute;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
2017-08-12 13:14:59 +00:00
|
|
|
margin: 0;
|
|
|
|
right: 0px;
|
|
|
|
height: 40px;
|
2014-07-04 06:13:05 +00:00
|
|
|
}
|
2016-06-09 10:05:02 +00:00
|
|
|
|
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;
|
|
|
|
color: $color-primary-text;
|
|
|
|
position: relative;
|
|
|
|
top: -10px;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|