nextcloud/apps/files_sharing/css/public.css

144 lines
2.0 KiB
CSS
Raw Normal View History

2012-10-24 15:09:05 +04:00
body {
background:#ddd;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#header {
2013-10-04 18:32:06 +04:00
background: #1d2d44 url('%webroot%/core/img/noise.png') repeat;
2013-10-29 19:08:11 +04:00
height:32px;
2012-10-24 15:09:05 +04:00
left:0;
2013-10-29 19:08:11 +04:00
line-height:32px;
2012-10-24 15:09:05 +04:00
position:fixed;
right:0;
top:0;
z-index:100;
2013-10-29 19:08:11 +04:00
padding:7px;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#details {
2012-10-24 15:09:05 +04:00
color:#fff;
float: left;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#public_upload,
#download {
2012-10-24 15:09:05 +04:00
font-weight:700;
margin: 0 0 0 .4em;
2013-06-25 14:24:14 +04:00
padding: 0 5px;
2013-10-29 19:08:11 +04:00
height: 32px;
2013-06-25 14:24:14 +04:00
float: left;
}
.header-right #details {
2013-10-29 19:08:11 +04:00
margin-right: 28px;
}
.header-right {
padding: 0;
height: 32px;
}
#public_upload {
2013-06-25 14:24:14 +04:00
margin-left: 0.3em;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#public_upload img,
#download img {
2012-10-24 15:09:05 +04:00
padding-left:.1em;
padding-right:.3em;
vertical-align:text-bottom;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#preview {
background:#eee;
border-bottom:1px solid #f8f8f8;
min-height:30em;
text-align:center;
margin:45px auto;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#noPreview {
display:none;
padding-top:5em;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
p.info {
color:#777;
text-align:center;
width:22em;
margin:2em auto;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
p.info a {
color:#777;
font-weight:700;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#imgframe {
height:75%;
padding-bottom:2em;
padding-top:2em;
2012-10-24 15:09:05 +04:00
width:80%;
margin:0 auto;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#imgframe img {
max-height:100%;
max-width:100%;
}
thead{
background-color: white;
padding-left:0 !important; /* fixes multiselect bar offset on shared page */
}
2013-06-25 14:24:14 +04:00
#data-upload-form {
position: relative;
right: 0;
2013-10-29 19:08:11 +04:00
height: 32px;
2013-06-25 14:24:14 +04:00
overflow: hidden;
padding: 0;
float: right;
display: inline;
margin: 0;
}
#file_upload_start {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
z-index: 20;
position: absolute !important;
top: 0;
left: 0;
width: 100% !important;
}
#publicUploadButtonMock {
position:relative;
display:block;
width:100%;
2013-10-29 19:08:11 +04:00
height:32px;
2013-06-25 14:24:14 +04:00
cursor:pointer;
z-index:10;
background-image:url('%webroot%/core/img/actions/upload.svg');
background-repeat:no-repeat;
2013-10-29 19:08:11 +04:00
background-position:7px 8px;
2013-06-25 14:24:14 +04:00
}
#publicUploadButtonMock span {
margin: 0 5px 0 28px;
color: #555;
}
.directLink {
margin-bottom: 20px;
}
2013-10-21 01:12:38 +04:00
.directLink label {
font-weight: normal;
}
.directLink input {
margin-left: 10px;
width: 300px;
}