nextcloud/apps/files_sharing/css/public.css

76 lines
996 B
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 {
background:#1d2d44;
box-shadow:0 0 10px rgba(0,0,0,.5), inset 0 -2px 10px #222;
height:2.5em;
left:0;
line-height:2.5em;
position:fixed;
right:0;
top:0;
z-index:100;
padding:.5em;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#details {
color:#fff;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#header #download {
font-weight:700;
margin-left:2em;
2012-10-24 01:57:55 +04:00
}
2012-10-24 15:09:05 +04:00
#header #download img {
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;
text-shadow:#fff 0 1px 0;
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 */
}