1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2013-09-27 21:35:53 +08:00
parent 9a6e534d8b
commit b8aa8dec0b
4 changed files with 0 additions and 41 deletions

View File

@ -2,5 +2,3 @@
convert -background none -resize 64x64^ pdf2htmlEX.svg pdf2htmlEX-64x64.png
convert -background none -resize 256x256^ pdf2htmlEX.svg pdf2htmlEX-256x256.png
convert -background none -resize 62x62^ pdf2htmlEX-plain.svg pdf2htmlEX-plain-62x62.png
convert -background none -resize 64x64^ pdf2htmlEX-shadow.svg pdf2htmlEX-shadow-64x64.png

View File

@ -180,7 +180,4 @@ span { /* text blocks within a line */
-webkit-transform-origin:0% 100%;
-o-transform-origin:0% 100%;
}
#pdf2htmlEX-logo {
display:none;
}
/* Base CSS END */

View File

@ -61,30 +61,5 @@
-o-animation: fadein 100ms;
animation: fadein 100ms;
}
@-moz-keyframes rotate {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
#pdf2htmlEX-logo {
position:absolute;
display:block;
height:64px;
width:64px;
top:50%;
left:50%;
margin-top:-32px;
margin-left:-32px;
}
#pdf2htmlEX-logo img{
position:absolute;
top:0;
left:0;
-moz-animation: rotate 18s linear 0s infinite;
-webkit-animation: rotate 18s linear 0 infinite;
}
}
/* Fancy CSS END */

View File

@ -77,17 +77,6 @@ $pages
</div>
"""
# pdf2htmlEX logo for loading
"""
<div id="pdf2htmlEX-logo">
"""
@pdf2htmlEX-shadow-64x64.png
@pdf2htmlEX-plain-62x62.png
"""
</div>
"""
"""
</body>
</html>