PluginProbe
E2Pdf – Export Pdf Tool for WordPress / 1.32.49
E2Pdf – Export Pdf Tool for WordPress v1.32.49
1.32.49 1.32.48 1.32.43 1.32.40 1.32.34 1.32.32 1.32.31 1.32.26 1.32.22 1.32.23 1.32.18 1.32.17 1.32.15 trunk 1.00.00 1.00.13 1.01.01 1.02.02 1.03.07 1.04.07 1.05.03 1.06.02 1.07.11 1.08.00 1.08.06 All 72 releases
e2pdf / css / e2pdf.frontend.global.css

e2pdf.frontend.global.css in E2Pdf – Export Pdf Tool for WordPress 1.32.49, at css/e2pdf.frontend.global.css

29 lines 741 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 a.e2pdf-download-progress,
2 a.e2pdf-download-progress:focus,
3 a.e2pdf-download-progress:link,
4 a.e2pdf-download-progress:visited,
5 a.e2pdf-download-progress:hover,
6 #et-boc .et-l a.e2pdf-download-progress
7 {
8 color: #808080;
9 text-decoration: none;
10 pointer-events: none;
11 background: repeating-linear-gradient(
12 45deg,
13 rgba(128, 128, 128, 0.7) 0%,
14 rgba(128, 128, 128, 0.7) 10px,
15 rgba(255, 255, 255, 0.7) 10px,
16 rgba(255, 255, 255, 0.7) 20px
17 );
18 background-size: 200% 200%;
19 animation: e2pdf-download-animation 1.5s linear infinite;
20 }
21 @keyframes e2pdf-download-animation {
22 0% {
23 background-position: 0% 0%;
24 }
25 100% {
26 background-position: 100% 100%;
27 }
28 }
29