2012-10-24 15:09:05 +04:00
|
|
|
body {
|
2013-11-28 00:21:29 +04:00
|
|
|
height: auto;
|
2012-10-24 01:57:55 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
#header {
|
2014-01-23 17:04:13 +04:00
|
|
|
background-color: #1d2d44;
|
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
|
|
|
|
2013-10-29 19:08:11 +04:00
|
|
|
.header-right {
|
|
|
|
padding: 0;
|
|
|
|
height: 32px;
|
2013-07-04 12:32:26 +04:00
|
|
|
}
|
|
|
|
|
2014-01-15 18:34:14 +04:00
|
|
|
#details {
|
|
|
|
color:#fff;
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
opacity: .5;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2013-12-03 13:59:22 +04:00
|
|
|
#controls {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2012-10-24 15:09:05 +04:00
|
|
|
#preview {
|
2013-11-21 16:33:04 +04:00
|
|
|
background: #fff;
|
|
|
|
text-align: center;
|
|
|
|
margin: 45px auto 0;
|
2012-10-24 01:57:55 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
#noPreview {
|
|
|
|
display:none;
|
2014-01-16 19:36:14 +04:00
|
|
|
padding-top:80px;
|
2012-10-24 01:57:55 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
2013-11-21 16:33:04 +04:00
|
|
|
footer {
|
2013-12-12 22:06:57 +04:00
|
|
|
margin-top: 65px;
|
2013-11-21 16:33:04 +04:00
|
|
|
}
|
|
|
|
|
2012-10-24 15:09:05 +04:00
|
|
|
p.info {
|
2013-11-21 16:33:04 +04:00
|
|
|
color: #777;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
2014-01-29 14:06:19 +04:00
|
|
|
padding: 20px 0;
|
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 {
|
2014-01-16 18:56:18 +04:00
|
|
|
height:75%;
|
2013-10-06 22:08:24 +04:00
|
|
|
padding-bottom:32px;
|
|
|
|
padding-top:32px;
|
2014-01-16 18:56:18 +04:00
|
|
|
width:80%;
|
|
|
|
margin:0 auto;
|
2012-10-24 01:57:55 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
2014-02-17 21:57:32 +04:00
|
|
|
#imgframe img,
|
|
|
|
#imgframe video {
|
2012-10-24 15:09:05 +04:00
|
|
|
max-height:100%;
|
|
|
|
max-width:100%;
|
2013-02-11 14:20:51 +04:00
|
|
|
}
|
2013-02-11 15:35:39 +04:00
|
|
|
|
2014-01-29 18:28:57 +04:00
|
|
|
/* some margin for the file type icon */
|
|
|
|
#imgframe .publicpreview {
|
|
|
|
margin-top: 10%;
|
|
|
|
}
|
|
|
|
|
2014-02-15 01:09:19 +04:00
|
|
|
|
|
|
|
|
2014-01-23 18:35:30 +04:00
|
|
|
thead {
|
|
|
|
padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
|
2013-02-11 15:35:39 +04:00
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
2014-01-16 18:28:39 +04:00
|
|
|
.directDownload,
|
2013-10-18 19:40:41 +04:00
|
|
|
.directLink {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2014-01-23 03:39:11 +04:00
|
|
|
.directDownload .button img {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
2014-01-10 23:07:20 +04:00
|
|
|
.directLink label {
|
|
|
|
font-weight: normal;
|
2014-01-23 03:39:11 +04:00
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
opacity: .5;
|
2014-01-10 23:07:20 +04:00
|
|
|
}
|
|
|
|
.directLink input {
|
2014-01-23 03:39:11 +04:00
|
|
|
margin-left: 5px;
|
2014-01-10 23:07:20 +04:00
|
|
|
width: 300px;
|
|
|
|
}
|