mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-19 18:00:03 +00:00
50 lines
906 B
CSS
50 lines
906 B
CSS
.page-container {
|
|
width: 850px;
|
|
border: 1px solid #ccc;
|
|
box-shadow: 0 0 6px #ccc;
|
|
margin: 13px auto;
|
|
}
|
|
.page-container iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border:0;
|
|
}
|
|
#convert-loading {
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
color: #333;
|
|
}
|
|
#converted-html {
|
|
position:relative;
|
|
min-height:400px;
|
|
}
|
|
.pdf2html-toolbar {
|
|
position:fixed;
|
|
left:50%;
|
|
bottom:0;
|
|
padding:2px 5px;
|
|
background: #000;
|
|
opacity:0.75;
|
|
border-radius:3px;
|
|
-ms-user-select:none;
|
|
-moz-user-select:none;
|
|
-webkit-user-select:none;
|
|
user-select:none;
|
|
}
|
|
.pdf2html-toolbar span {
|
|
font-size:1.5em;
|
|
color:#fff;
|
|
cursor:pointer;
|
|
margin: 0 0.3em;
|
|
}
|
|
#pdf2html-toolbar-1 {
|
|
position:fixed;
|
|
bottom:0;
|
|
padding:30px 8px;
|
|
color:#333;
|
|
cursor:pointer;
|
|
background:#fff;
|
|
border:1px solid #e8e8e8;
|
|
border-radius:0 3px 3px 0;
|
|
}
|