admin.css
965 lines
| 1 | /*@+ common */ |
| 2 | .pmxi_plugin hr { |
| 3 | height: 1px; |
| 4 | border-width: 0px; |
| 5 | color: #ddd; |
| 6 | background-color: #ddd; |
| 7 | margin-bottom: 15px; |
| 8 | } |
| 9 | .pmxi_plugin a.button { |
| 10 | /*padding: 5px 10px; |
| 11 | margin: 1px; |
| 12 | font-weight: bold;*/ |
| 13 | } |
| 14 | .pmxi_plugin a.help { |
| 15 | overflow: hidden; |
| 16 | text-indent: -99999px; |
| 17 | display: inline-block; |
| 18 | width: 16px; |
| 19 | height: 16px; |
| 20 | background-repeat: no-repeat; |
| 21 | background-image: url("../img/help.png"); |
| 22 | vertical-align: middle; |
| 23 | margin-left: 5px; |
| 24 | } |
| 25 | .pmxi_plugin input.datepicker { |
| 26 | width: 8em; |
| 27 | } |
| 28 | .pmxi_plugin button.ui-datepicker-trigger { |
| 29 | background-image: url("../img/date-picker.gif"); |
| 30 | background-repeat: no-repeat; |
| 31 | cursor: pointer; |
| 32 | border: none; |
| 33 | margin: 1px; |
| 34 | width: 21px; |
| 35 | height: 18px; |
| 36 | vertical-align: middle; |
| 37 | } |
| 38 | .pmxi_plugin .progress-msg { |
| 39 | font-style: italic; |
| 40 | display: none; |
| 41 | } |
| 42 | .pmxi_plugin .inner-content { |
| 43 | max-width: 700px; |
| 44 | } |
| 45 | .pmxi_plugin .loading { |
| 46 | cursor: progress; |
| 47 | background-repeat: no-repeat; |
| 48 | background-position: center; |
| 49 | } |
| 50 | .pmxi_plugin .preload { |
| 51 | background-image: url("../img/loading.png"); |
| 52 | background-repeat: no-repeat; |
| 53 | background-position: 50% 200px; |
| 54 | } |
| 55 | .pmxi_plugin a.add-new { |
| 56 | font-size: 18px; |
| 57 | background-color: #eee; |
| 58 | cursor: pointer; |
| 59 | padding: 6px 10px 6px 10px; |
| 60 | line-height: normal; |
| 61 | font-style: normal; |
| 62 | color: #464646; |
| 63 | border-color: #bbb; |
| 64 | -moz-border-radius: 4px 4px 4px 4px; |
| 65 | border-radius: 4px; |
| 66 | border-style: solid; |
| 67 | border-width: 1px; |
| 68 | font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; |
| 69 | text-decoration: none; |
| 70 | } |
| 71 | .pmxi_plugin a.add-new:hover { |
| 72 | border-color: #666666; |
| 73 | color: #000; |
| 74 | } |
| 75 | .pmxi_plugin div.input { |
| 76 | /*line-height: 25px; |
| 77 | height: 25px;*/ |
| 78 | min-height: 21px; |
| 79 | } |
| 80 | .pmxi_plugin div.input > * { |
| 81 | vertical-align: middle; |
| 82 | } |
| 83 | .pmxi_plugin .options input[type=text], .pmxi_plugin .options select { |
| 84 | background: #fafafa !important; |
| 85 | border: 1px solid #aaa !important; |
| 86 | } |
| 87 | .pmxi_plugin .note { |
| 88 | color: #666666; |
| 89 | font-size: 9px; |
| 90 | } |
| 91 | .pmxi_plugin div.sub { |
| 92 | padding-left: 20px; |
| 93 | font-size: 12px; |
| 94 | } |
| 95 | /* 2 column layout */ |
| 96 | .pmxi_plugin table.layout { |
| 97 | clear: both; |
| 98 | border-collapse: collapse; |
| 99 | min-width: 770px; |
| 100 | width: 100%; |
| 101 | } |
| 102 | .pmxi_plugin table.layout td { |
| 103 | vertical-align: top; |
| 104 | border: none; |
| 105 | } |
| 106 | .pmxi_plugin table.layout td.left { |
| 107 | min-width: 490px; |
| 108 | width: 70%; |
| 109 | } |
| 110 | .pmxi_plugin table.layout td.right { |
| 111 | padding: 0px 0 16px 20px; |
| 112 | width: 25%; |
| 113 | min-width: 260px; |
| 114 | } |
| 115 | .pmxi_plugin table.layout td.left > h2:first-child { |
| 116 | margin-top: -22px; |
| 117 | padding: 14px 0 3px 0; |
| 118 | } |
| 119 | .pmxi_plugin table.layout td.left hr { |
| 120 | clear: both; |
| 121 | } |
| 122 | .pmxi_plugin.no-js table.layout td.left > h2:first-child { |
| 123 | margin-top: 0px; |
| 124 | } |
| 125 | /*@*/ |
| 126 | |
| 127 | /*@+ Setting Form */ |
| 128 | .pmxi_plugin form.settings { |
| 129 | width: 700px; |
| 130 | } |
| 131 | /*@*/ |
| 132 | |
| 133 | /*@+ Choose File forms */ |
| 134 | .pmxi_plugin form.choose-file { |
| 135 | padding-top: 20px; |
| 136 | position: relative; |
| 137 | } |
| 138 | .pmxi_plugin form.choose-file h3 { |
| 139 | margin-bottom: 5px; |
| 140 | } |
| 141 | .pmxi_plugin form.choose-file .label { |
| 142 | font-size: 15px; |
| 143 | } |
| 144 | .pmxi_plugin form.choose-file input[type="text"], |
| 145 | .pmxi_plugin form.choose-file input[type="password"] { |
| 146 | width: 80px; |
| 147 | font-size: 12px; |
| 148 | } |
| 149 | .pmxi_plugin form.choose-file input.regular-text, |
| 150 | .pmxi_plugin form.choose-file select.regular-text { |
| 151 | width: 100%; |
| 152 | } |
| 153 | .pmxi_plugin #wpcontent form.choose-file select[name="file"], |
| 154 | .pmxi_plugin #wpcontent form.choose-file select[name="reimport"] { |
| 155 | font-size: 12px; |
| 156 | } |
| 157 | .pmxi_plugin form.choose-file input[type="submit"].button { |
| 158 | width: 150px; |
| 159 | } |
| 160 | .pmxi_plugin form.choose-file div.input { |
| 161 | margin-top: 20px; |
| 162 | } |
| 163 | /*@*/ |
| 164 | |
| 165 | /*@+ Choose Elements form */ |
| 166 | .pmxi_plugin form.choose-elements input[type="text"] { |
| 167 | width: 100%; |
| 168 | max-width: 300px; |
| 169 | min-width: 150px; |
| 170 | } |
| 171 | /*@*/ |
| 172 | |
| 173 | /*@+ Template form */ |
| 174 | .pmxi_plugin form.template.edit { |
| 175 | /*width: 700px;*/ |
| 176 | } |
| 177 | .pmxi_plugin form.template .load-template { |
| 178 | display: block; |
| 179 | font-size: 12px; |
| 180 | } |
| 181 | .pmxi_plugin form.template .load-template select { |
| 182 | width: 126px; |
| 183 | } |
| 184 | |
| 185 | .pmxi_plugin #poststuff form.template h3 { |
| 186 | margin: 1em 0 5px 2px; |
| 187 | font-size: 1.17em; |
| 188 | padding: 0px; |
| 189 | } |
| 190 | .pmxi_plugin #post-preview { |
| 191 | font-size: 12px; |
| 192 | } |
| 193 | .pmxi_plugin #post-preview .error { |
| 194 | margin: 5px 0; |
| 195 | } |
| 196 | .pmxi_plugin h3 .header-option { |
| 197 | display: block; |
| 198 | float: right; |
| 199 | font-size: 12px; |
| 200 | font-weight: normal; |
| 201 | } |
| 202 | /*@*/ |
| 203 | |
| 204 | /*@+ Options form */ |
| 205 | .pmxi_plugin form.options.edit { |
| 206 | /*width: 700px;*/ |
| 207 | } |
| 208 | |
| 209 | .pmxi_plugin .post-type-container, |
| 210 | .pmxi_plugin .file-type-container { |
| 211 | padding: 4px 10px 5px; |
| 212 | border: 1px solid transparent; |
| 213 | } |
| 214 | .pmxi_plugin .post-type-container.selected, |
| 215 | .pmxi_plugin .file-type-container.selected { |
| 216 | background-color: #F2FBD9; |
| 217 | border: 1px solid #B5E61D; |
| 218 | padding-bottom: 10px; |
| 219 | } |
| 220 | .pmxi_plugin .post-type-container h3, |
| 221 | .pmxi_plugin .file-type-container h3 { |
| 222 | margin: 0px 0px; |
| 223 | } |
| 224 | .pmxi_plugin .post-type-container .post-type-options, |
| 225 | .pmxi_plugin .file-type-container .file-type-options { |
| 226 | margin: 5px 0 0 20px; |
| 227 | } |
| 228 | |
| 229 | .pmxi_plugin table.form-table { |
| 230 | clear: none; |
| 231 | margin-top: 0px; |
| 232 | } |
| 233 | .pmxi_plugin .post-type-options table.form-table { |
| 234 | max-width: 500px; |
| 235 | } |
| 236 | .pmxi_plugin .post-type-options table.form-table td.delim { |
| 237 | width: 50px; |
| 238 | position: relative; |
| 239 | display: block; |
| 240 | } |
| 241 | .pmxi_plugin .post-type-options table.form-table td.delim input { |
| 242 | width: 20px; |
| 243 | } |
| 244 | .pmxi_plugin table.form-table.custom-params { |
| 245 | max-width: 700px; |
| 246 | } |
| 247 | .pmxi_plugin table.form-table td, |
| 248 | .pmxi_plugin table.form-table th { |
| 249 | padding: 2px 4px; |
| 250 | vertical-align: top; |
| 251 | } |
| 252 | .pmxi_plugin .post-type-options table.form-table th { |
| 253 | width: 100px; |
| 254 | } |
| 255 | .pmxi_plugin .post-type-options table.form-table select { |
| 256 | max-width: 300px; |
| 257 | width:300px; |
| 258 | } |
| 259 | .pmxi_plugin table.form-table thead td { |
| 260 | font-weight: bold; |
| 261 | } |
| 262 | .pmxi_plugin table.form-table.custom-params input { |
| 263 | margin-left: 0; |
| 264 | } |
| 265 | .pmxi_plugin table.form-table tr.template { |
| 266 | display: none; |
| 267 | } |
| 268 | /*@*/ |
| 269 | |
| 270 | /*@+ XML representation */ |
| 271 | .pmxi_plugin .tag { |
| 272 | background-color: #fff; |
| 273 | position: fixed; |
| 274 | width:22%; |
| 275 | margin-top: 45px; |
| 276 | border-top: 1px solid #DFDFDF; |
| 277 | -moz-border-radius-topleft: 4px; |
| 278 | -webkit-border-top-left-radius: 4px; |
| 279 | border-top-left-radius: 4px; |
| 280 | -moz-border-radius-topright: 4px; |
| 281 | -webkit-border-top-right-radius: 4px; |
| 282 | border-top-right-radius: 4px; |
| 283 | } |
| 284 | |
| 285 | .pmxi_plugin .options .tag{ |
| 286 | margin-top: 0px; |
| 287 | } |
| 288 | .pmxi_plugin .tag .title { |
| 289 | font-weight: bold; |
| 290 | padding: 6px 8px; |
| 291 | color: #464646; |
| 292 | background: #DFDFDF; |
| 293 | font-size: 12px; |
| 294 | } |
| 295 | .pmxi_plugin .tag .xml { |
| 296 | max-height: 525px; |
| 297 | overflow: auto; |
| 298 | border: 1px solid #DFDFDF; |
| 299 | border-top:none; |
| 300 | -moz-border-radius-bottomright: 4px; |
| 301 | -webkit-border-bottom-right-radius: 4px; |
| 302 | border-bottom-right-radius: 4px; |
| 303 | -moz-border-radius-bottomleft: 4px; |
| 304 | -webkit-border-bottom-left-radius: 4px; |
| 305 | border-bottom-left-radius: 4px; |
| 306 | } |
| 307 | .pmxi_plugin .tag .navigation { |
| 308 | float: right; |
| 309 | margin: -2px -12px 0 0; |
| 310 | } |
| 311 | .pmxi_plugin .tag .navigation a, |
| 312 | .pmxi_plugin .tag .navigation span { |
| 313 | font-weight: bold; |
| 314 | padding: 0 12px; |
| 315 | text-decoration: none; |
| 316 | } |
| 317 | |
| 318 | @media screen and (max-height: 700px) { |
| 319 | .pmxi_plugin .tag { |
| 320 | height:300px; |
| 321 | } |
| 322 | .pmxi_plugin .tag .xml { |
| 323 | max-height: 265px; |
| 324 | } |
| 325 | } |
| 326 | |
| 327 | .xml { |
| 328 | padding-left: 15px; |
| 329 | } |
| 330 | .xml-element { |
| 331 | border: 1px solid transparent; |
| 332 | margin: 1px 1px 1px 0; |
| 333 | } |
| 334 | .xml-element.selected > .xml-tag.opening .xml-tag-name { |
| 335 | background-color: #B5E61D; |
| 336 | } |
| 337 | .xml-content { |
| 338 | padding-left: 14px; |
| 339 | } |
| 340 | .xml-content.collapsed { |
| 341 | display: none; |
| 342 | } |
| 343 | .xml-content.textonly.short { |
| 344 | padding-left: 0px; |
| 345 | display: inline; |
| 346 | } |
| 347 | .xml-tag { |
| 348 | display: inline; |
| 349 | } |
| 350 | .xml-tag-name { |
| 351 | color: #906; |
| 352 | font-weight: bold; |
| 353 | } |
| 354 | .xml-tag.opening .xml-tag-name { |
| 355 | cursor: pointer; |
| 356 | } |
| 357 | .xml-attr-name { |
| 358 | font-weight: bold; |
| 359 | cursor: pointer; |
| 360 | } |
| 361 | .xml-attr-value { |
| 362 | color: blue; |
| 363 | } |
| 364 | .xml-expander { |
| 365 | display: inline-block; |
| 366 | width: 12px; |
| 367 | margin-left: -12px; |
| 368 | -moz-user-select: none; |
| 369 | -khtml-user-select: none; |
| 370 | -webkit-user-select: none; |
| 371 | user-select: none; |
| 372 | cursor: pointer; |
| 373 | font-family: monospace; |
| 374 | line-height: 100%; |
| 375 | text-align: left; |
| 376 | color: red; |
| 377 | } |
| 378 | .xml-more { |
| 379 | color: red; |
| 380 | font-size: 80%; |
| 381 | } |
| 382 | .xml.resetable .xml-element.lvl-mod4-3 > .xml-content { |
| 383 | margin-left: -59px; |
| 384 | margin-right: -8px; |
| 385 | background-color: #fff; |
| 386 | border: 1px dashed #906; |
| 387 | border-left: 2px solid #906; |
| 388 | border-right: none; |
| 389 | } |
| 390 | .xml.resetable .xml-element.lvl-mod4-3 > .xml-content.short { |
| 391 | margin-left: 0; |
| 392 | margin-right: 0; |
| 393 | border: none; |
| 394 | background-color: inherit; |
| 395 | } |
| 396 | /* xml table representation */ |
| 397 | tr.xml-element.selected .xml-tag.opening .xml-tag-name { |
| 398 | background-color: #B5E61D; |
| 399 | } |
| 400 | table.xml td { |
| 401 | padding-left: 20px; |
| 402 | } |
| 403 | table.xml td:first-child { |
| 404 | width: 1px; |
| 405 | padding-left: 0px; |
| 406 | } |
| 407 | |
| 408 | table.xml, |
| 409 | table.xml table { |
| 410 | width: 100%; |
| 411 | border-collapse:collapse; |
| 412 | border-spacing:0; |
| 413 | } |
| 414 | /*@*/ |
| 415 | |
| 416 | /*@+ table list */ |
| 417 | .pmxi_plugin table.widefat th { |
| 418 | white-space: nowrap; |
| 419 | } |
| 420 | .pmxi_plugin table.widefat th.ASC a { |
| 421 | background-image: url("../img/screen-options-right-up.gif"); |
| 422 | background-repeat: no-repeat; |
| 423 | background-position: right center; |
| 424 | padding-right: 19px; |
| 425 | } |
| 426 | .pmxi_plugin table.widefat th.DESC a { |
| 427 | background-image: url("../img/screen-options-right.gif"); |
| 428 | background-repeat: no-repeat; |
| 429 | background-position: right center; |
| 430 | padding-right: 19px; |
| 431 | } |
| 432 | |
| 433 | .pmxi_plugin table.widefat.pmxi-admin-imports th.column-id { |
| 434 | width: 35px; |
| 435 | } |
| 436 | .pmxi_plugin table.widefat.pmxi-admin-imports th.column-scheduled { |
| 437 | width: 85px; |
| 438 | } |
| 439 | .pmxi_plugin table.widefat.pmxi-admin-imports th.column-registered_on { |
| 440 | width: 130px; |
| 441 | } |
| 442 | .pmxi_plugin table.widefat.pmxi-admin-imports th.column-post_count { |
| 443 | width: 105px; |
| 444 | } |
| 445 | /*@*/ |
| 446 | |
| 447 | /*@+ fixes */ |
| 448 | .pmxi_plugin input[type="file"] { |
| 449 | padding: 0; /* FIX height or <input type="file" /> for Safari & Chrome */ |
| 450 | } |
| 451 | .pmxi_plugin .ui-widget-overlay { |
| 452 | position: fixed !important; /* FIX: modal dialog overlay in IE 8 */ |
| 453 | background-color: #aaa !important; /* FIX: overlay color */ |
| 454 | } |
| 455 | .pmxi_plugin .ui-dialog { |
| 456 | position: absolute !important; /* FIX: for wordpress 3.1 not to add empty space */ |
| 457 | } |
| 458 | .pmxi_plugin .ui-autocomplete { |
| 459 | position: absolute; |
| 460 | border-color: #ccc #444 #444 #aaa; |
| 461 | cursor: default; |
| 462 | -moz-border-radius: 0; |
| 463 | border-radius: 0; |
| 464 | max-height: 200px; |
| 465 | max-width: 700px; |
| 466 | overflow-y: auto; |
| 467 | overflow-x: hidden; |
| 468 | white-space: nowrap; |
| 469 | font-size: 11px; |
| 470 | } |
| 471 | .pmxi_plugin .ui-autocomplete .ui-menu-item { |
| 472 | padding: 0; |
| 473 | margin: 0; |
| 474 | } |
| 475 | .pmxi_plugin .ui-autocomplete .ui-menu-item a { |
| 476 | display: block; |
| 477 | padding: 2px; |
| 478 | padding-right: 20px; /* space for scroll bar */ |
| 479 | font-size: 11px; |
| 480 | border: none; |
| 481 | -moz-border-radius: 0; |
| 482 | border-radius: 0; |
| 483 | } |
| 484 | .pmxi_plugin .ui-autocomplete .ui-menu-item a.ui-state-hover { |
| 485 | background: #39f; |
| 486 | color: #fff; |
| 487 | } |
| 488 | .pmxi_plugin input.autocomplete { |
| 489 | background: url("../img/down.gif") no-repeat right top #fff; |
| 490 | padding-right: 20px; |
| 491 | cursor: default; |
| 492 | font-size: 11px !important; |
| 493 | } |
| 494 | /*@*/ |
| 495 | |
| 496 | .pmxi_plugin .taglines{ |
| 497 | font-size:13px; |
| 498 | font-style: italic; |
| 499 | display: block; |
| 500 | color: #777; |
| 501 | } |
| 502 | |
| 503 | .pmxi_plugin #process{ display:none; } |
| 504 | .pmxi_plugin .load-options{ float:right; font-size:13px; position: relative; top: -30px; } |
| 505 | .pmxi_plugin form.options table.layout td.right{ |
| 506 | width: 25%; |
| 507 | } |
| 508 | .pmxi_plugin .drag-element{ |
| 509 | background: url("../img/drag.png") top right no-repeat; |
| 510 | cursor: pointer; |
| 511 | padding-left: 25px; |
| 512 | background-position: 0px 1px; |
| 513 | } |
| 514 | .sortable li{ position: relative;} |
| 515 | .pmxi_plugin ol{ |
| 516 | margin-top: 6px; |
| 517 | list-style: none; |
| 518 | } |
| 519 | .pmxi_plugin .no-margin{ margin:0px; } |
| 520 | .pmxi_plugin .icon-item, .pmxi_plugin .add-new-custom{ |
| 521 | display: inline-block; |
| 522 | width: 16px; |
| 523 | height: 16px; |
| 524 | margin: 0px 3px; |
| 525 | } |
| 526 | .pmxi_plugin .add-new-ico, .pmxi_plugin .add-new-custom{ |
| 527 | background: url("../img/ico-add-new.png") no-repeat 0px 4px; |
| 528 | width:70px; |
| 529 | height:25px; |
| 530 | padding-left: 15px; |
| 531 | color:#21759B; |
| 532 | } |
| 533 | |
| 534 | .pmxi_plugin .remove-ico{ |
| 535 | background: url("../img/ico-remove.png") no-repeat; |
| 536 | top:1px; |
| 537 | right:-4px; |
| 538 | position: absolute; |
| 539 | } |
| 540 | |
| 541 | .pmxi_plugin .hidden{ display: none; } |
| 542 | |
| 543 | .pmxi_plugin .fs11 { font-size:11px; } |
| 544 | |
| 545 | .pmxi_plugin .rel { position: relative; } |
| 546 | |
| 547 | #type_meta_select{ margin-bottom: 10px; height:1.8em; } |
| 548 | |
| 549 | .upload_process{ |
| 550 | border: none; |
| 551 | padding: 1px; |
| 552 | } |
| 553 | |
| 554 | #large_import_xpath{ display:none; } |
| 555 | #large_import{ margin:0px 5px; } |
| 556 | #download_pmxi_log{ |
| 557 | cursor: pointer; |
| 558 | margin: 5px 0; |
| 559 | display: none; |
| 560 | } |
| 561 | .pmxi_plugin .import_process_bar, .pmxi_plugin .import_percent{ |
| 562 | display: none; |
| 563 | } |
| 564 | /*.pmxi_plugin .import_progress{ |
| 565 | font-size: 14px !important; |
| 566 | }*/ |
| 567 | .pmxi_plugin #processbar{ |
| 568 | text-align: center; |
| 569 | visibility: hidden; |
| 570 | height: 37px; |
| 571 | padding-top: 18px; |
| 572 | margin-bottom: 20px; |
| 573 | border: 1px solid #AAAAAA; |
| 574 | color: #222222; |
| 575 | position: relative; |
| 576 | } |
| 577 | .pmxi_plugin #processbar div{ |
| 578 | background: #aaa; |
| 579 | height: 55px; |
| 580 | width: 0%; |
| 581 | position: absolute; |
| 582 | opacity: 0.5; |
| 583 | top:0; |
| 584 | } |
| 585 | .pmxi_plugin #import_progress{ |
| 586 | color: #000000; |
| 587 | font-size: 13px; |
| 588 | font-weight: bold; |
| 589 | opacity: 1; |
| 590 | } |
| 591 | .pmxi_plugin #right_progress{ float:right; padding-right: 5px; } |
| 592 | .pmxi_plugin #left_progress{ float:left; padding-left: 5px; } |
| 593 | .pmxi_plugin #existing_meta_keys{ |
| 594 | margin-bottom: 10px; |
| 595 | padding: 2px; |
| 596 | width: 580px; |
| 597 | } |
| 598 | .pmxi_plugin #pmxi_tabs{ |
| 599 | display: none; |
| 600 | padding-bottom: 20px; |
| 601 | -moz-border-radius: 4px; |
| 602 | -khtml-border-radius: 4px; |
| 603 | -webkit-border-radius: 4px; |
| 604 | border-radius: 4px; |
| 605 | } |
| 606 | .pmxi_plugin .ui-widget-header{ |
| 607 | -moz-border-radius: 4px; |
| 608 | -khtml-border-radius: 4px; |
| 609 | -webkit-border-radius: 4px; |
| 610 | border-radius: 4px; |
| 611 | } |
| 612 | .pmxi_plugin .ui-tabs .ui-tabs-nav li{ |
| 613 | -moz-border-top-left-radius: 4px; |
| 614 | -khtml-border-top-left-radius: 4px; |
| 615 | -webkit-border-top-left-radius: 4px; |
| 616 | border-top-left-radius: 4px; |
| 617 | -moz-border-top-right-radius: 4px; |
| 618 | -khtml-border-top-right-radius: 4px; |
| 619 | -webkit-border-top-right-radius: 4px; |
| 620 | border-top-right-radius: 4px; |
| 621 | } |
| 622 | /*.pmxi_plugin .ui-widget-header{ |
| 623 | background: #F2FBD9; |
| 624 | border: 1px solid #F2FBD9; |
| 625 | } |
| 626 | .pmxi_plugin .ui-state-default{ |
| 627 | border:none; |
| 628 | font-size: 12px; |
| 629 | font-weight: bold; |
| 630 | background: #F2FBD9; |
| 631 | } |
| 632 | .pmxi_plugin .ui-state-active{ |
| 633 | background: #fff; |
| 634 | } |
| 635 | .pmxi_plugin .ui-tabs{ |
| 636 | padding: 0px; |
| 637 | }*/ |
| 638 | #select-files{ |
| 639 | font-size: 11px !important; |
| 640 | height:25px; |
| 641 | } |
| 642 | .pmxi_plugin .progress{ |
| 643 | position: relative; |
| 644 | visibility: hidden; |
| 645 | color: #009039; |
| 646 | font-size: 13px; |
| 647 | font-weight: bold; |
| 648 | margin-top: 10px; |
| 649 | width: 100%; |
| 650 | text-align: center; |
| 651 | border:1px solid #4297D7; |
| 652 | -moz-border-radius: 4px; |
| 653 | -khtml-border-radius: 4px; |
| 654 | -webkit-border-radius: 4px; |
| 655 | border-radius: 4px; |
| 656 | } |
| 657 | .pmxi_plugin #progressbar{ |
| 658 | border: medium none; |
| 659 | left: 0; |
| 660 | position: absolute; |
| 661 | text-align: center; |
| 662 | top: 8px; |
| 663 | width: 100%; |
| 664 | font-size: 12px; |
| 665 | color:#333; |
| 666 | } |
| 667 | .pmxi_plugin #file_name{ |
| 668 | font-size: 16px; |
| 669 | font-weight: bold; |
| 670 | margin-left: 10px; |
| 671 | float: right; |
| 672 | } |
| 673 | .pmxi_plugin .ui-progressbar .ui-progressbar-value { /*background-image: url("../img/progress_animated.gif");*/ } |
| 674 | .pmxi_plugin form.choose-file .submit-buttons{ |
| 675 | /*bottom: -125px; |
| 676 | position: absolute; |
| 677 | right: -18px; */ |
| 678 | } |
| 679 | .pmxi_plugin form#basic .submit-buttons{ |
| 680 | display: none; |
| 681 | } |
| 682 | .pmxi_plugin fieldset{ |
| 683 | padding: 20px; |
| 684 | width:auto; |
| 685 | } |
| 686 | .pmxi_plugin .right fieldset{ |
| 687 | padding: 15px; |
| 688 | } |
| 689 | .pmxi_plugin .right fieldset input{ |
| 690 | max-width:none; |
| 691 | padding:6px; |
| 692 | margin:0px |
| 693 | } |
| 694 | .pmxi_plugin .right a{ |
| 695 | text-decoration: underline; |
| 696 | } |
| 697 | .pmxi_plugin fieldset legend{ |
| 698 | padding: 0px 5px; |
| 699 | font-weight: bold; |
| 700 | } |
| 701 | .pmxi_plugin .options fieldset legend{ |
| 702 | font-size: 1.17em; |
| 703 | } |
| 704 | .pmxi_plugin .matches_count{ |
| 705 | font-weight: bold; |
| 706 | color:#33AA28; |
| 707 | } |
| 708 | .pmxi_plugin .xpath_help{ |
| 709 | /*bottom: -40px;*/ |
| 710 | position: relative; |
| 711 | text-align: center; |
| 712 | } |
| 713 | .pmxi_plugin .btns, .pmxi_plugin .btns input, .pmxi_plugin .btns a{ |
| 714 | float: right; |
| 715 | } |
| 716 | .pmxi_plugin .btns input{ |
| 717 | height: 19px; |
| 718 | margin-left: 5px; |
| 719 | padding-top: 0; |
| 720 | } |
| 721 | .pmxi_plugin .btns a{ |
| 722 | font-weight: bold; |
| 723 | margin: 0 5px; |
| 724 | padding: 4px 10px; |
| 725 | width:70px; |
| 726 | text-align: center; |
| 727 | } |
| 728 | .pmxi_plugin .col3{ |
| 729 | border-right: 1px solid #CCCCCC; |
| 730 | float: left; |
| 731 | height: 265px; |
| 732 | width:30%; |
| 733 | margin-bottom: 10px; |
| 734 | padding: 0 1%; |
| 735 | } |
| 736 | .pmxi_plugin .col3.last{ |
| 737 | border: none; |
| 738 | } |
| 739 | .pmxi_plugin .col3 > div{ |
| 740 | margin-left: 20px; |
| 741 | } |
| 742 | .pmxi_plugin .col2{ |
| 743 | float: left; |
| 744 | width: 50%; |
| 745 | } |
| 746 | .pmxi_plugin .col2 fieldset{ |
| 747 | border: 1px solid #CCCCCC; |
| 748 | margin: 0 5px; |
| 749 | padding: 5px 2% 5px 5px; |
| 750 | text-align: center; |
| 751 | } |
| 752 | .pmxi_plugin input.small{ |
| 753 | width:25px; |
| 754 | text-align: center; |
| 755 | } |
| 756 | .pmxi_plugin .post_taxonomy{ |
| 757 | margin-bottom: 15px; |
| 758 | overflow: hidden; |
| 759 | padding-bottom: 15px; |
| 760 | } |
| 761 | .pmxi_plugin .post_taxonomy .delim{ |
| 762 | padding-left: 25px; |
| 763 | } |
| 764 | .pmxi_plugin .post_taxonomy .delim .add-new-ico{ |
| 765 | float: right; |
| 766 | margin-right: 35px; |
| 767 | margin-top: 5px; |
| 768 | } |
| 769 | .pmxi_plugin .post_taxonomy ol.ui-sortable{ |
| 770 | padding-right: 0px; |
| 771 | } |
| 772 | .pmxi_plugin .optionsset{ |
| 773 | border:1px solid #ccc; |
| 774 | } |
| 775 | .pmxi_plugin .action.remove{ |
| 776 | display: block; |
| 777 | position: relative; |
| 778 | } |
| 779 | .pmxi_plugin .action.remove a{ |
| 780 | background: url("../img/ico-remove.png") no-repeat scroll 0 0 transparent; |
| 781 | height: 16px; |
| 782 | position: absolute; |
| 783 | right: -10px; |
| 784 | width: 16px; |
| 785 | } |
| 786 | .pmxi_plugin .switcher-target-is_keep_former_posts{ |
| 787 | padding-left: 25px; |
| 788 | } |
| 789 | .pmxi_plugin form.options{ |
| 790 | position: relative; |
| 791 | } |
| 792 | .pmxi_plugin .options_buttons{ |
| 793 | bottom: -75px; |
| 794 | display: block; |
| 795 | position: absolute; |
| 796 | right: 0; |
| 797 | } |
| 798 | .pmxi-button{ |
| 799 | border: 1px solid #BBBBBB; |
| 800 | color: #464646; |
| 801 | cursor: pointer; |
| 802 | font-size: 18px !important; |
| 803 | margin-left: 10px; |
| 804 | padding: 15px 25px; |
| 805 | text-decoration: none; |
| 806 | -moz-border-radius: 3px; |
| 807 | -khtml-border-radius: 3px; |
| 808 | -webkit-border-radius: 3px; |
| 809 | border-radius: 3px; |
| 810 | } |
| 811 | .pmxi-button:hover{ |
| 812 | background: #dfdfdf; |
| 813 | } |
| 814 | .pmxi_plugin .ui-state-default a{ |
| 815 | font-size: 13px !important; |
| 816 | } |
| 817 | .pmxi_plugin .preview{ |
| 818 | float:none; |
| 819 | text-decoration: none; |
| 820 | } |
| 821 | .pmxi_plugin .template-sidebar .tag{ |
| 822 | max-height:550px; |
| 823 | } |
| 824 | .pmxi_plugin .options .submit-buttons{ |
| 825 | float: right; |
| 826 | position: relative; |
| 827 | text-align: right; |
| 828 | top: 30px; |
| 829 | right:-18px; |
| 830 | } |
| 831 | .pmxi_plugin .back{ |
| 832 | font-size: 16px; |
| 833 | color:#21759B; |
| 834 | } |
| 835 | .pmxi_plugin .separated_by{ |
| 836 | float: right; |
| 837 | font-size: 12px; |
| 838 | color: #999999; |
| 839 | margin-right: 20px; |
| 840 | } |
| 841 | .pmxi_plugin .delim > label{ |
| 842 | color: #999999; |
| 843 | font-size: 11px; |
| 844 | } |
| 845 | .pmxi_plugin .optionsset > table{ |
| 846 | border-bottom: 1px solid #CCCCCC; |
| 847 | margin-bottom: 20px; |
| 848 | width: 100%; |
| 849 | } |
| 850 | /* Log Bar - Step 5 */ |
| 851 | .pmxi_plugin #logwrapper{ |
| 852 | border: 1px solid #aaa; |
| 853 | margin-bottom: 20px; |
| 854 | } |
| 855 | .pmxi_plugin #logbar{ |
| 856 | padding: 5px 0px; |
| 857 | text-align: center; |
| 858 | margin: 10px 0px; |
| 859 | border: 1px solid #aaa; |
| 860 | overflow: auto; |
| 861 | } |
| 862 | .pmxi_plugin .optionsset > table:last-child{ |
| 863 | border: none; |
| 864 | } |
| 865 | .pmxi_plugin #download_log_separator, .pmxi_plugin #download_log{ |
| 866 | display: none; |
| 867 | } |
| 868 | .pmxi_plugin #loglist{ |
| 869 | border: 1px solid #AAAAAA; |
| 870 | height: 400px; |
| 871 | overflow: auto; |
| 872 | } |
| 873 | .pmxi_plugin #loglist > p{ |
| 874 | margin: 0; |
| 875 | padding: 3px 5px; |
| 876 | } |
| 877 | .pmxi_plugin #loglist > p.odd{ |
| 878 | background: #dfdfdf; |
| 879 | } |
| 880 | .pmxi_plugin #process_notice{ |
| 881 | color: red; |
| 882 | text-align: center; |
| 883 | } |
| 884 | .pmxi_plugin #reimported_notify{ |
| 885 | border: 1px solid #AFAFAF; |
| 886 | margin-bottom: 20px; |
| 887 | padding: 10px 20px; |
| 888 | } |
| 889 | .pmxi_plugin #reimported_notify p span{ |
| 890 | color:#ccc; |
| 891 | } |
| 892 | .pmxi_plugin .action_buttons{ |
| 893 | overflow: hidden; |
| 894 | clear: both; |
| 895 | padding-bottom: 10px; |
| 896 | } |
| 897 | /*.pmxi_plugin .action_buttons a{ |
| 898 | border: 1px solid #BBBBBB; |
| 899 | -moz-border-radius: 3px; |
| 900 | -khtml-border-radius: 3px; |
| 901 | -webkit-border-radius: 3px; |
| 902 | border-radius: 3px; |
| 903 | color: #464646; |
| 904 | cursor: pointer; |
| 905 | font-size: 18px !important; |
| 906 | margin-right: 10px; |
| 907 | padding: 15px 25px; |
| 908 | text-decoration: none; |
| 909 | display: block; |
| 910 | width:25px; |
| 911 | float: left; |
| 912 | } |
| 913 | .pmxi_plugin .action_buttons a:hover{ |
| 914 | background: #dfdfdf; |
| 915 | }*/ |
| 916 | .pmxi_plugin #current_element{ |
| 917 | color:green; |
| 918 | } |
| 919 | .pmxi_plugin #current_xml{ display: none;} |
| 920 | .pmxi_plugin #goto_element{ |
| 921 | display: block; |
| 922 | float: left; |
| 923 | height: 47px; |
| 924 | margin-right: 10px; |
| 925 | width: 70px !important; |
| 926 | min-width: 70px; |
| 927 | text-align: center; |
| 928 | font-size: 18px; |
| 929 | } |
| 930 | .pmxi_plugin .choose-elements table tbody tr td{ |
| 931 | overflow: hidden; |
| 932 | } |
| 933 | .pmxi_plugin #plupload-ui h3{ |
| 934 | float: left; |
| 935 | font-size: 13px; |
| 936 | font-weight: normal; |
| 937 | margin-bottom: 0; |
| 938 | margin-top: 8px; |
| 939 | } |
| 940 | .pmxi_plugin #wp-content-media-buttons{ |
| 941 | display: none; |
| 942 | } |
| 943 | .pmxi_plugin label{ |
| 944 | -webkit-touch-callout: none; |
| 945 | -webkit-user-select: none; |
| 946 | -khtml-user-select: none; |
| 947 | -moz-user-select: none; |
| 948 | -ms-user-select: none; |
| 949 | user-select: none; |
| 950 | } |
| 951 | .pmxi_plugin .large_button{ |
| 952 | margin-left: 10px; |
| 953 | padding: 15px 25px; |
| 954 | border: 1px solid #C5DBEC; |
| 955 | } |
| 956 | .pmxi_plugin .drag-element .assign_post{ |
| 957 | float: left; |
| 958 | } |
| 959 | .pmxi_plugin .drag-element .widefat{ |
| 960 | margin-left: 1%; |
| 961 | width: 90%; |
| 962 | } |
| 963 | .pmxi_plugin .upgrade_link{ |
| 964 | color: #21759B; |
| 965 | } |