| 1 |
.e2pdf-ib { |
| 2 |
display: inline-block; |
| 3 |
-webkit-box-sizing: border-box; |
| 4 |
-moz-box-sizing: border-box; |
| 5 |
box-sizing: border-box; |
| 6 |
vertical-align: top; |
| 7 |
} |
| 8 |
|
| 9 |
.e2pdf-w10 { |
| 10 |
width: 10%; |
| 11 |
} |
| 12 |
|
| 13 |
.e2pdf-w15 { |
| 14 |
width: 15%; |
| 15 |
} |
| 16 |
|
| 17 |
.e2pdf-w20 { |
| 18 |
width: 20%; |
| 19 |
} |
| 20 |
|
| 21 |
.e2pdf-w25 { |
| 22 |
width: 25%; |
| 23 |
} |
| 24 |
|
| 25 |
.e2pdf-w30, .e2pdf-dialog label.e2pdf-w30 { |
| 26 |
width: 30%; |
| 27 |
} |
| 28 |
|
| 29 |
.e2pdf-w33, .e2pdf-dialog label.e2pdf-w33 { |
| 30 |
width: 33%; |
| 31 |
} |
| 32 |
|
| 33 |
.e2pdf-w35 { |
| 34 |
width: 35%; |
| 35 |
} |
| 36 |
|
| 37 |
.e2pdf-w40 { |
| 38 |
width: 40%; |
| 39 |
} |
| 40 |
|
| 41 |
.e2pdf-w50, .e2pdf-dialog label.e2pdf-w50 { |
| 42 |
width: 50%; |
| 43 |
} |
| 44 |
|
| 45 |
.e2pdf-w60 { |
| 46 |
width: 60%; |
| 47 |
} |
| 48 |
|
| 49 |
.e2pdf-w70, .e2pdf-dialog label.e2pdf-w70 { |
| 50 |
width: 70%; |
| 51 |
} |
| 52 |
|
| 53 |
.e2pdf-w75 { |
| 54 |
width: 75%; |
| 55 |
} |
| 56 |
|
| 57 |
.e2pdf-w80 { |
| 58 |
width: 80%; |
| 59 |
} |
| 60 |
|
| 61 |
.e2pdf-w100, |
| 62 |
.wp-admin select.e2pdf-w100 { |
| 63 |
width: 100%; |
| 64 |
max-width: 100%; |
| 65 |
} |
| 66 |
|
| 67 |
.e2pdf-wauto, |
| 68 |
.e2pdf-dialog label.e2pdf-wauto { |
| 69 |
width: auto; |
| 70 |
} |
| 71 |
|
| 72 |
.e2pdf-h200 { |
| 73 |
height: 200px; |
| 74 |
} |
| 75 |
|
| 76 |
.e2pdf-plr5 { |
| 77 |
padding-left: 5px; |
| 78 |
padding-right: 5px; |
| 79 |
} |
| 80 |
|
| 81 |
.e2pdf-pr5 { |
| 82 |
padding-right: 5px; |
| 83 |
} |
| 84 |
|
| 85 |
.e2pdf-pr10 { |
| 86 |
padding-right: 10px; |
| 87 |
} |
| 88 |
|
| 89 |
.e2pdf-pr20 { |
| 90 |
padding-right: 20px; |
| 91 |
} |
| 92 |
|
| 93 |
.e2pdf-pl5 { |
| 94 |
padding-left: 5px; |
| 95 |
} |
| 96 |
|
| 97 |
.e2pdf-pl10 { |
| 98 |
padding-left: 10px; |
| 99 |
} |
| 100 |
|
| 101 |
.e2pdf-pl20 { |
| 102 |
padding-left: 20px; |
| 103 |
} |
| 104 |
|
| 105 |
.e2pdf-small, .e2pdf-dialog label.e2pdf-small { |
| 106 |
font-size: 10px; |
| 107 |
} |
| 108 |
|
| 109 |
.e2pdf-grid { |
| 110 |
width: 100%; |
| 111 |
} |
| 112 |
|
| 113 |
.wp-core-ui .e2pdf-templates-list .attachment { |
| 114 |
max-width: 160px; |
| 115 |
} |
| 116 |
|
| 117 |
.e2pdf-templates-list .dashicons { |
| 118 |
font-size: 60px; |
| 119 |
width: 60px; |
| 120 |
height: 60px; |
| 121 |
position: absolute; |
| 122 |
top: 50%; |
| 123 |
left: 50%; |
| 124 |
margin-top: -40px; |
| 125 |
margin-left: -30px; |
| 126 |
} |
| 127 |
|
| 128 |
.e2pdf-submit-form-wrapper { |
| 129 |
position: relative; |
| 130 |
display: inline-block; |
| 131 |
width: auto; |
| 132 |
} |
| 133 |
|
| 134 |
.phpinfo_wrapper pre { |
| 135 |
margin: 0; |
| 136 |
font-family: monospace; |
| 137 |
} |
| 138 |
.phpinfo_wrapper a:link { |
| 139 |
color: #000099; |
| 140 |
text-decoration: none; |
| 141 |
background-color: #ffffff; |
| 142 |
} |
| 143 |
.phpinfo_wrapper a:hover { |
| 144 |
text-decoration: underline; |
| 145 |
} |
| 146 |
.phpinfo_wrapper table { |
| 147 |
border-collapse: collapse; |
| 148 |
max-width: 900px; |
| 149 |
} |
| 150 |
|
| 151 |
.phpinfo_wrapper .center table { |
| 152 |
margin-left: 0; |
| 153 |
margin-right: 0; |
| 154 |
text-align: left; |
| 155 |
width: 100%; |
| 156 |
} |
| 157 |
|
| 158 |
.phpinfo_wrapper .center th { |
| 159 |
text-align: center !important; |
| 160 |
} |
| 161 |
|
| 162 |
.phpinfo_wrapper td, .phpinfo_wrapper th { |
| 163 |
border: 1px solid #000000; |
| 164 |
font-size: 75%; |
| 165 |
vertical-align: baseline; |
| 166 |
} |
| 167 |
|
| 168 |
.phpinfo_wrapper h1 { |
| 169 |
font-size: 150%; |
| 170 |
} |
| 171 |
|
| 172 |
.phpinfo_wrapper h2 { |
| 173 |
font-size: 125%; |
| 174 |
} |
| 175 |
|
| 176 |
.phpinfo_wrapper .p { |
| 177 |
text-align: left; |
| 178 |
} |
| 179 |
|
| 180 |
.phpinfo_wrapper .e { |
| 181 |
background-color: #ccccff; |
| 182 |
font-weight: bold; |
| 183 |
color: #000000; |
| 184 |
} |
| 185 |
|
| 186 |
.phpinfo_wrapper .h { |
| 187 |
background-color: #9999cc; |
| 188 |
font-weight: bold; |
| 189 |
color: #000000; |
| 190 |
} |
| 191 |
|
| 192 |
.phpinfo_wrapper .v { |
| 193 |
background-color: #ddd; |
| 194 |
color: #000000; |
| 195 |
word-break: break-all; |
| 196 |
} |
| 197 |
|
| 198 |
.phpinfo_wrapper .vr { |
| 199 |
background-color: #ddd; |
| 200 |
text-align: right; |
| 201 |
color: #000000; |
| 202 |
} |
| 203 |
|
| 204 |
.phpinfo_wrapper img { |
| 205 |
float: right; |
| 206 |
border: 0px; |
| 207 |
} |
| 208 |
.phpinfo_wrapper hr { |
| 209 |
width: 600px; |
| 210 |
background-color: #ddd; |
| 211 |
border: 0px; |
| 212 |
height: 1px; |
| 213 |
color: #000000; |
| 214 |
} |
| 215 |
|
| 216 |
.widefat.e2pdf-templates-list .column-id { |
| 217 |
width: 3.7em; |
| 218 |
} |
| 219 |
|
| 220 |
.widefat.e2pdf-templates-list .column-item |
| 221 |
{ |
| 222 |
width: 15em; |
| 223 |
} |
| 224 |
|
| 225 |
.widefat.e2pdf-templates-list .column-shortcode { |
| 226 |
width: 11em; |
| 227 |
overflow: visible; |
| 228 |
} |
| 229 |
|
| 230 |
.widefat.e2pdf-templates-list .column-updated |
| 231 |
{ |
| 232 |
width: 10%; |
| 233 |
} |
| 234 |
|
| 235 |
.widefat.e2pdf-templates-list .column-activation { |
| 236 |
width: 9em; |
| 237 |
} |
| 238 |
|
| 239 |
.widefat.e2pdf-templates-list .column-shortcode input { |
| 240 |
width: 100%; |
| 241 |
font-size: 10px; |
| 242 |
text-align: center; |
| 243 |
} |
| 244 |
|
| 245 |
.e2pdf-tabs-panel li a, |
| 246 |
.e2pdf-tabs-panel li a:link, |
| 247 |
.e2pdf-tabs-panel li a:focus { |
| 248 |
box-shadow: none; |
| 249 |
} |
| 250 |
|
| 251 |
.e2pdf-options-panel { |
| 252 |
margin-bottom: 10px; |
| 253 |
} |
| 254 |
|
| 255 |
.e2pdf-options-panel label { |
| 256 |
font-weight: normal; |
| 257 |
} |
| 258 |
|
| 259 |
.e2pdf-options-panel select, .e2pdf-options-panel input[type='text'] { |
| 260 |
width: 100%; |
| 261 |
height: 30px; |
| 262 |
} |
| 263 |
|
| 264 |
.e2pdf-build-pdf-elements-list { |
| 265 |
display: grid; |
| 266 |
grid-template-columns: 1fr 1fr; |
| 267 |
gap: 10px; |
| 268 |
margin: 0; |
| 269 |
padding: 0; |
| 270 |
list-style: none; |
| 271 |
} |
| 272 |
|
| 273 |
.e2pdf-build-panel { |
| 274 |
margin: 15px 0px; |
| 275 |
} |
| 276 |
|
| 277 |
.e2pdf-build-pdf-elements-list li { |
| 278 |
width: auto; |
| 279 |
padding: 0; |
| 280 |
box-sizing: border-box; |
| 281 |
position: relative; |
| 282 |
margin-bottom: 0; |
| 283 |
} |
| 284 |
|
| 285 |
a.e2pdf-be { |
| 286 |
display: inline-block; |
| 287 |
text-align: center; |
| 288 |
width: 100%; |
| 289 |
font-size: 10px; |
| 290 |
margin-bottom: 0px; |
| 291 |
padding: 0 10px 1px; |
| 292 |
background: #fafafa; |
| 293 |
color: #23282d; |
| 294 |
box-shadow: 0 1px 0 #ddd; |
| 295 |
text-decoration: none; |
| 296 |
line-height: 28px; |
| 297 |
height: 30px; |
| 298 |
cursor: pointer; |
| 299 |
border: 1px solid #ddd; |
| 300 |
border-radius: 20px; |
| 301 |
white-space: nowrap; |
| 302 |
-webkit-box-sizing: border-box; |
| 303 |
-moz-box-sizing: border-box; |
| 304 |
box-sizing: border-box; |
| 305 |
} |
| 306 |
|
| 307 |
a.e2pdf-be:hover { |
| 308 |
background: #eee; |
| 309 |
} |
| 310 |
|
| 311 |
.e2pdf-center { |
| 312 |
text-align: center; |
| 313 |
} |
| 314 |
|
| 315 |
.e2pdf-inside-page { |
| 316 |
position: absolute; |
| 317 |
} |
| 318 |
|
| 319 |
#e2pdf_templates_save .inside { |
| 320 |
margin: 0; |
| 321 |
padding: 0; |
| 322 |
} |
| 323 |
|
| 324 |
.e2pdf-page { |
| 325 |
display: block; |
| 326 |
border: 1px solid #e5e5e5; |
| 327 |
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 328 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 329 |
background: #fff; |
| 330 |
margin: 0 auto; |
| 331 |
margin-top: 40px; |
| 332 |
margin-bottom: 20px; |
| 333 |
position: relative; |
| 334 |
background-size: cover; |
| 335 |
-webkit-box-shadow: 0px 0px 8px 1px rgba(221,221,221,1); |
| 336 |
-moz-box-shadow: 0px 0px 8px 1px rgba(221,221,221,1); |
| 337 |
box-shadow: 0px 0px 8px 1px rgba(221,221,221,1); |
| 338 |
z-index: 0; |
| 339 |
} |
| 340 |
|
| 341 |
.e2pdf-build-top-panel, .e2pdf-build-bottom-panel { |
| 342 |
background: #fff; |
| 343 |
border: 1px solid #7e8993; |
| 344 |
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 345 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 346 |
padding: 0px; |
| 347 |
margin-top: 10px; |
| 348 |
border-radius: 4px; |
| 349 |
} |
| 350 |
|
| 351 |
.e2pdf-float-left { |
| 352 |
float: left; |
| 353 |
} |
| 354 |
|
| 355 |
.e2pdf-float-right { |
| 356 |
float: right; |
| 357 |
} |
| 358 |
|
| 359 |
.e2pdf-panel-options { |
| 360 |
padding: 0; |
| 361 |
margin: 0; |
| 362 |
} |
| 363 |
|
| 364 |
.e2pdf-panel-options li { |
| 365 |
display: inline-block; |
| 366 |
padding: 8px; |
| 367 |
margin: 0; |
| 368 |
vertical-align: middle; |
| 369 |
} |
| 370 |
|
| 371 |
.e2pdf-panel-options .e2pdf-wysiwyg-fontsize, |
| 372 |
.e2pdf-panel-options .e2pdf-wysiwyg-font { |
| 373 |
width: 60px; |
| 374 |
} |
| 375 |
|
| 376 |
.e2pdf-html .content, |
| 377 |
.e2pdf-page-number .content { |
| 378 |
position: absolute; |
| 379 |
width: 100%; |
| 380 |
height: 100%; |
| 381 |
display: block; |
| 382 |
z-index: 1; |
| 383 |
} |
| 384 |
|
| 385 |
.e2pdf-element { |
| 386 |
position: absolute; |
| 387 |
display: block; |
| 388 |
text-align: left; |
| 389 |
} |
| 390 |
|
| 391 |
.e2pdf-input { |
| 392 |
width: 100%; |
| 393 |
} |
| 394 |
|
| 395 |
.e2pdf-image, .e2pdf-qrcode, .e2pdf-barcode, .e2pdf-graph, .e2pdf-signature { |
| 396 |
display: inline-block; |
| 397 |
width: 100%; |
| 398 |
height: 100%; |
| 399 |
vertical-align: top; |
| 400 |
} |
| 401 |
|
| 402 |
.e2pdf-aspect-ratio { |
| 403 |
outline: 1px dotted #ddd; |
| 404 |
outline-offset: -1px; |
| 405 |
} |
| 406 |
|
| 407 |
.e2pdf-aspect-ratio .e2pdf-image, .e2pdf-aspect-ratio .e2pdf-signature { |
| 408 |
width: auto; |
| 409 |
max-width: 100%; |
| 410 |
max-height: 100%; |
| 411 |
object-fit: contain; |
| 412 |
} |
| 413 |
|
| 414 |
.e2pdf-aspect-ratio.e2pdf-valign-top .e2pdf-image, .e2pdf-aspect-ratio.e2pdf-valign-top .e2pdf-signature { |
| 415 |
object-position: top; |
| 416 |
} |
| 417 |
|
| 418 |
.e2pdf-aspect-ratio.e2pdf-valign-middle .e2pdf-image, .e2pdf-aspect-ratio.e2pdf-valign-middle .e2pdf-signature { |
| 419 |
object-position: center; |
| 420 |
} |
| 421 |
|
| 422 |
.e2pdf-aspect-ratio.e2pdf-valign-bottom .e2pdf-image, .e2pdf-aspect-ratio.e2pdf-valign-bottom .e2pdf-signature { |
| 423 |
object-position: bottom; |
| 424 |
} |
| 425 |
.e2pdf-context { |
| 426 |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; |
| 427 |
font-size: 13px; |
| 428 |
width: 140px; |
| 429 |
position: absolute; |
| 430 |
border: 1px solid #e5e5e5; |
| 431 |
border-radius: 8px; |
| 432 |
-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.12); |
| 433 |
box-shadow: 0 4px 12px rgba(0,0,0,.12); |
| 434 |
background: #fff; |
| 435 |
z-index: 20000; |
| 436 |
} |
| 437 |
|
| 438 |
.e2pdf-context-menu { |
| 439 |
padding: 0; |
| 440 |
margin: 0; |
| 441 |
list-style: none; |
| 442 |
} |
| 443 |
|
| 444 |
.e2pdf-context-menu li { |
| 445 |
position: relative; |
| 446 |
padding: 0; |
| 447 |
margin: 0; |
| 448 |
line-height: 0; |
| 449 |
} |
| 450 |
|
| 451 |
.e2pdf-context-menu > li:first-child > a { |
| 452 |
border-radius: 8px 8px 0 0; |
| 453 |
} |
| 454 |
|
| 455 |
.e2pdf-context-menu > li:last-child > a { |
| 456 |
border-radius: 0 0 8px 8px; |
| 457 |
border-bottom: none; |
| 458 |
} |
| 459 |
|
| 460 |
.e2pdf-context-menu a { |
| 461 |
color: #0073aa; |
| 462 |
color: var(--wp-admin-theme-color); |
| 463 |
text-decoration: none; |
| 464 |
border-bottom: 1px solid #e5e5e5; |
| 465 |
padding: 8px 10px; |
| 466 |
display: inline-block; |
| 467 |
width: 100%; |
| 468 |
line-height: 16px; |
| 469 |
-webkit-box-sizing: border-box; |
| 470 |
-moz-box-sizing: border-box; |
| 471 |
box-sizing: border-box; |
| 472 |
text-align: left; |
| 473 |
cursor: pointer; |
| 474 |
} |
| 475 |
|
| 476 |
.e2pdf-context-menu a:hover { |
| 477 |
background: #f0f0f0; |
| 478 |
} |
| 479 |
|
| 480 |
.e2pdf-context-menu a:active { |
| 481 |
background: #e0eaf5; |
| 482 |
} |
| 483 |
|
| 484 |
.e2pdf-inner-context-arrow::before { |
| 485 |
content: "►"; |
| 486 |
} |
| 487 |
|
| 488 |
.e2pdf-inner-context-arrow { |
| 489 |
float: right; |
| 490 |
} |
| 491 |
|
| 492 |
/* Submenu — no display set here, JS owns that via inline style */ |
| 493 |
.e2pdf-sub-context-menu { |
| 494 |
display: none; |
| 495 |
border: 1px solid #e5e5e5; |
| 496 |
border-radius: 6px; |
| 497 |
position: absolute; |
| 498 |
left: 141px; |
| 499 |
top: -1px; |
| 500 |
width: 140px; |
| 501 |
background: #fff; |
| 502 |
-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.12); |
| 503 |
box-shadow: 0 4px 12px rgba(0,0,0,.12); |
| 504 |
list-style: none; |
| 505 |
padding: 0; |
| 506 |
margin: 0; |
| 507 |
z-index: 20001; |
| 508 |
} |
| 509 |
|
| 510 |
.e2pdf-sub-context-menu > li:first-child > a { |
| 511 |
border-radius: 8px 8px 0 0; |
| 512 |
} |
| 513 |
|
| 514 |
.e2pdf-sub-context-menu > li:last-child > a { |
| 515 |
border-radius: 0 0 8px 8px; |
| 516 |
border-bottom: none; |
| 517 |
} |
| 518 |
|
| 519 |
.e2pdf-context-menu.e2pdf-context-right .e2pdf-inner-context-arrow::before { |
| 520 |
content: "◄"; |
| 521 |
} |
| 522 |
|
| 523 |
.e2pdf-context-menu.e2pdf-context-right .e2pdf-inner-context-arrow { |
| 524 |
float: left; |
| 525 |
} |
| 526 |
|
| 527 |
.e2pdf-context-menu.e2pdf-context-right .e2pdf-sub-context-menu { |
| 528 |
border-right: 1px solid #e5e5e5; |
| 529 |
border-left: 1px solid #e5e5e5; |
| 530 |
left: -141px; |
| 531 |
} |
| 532 |
|
| 533 |
.e2pdf-fade { |
| 534 |
opacity: 0.7; |
| 535 |
filter: alpha(opacity=0.7); |
| 536 |
zoom: 1; |
| 537 |
position: fixed; |
| 538 |
left: 0; |
| 539 |
top: 0; |
| 540 |
width: 100%; |
| 541 |
height: 100%; |
| 542 |
background: #000; |
| 543 |
z-index: 1; |
| 544 |
} |
| 545 |
|
| 546 |
.e2pdf-popup-window { |
| 547 |
display: block; |
| 548 |
width: 100%; |
| 549 |
max-width: 450px; |
| 550 |
position: fixed; |
| 551 |
background: #fff; |
| 552 |
border: 1px solid #e5e5e5; |
| 553 |
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 554 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 555 |
margin: 0 auto; |
| 556 |
width: 300px; |
| 557 |
margin-left: -150px; |
| 558 |
z-index: 100; |
| 559 |
top: 50%; |
| 560 |
left: 50%; |
| 561 |
padding: 10px; |
| 562 |
border-radius: 5px; |
| 563 |
} |
| 564 |
|
| 565 |
.e2pdf-view-area { |
| 566 |
display: block; |
| 567 |
width: 100%; |
| 568 |
max-width: 900px; |
| 569 |
background: #fff; |
| 570 |
line-height: 1.4; |
| 571 |
border: 1px solid #e5e5e5; |
| 572 |
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 573 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 574 |
padding: 24px !important; |
| 575 |
border-radius: 20px; |
| 576 |
margin-bottom: 0; |
| 577 |
-webkit-box-sizing: border-box; |
| 578 |
-moz-box-sizing: border-box; |
| 579 |
box-sizing: border-box; |
| 580 |
} |
| 581 |
|
| 582 |
.e2pdf-view-area li { |
| 583 |
margin: 6px 0; |
| 584 |
} |
| 585 |
|
| 586 |
|
| 587 |
.e2pdf-view-area .e2pdf-options-list li { |
| 588 |
margin: 2px 0; |
| 589 |
} |
| 590 |
|
| 591 |
.e2pdf-name, .e2pdf-value { |
| 592 |
vertical-align: top; |
| 593 |
display: inline-block; |
| 594 |
} |
| 595 |
|
| 596 |
.e2pdf-name { |
| 597 |
width: 30%; |
| 598 |
} |
| 599 |
|
| 600 |
.e2pdf-value { |
| 601 |
width: 70%; |
| 602 |
} |
| 603 |
|
| 604 |
.e2pdf-bold { |
| 605 |
font-weight: 600; |
| 606 |
} |
| 607 |
|
| 608 |
.e2pdf-load-el, .e2pdf-load-tpl { |
| 609 |
display: none; |
| 610 |
} |
| 611 |
|
| 612 |
.page-title-action.e2pdf-simple-button, .page-title-action.e2pdf-simple-button:focus { |
| 613 |
top: 0; |
| 614 |
margin: 0; |
| 615 |
} |
| 616 |
|
| 617 |
.e2pdf-dialog { |
| 618 |
position: fixed !important; |
| 619 |
z-index: 999999 !important; |
| 620 |
border: 1px solid #e5e5e5; |
| 621 |
-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.12); |
| 622 |
box-shadow: 0 4px 12px rgba(0,0,0,.12); |
| 623 |
} |
| 624 |
|
| 625 |
.e2pdf-dialog .ui-dialog-content { |
| 626 |
width: 100% !important; |
| 627 |
height: 100% !important; |
| 628 |
padding: 20px !important; |
| 629 |
-webkit-box-sizing: border-box; |
| 630 |
-moz-box-sizing: border-box; |
| 631 |
box-sizing: border-box; |
| 632 |
} |
| 633 |
|
| 634 |
.e2pdf-dialog.ui-corner-all { |
| 635 |
border: 0 !important; |
| 636 |
border-radius: 20px !important; |
| 637 |
padding: 0 !important; |
| 638 |
} |
| 639 |
|
| 640 |
.e2pdf-dialog .ui-widget-header { |
| 641 |
border-radius: 0 !important; |
| 642 |
border-top-left-radius: 20px !important; |
| 643 |
border-top-right-radius: 20px !important; |
| 644 |
background: #0073aa !important; |
| 645 |
background: var(--wp-admin-theme-color) !important; |
| 646 |
color: #fff !important; |
| 647 |
border: none !important; |
| 648 |
padding: 10px 20px !important; |
| 649 |
-webkit-box-sizing: content-box; |
| 650 |
-moz-box-sizing: content-box; |
| 651 |
box-sizing: content-box; |
| 652 |
} |
| 653 |
|
| 654 |
.e2pdf-dialog .ui-dialog-title { |
| 655 |
font-size: 14px; |
| 656 |
line-height: 36px; |
| 657 |
margin: 0 !important; |
| 658 |
} |
| 659 |
|
| 660 |
.e2pdf-dialog .ui-icon-closethick { |
| 661 |
display: none; |
| 662 |
} |
| 663 |
|
| 664 |
.e2pdf-dialog .ui-button.ui-dialog-titlebar-close, |
| 665 |
.e2pdf-dialog .ui-button.ui-dialog-titlebar-close:hover, |
| 666 |
.e2pdf-dialog .ui-button.ui-dialog-titlebar-close:link, |
| 667 |
.e2pdf-dialog .ui-button.ui-dialog-titlebar-close:active, |
| 668 |
.e2pdf-dialog .ui-button.ui-dialog-titlebar-close:focus |
| 669 |
{ |
| 670 |
font-size: 20px !important; |
| 671 |
line-height: 20px !important; |
| 672 |
background: none; |
| 673 |
padding: 0; |
| 674 |
border: 0; |
| 675 |
text-indent: 0; |
| 676 |
width: 20px; |
| 677 |
height: 20px; |
| 678 |
color: #fff; |
| 679 |
outline: none; |
| 680 |
box-shadow: none; |
| 681 |
margin-right: 20px; |
| 682 |
right: 0; |
| 683 |
} |
| 684 |
|
| 685 |
.e2pdf-dialog .ui-dialog-titlebar-close:before { |
| 686 |
font: normal 20px/1 dashicons; |
| 687 |
font-size: 20px; |
| 688 |
line-height: 20px; |
| 689 |
width: 20px; |
| 690 |
height: 20px; |
| 691 |
vertical-align: top; |
| 692 |
content: "\f158"; |
| 693 |
} |
| 694 |
|
| 695 |
.e2pdf-form-editor-container { |
| 696 |
z-index: 1; |
| 697 |
} |
| 698 |
|
| 699 |
.e2pdf-form-editor-container #titlediv #title { |
| 700 |
margin-bottom: 0; |
| 701 |
} |
| 702 |
|
| 703 |
.e2pdf-tpl-wrapper { |
| 704 |
position: relative; |
| 705 |
height: 1126px; |
| 706 |
width: 100%; |
| 707 |
display: block; |
| 708 |
z-index: 0; |
| 709 |
overflow: hidden; |
| 710 |
} |
| 711 |
|
| 712 |
.e2pdf-tpl { |
| 713 |
position: absolute; |
| 714 |
width: 100%; |
| 715 |
height: 100%; |
| 716 |
overflow: auto; |
| 717 |
overscroll-behavior: contain; |
| 718 |
-webkit-box-sizing: border-box; |
| 719 |
-moz-box-sizing: border-box; |
| 720 |
box-sizing: border-box; |
| 721 |
padding-bottom: 10px; |
| 722 |
} |
| 723 |
|
| 724 |
|
| 725 |
.e2pdf-html a, |
| 726 |
.e2pdf-page-number a { |
| 727 |
color: inherit; |
| 728 |
text-decoration: inherit; |
| 729 |
border: 1px dashed #ddd; |
| 730 |
-webkit-box-sizing: border-box; |
| 731 |
-moz-box-sizing: border-box; |
| 732 |
box-sizing: border-box; |
| 733 |
} |
| 734 |
|
| 735 |
.e2pdf-html p, |
| 736 |
.e2pdf-page-number p { |
| 737 |
padding: inherit; |
| 738 |
margin: inherit; |
| 739 |
font-size: inherit; |
| 740 |
line-height: inherit; |
| 741 |
} |
| 742 |
|
| 743 |
.e2pdf-html h1, |
| 744 |
.e2pdf-page-number h1 { |
| 745 |
font-size: 30px; |
| 746 |
line-height: 40px; |
| 747 |
padding:0; |
| 748 |
font-weight: bold; |
| 749 |
color: inherit; |
| 750 |
} |
| 751 |
|
| 752 |
.e2pdf-html h1, .e2pdf-html h2, .e2pdf-html h3, .e2pdf-html h4, .e2pdf-html h5, .e2pdf-html h6, |
| 753 |
.e2pdf-page-number h1, .e2pdf-page-number h2, .e2pdf-page-number h3, .e2pdf-page-number h4, .e2pdf-page-number h5, .e2pdf-page-number h6 |
| 754 |
{ |
| 755 |
display: block !important; |
| 756 |
} |
| 757 |
|
| 758 |
#poststuff .e2pdf-html h2, |
| 759 |
#poststuff .e2pdf-page-number h2 { |
| 760 |
font-size: 20px; |
| 761 |
line-height: 30px; |
| 762 |
padding:0; |
| 763 |
font-weight: bold; |
| 764 |
color: inherit; |
| 765 |
} |
| 766 |
|
| 767 |
.e2pdf-html ul, |
| 768 |
.e2pdf-page-number ul{ |
| 769 |
list-style-type: none; |
| 770 |
margin: 0; |
| 771 |
padding: 0; |
| 772 |
display: block; |
| 773 |
padding-left: 0.4em; |
| 774 |
|
| 775 |
} |
| 776 |
|
| 777 |
.e2pdf-html ol, |
| 778 |
.e2pdf-page-number ol { |
| 779 |
list-style-position: inside; |
| 780 |
margin: 0; |
| 781 |
padding: 0; |
| 782 |
} |
| 783 |
|
| 784 |
.e2pdf-html ul li, .e2pdf-html ol li, |
| 785 |
.e2pdf-page-number ul li, .e2pdf-page-number ol li |
| 786 |
{ |
| 787 |
margin: 0; |
| 788 |
} |
| 789 |
|
| 790 |
.e2pdf-html ul li, |
| 791 |
.e2pdf-page-number ul li { |
| 792 |
list-style-type: none; |
| 793 |
position: relative; |
| 794 |
} |
| 795 |
|
| 796 |
.e2pdf-html ul li:before, |
| 797 |
.e2pdf-page-number ul li:before { |
| 798 |
content:"\2219"; |
| 799 |
font-size: 2.8em; |
| 800 |
line-height: inherit; |
| 801 |
position: absolute; |
| 802 |
top: -.02em; |
| 803 |
left: -.2em; |
| 804 |
} |
| 805 |
|
| 806 |
.page-options-icon i { |
| 807 |
font-size: 16px; |
| 808 |
vertical-align: middle; |
| 809 |
} |
| 810 |
|
| 811 |
.page-options-icon i:before { |
| 812 |
width: 20px; |
| 813 |
height: 20px; |
| 814 |
line-height: 20px; |
| 815 |
} |
| 816 |
|
| 817 |
.page-options-icon.e2pdf-delete-page i { |
| 818 |
font-size: 22px; |
| 819 |
} |
| 820 |
|
| 821 |
.page-options-icons { |
| 822 |
position: absolute; |
| 823 |
right: 0; |
| 824 |
top: -30px; |
| 825 |
display: block; |
| 826 |
line-height: 14px; |
| 827 |
font-size: 14px; |
| 828 |
} |
| 829 |
|
| 830 |
.page-options-icon { |
| 831 |
display: inline-block; |
| 832 |
width: 20px; |
| 833 |
height: 20px; |
| 834 |
line-height: 0; |
| 835 |
text-decoration: none; |
| 836 |
padding: 2px; |
| 837 |
font-size: 20px; |
| 838 |
font-weight: bold; |
| 839 |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; |
| 840 |
} |
| 841 |
|
| 842 |
.e2pdf-welcome li |
| 843 |
{ |
| 844 |
display: inline-block; |
| 845 |
width: 33.33%; |
| 846 |
vertical-align: top; |
| 847 |
-webkit-box-sizing: border-box; |
| 848 |
-moz-box-sizing: border-box; |
| 849 |
box-sizing: border-box; |
| 850 |
} |
| 851 |
|
| 852 |
.e2pdf-welcome li:first-child { |
| 853 |
padding-right: 10px; |
| 854 |
} |
| 855 |
|
| 856 |
.e2pdf-welcome li:last-child { |
| 857 |
padding-left: 10px; |
| 858 |
} |
| 859 |
|
| 860 |
.e2pdf-welcome li a.button-primary, |
| 861 |
.e2pdf-welcome li a.button-primary:focus, |
| 862 |
.e2pdf-welcome li a.button-primary:link, |
| 863 |
.e2pdf-welcome li a.button-primary:active, |
| 864 |
.e2pdf-page-options li a.button-primary, |
| 865 |
.e2pdf-page-options li a.button-primary:focus, |
| 866 |
.e2pdf-page-options li a.button-primary:link, |
| 867 |
.e2pdf-page-options li a.button-primary:active |
| 868 |
{ |
| 869 |
width: 100%; |
| 870 |
text-align: center; |
| 871 |
height: 50px; |
| 872 |
padding: 0; |
| 873 |
margin: 0; |
| 874 |
line-height: 50px; |
| 875 |
vertical-align: middle; |
| 876 |
} |
| 877 |
|
| 878 |
.e2pdf-html, |
| 879 |
.e2pdf-page-number, |
| 880 |
.e2pdf-qrcode, |
| 881 |
.e2pdf-image, |
| 882 |
.e2pdf-barcode, |
| 883 |
.e2pdf-graph, |
| 884 |
.e2pdf-signature |
| 885 |
{ |
| 886 |
outline: 1px dotted #ddd; |
| 887 |
outline-offset: -1px; |
| 888 |
} |
| 889 |
|
| 890 |
.e2pdf-hide-markup .e2pdf-html, |
| 891 |
.e2pdf-hide-markup .e2pdf-page-number { |
| 892 |
outline: none; |
| 893 |
} |
| 894 |
|
| 895 |
.e2pdf-el-wrapper .e2pdf-link { |
| 896 |
width: 100%; |
| 897 |
height: 100%; |
| 898 |
overflow: hidden; |
| 899 |
min-height: 2px; |
| 900 |
-webkit-box-sizing: border-box; |
| 901 |
-moz-box-sizing: border-box; |
| 902 |
box-sizing: border-box; |
| 903 |
border: 1px dashed #5fbfe2; |
| 904 |
} |
| 905 |
|
| 906 |
.wp-core-ui .button.button-small.ed_button { |
| 907 |
margin: 0; |
| 908 |
padding: 6px; |
| 909 |
-webkit-box-sizing: border-box; |
| 910 |
-moz-box-sizing: border-box; |
| 911 |
box-sizing: border-box; |
| 912 |
box-shadow: none; |
| 913 |
} |
| 914 |
|
| 915 |
.ed_button { |
| 916 |
font-size: 15px; |
| 917 |
} |
| 918 |
|
| 919 |
.wp-core-ui .button-group.button-small .button, .wp-core-ui .button.button-small { |
| 920 |
line-height: none; |
| 921 |
} |
| 922 |
|
| 923 |
|
| 924 |
.wp-core-ui .button.button-small.ed_button i { |
| 925 |
display: inline; |
| 926 |
vertical-align: middle; |
| 927 |
font-size: 18px; |
| 928 |
} |
| 929 |
|
| 930 |
|
| 931 |
.wp-core-ui .e2pdf-panel-options li .button.button-small.ed_button { |
| 932 |
display: inline-block; |
| 933 |
border: 0px; |
| 934 |
border-right: 1px solid #ddd; |
| 935 |
border-bottom: 1px solid #ddd; |
| 936 |
font-size: 10px; |
| 937 |
} |
| 938 |
|
| 939 |
.e2pdf-tpl .ui-resizable { |
| 940 |
max-width: 100%; |
| 941 |
max-height: 100%; |
| 942 |
} |
| 943 |
|
| 944 |
.e2pdf-el-wrapper input, |
| 945 |
.e2pdf-el-wrapper select, |
| 946 |
.wp-admin .e2pdf-el-wrapper select[multiple], |
| 947 |
.e2pdf-el-wrapper textarea { |
| 948 |
width: 100%; |
| 949 |
height: 100%; |
| 950 |
max-width: 100%; |
| 951 |
resize: none; |
| 952 |
margin: 0; |
| 953 |
padding: 0; |
| 954 |
vertical-align: top; |
| 955 |
background: none; |
| 956 |
box-shadow: none; |
| 957 |
border: 1px dashed #ddd; |
| 958 |
border-radius: 0; |
| 959 |
-webkit-box-sizing: border-box; |
| 960 |
-moz-box-sizing: border-box; |
| 961 |
box-sizing: border-box; |
| 962 |
font-size: inherit; |
| 963 |
line-height: normal; |
| 964 |
min-width: 0; |
| 965 |
min-height: 0; |
| 966 |
} |
| 967 |
|
| 968 |
.e2pdf-el-wrapper input:focus, |
| 969 |
.e2pdf-el-wrapper select:focus, |
| 970 |
.e2pdf-el-wrapper textarea:focus, |
| 971 |
.e2pdf-el-wrapper .e2pdf-html:focus, |
| 972 |
.e2pdf-el-wrapper .e2pdf-page-number:focus, |
| 973 |
.wp-admin .e2pdf-el-wrapper select[multiple]:focus, |
| 974 |
.e2pdf-el-wrapper.e2pdf-selected, |
| 975 |
.e2pdf-el-wrapper.e2pdf-focused |
| 976 |
{ |
| 977 |
background-color: rgba(0,115,170,0.1) !important; |
| 978 |
outline:none; |
| 979 |
-moz-outline-style: none; |
| 980 |
-webkit-box-shadow: none; |
| 981 |
} |
| 982 |
|
| 983 |
.e2pdf-el-wrapper.e2pdf-focused { |
| 984 |
z-index: 10000 !important; |
| 985 |
} |
| 986 |
|
| 987 |
.e2pdf-el-wrapper.e2pdf-focused .e2pdf-html, |
| 988 |
.e2pdf-el-wrapper.e2pdf-focused .e2pdf-page-number, |
| 989 |
.e2pdf-el-wrapper.e2pdf-focused .e2pdf-textarea |
| 990 |
{ |
| 991 |
overflow-y: auto; |
| 992 |
overscroll-behavior: contain; |
| 993 |
} |
| 994 |
|
| 995 |
.e2pdf-el-wrapper select { |
| 996 |
-webkit-appearance: menulist; |
| 997 |
} |
| 998 |
|
| 999 |
.e2pdf-el-wrapper input[type=radio] { |
| 1000 |
border-radius: 50%; |
| 1001 |
} |
| 1002 |
|
| 1003 |
.wp-admin .e2pdf-el-wrapper select[multiple] { |
| 1004 |
-webkit-appearance: none; |
| 1005 |
} |
| 1006 |
|
| 1007 |
.e2pdf-hide-markup .e2pdf-tpl .e2pdf-drag, |
| 1008 |
.e2pdf-hide-markup .e2pdf-tpl .ui-resizable-se, |
| 1009 |
.e2pdf-hidden-loader |
| 1010 |
{ |
| 1011 |
display: none !important; |
| 1012 |
} |
| 1013 |
|
| 1014 |
.e2pdf-el-wrapper .e2pdf-html, |
| 1015 |
.e2pdf-el-wrapper .e2pdf-page-number |
| 1016 |
{ |
| 1017 |
width: 100%; |
| 1018 |
height: 100%; |
| 1019 |
overflow: hidden; |
| 1020 |
min-height: 2px; |
| 1021 |
-webkit-box-sizing: border-box; |
| 1022 |
-moz-box-sizing: border-box; |
| 1023 |
box-sizing: border-box; |
| 1024 |
} |
| 1025 |
|
| 1026 |
.e2pdf-el-wrapper textarea.e2pdf-html, |
| 1027 |
.e2pdf-el-wrapper textarea.e2pdf-page-number { |
| 1028 |
overflow: auto; |
| 1029 |
overscroll-behavior: contain; |
| 1030 |
} |
| 1031 |
|
| 1032 |
.e2pdf-el-wrapper .e2pdf-html table:not([width]), |
| 1033 |
.e2pdf-el-wrapper .e2pdf-page-number table:not([width]) |
| 1034 |
{ |
| 1035 |
width: 100%; |
| 1036 |
} |
| 1037 |
|
| 1038 |
.e2pdf-el-wrapper .e2pdf-html table, |
| 1039 |
.e2pdf-el-wrapper .e2pdf-page-number table, |
| 1040 |
.e2pdf-el-wrapper .e2pdf-html img |
| 1041 |
{ |
| 1042 |
max-width: 100%; |
| 1043 |
} |
| 1044 |
|
| 1045 |
.e2pdf-el-wrapper .e2pdf-html img { |
| 1046 |
max-height: fit-content; |
| 1047 |
} |
| 1048 |
|
| 1049 |
.e2pdf-el-wrapper figure { |
| 1050 |
margin: 0; |
| 1051 |
} |
| 1052 |
|
| 1053 |
.e2pdf-el-wrapper .e2pdf-html table, |
| 1054 |
.e2pdf-el-wrapper .e2pdf-page-number table |
| 1055 |
{ |
| 1056 |
table-layout: fixed; |
| 1057 |
} |
| 1058 |
|
| 1059 |
.e2pdf-el-wrapper .e2pdf-html table td, |
| 1060 |
.e2pdf-el-wrapper .e2pdf-page-number table td |
| 1061 |
{ |
| 1062 |
outline: 1px dotted #ddd; |
| 1063 |
outline-offset: -1px; |
| 1064 |
} |
| 1065 |
|
| 1066 |
|
| 1067 |
|
| 1068 |
.e2pdf-el-wrapper .e2pdf-html hr { |
| 1069 |
border-bottom: 0; |
| 1070 |
border-color: #000; |
| 1071 |
max-width: 100%; |
| 1072 |
} |
| 1073 |
|
| 1074 |
.e2pdf-el-wrapper { |
| 1075 |
z-index: 0; |
| 1076 |
-webkit-box-sizing: border-box; |
| 1077 |
-moz-box-sizing: border-box; |
| 1078 |
box-sizing: border-box; |
| 1079 |
} |
| 1080 |
|
| 1081 |
.e2pdf-element .ui-resizable-se { |
| 1082 |
right: -5px; |
| 1083 |
bottom: -5px; |
| 1084 |
background-image: none; |
| 1085 |
} |
| 1086 |
|
| 1087 |
.e2pdf-element .ui-resizable-n, |
| 1088 |
.e2pdf-element .ui-resizable-e, |
| 1089 |
.e2pdf-element .ui-resizable-s, |
| 1090 |
.e2pdf-element .ui-resizable-w, |
| 1091 |
.e2pdf-element .ui-resizable-ne, |
| 1092 |
.e2pdf-element .ui-resizable-se, |
| 1093 |
.e2pdf-element .ui-resizable-sw, |
| 1094 |
.e2pdf-element .ui-resizable-nw { |
| 1095 |
display: none !important; |
| 1096 |
} |
| 1097 |
|
| 1098 |
.e2pdf-element.e2pdf-focused .ui-resizable-n, |
| 1099 |
.e2pdf-element.e2pdf-focused .ui-resizable-e, |
| 1100 |
.e2pdf-element.e2pdf-focused .ui-resizable-s, |
| 1101 |
.e2pdf-element.e2pdf-focused .ui-resizable-w, |
| 1102 |
.e2pdf-element.e2pdf-focused .ui-resizable-ne, |
| 1103 |
.e2pdf-element.e2pdf-focused .ui-resizable-se, |
| 1104 |
.e2pdf-element.e2pdf-focused .ui-resizable-sw, |
| 1105 |
.e2pdf-element.e2pdf-focused .ui-resizable-nw { |
| 1106 |
display: block !important; |
| 1107 |
} |
| 1108 |
|
| 1109 |
.e2pdf-element .ui-resizable-ne, |
| 1110 |
.e2pdf-element .ui-resizable-se, |
| 1111 |
.e2pdf-element .ui-resizable-sw, |
| 1112 |
.e2pdf-element .ui-resizable-nw { |
| 1113 |
width: 8px; |
| 1114 |
height: 8px; |
| 1115 |
-webkit-box-sizing: border-box; |
| 1116 |
-moz-box-sizing: border-box; |
| 1117 |
box-sizing: border-box; |
| 1118 |
} |
| 1119 |
|
| 1120 |
.e2pdf-element.e2pdf-focused .ui-resizable-ne, |
| 1121 |
.e2pdf-element.e2pdf-focused .ui-resizable-se, |
| 1122 |
.e2pdf-element.e2pdf-focused .ui-resizable-sw, |
| 1123 |
.e2pdf-element.e2pdf-focused .ui-resizable-nw |
| 1124 |
{ |
| 1125 |
background: #0073aa; |
| 1126 |
background: var(--wp-admin-theme-color); |
| 1127 |
border: 1px solid #fff; |
| 1128 |
} |
| 1129 |
|
| 1130 |
.e2pdf-drag { |
| 1131 |
width: 100%; |
| 1132 |
height: 100%; |
| 1133 |
position: absolute; |
| 1134 |
top: 0; |
| 1135 |
left: 0; |
| 1136 |
} |
| 1137 |
|
| 1138 |
.e2pdf-drag:hover { |
| 1139 |
cursor: pointer; |
| 1140 |
} |
| 1141 |
|
| 1142 |
.e2pdf-focused .e2pdf-drag { |
| 1143 |
display: none; |
| 1144 |
} |
| 1145 |
|
| 1146 |
.categorydiv.e2pdf-tabs-panel div.tabs-panel { |
| 1147 |
max-height: none; |
| 1148 |
overflow: visible; |
| 1149 |
border: 0 !important; |
| 1150 |
padding: 0px 5px !important; |
| 1151 |
} |
| 1152 |
|
| 1153 |
.e2pdf-el-wrapper .ui-icon { |
| 1154 |
-webkit-box-sizing: border-box; |
| 1155 |
-moz-box-sizing: border-box; |
| 1156 |
box-sizing: border-box; |
| 1157 |
} |
| 1158 |
|
| 1159 |
.e2pdf-colorpicker-wr .wp-picker-container.wp-picker-active { |
| 1160 |
width: 100%; |
| 1161 |
} |
| 1162 |
|
| 1163 |
.e2pdf-colorpicker-wr .wp-picker-container .iris-picker { |
| 1164 |
position: absolute; |
| 1165 |
z-index: 1; |
| 1166 |
} |
| 1167 |
|
| 1168 |
.e2pdf-colorpicker-wr .wp-picker-container { |
| 1169 |
display: inline-block; |
| 1170 |
outline: 0; |
| 1171 |
width: 100%; |
| 1172 |
} |
| 1173 |
|
| 1174 |
.postbox-container .e2pdf-colorpicker-wr .wp-picker-container .iris-picker { |
| 1175 |
position: absolute; |
| 1176 |
top: -205px; |
| 1177 |
margin-right: 25px; |
| 1178 |
right: 100%; |
| 1179 |
} |
| 1180 |
|
| 1181 |
.e2pdf-colorpicker-wr .wp-color-result, .e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button { |
| 1182 |
height: 30px; |
| 1183 |
line-height: 30px; |
| 1184 |
margin: 0; |
| 1185 |
border: none; |
| 1186 |
border-radius: 0; |
| 1187 |
box-shadow: none; |
| 1188 |
-webkit-box-sizing: border-box; |
| 1189 |
-moz-box-sizing: border-box; |
| 1190 |
box-sizing: border-box; |
| 1191 |
width: 100%; |
| 1192 |
border: 1px solid #ddd; |
| 1193 |
} |
| 1194 |
|
| 1195 |
.e2pdf-colorpicker-wr .wp-color-result .wp-color-result-text { |
| 1196 |
height: 30px; |
| 1197 |
line-height: 30px; |
| 1198 |
margin: 0; |
| 1199 |
border: none; |
| 1200 |
border-radius: 0; |
| 1201 |
box-shadow: none; |
| 1202 |
-webkit-box-sizing: border-box; |
| 1203 |
-moz-box-sizing: border-box; |
| 1204 |
box-sizing: border-box; |
| 1205 |
width: 100%; |
| 1206 |
border-bottom: 1px solid #ddd; |
| 1207 |
text-overflow: ellipsis; |
| 1208 |
overflow: hidden; |
| 1209 |
} |
| 1210 |
|
| 1211 |
.e2pdf-colorpicker-wr .wp-color-result.wp-picker-open, .e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button.wp-picker-open |
| 1212 |
{ |
| 1213 |
width: 50%; |
| 1214 |
margin-right: 0 !important; |
| 1215 |
} |
| 1216 |
|
| 1217 |
.wp-core-ui .e2pdf-colorpicker-wr .button.button-small { |
| 1218 |
padding: 0; |
| 1219 |
height: 30px; |
| 1220 |
line-height: 30px; |
| 1221 |
margin: 0; |
| 1222 |
-webkit-box-sizing: border-box; |
| 1223 |
-moz-box-sizing: border-box; |
| 1224 |
box-sizing: border-box; |
| 1225 |
width: 40%; |
| 1226 |
border-radius: 0; |
| 1227 |
box-shadow: none; |
| 1228 |
overflow: hidden; |
| 1229 |
border-left: none; |
| 1230 |
} |
| 1231 |
|
| 1232 |
.e2pdf-colorpicker-wr .wp-picker-container input[type=text].wp-color-picker { |
| 1233 |
width: 60%; |
| 1234 |
height: 30px; |
| 1235 |
line-height: 30px; |
| 1236 |
} |
| 1237 |
|
| 1238 |
.e2pdf-colorpicker-wr .wp-picker-container .wp-picker-input-wrap label input[type=text].wp-color-picker { |
| 1239 |
width: 100%; |
| 1240 |
border-radius: 0; |
| 1241 |
} |
| 1242 |
|
| 1243 |
.e2pdf-colorpicker-wr .wp-picker-container.wp-picker-active .e2pdf-color-picker { |
| 1244 |
display: inline-block; |
| 1245 |
} |
| 1246 |
|
| 1247 |
.e2pdf-colorpicker-wr .wp-color-result:after { |
| 1248 |
height: 26px; |
| 1249 |
line-height: 26px; |
| 1250 |
border-radius: 0; |
| 1251 |
border: none; |
| 1252 |
-webkit-box-sizing: border-box; |
| 1253 |
-moz-box-sizing: border-box; |
| 1254 |
box-sizing: border-box; |
| 1255 |
white-space: nowrap; |
| 1256 |
} |
| 1257 |
|
| 1258 |
.e2pdf-colorpicker-wr .wp-core-ui .button.button-small { |
| 1259 |
border-radius: 0; |
| 1260 |
height: 30px; |
| 1261 |
line-height: 30px; |
| 1262 |
} |
| 1263 |
|
| 1264 |
.e2pdf-colorpicker-wr .wp-picker-input-wrap { |
| 1265 |
width: 50%; |
| 1266 |
} |
| 1267 |
|
| 1268 |
.e2pdf-colorpicker-wr .wp-picker-input-wrap label { |
| 1269 |
width: 100%; |
| 1270 |
} |
| 1271 |
|
| 1272 |
.e2pdf-color-picker { |
| 1273 |
display: none; |
| 1274 |
} |
| 1275 |
|
| 1276 |
.e2pdf-hide { |
| 1277 |
display: none; |
| 1278 |
} |
| 1279 |
|
| 1280 |
.e2pdf-strong-label .e2pdf-label { |
| 1281 |
font-size: 12px; |
| 1282 |
font-weight: bold; |
| 1283 |
} |
| 1284 |
|
| 1285 |
.e2pdf-hide-label .e2pdf-label { |
| 1286 |
display: none; |
| 1287 |
} |
| 1288 |
|
| 1289 |
.e2pdf-label { |
| 1290 |
vertical-align: middle; |
| 1291 |
} |
| 1292 |
|
| 1293 |
.e2pdf-mt-label { |
| 1294 |
margin-top: 18px; |
| 1295 |
} |
| 1296 |
|
| 1297 |
.e2pdf-rel { |
| 1298 |
position: relative; |
| 1299 |
} |
| 1300 |
|
| 1301 |
.e2pdf-el-properties .e2pdf-left > div, |
| 1302 |
.e2pdf-el-properties .e2pdf-right > div, |
| 1303 |
.e2pdf-el-properties .e2pdf-top > div, |
| 1304 |
.e2pdf-el-properties .e2pdf-bottom > div { |
| 1305 |
margin-bottom: 5px; |
| 1306 |
margin-top: 10px; |
| 1307 |
padding: 10px; |
| 1308 |
background: #fafafa; |
| 1309 |
border: 1px solid #eee; |
| 1310 |
} |
| 1311 |
|
| 1312 |
.e2pdf-el-properties textarea { |
| 1313 |
overscroll-behavior: contain; |
| 1314 |
} |
| 1315 |
|
| 1316 |
.e2pdf-select-options { |
| 1317 |
height: 75px; |
| 1318 |
} |
| 1319 |
|
| 1320 |
.e2pdf-wysiwyg-color { |
| 1321 |
position: relative; |
| 1322 |
display: inline-block; |
| 1323 |
} |
| 1324 |
|
| 1325 |
.e2pdf-wysiwyg-color .wp-picker-container { |
| 1326 |
position: absolute; |
| 1327 |
left: 0; |
| 1328 |
top: 25px; |
| 1329 |
background: #fff; |
| 1330 |
padding: 10px; |
| 1331 |
z-index: 1; |
| 1332 |
border: 1px solid #e5e5e5; |
| 1333 |
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 1334 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 1335 |
border-top: none; |
| 1336 |
display: none; |
| 1337 |
} |
| 1338 |
|
| 1339 |
.e2pdf-wysiwyg-color .wp-picker-container.wp-picker-active { |
| 1340 |
display: block; |
| 1341 |
width: auto; |
| 1342 |
top: 0; |
| 1343 |
margin-top: 2px; |
| 1344 |
} |
| 1345 |
|
| 1346 |
.e2pdf-wysiwyg-color .e2pdf-colorpicker-wr .wp-picker-container .iris-picker { |
| 1347 |
position: relative; |
| 1348 |
} |
| 1349 |
|
| 1350 |
.wp-color-close { |
| 1351 |
position: absolute; |
| 1352 |
top: 0; |
| 1353 |
left: 0; |
| 1354 |
display: block; |
| 1355 |
} |
| 1356 |
|
| 1357 |
.e2pdf-loader, .e2pdf-form-loader .spinner { |
| 1358 |
background: url("../img/loader.svg") center center no-repeat; |
| 1359 |
width: 20px; |
| 1360 |
height: 20px; |
| 1361 |
margin: 0; |
| 1362 |
} |
| 1363 |
|
| 1364 |
.e2pdf-el-wrapper.e2pdf-loader .e2pdf-image { |
| 1365 |
visibility: hidden; |
| 1366 |
} |
| 1367 |
|
| 1368 |
.e2pdf-form-loader { |
| 1369 |
position: absolute; |
| 1370 |
top: 3px; |
| 1371 |
right: 24px; |
| 1372 |
} |
| 1373 |
|
| 1374 |
.e2pdf-welcome .e2pdf-form-loader, |
| 1375 |
.e2pdf-tpl-options .e2pdf-form-loader, |
| 1376 |
.e2pdf-license-key .e2pdf-form-loader { |
| 1377 |
top: 0px; |
| 1378 |
right: 0px; |
| 1379 |
} |
| 1380 |
|
| 1381 |
.visual-mapper .e2pdf-form-loader { |
| 1382 |
right: 50%; |
| 1383 |
margin-right: -10px; |
| 1384 |
margin-top: 5px; |
| 1385 |
} |
| 1386 |
|
| 1387 |
.e2pdf-border { |
| 1388 |
border: 1px dashed #ddd; |
| 1389 |
} |
| 1390 |
|
| 1391 |
.e2pdf-export-form .e2pdf-grid { |
| 1392 |
margin-bottom: 10px; |
| 1393 |
} |
| 1394 |
|
| 1395 |
.e2pdf-export-form .e2pdf-options { |
| 1396 |
display: none; |
| 1397 |
} |
| 1398 |
|
| 1399 |
.e2pdf-export-form h4 { |
| 1400 |
margin: 0; |
| 1401 |
} |
| 1402 |
|
| 1403 |
.e2pdf-align-right { |
| 1404 |
text-align: right; |
| 1405 |
} |
| 1406 |
|
| 1407 |
.e2pdf-align-left { |
| 1408 |
text-align: left; |
| 1409 |
} |
| 1410 |
|
| 1411 |
.e2pdf-align-center { |
| 1412 |
text-align: center; |
| 1413 |
} |
| 1414 |
|
| 1415 |
a.e2pdf-link, |
| 1416 |
a.e2pdf-link:focus, |
| 1417 |
a.e2pdf-link:link, |
| 1418 |
a.e2pdf-link:visited, |
| 1419 |
a.e2pdf-link:hover { |
| 1420 |
text-decoration: none; |
| 1421 |
vertical-align: middle; |
| 1422 |
outline:none; |
| 1423 |
-moz-outline-style: none; |
| 1424 |
-webkit-box-shadow: none; |
| 1425 |
} |
| 1426 |
|
| 1427 |
.ui-autocomplete.e2pdf-autocomplete { |
| 1428 |
position: absolute; |
| 1429 |
z-index: 102 !important; |
| 1430 |
} |
| 1431 |
|
| 1432 |
.e2pdf-inline-radio > div { |
| 1433 |
display: inline-block; |
| 1434 |
padding: 0 4px; |
| 1435 |
} |
| 1436 |
|
| 1437 |
ul.e2pdf-inline-links { |
| 1438 |
margin: 0; |
| 1439 |
} |
| 1440 |
|
| 1441 |
.e2pdf-inline-links li { |
| 1442 |
display: inline-block; |
| 1443 |
} |
| 1444 |
|
| 1445 |
.e2pdf-inline-links li:after { |
| 1446 |
display: inline-block; |
| 1447 |
content: " | "; |
| 1448 |
line-height: 20px; |
| 1449 |
height: 20px; |
| 1450 |
vertical-align: middle; |
| 1451 |
margin: 0 5px; |
| 1452 |
color: #ddd; |
| 1453 |
} |
| 1454 |
|
| 1455 |
.e2pdf-inline-links li:last-child:after { |
| 1456 |
display: none; |
| 1457 |
} |
| 1458 |
|
| 1459 |
a.e2pdf-link[disabled='disabled'], |
| 1460 |
a.e2pdf-link[disabled='disabled']:hover, |
| 1461 |
a.e2pdf-link[disabled='disabled']:active, |
| 1462 |
a.e2pdf-link[disabled='disabled']:focus, |
| 1463 |
a.e2pdf-link[disabled='disabled']:link { |
| 1464 |
color: #ddd; |
| 1465 |
cursor: default; |
| 1466 |
outline:none; |
| 1467 |
-moz-outline-style: none; |
| 1468 |
-webkit-box-shadow: none; |
| 1469 |
box-shadow: none; |
| 1470 |
border-color: #ddd; |
| 1471 |
} |
| 1472 |
|
| 1473 |
a.e2pdf-color-orange, .e2pdf-color-orange, .e2pdf-license-status .pre_expired { |
| 1474 |
color: #ffbf00; |
| 1475 |
border-bottom: 1px dotted #ffbf00; |
| 1476 |
} |
| 1477 |
|
| 1478 |
a.e2pdf-color-red, .e2pdf-color-red, .e2pdf-license-status .expired { |
| 1479 |
color: #a00; |
| 1480 |
border-bottom: 1px dotted #a00; |
| 1481 |
} |
| 1482 |
|
| 1483 |
a.e2pdf-color-green, .e2pdf-color-green, .e2pdf-license-status .valid { |
| 1484 |
color: #093; |
| 1485 |
border-bottom: 1px dotted #093; |
| 1486 |
} |
| 1487 |
|
| 1488 |
.e2pdf-templates-list-tablenav .alignright.actions { |
| 1489 |
padding: 0; |
| 1490 |
} |
| 1491 |
|
| 1492 |
.e2pdf-templates-list-tablenav .alignright.actions a.button { |
| 1493 |
margin: 3px 0 0 0; |
| 1494 |
} |
| 1495 |
|
| 1496 |
.e2pdf-debug-panel { |
| 1497 |
clear: both; |
| 1498 |
width: 100%; |
| 1499 |
text-align: left; |
| 1500 |
font-size: 9px; |
| 1501 |
padding: 5px; |
| 1502 |
-webkit-box-sizing: border-box; |
| 1503 |
-moz-box-sizing: border-box; |
| 1504 |
box-sizing: border-box; |
| 1505 |
} |
| 1506 |
|
| 1507 |
.e2pdf-fonts-list { |
| 1508 |
padding-top: 20px; |
| 1509 |
} |
| 1510 |
|
| 1511 |
.e2pdf-fonts-list li { |
| 1512 |
padding-bottom: 3px; |
| 1513 |
border-bottom: 1px solid #eee; |
| 1514 |
} |
| 1515 |
|
| 1516 |
.e2pdf-fonts-upload .e2pdf-name { |
| 1517 |
width: 40%; |
| 1518 |
} |
| 1519 |
|
| 1520 |
.e2pdf-fonts-upload .e2pdf-value { |
| 1521 |
width: 60%; |
| 1522 |
} |
| 1523 |
|
| 1524 |
.e2pdf-fonts-list .e2pdf-name { |
| 1525 |
width: 80%; |
| 1526 |
} |
| 1527 |
|
| 1528 |
.e2pdf-fonts-list .e2pdf-value { |
| 1529 |
width: 20%; |
| 1530 |
text-align: right; |
| 1531 |
} |
| 1532 |
|
| 1533 |
.e2pdf-fonts-list .dashicons-cloud-saved { |
| 1534 |
color: #eee; |
| 1535 |
} |
| 1536 |
|
| 1537 |
.e2pdf-permissions-list li fieldset, |
| 1538 |
.checkbox_list fieldset { |
| 1539 |
display: inline-block; |
| 1540 |
padding-right: 5px; |
| 1541 |
} |
| 1542 |
|
| 1543 |
.e2pdf-options-list .e2pdf-name { |
| 1544 |
line-height: 30px; |
| 1545 |
} |
| 1546 |
|
| 1547 |
.e2pdf-options-list .e2pdf-value { |
| 1548 |
line-height: 30px; |
| 1549 |
} |
| 1550 |
|
| 1551 |
.e2pdf-export-shortcodes { |
| 1552 |
background: #eee; |
| 1553 |
border: 1px dashed #ddd; |
| 1554 |
padding: 10px; |
| 1555 |
-webkit-box-sizing: border-box; |
| 1556 |
-moz-box-sizing: border-box; |
| 1557 |
box-sizing: border-box; |
| 1558 |
} |
| 1559 |
|
| 1560 |
.e2pdf-export-shortcodes input { |
| 1561 |
margin-bottom: 10px; |
| 1562 |
font-size: 12px; |
| 1563 |
background: #fff; |
| 1564 |
} |
| 1565 |
|
| 1566 |
.e2pdf-inactive, .wp-core-ui .e2pdf-inactive.button { |
| 1567 |
color: #cccccc; |
| 1568 |
} |
| 1569 |
|
| 1570 |
.e2pdf-selected .e2pdf-drag, .e2pdf-active { |
| 1571 |
color: #0073aa; |
| 1572 |
color: var(--wp-admin-theme-color); |
| 1573 |
} |
| 1574 |
|
| 1575 |
.e2pdf-show-all-elements .e2pdf-tpl .e2pdf-element.e2pdf-hide { |
| 1576 |
display: inline-block; |
| 1577 |
} |
| 1578 |
|
| 1579 |
.e2pdf-unlock-all-elements .e2pdf-tpl .e2pdf-locked { |
| 1580 |
pointer-events: auto; |
| 1581 |
} |
| 1582 |
|
| 1583 |
.e2pdf-locked { |
| 1584 |
pointer-events: none; |
| 1585 |
} |
| 1586 |
|
| 1587 |
.e2pdf-vm-rel-field { |
| 1588 |
position: relative !important; |
| 1589 |
} |
| 1590 |
|
| 1591 |
.e2pdf-vm-abs-field { |
| 1592 |
position: absolute !important; |
| 1593 |
width: 100% !important; |
| 1594 |
height: 100% !important; |
| 1595 |
top: 0 !important; |
| 1596 |
left: 0 !important; |
| 1597 |
background: none !important; |
| 1598 |
border: 0 !important; |
| 1599 |
} |
| 1600 |
|
| 1601 |
.e2pdf-vm-wrapper { |
| 1602 |
position: absolute; |
| 1603 |
width: 100%; |
| 1604 |
height: 100%; |
| 1605 |
z-index: 999; |
| 1606 |
top: 0; |
| 1607 |
left: 0; |
| 1608 |
overflow: hidden; |
| 1609 |
} |
| 1610 |
|
| 1611 |
.e2pdf-vm-content select, |
| 1612 |
.e2pdf-vm-content textarea, |
| 1613 |
.e2pdf-vm-content input[type=radio], |
| 1614 |
.e2pdf-vm-content input[type=checkbox], |
| 1615 |
.e2pdf-vm-content select { |
| 1616 |
margin: 0; |
| 1617 |
} |
| 1618 |
|
| 1619 |
a.e2pdf-vm-element { |
| 1620 |
background: #008ec2; |
| 1621 |
opacity: 0.2; |
| 1622 |
position: absolute; |
| 1623 |
border: 1px dashed #000; |
| 1624 |
-webkit-box-sizing: border-box; |
| 1625 |
-moz-box-sizing: border-box; |
| 1626 |
box-sizing: border-box; |
| 1627 |
} |
| 1628 |
|
| 1629 |
a.e2pdf-vm-element:hover { |
| 1630 |
opacity: 0.4; |
| 1631 |
} |
| 1632 |
|
| 1633 |
.e2pdf-vm-item { |
| 1634 |
padding: 0 5px; |
| 1635 |
vertical-align: bottom; |
| 1636 |
} |
| 1637 |
|
| 1638 |
.e2pdf-vm-item label { |
| 1639 |
word-break: break-all; |
| 1640 |
text-overflow: ellipsis; |
| 1641 |
overflow: hidden; |
| 1642 |
} |
| 1643 |
|
| 1644 |
.e2pdf-tpl-inner { |
| 1645 |
position: absolute; |
| 1646 |
min-width: 100%; |
| 1647 |
} |
| 1648 |
|
| 1649 |
.e2pdf-z200 .e2pdf-tpl-inner { |
| 1650 |
-ms-transform: scale(2); |
| 1651 |
-webkit-transform: scale(2); |
| 1652 |
transform: scale(2); |
| 1653 |
transform-origin: 0 0; |
| 1654 |
} |
| 1655 |
|
| 1656 |
.e2pdf-z200 .e2pdf-page { |
| 1657 |
margin-top: 80px; |
| 1658 |
} |
| 1659 |
|
| 1660 |
.e2pdf-z175 .e2pdf-tpl-inner { |
| 1661 |
-ms-transform: scale(1.75); |
| 1662 |
-webkit-transform: scale(1.75); |
| 1663 |
transform: scale(1.75); |
| 1664 |
transform-origin: 0 0; |
| 1665 |
} |
| 1666 |
|
| 1667 |
.e2pdf-z175 .e2pdf-page { |
| 1668 |
margin-top: 70px; |
| 1669 |
} |
| 1670 |
|
| 1671 |
.e2pdf-z150 .e2pdf-tpl-inner { |
| 1672 |
-ms-transform: scale(1.5); |
| 1673 |
-webkit-transform: scale(1.5); |
| 1674 |
transform: scale(1.5); |
| 1675 |
transform-origin: 0 0; |
| 1676 |
} |
| 1677 |
|
| 1678 |
.e2pdf-z150 .e2pdf-page { |
| 1679 |
margin-top: 60px; |
| 1680 |
} |
| 1681 |
|
| 1682 |
.e2pdf-z125 .e2pdf-tpl-inner { |
| 1683 |
-ms-transform: scale(1.25); |
| 1684 |
-webkit-transform: scale(1.25); |
| 1685 |
transform: scale(1.25); |
| 1686 |
transform-origin: 0 0; |
| 1687 |
} |
| 1688 |
|
| 1689 |
.e2pdf-z125 .e2pdf-page { |
| 1690 |
margin-top: 50px; |
| 1691 |
} |
| 1692 |
|
| 1693 |
.e2pdf-z75 .e2pdf-tpl-inner { |
| 1694 |
-ms-transform: scale(0.75); |
| 1695 |
-webkit-transform: scale(0.75); |
| 1696 |
transform: scale(0.75); |
| 1697 |
transform-origin: 0 0; |
| 1698 |
width: 133.33%; |
| 1699 |
} |
| 1700 |
|
| 1701 |
.e2pdf-z50 .e2pdf-tpl-inner { |
| 1702 |
-ms-transform: scale(0.50); |
| 1703 |
-webkit-transform: scale(0.50); |
| 1704 |
transform: scale(0.50); |
| 1705 |
transform-origin: 0 0; |
| 1706 |
width: 200%; |
| 1707 |
} |
| 1708 |
|
| 1709 |
.e2pdf-z25 .e2pdf-tpl-inner { |
| 1710 |
-ms-transform: scale(0.25); |
| 1711 |
-webkit-transform: scale(0.25); |
| 1712 |
transform: scale(0.25); |
| 1713 |
transform-origin: 0 0; |
| 1714 |
width: 400%; |
| 1715 |
} |
| 1716 |
|
| 1717 |
.e2pdf-dialog:not(.e2pdf-dialog-visual-mapper) input[type='text'], |
| 1718 |
.e2pdf-dialog:not(.e2pdf-dialog-visual-mapper) select { |
| 1719 |
height: 30px; |
| 1720 |
margin: 0; |
| 1721 |
max-width: 100%; |
| 1722 |
} |
| 1723 |
|
| 1724 |
.e2pdf-dialog:not(.e2pdf-dialog-visual-mapper) select[name=html_worker], |
| 1725 |
.e2pdf-dialog:not(.e2pdf-dialog-visual-mapper) select[name=css_style] |
| 1726 |
{ |
| 1727 |
font-size: 10px; |
| 1728 |
} |
| 1729 |
|
| 1730 |
.e2pdf-dialog li { |
| 1731 |
margin-bottom: 10px; |
| 1732 |
} |
| 1733 |
|
| 1734 |
.e2pdf-dialog .e2pdf-el-properties li:not(ui-menu-item) { |
| 1735 |
margin-bottom: 5px; |
| 1736 |
background: #f9f9f9; |
| 1737 |
padding: 5px; |
| 1738 |
padding-right: 10px; |
| 1739 |
padding-left: 10px; |
| 1740 |
} |
| 1741 |
|
| 1742 |
.e2pdf-dialog label { |
| 1743 |
display: inline-block; |
| 1744 |
width: 100%; |
| 1745 |
-webkit-box-sizing: border-box; |
| 1746 |
-moz-box-sizing: border-box; |
| 1747 |
box-sizing: border-box; |
| 1748 |
font-size: 12px; |
| 1749 |
font-weight: bold; |
| 1750 |
} |
| 1751 |
|
| 1752 |
.e2pdf-dialog label.e2pdf-label { |
| 1753 |
font-weight: normal; |
| 1754 |
line-height: 30px; |
| 1755 |
} |
| 1756 |
|
| 1757 |
.e2pdf-dialog .visual-mapper label { |
| 1758 |
display: block; |
| 1759 |
} |
| 1760 |
|
| 1761 |
.e2pdf-vm-content { |
| 1762 |
margin-bottom: 10px; |
| 1763 |
display: inline-block; |
| 1764 |
min-width: 100%; |
| 1765 |
width: 100%; |
| 1766 |
min-height: 30px; |
| 1767 |
} |
| 1768 |
|
| 1769 |
.e2pdf-vm-content input, .e2pdf-vm-content select { |
| 1770 |
display: inline-block; |
| 1771 |
margin-left: 0; |
| 1772 |
margin-right: 0; |
| 1773 |
max-width: 100%; |
| 1774 |
} |
| 1775 |
|
| 1776 |
.e2pdf-vm-field-wrapper { |
| 1777 |
position: relative; |
| 1778 |
display: inline-block; |
| 1779 |
width: 100%; |
| 1780 |
} |
| 1781 |
|
| 1782 |
.e2pdf-dialog input[type='text'].e2pdf-vm-field { |
| 1783 |
position: absolute; |
| 1784 |
width: 100% !important; |
| 1785 |
height: 100% !important; |
| 1786 |
top: 0; |
| 1787 |
left: 0; |
| 1788 |
} |
| 1789 |
|
| 1790 |
.e2pdf-dialog input[type='text'].e2pdf-vm-field.e2pdf-hide { |
| 1791 |
display: none; |
| 1792 |
} |
| 1793 |
|
| 1794 |
.visual-mapper { |
| 1795 |
min-height: 30px !important; |
| 1796 |
} |
| 1797 |
|
| 1798 |
.misc-pub-e2pdf-activation a.e2pdf-link, .misc-pub-e2pdf-item a.e2pdf-link { |
| 1799 |
line-height: 22px; |
| 1800 |
} |
| 1801 |
|
| 1802 |
#post-body .misc-pub-e2pdf-activation:before, |
| 1803 |
#post-body .misc-pub-e2pdf-item:before, |
| 1804 |
#post-body .misc-pub-e2pdf-tpl-actions:before, |
| 1805 |
#post-body .misc-pub-e2pdf-tpl-hooks:before, |
| 1806 |
#post-body .misc-pub-e2pdf-tpl-properties:before { |
| 1807 |
font: 400 20px/1 dashicons; |
| 1808 |
speak: none; |
| 1809 |
display: inline-block; |
| 1810 |
margin-left: -1px; |
| 1811 |
padding-right: 3px; |
| 1812 |
vertical-align: top; |
| 1813 |
-webkit-font-smoothing: antialiased; |
| 1814 |
-moz-osx-font-smoothing: grayscale; |
| 1815 |
color: #82878c; |
| 1816 |
content: "\f528"; |
| 1817 |
} |
| 1818 |
|
| 1819 |
#post-body .misc-pub-e2pdf-item:before { |
| 1820 |
content: "\f498"; |
| 1821 |
} |
| 1822 |
|
| 1823 |
#post-body .misc-pub-e2pdf-tpl-actions:before { |
| 1824 |
content: "\f108"; |
| 1825 |
} |
| 1826 |
|
| 1827 |
#post-body .misc-pub-e2pdf-tpl-hooks:before { |
| 1828 |
content: "\f106"; |
| 1829 |
} |
| 1830 |
|
| 1831 |
#post-body .misc-pub-e2pdf-tpl-properties:before { |
| 1832 |
content: "\f540"; |
| 1833 |
} |
| 1834 |
|
| 1835 |
.misc-pub-e2pdf-shortcode input { |
| 1836 |
font-size: 12px; |
| 1837 |
} |
| 1838 |
|
| 1839 |
.misc-pub-e2pdf-shortcode { |
| 1840 |
padding: 6px 8px 8px; |
| 1841 |
} |
| 1842 |
|
| 1843 |
.e2pdf-reupload-pages { |
| 1844 |
max-height: 300px; |
| 1845 |
overflow-y: auto; |
| 1846 |
overscroll-behavior: contain; |
| 1847 |
} |
| 1848 |
|
| 1849 |
.e2pdf-reupload-pages .e2pdf-grid { |
| 1850 |
padding-bottom: 5px; |
| 1851 |
border-bottom: 1px solid #eee; |
| 1852 |
margin-bottom: 5px; |
| 1853 |
line-height: 30px; |
| 1854 |
} |
| 1855 |
|
| 1856 |
.e2pdf-reupload-pages i { |
| 1857 |
line-height: 30px; |
| 1858 |
} |
| 1859 |
|
| 1860 |
.e2pdf-reupload-pages label { |
| 1861 |
line-height: 16px; |
| 1862 |
font-weight: normal; |
| 1863 |
} |
| 1864 |
|
| 1865 |
.e2pdf-mt5 { |
| 1866 |
margin-top: 5px; |
| 1867 |
} |
| 1868 |
|
| 1869 |
.wp-core-ui .button.e2pdf-mt6, .e2pdf-mt6 { |
| 1870 |
margin-top: 6px; |
| 1871 |
} |
| 1872 |
|
| 1873 |
.e2pdf-mt10 { |
| 1874 |
margin-top: 10px; |
| 1875 |
} |
| 1876 |
|
| 1877 |
.e2pdf-mt15 { |
| 1878 |
margin-top: 15px; |
| 1879 |
} |
| 1880 |
|
| 1881 |
.e2pdf-mt23 { |
| 1882 |
margin-top: 23px; |
| 1883 |
} |
| 1884 |
|
| 1885 |
.e2pdf-mb0 { |
| 1886 |
margin-bottom: 0px; |
| 1887 |
} |
| 1888 |
|
| 1889 |
.e2pdf-mb5 { |
| 1890 |
margin-bottom: 5px; |
| 1891 |
} |
| 1892 |
|
| 1893 |
.e2pdf-mb10 { |
| 1894 |
margin-bottom: 5px; |
| 1895 |
} |
| 1896 |
|
| 1897 |
.e2pdf-mb20 { |
| 1898 |
margin-bottom: 20px; |
| 1899 |
} |
| 1900 |
|
| 1901 |
.wp-core-ui .button-primary.e2pdf-ml5, |
| 1902 |
.e2pdf-ml5 { |
| 1903 |
margin-left: 5px; |
| 1904 |
} |
| 1905 |
|
| 1906 |
.e2pdf-email-lock { |
| 1907 |
position: absolute; |
| 1908 |
width: 100%; |
| 1909 |
height: 100%; |
| 1910 |
background-color: rgba(253, 253, 253, 0.85); |
| 1911 |
padding: 15px; |
| 1912 |
left: 0; |
| 1913 |
top: 0; |
| 1914 |
border: 1px solid #ddd; |
| 1915 |
z-index: 1; |
| 1916 |
} |
| 1917 |
|
| 1918 |
.js .meta-box-sortables .postbox .e2pdf-closed .toggle-indicator:before, .e2pdf-closed .toggle-indicator:before { |
| 1919 |
content: "\f140"; |
| 1920 |
vertical-align: text-bottom; |
| 1921 |
font: 400 20px/1 dashicons; |
| 1922 |
} |
| 1923 |
|
| 1924 |
.js .meta-box-sortables .postbox .e2pdf-closed.e2pdf-opened .toggle-indicator:before, .e2pdf-closed.e2pdf-opened .toggle-indicator:before { |
| 1925 |
content: "\f142"; |
| 1926 |
vertical-align: text-bottom; |
| 1927 |
font: 400 20px/1 dashicons; |
| 1928 |
} |
| 1929 |
|
| 1930 |
.e2pdf-hidden-dropdown-content { |
| 1931 |
position: absolute; |
| 1932 |
width: 100%; |
| 1933 |
left: 0; |
| 1934 |
background: #fff; |
| 1935 |
border: 1px solid #ccc; |
| 1936 |
z-index: 1; |
| 1937 |
} |
| 1938 |
|
| 1939 |
.e2pdf-closed .e2pdf-hidden-dropdown-content { |
| 1940 |
display: none; |
| 1941 |
} |
| 1942 |
|
| 1943 |
.e2pdf-closed.e2pdf-opened .e2pdf-hidden-dropdown-content { |
| 1944 |
display: block; |
| 1945 |
} |
| 1946 |
|
| 1947 |
.e2pdf-colorpicker-wr { |
| 1948 |
position: relative; |
| 1949 |
} |
| 1950 |
|
| 1951 |
.e2pdf-dialog-over { |
| 1952 |
padding: 10px 20px 10px 20px; |
| 1953 |
border-bottom: 1px solid #eee; |
| 1954 |
-webkit-box-sizing: border-box; |
| 1955 |
-moz-box-sizing: border-box; |
| 1956 |
box-sizing: border-box; |
| 1957 |
} |
| 1958 |
|
| 1959 |
.e2pdf-action-delete { |
| 1960 |
position: absolute; |
| 1961 |
top: 0; |
| 1962 |
right: 0; |
| 1963 |
background: #eee; |
| 1964 |
} |
| 1965 |
|
| 1966 |
.e2pdf-action-duplicate { |
| 1967 |
position: absolute; |
| 1968 |
top: 0; |
| 1969 |
right: 22px; |
| 1970 |
background: #eee; |
| 1971 |
} |
| 1972 |
|
| 1973 |
.e2pdf-action-duplicate .dashicons { |
| 1974 |
font-size: 16px; |
| 1975 |
line-height: 20px; |
| 1976 |
} |
| 1977 |
|
| 1978 |
.e2pdf-action { |
| 1979 |
padding: 20px; |
| 1980 |
margin-bottom: 20px; |
| 1981 |
background: #fcfcfc; |
| 1982 |
-webkit-box-shadow: 1px 1px 4px #999; |
| 1983 |
-moz-box-shadow: 1px 1px 4px #999; |
| 1984 |
box-shadow: 1px 1px 4px #999; |
| 1985 |
} |
| 1986 |
|
| 1987 |
.e2pdf-action-error { |
| 1988 |
border: 1px solid #d63638; |
| 1989 |
} |
| 1990 |
|
| 1991 |
.e2pdf-action input[type=radio] { |
| 1992 |
margin-top: 5px; |
| 1993 |
} |
| 1994 |
|
| 1995 |
.e2pdf-action .wp-picker-default, .e2pdf-aciton .wp-color-result-text { |
| 1996 |
display: none; |
| 1997 |
} |
| 1998 |
|
| 1999 |
.e2pdf-action .e2pdf-colorpicker-wr .wp-picker-input-wrap label, |
| 2000 |
.e2pdf-action .e2pdf-colorpicker-wr .wp-picker-input-wrap |
| 2001 |
{ |
| 2002 |
width: 100%; |
| 2003 |
} |
| 2004 |
|
| 2005 |
.e2pdf-action .e2pdf-colorpicker-wr .wp-color-result, .e2pdf-action .e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button { |
| 2006 |
padding-left: 18px; |
| 2007 |
} |
| 2008 |
|
| 2009 |
.e2pdf-action .e2pdf-colorpicker-wr .wp-color-result.wp-picker-open, .e2pdf-action .e2pdf-colorpicker-wr .wp-picker-container .wp-color-result.button.wp-picker-open { |
| 2010 |
width: 18px; |
| 2011 |
position: absolute; |
| 2012 |
top:0; |
| 2013 |
} |
| 2014 |
|
| 2015 |
.e2pdf-action .e2pdf-colorpicker-wr .wp-picker-active .wp-color-result .wp-color-result-text { |
| 2016 |
display: none; |
| 2017 |
} |
| 2018 |
|
| 2019 |
.e2pdf-action .e2pdf-colorpicker-wr .wp-picker-container .wp-picker-input-wrap label input[type=text].wp-color-picker { |
| 2020 |
padding-left: 32px; |
| 2021 |
} |
| 2022 |
|
| 2023 |
|
| 2024 |
.e2pdf-guide-h { |
| 2025 |
border-top: #0073aa; |
| 2026 |
border-top: 1px dashed var(--wp-admin-theme-color); |
| 2027 |
width: 100%; |
| 2028 |
} |
| 2029 |
|
| 2030 |
.e2pdf-guide-v { |
| 2031 |
border-left: #0073aa; |
| 2032 |
border-left: 1px dashed var(--wp-admin-theme-color); |
| 2033 |
height: 100%; |
| 2034 |
} |
| 2035 |
|
| 2036 |
.e2pdf-guide { |
| 2037 |
display: none; |
| 2038 |
position: absolute; |
| 2039 |
left: 0; |
| 2040 |
top: 0; |
| 2041 |
z-index: 999999; |
| 2042 |
} |
| 2043 |
|
| 2044 |
.e2pdf-element .e2pdf-radio, .e2pdf-element .e2pdf-checkbox { |
| 2045 |
-moz-appearance: none; |
| 2046 |
} |
| 2047 |
|
| 2048 |
.e2pdf-element input[type=radio].e2pdf-radio:checked:before { |
| 2049 |
position: absolute; |
| 2050 |
top: 20%; |
| 2051 |
left: 20%; |
| 2052 |
width: 60%; |
| 2053 |
height: 60%; |
| 2054 |
border-radius: 50%; |
| 2055 |
margin: 0; |
| 2056 |
} |
| 2057 |
|
| 2058 |
.category-tabs.e2pdf-tabs { |
| 2059 |
margin-bottom: 4px; |
| 2060 |
line-height: 18px; |
| 2061 |
} |
| 2062 |
|
| 2063 |
.e2pdf-onload .spinner { |
| 2064 |
visibility: visible; |
| 2065 |
} |
| 2066 |
|
| 2067 |
.e2pdf-vm-content .spinner { |
| 2068 |
background: url("../img/loader.svg") center center no-repeat; |
| 2069 |
visibility: visible !important; |
| 2070 |
float: none; |
| 2071 |
left: 50%; |
| 2072 |
position: relative; |
| 2073 |
margin-left: -10px; |
| 2074 |
width: 20px; |
| 2075 |
height: 20px; |
| 2076 |
} |
| 2077 |
|
| 2078 |
.e2pdf-load-page { |
| 2079 |
background: url('../img/loader.svg') center center no-repeat #fdfdfd !important; |
| 2080 |
} |
| 2081 |
|
| 2082 |
.tablenav .tablenav-pages.e2pdf-tablenav-pages .button, .tablenav .tablenav-pages.e2pdf-tablenav-pages .tablenav-pages-navspan { |
| 2083 |
display: inline-block; |
| 2084 |
vertical-align: baseline; |
| 2085 |
min-width: 30px; |
| 2086 |
min-height: 30px; |
| 2087 |
margin: 0; |
| 2088 |
padding: 0 4px; |
| 2089 |
font-size: 16px; |
| 2090 |
line-height: 1.5; |
| 2091 |
text-align: center; |
| 2092 |
} |
| 2093 |
|
| 2094 |
|
| 2095 |
.e2pdf-valign-top, |
| 2096 |
.input[type='checkbox'].e2pdf-valign-top { |
| 2097 |
vertical-align: top !important; |
| 2098 |
} |
| 2099 |
|
| 2100 |
|
| 2101 |
.e2pdf-input-height { |
| 2102 |
height: 30px; |
| 2103 |
line-height: 30px; |
| 2104 |
} |
| 2105 |
|
| 2106 |
input[type='checkbox'].e2pdf-input-height, |
| 2107 |
input[type='radio'].e2pdf-input-height { |
| 2108 |
height: 30px; |
| 2109 |
width: 30px; |
| 2110 |
} |
| 2111 |
|
| 2112 |
.e2pdf-condition textarea { |
| 2113 |
height: 30px; |
| 2114 |
line-height: 24px; |
| 2115 |
} |
| 2116 |
|
| 2117 |
input[type='checkbox'].e2pdf-input-height:checked:before { |
| 2118 |
font: normal 34px/1 dashicons; |
| 2119 |
margin: -3px -5px; |
| 2120 |
} |
| 2121 |
|
| 2122 |
.e2pdf-confirmation-confirm { |
| 2123 |
background: green; |
| 2124 |
} |
| 2125 |
|
| 2126 |
.e2pdf-confirmation-confirm { |
| 2127 |
background: red; |
| 2128 |
} |
| 2129 |
|
| 2130 |
.e2pdf-vm-content .clear-multi.e2pdf-vm-field-wrapper { |
| 2131 |
display: inline-flex; |
| 2132 |
} |
| 2133 |
|
| 2134 |
.wp-admin .e2pdf-actions select, |
| 2135 |
.wp-admin .e2pdf-actions input { |
| 2136 |
font-size: 11px; |
| 2137 |
} |
| 2138 |
|
| 2139 |
.e2pdf-fnl { |
| 2140 |
word-spacing: 9999999px; |
| 2141 |
} |
| 2142 |
|
| 2143 |
.for-e2pdf-rectangle .e2pdf-left, |
| 2144 |
.for-e2pdf-rectangle .e2pdf-right |
| 2145 |
{ |
| 2146 |
display: none; |
| 2147 |
} |
| 2148 |
|
| 2149 |
.for-e2pdf-rectangle .e2pdf-el-properties .e2pdf-top > div, |
| 2150 |
.for-e2pdf-link .e2pdf-el-properties .e2pdf-top > div |
| 2151 |
{ |
| 2152 |
margin-bottom: 0; |
| 2153 |
} |
| 2154 |
|
| 2155 |
.e2pdf-prefield { |
| 2156 |
background: #f0f0f1; |
| 2157 |
font-size: 13px; |
| 2158 |
padding: 0 5px; |
| 2159 |
float: left; |
| 2160 |
} |
| 2161 |
|
| 2162 |
.e2pdf-prefield-field { |
| 2163 |
display: block; |
| 2164 |
overflow: hidden; |
| 2165 |
padding-right: 1px; |
| 2166 |
padding-left: 2px; |
| 2167 |
} |
| 2168 |
|
| 2169 |
input.e2pdf-mod-rewrite-url { |
| 2170 |
font-size: 13px; |
| 2171 |
min-height: 0; |
| 2172 |
} |
| 2173 |
|
| 2174 |
.e2pdf-w-upload { |
| 2175 |
position: relative; |
| 2176 |
} |
| 2177 |
|
| 2178 |
.e2pdf-w-upload span { |
| 2179 |
font-size: 7px; |
| 2180 |
line-height: 7px; |
| 2181 |
left: 0; |
| 2182 |
bottom: 8px; |
| 2183 |
width: 100%; |
| 2184 |
position: absolute; |
| 2185 |
} |
| 2186 |
|
| 2187 |
fieldset.e2pdf-export-dataset { |
| 2188 |
height: 300px; |
| 2189 |
border: 1px solid #8c8f94; |
| 2190 |
overflow-y: auto; |
| 2191 |
overscroll-behavior: contain; |
| 2192 |
padding: 10px; |
| 2193 |
-webkit-box-sizing: border-box; |
| 2194 |
-moz-box-sizing: border-box; |
| 2195 |
box-sizing: border-box; |
| 2196 |
} |
| 2197 |
|
| 2198 |
.e2pdf-export-dataset-sort-wrapper { |
| 2199 |
line-height: 30px; |
| 2200 |
} |
| 2201 |
|
| 2202 |
a.e2pdf-export-dataset-sort .sorting-indicator { |
| 2203 |
display: inline-block; |
| 2204 |
vertical-align: middle; |
| 2205 |
margin-top: 0; |
| 2206 |
margin-left: 1px; |
| 2207 |
} |
| 2208 |
|
| 2209 |
.e2pdf-vm-error { |
| 2210 |
margin-top: 10px; |
| 2211 |
text-align: center; |
| 2212 |
} |
| 2213 |
|
| 2214 |
input[e2pdf-vm-hidden="true"] { |
| 2215 |
width: 100%; |
| 2216 |
margin-bottom: 10px; |
| 2217 |
} |
| 2218 |
.e2pdf-wysiwyg-table-grid { |
| 2219 |
display: grid; |
| 2220 |
position: absolute; |
| 2221 |
grid-template-columns: repeat(10, 20px); |
| 2222 |
grid-template-rows: repeat(10, 20px); |
| 2223 |
gap: 2px; |
| 2224 |
margin: 0; |
| 2225 |
z-index: 1; |
| 2226 |
border: 1px solid #dcdcde; |
| 2227 |
border-top: 0; |
| 2228 |
background: #fff; |
| 2229 |
padding: 10px; |
| 2230 |
box-sizing: border-box; |
| 2231 |
} |
| 2232 |
|
| 2233 |
.e2pdf-wysiwyg-table-grid.e2pdf-hide { |
| 2234 |
display: none; |
| 2235 |
} |
| 2236 |
|
| 2237 |
.e2pdf-wysiwyg-table-grid > div { |
| 2238 |
width: 20px; |
| 2239 |
height: 20px; |
| 2240 |
background-color: #f5f5f5; |
| 2241 |
border: 1px solid gray; |
| 2242 |
cursor: pointer; |
| 2243 |
box-sizing: border-box; |
| 2244 |
} |
| 2245 |
|
| 2246 |
.e2pdf-wysiwyg-table-grid span { |
| 2247 |
grid-column: span 10; |
| 2248 |
text-align: right; |
| 2249 |
} |
| 2250 |
|
| 2251 |
.e2pdf-wysiwyg-table-grid > div.e2pdf-highlight { |
| 2252 |
background-color: #ddeafb; |
| 2253 |
} |
| 2254 |
|
| 2255 |
.e2pdf-post-body-content { |
| 2256 |
position: sticky; |
| 2257 |
top: 52px; |
| 2258 |
} |
| 2259 |
|
| 2260 |
.notice:not(.e2pdf-notice), .notice-error:not(.e2pdf-notice), .notice-warning:not(.e2pdf-notice), .notice-success:not(.e2pdf-notice), .notice-info:not(.e2pdf-notice), .error { |
| 2261 |
display: none !important; |
| 2262 |
} |
| 2263 |
|
| 2264 |
.e2pdf-new-edit-layout { |
| 2265 |
position: absolute; |
| 2266 |
height: 100%; |
| 2267 |
-webkit-box-sizing: border-box; |
| 2268 |
-moz-box-sizing: border-box; |
| 2269 |
box-sizing: border-box; |
| 2270 |
padding: 10px 20px 0 2px; |
| 2271 |
margin: 0; |
| 2272 |
width: 100%; |
| 2273 |
} |
| 2274 |
|
| 2275 |
.e2pdf-new-edit-layout .e2pdf-tpl-wrapper { |
| 2276 |
height: auto; |
| 2277 |
flex-grow: 1; |
| 2278 |
} |
| 2279 |
|
| 2280 |
.e2pdf-new-edit-layout .e2pdf-build-form-wrapper { |
| 2281 |
display: flex; |
| 2282 |
flex-direction: column; |
| 2283 |
height: calc(100vh - 62px); |
| 2284 |
} |
| 2285 |
|
| 2286 |
.e2pdf-new-edit-layout #poststuff, |
| 2287 |
.e2pdf-new-edit-layout #e2pdf-build-form |
| 2288 |
{ |
| 2289 |
height: 100%; |
| 2290 |
} |
| 2291 |
|
| 2292 |
.e2pdf-new-edit-layout #post-body { |
| 2293 |
min-height: 100%; |
| 2294 |
height: auto; |
| 2295 |
} |
| 2296 |
|
| 2297 |
.e2pdf_page_e2pdf-templates #wpfooter { |
| 2298 |
display: none; |
| 2299 |
} |
| 2300 |
|
| 2301 |
.e2pdf-new-edit-layout #post-body-content { |
| 2302 |
margin-bottom: 0; |
| 2303 |
} |
| 2304 |
|
| 2305 |
ul.add-menu-item-tabs li, ul.category-tabs li, ul.wp-tab-bar li { |
| 2306 |
padding: 3px 6px; |
| 2307 |
display: inline-block; |
| 2308 |
margin-bottom: 0px; |
| 2309 |
} |
| 2310 |
|
| 2311 |
.e2pdf-tabs-panel li.active { |
| 2312 |
border: 1px solid #ddd; |
| 2313 |
z-index: 2; |
| 2314 |
border-radius: 20px; |
| 2315 |
} |
| 2316 |
|
| 2317 |
.clear { |
| 2318 |
margin: 0 !important; |
| 2319 |
padding: 0 !important; |
| 2320 |
} |
| 2321 |
|
| 2322 |
.e2pdf-select2 { |
| 2323 |
cursor: pointer; |
| 2324 |
} |
| 2325 |
|
| 2326 |
.e2pdf-select2-wrapper { |
| 2327 |
position: relative; |
| 2328 |
} |
| 2329 |
|
| 2330 |
.e2pdf-select2-wrapper select { |
| 2331 |
display: none; |
| 2332 |
} |
| 2333 |
|
| 2334 |
.e2pdf-select2-dropdown { |
| 2335 |
position: absolute; |
| 2336 |
width:100%; |
| 2337 |
max-height: 400px; |
| 2338 |
overflow-y: auto; |
| 2339 |
background: #fff; |
| 2340 |
border: 1px solid #e5e5e5; |
| 2341 |
padding: 0; |
| 2342 |
margin: 0; |
| 2343 |
-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2); |
| 2344 |
-moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2); |
| 2345 |
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2); |
| 2346 |
z-index: 999; |
| 2347 |
overscroll-behavior: contain; |
| 2348 |
cursor: default; |
| 2349 |
} |
| 2350 |
|
| 2351 |
.e2pdf-select2-dropdown > div { |
| 2352 |
padding: 10px; |
| 2353 |
margin: 0; |
| 2354 |
} |
| 2355 |
|
| 2356 |
.e2pdf-select2-dropdown > div:hover { |
| 2357 |
background: #e5e5e5; |
| 2358 |
} |
| 2359 |
|
| 2360 |
.e2pdf-select2[disabled="disabled"], .e2pdf-select2.e2pdf-select2-loading { |
| 2361 |
background: #eee; |
| 2362 |
} |
| 2363 |
|
| 2364 |
.e2pdf-loading, |
| 2365 |
.e2pdf-loading * { |
| 2366 |
cursor: wait !important; |
| 2367 |
} |
| 2368 |
|
| 2369 |
.e2pdf-dataset-wrapper { |
| 2370 |
padding-right: 30px; |
| 2371 |
} |
| 2372 |
|
| 2373 |
.e2pdf-datasets-refresh { |
| 2374 |
position: absolute; |
| 2375 |
top: 5px; |
| 2376 |
right: 0; |
| 2377 |
} |
| 2378 |
|
| 2379 |
.e2pdf-element-column { |
| 2380 |
width: 200px !important; |
| 2381 |
height: 60px !important; |
| 2382 |
border: 1px solid #ddd !important; |
| 2383 |
background: #fafafa !important; |
| 2384 |
|
| 2385 |
} |
| 2386 |
|
| 2387 |
.e2pdf-tpl .e2pdf-element-column { |
| 2388 |
position: relative !important; |
| 2389 |
left: auto !important; |
| 2390 |
top: auto !important; |
| 2391 |
width: 100% !important; |
| 2392 |
height: auto !important; |
| 2393 |
border: 1px dashed #ddd !important; |
| 2394 |
padding: 20px !important; |
| 2395 |
} |
| 2396 |
|
| 2397 |
|
| 2398 |
|
| 2399 |
.e2pdf-column-indicator { |
| 2400 |
border-radius: 1px; |
| 2401 |
background: #008ec2; |
| 2402 |
display: none; |
| 2403 |
} |
| 2404 |
|
| 2405 |
.e2pdf-column-indicator-h { |
| 2406 |
width: calc(100% - 40px); |
| 2407 |
height: 5px; |
| 2408 |
margin: 20px auto; |
| 2409 |
} |
| 2410 |
|
| 2411 |
.e2pdf-column-indicator-v { |
| 2412 |
width: 5px; |
| 2413 |
height: 50px; |
| 2414 |
} |
| 2415 |
|
| 2416 |
@media screen and (max-width: 1024px) { |
| 2417 |
.widefat.e2pdf-templates-list .column-item { |
| 2418 |
width: 11em; |
| 2419 |
} |
| 2420 |
} |
| 2421 |
|
| 2422 |
@media screen and (max-width: 960px) { |
| 2423 |
.widefat.e2pdf-templates-list .column-id { |
| 2424 |
width: 3.4em; |
| 2425 |
} |
| 2426 |
|
| 2427 |
.widefat.e2pdf-templates-list .column-item { |
| 2428 |
width: 9em; |
| 2429 |
} |
| 2430 |
} |
| 2431 |
|
| 2432 |
@media screen and (max-width: 850px) { |
| 2433 |
.e2pdf-post-body-content { |
| 2434 |
position: relative; |
| 2435 |
top:0; |
| 2436 |
} |
| 2437 |
|
| 2438 |
.e2pdf-build-form-wrapper { |
| 2439 |
display: block; |
| 2440 |
height: 100%; |
| 2441 |
} |
| 2442 |
|
| 2443 |
.e2pdf-tpl, .e2pdf-tpl-inner { |
| 2444 |
position: relative; |
| 2445 |
} |
| 2446 |
} |
| 2447 |
|
| 2448 |
input[type=checkbox].e2pdf-checkbox:checked::before { |
| 2449 |
content: ""; |
| 2450 |
background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E); |
| 2451 |
margin: 0; |
| 2452 |
height: 100%; |
| 2453 |
width: 100%; |
| 2454 |
background-size: contain; |
| 2455 |
background-repeat: no-repeat; |
| 2456 |
background-position: center; |
| 2457 |
|
| 2458 |
} |
| 2459 |
|
| 2460 |
.e2pdf-bulk .spinner { |
| 2461 |
margin: 0; |
| 2462 |
margin-right: 5px; |
| 2463 |
margin-top: -2px; |
| 2464 |
padding: 0; |
| 2465 |
float: none; |
| 2466 |
display: none; |
| 2467 |
} |
| 2468 |
|
| 2469 |
.e2pdf-bulk[status="pending"] .spinner { |
| 2470 |
display: inline-block; |
| 2471 |
} |
| 2472 |
|
| 2473 |
@media screen and (max-width: 782px) { |
| 2474 |
.wp-list-table.e2pdf-templates-list tr:not(.inline-edit-row):not(.no-items) td.column-id, .wp-list-table .is-expanded td.column-id { |
| 2475 |
display: table-cell !important; |
| 2476 |
width: 3.7em !important; |
| 2477 |
clear: none; |
| 2478 |
text-align: left; |
| 2479 |
} |
| 2480 |
|
| 2481 |
.wp-list-table.e2pdf-templates-list tr:not(.inline-edit-row):not(.no-items) td.column-primary~td.column-shortcode { |
| 2482 |
overflow: visible; |
| 2483 |
} |
| 2484 |
|
| 2485 |
.wp-list-table.e2pdf-templates-list tr:not(.inline-edit-row):not(.no-items) td.column-id:before { |
| 2486 |
display: none; |
| 2487 |
} |
| 2488 |
|
| 2489 |
.wp-list-table.e2pdf-templates-list td.column-shortcode .misc-pub-section { |
| 2490 |
padding: 5px; |
| 2491 |
} |
| 2492 |
|
| 2493 |
input[type=checkbox].e2pdf-input-height, input[type=radio].e2pdf-input-height { |
| 2494 |
height: 30px; |
| 2495 |
width: 30px; |
| 2496 |
} |
| 2497 |
|
| 2498 |
input[type='checkbox'].e2pdf-input-height:checked:before { |
| 2499 |
font: normal 34px/1 dashicons; |
| 2500 |
margin: -3px -5px; |
| 2501 |
} |
| 2502 |
} |
| 2503 |
|
| 2504 |
|