mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
9a6e534d8b
commit
b8aa8dec0b
@ -2,5 +2,3 @@
|
|||||||
|
|
||||||
convert -background none -resize 64x64^ pdf2htmlEX.svg pdf2htmlEX-64x64.png
|
convert -background none -resize 64x64^ pdf2htmlEX.svg pdf2htmlEX-64x64.png
|
||||||
convert -background none -resize 256x256^ pdf2htmlEX.svg pdf2htmlEX-256x256.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
|
|
||||||
|
@ -180,7 +180,4 @@ span { /* text blocks within a line */
|
|||||||
-webkit-transform-origin:0% 100%;
|
-webkit-transform-origin:0% 100%;
|
||||||
-o-transform-origin:0% 100%;
|
-o-transform-origin:0% 100%;
|
||||||
}
|
}
|
||||||
#pdf2htmlEX-logo {
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
/* Base CSS END */
|
/* Base CSS END */
|
||||||
|
@ -61,30 +61,5 @@
|
|||||||
-o-animation: fadein 100ms;
|
-o-animation: fadein 100ms;
|
||||||
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 */
|
/* Fancy CSS END */
|
||||||
|
@ -77,17 +77,6 @@ $pages
|
|||||||
</div>
|
</div>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# pdf2htmlEX logo for loading
|
|
||||||
"""
|
|
||||||
<div id="pdf2htmlEX-logo">
|
|
||||||
"""
|
|
||||||
@pdf2htmlEX-shadow-64x64.png
|
|
||||||
@pdf2htmlEX-plain-62x62.png
|
|
||||||
"""
|
|
||||||
</div>
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user