| 1 |
/*! |
| 2 |
* Filter Everything admin 1.2.3 |
| 3 |
*/ |
| 4 |
#filters-seo-rules .inside, |
| 5 |
#filters-set-items .inside{ |
| 6 |
margin: 0; |
| 7 |
padding: 0; |
| 8 |
} |
| 9 |
.wpc-filter-additional-fields, |
| 10 |
.wpc-form-fields-table, |
| 11 |
.wpc-fields-table{ |
| 12 |
width: 100%; |
| 13 |
table-layout: auto; |
| 14 |
padding: 0; |
| 15 |
margin: 0; |
| 16 |
clear: both; |
| 17 |
box-sizing: content-box; |
| 18 |
} |
| 19 |
.wpc-filter-body{ |
| 20 |
display: none; |
| 21 |
} |
| 22 |
.wpc-filter-body.wpc-opened{ |
| 23 |
display: block; |
| 24 |
} |
| 25 |
.wpc-additional-opened .wpc-more-options-toggle, |
| 26 |
.wpc-filter-body:hover .wpc-more-options-toggle{ |
| 27 |
visibility: visible; |
| 28 |
} |
| 29 |
.wpc-column-labels-wrapper{ |
| 30 |
padding: 12px 12px 0 12px; |
| 31 |
} |
| 32 |
.wpc-add-filter-wrapper{ |
| 33 |
padding: 12px; |
| 34 |
} |
| 35 |
.wpc-filters-list{ |
| 36 |
padding: 0 12px; |
| 37 |
} |
| 38 |
.wpc-custom-row{ |
| 39 |
display: flex; |
| 40 |
width: 100%; |
| 41 |
padding: 0; |
| 42 |
margin: 0; |
| 43 |
} |
| 44 |
.wpc-custom-row li{ |
| 45 |
padding: 8px 12px; |
| 46 |
margin: 0; |
| 47 |
box-sizing: border-box; |
| 48 |
} |
| 49 |
.wpc-filter-item-labels li.wpc-filter-order, |
| 50 |
.wpc-column-labels .wpc-filter-order{ |
| 51 |
min-width: 51px; |
| 52 |
text-align: center; |
| 53 |
} |
| 54 |
.wpc-filter-item-labels li.wpc-filter-order{ |
| 55 |
padding-top: 0 !important; |
| 56 |
padding-bottom: 0 !important; |
| 57 |
display: flex; |
| 58 |
align-items: center; |
| 59 |
border-right: 1px solid #ccd0d4; |
| 60 |
justify-content: center; |
| 61 |
} |
| 62 |
li.wpc-filter-label, |
| 63 |
li.wpc-filter-entity, |
| 64 |
li.wpc-filter-view, |
| 65 |
li.wpc-filter-slug{ |
| 66 |
width: 24%; |
| 67 |
} |
| 68 |
.wpc-custom-row:before, |
| 69 |
.wpc-custom-row:after { |
| 70 |
content: ""; |
| 71 |
display: block; |
| 72 |
line-height: 0; |
| 73 |
} |
| 74 |
.wpc-custom-row:after{ |
| 75 |
clear: both; |
| 76 |
} |
| 77 |
.wpc-filter-item { |
| 78 |
clear: both; |
| 79 |
margin-bottom: 10px; |
| 80 |
} |
| 81 |
.wpc-title-action .wpc-action{ |
| 82 |
padding: 10px; |
| 83 |
color: #555d66; |
| 84 |
border: 0; |
| 85 |
margin: 0; |
| 86 |
background: 0 0; |
| 87 |
cursor: pointer; |
| 88 |
outline: none; |
| 89 |
} |
| 90 |
.wpc-title-action .wpc-action .toggle-indicator:before { |
| 91 |
padding: 1px 2px 1px 0; |
| 92 |
border-radius: 50%; |
| 93 |
} |
| 94 |
.wpc-title-action .wpc-action:focus .toggle-indicator:before{ |
| 95 |
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30,140,190,.8); |
| 96 |
} |
| 97 |
.wpc-title-action .wpc-action .toggle-indicator:before { |
| 98 |
content: "\f140"; |
| 99 |
font: normal 20px/1 dashicons; |
| 100 |
speak: none; |
| 101 |
display: block; |
| 102 |
-webkit-font-smoothing: antialiased; |
| 103 |
-moz-osx-font-smoothing: grayscale; |
| 104 |
text-decoration: none; |
| 105 |
} |
| 106 |
.wpc-opened .wpc-title-action .wpc-action .toggle-indicator:before{ |
| 107 |
content: "\f142"; |
| 108 |
} |
| 109 |
.wpc-filter-item-labels li{ |
| 110 |
padding: 12px; |
| 111 |
box-sizing: border-box; |
| 112 |
overflow: hidden; |
| 113 |
} |
| 114 |
.wpc-filter-head{ |
| 115 |
font-size: 13px; |
| 116 |
background: #f9f9f9; |
| 117 |
border: 1px solid #ccd0d4; |
| 118 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 119 |
} |
| 120 |
.wpc-filter-item.ui-sortable-helper .wpc-filter-head{ |
| 121 |
background: #fbfbfb; |
| 122 |
} |
| 123 |
.wpc-filter-head:hover{ |
| 124 |
border-color: #999; |
| 125 |
box-shadow: 0 1px 2px rgba(0,0,0,.1); |
| 126 |
} |
| 127 |
.wpc-title-action{ |
| 128 |
float: right; |
| 129 |
position: relative; |
| 130 |
} |
| 131 |
.wpc-column-labels{ |
| 132 |
font-weight: 600; |
| 133 |
} |
| 134 |
.wpc-column-labels, |
| 135 |
.wpc-filter-title{ |
| 136 |
margin-right: 60px; |
| 137 |
} |
| 138 |
.wpc-no-filters{ |
| 139 |
display: none; |
| 140 |
padding: 15px; |
| 141 |
border-top: #E1E1E1 solid 1px; |
| 142 |
} |
| 143 |
.wpc-add-filter-wrapper { |
| 144 |
background: #f5f5f5; |
| 145 |
border-top: #dddddd solid 1px; |
| 146 |
} |
| 147 |
.wpc-add-filter-wrapper:after{ |
| 148 |
clear: both; |
| 149 |
display: block; |
| 150 |
content: ""; |
| 151 |
} |
| 152 |
.wpc-add-filter-div { |
| 153 |
float: right; |
| 154 |
} |
| 155 |
label.wpc-filter-label { |
| 156 |
display: block; |
| 157 |
font-weight: bold; |
| 158 |
margin: 0 0 3px; |
| 159 |
padding: 0; |
| 160 |
} |
| 161 |
.wpc-filter-label-td { |
| 162 |
padding: 15px 30px 15px 12px; |
| 163 |
margin: 0; |
| 164 |
background: #F9F9F9; |
| 165 |
width: 20%; |
| 166 |
border-color: #EDEDED; |
| 167 |
border-width: 1px 0 0 1px; |
| 168 |
box-sizing: border-box; |
| 169 |
position: relative; |
| 170 |
min-width: 160px; |
| 171 |
} |
| 172 |
.wpc-remove-filter-wrapper .wpc-filter-label-td{ |
| 173 |
background: transparent; |
| 174 |
} |
| 175 |
.wpc-filter-field-td { |
| 176 |
padding: 15px 12px 15px 12px; |
| 177 |
margin: 0; |
| 178 |
border-left-color: #E1E1E1; |
| 179 |
box-sizing: border-box; |
| 180 |
} |
| 181 |
.wpc-filter-intersection-tr > .wpc-filter-field-td{ |
| 182 |
padding-left: 0; |
| 183 |
padding-right: 0; |
| 184 |
} |
| 185 |
.wpc-first-row .wpc-filter-field-td{ |
| 186 |
padding-top: 0; |
| 187 |
vertical-align: top; |
| 188 |
} |
| 189 |
.wpc-filter-field-td input[type="text"], |
| 190 |
.wpc-filter-field-td input[type="password"], |
| 191 |
.wpc-filter-field-td input[type="number"], |
| 192 |
.wpc-filter-field-td input[type="search"], |
| 193 |
.wpc-filter-field-td input[type="email"], |
| 194 |
.wpc-filter-field-td input[type="url"], |
| 195 |
.wpc-filter-field-td textarea, |
| 196 |
.wpc-filter-field-td select{ |
| 197 |
width: 100%; |
| 198 |
padding: 3px 5px; |
| 199 |
resize: none; |
| 200 |
margin: 0; |
| 201 |
-webkit-box-sizing: border-box; |
| 202 |
-moz-box-sizing: border-box; |
| 203 |
box-sizing: border-box; |
| 204 |
font-size: 14px; |
| 205 |
line-height: 1.4; |
| 206 |
} |
| 207 |
.wpc-wp-entity-label-wrapper{ |
| 208 |
padding-left: 12px; |
| 209 |
padding-right: 12px; |
| 210 |
} |
| 211 |
.wpc-filters-seo-rules-wrapper .wpc-filter-field-td label{ |
| 212 |
position: relative; |
| 213 |
bottom: 5px; |
| 214 |
} |
| 215 |
label[for="wpc_seo_rules-wp_entity"], |
| 216 |
.wpc-location-label, |
| 217 |
.wpc-wp-entity-label{ |
| 218 |
font-weight: bold; |
| 219 |
position: relative; |
| 220 |
bottom: 5px; |
| 221 |
} |
| 222 |
#wpc-intersections-table .wpc-filter-field-td{ |
| 223 |
padding-bottom: 0; |
| 224 |
position: relative; |
| 225 |
} |
| 226 |
.wpc-filter-label-td .wpc-field-description { |
| 227 |
font-style: normal; |
| 228 |
font-size: 12px; |
| 229 |
color: #666666; |
| 230 |
margin: 0; |
| 231 |
} |
| 232 |
/*.wpc-field-menu-order-tr,*/ |
| 233 |
.wpc-field-hierarchy-tr, |
| 234 |
.wpc-field-entity-tr, |
| 235 |
.wpc-field-ename-tr{ |
| 236 |
display: none; |
| 237 |
} |
| 238 |
.wpc-filter-taxonomy.taxonomy-hierarchical .wpc-field-hierarchy-tr, |
| 239 |
.wpc-filter-post_meta_exists .wpc-field-ename-tr, |
| 240 |
.wpc-filter-post_meta_num .wpc-field-ename-tr, |
| 241 |
.wpc-filter-post_meta .wpc-field-ename-tr, |
| 242 |
.wpc-new-filter-item .wpc-field-entity-tr{ |
| 243 |
display: table-row; |
| 244 |
} |
| 245 |
.wpc-belongs-not, |
| 246 |
.wpc-belongs-not input[type="text"], |
| 247 |
.wpc-belongs-not input[type="password"], |
| 248 |
.wpc-belongs-not input[type="color"], |
| 249 |
.wpc-belongs-not input[type="date"], |
| 250 |
.wpc-belongs-not input[type="datetime"], |
| 251 |
.wpc-belongs-not input[type="datetime-local"], |
| 252 |
.wpc-belongs-not input[type="email"], |
| 253 |
.wpc-belongs-not input[type="month"], |
| 254 |
.wpc-belongs-not input[type="number"], |
| 255 |
.wpc-belongs-not input[type="search"], |
| 256 |
.wpc-belongs-not input[type="tel"], |
| 257 |
.wpc-belongs-not input[type="time"], |
| 258 |
.wpc-belongs-not input[type="url"], |
| 259 |
.wpc-belongs-not input[type="week"], |
| 260 |
.wpc-belongs-not select, |
| 261 |
.wpc-belongs-not textarea{ |
| 262 |
color: #b7b7b7; |
| 263 |
} |
| 264 |
.wpc-remove-filter-wrapper{ |
| 265 |
margin: 0; |
| 266 |
} |
| 267 |
.wpc-remove-filter-wrapper .spinner{ |
| 268 |
float: none; |
| 269 |
} |
| 270 |
.wpc-filter-delete-controls-td{ |
| 271 |
min-width: 160px; |
| 272 |
} |
| 273 |
.wp-core-ui .wpc-filter-delete{ |
| 274 |
color: #a00; |
| 275 |
border-color: #a00; |
| 276 |
background: transparent; |
| 277 |
margin-right: 1em; |
| 278 |
outline: none; |
| 279 |
} |
| 280 |
.wp-core-ui .wpc-filter-delete.hover, |
| 281 |
.wp-core-ui .wpc-filter-delete:hover, |
| 282 |
.wp-core-ui .wpc-filter-delete.active, |
| 283 |
.wp-core-ui .wpc-filter-delete:active, |
| 284 |
.wp-core-ui .wpc-filter-delete.focus, |
| 285 |
.wp-core-ui .wpc-filter-delete:focus{ |
| 286 |
color: #ffffff; |
| 287 |
background: #a00; |
| 288 |
border-color: #a00; |
| 289 |
} |
| 290 |
.wp-core-ui .wpc-filter-delete.focus, |
| 291 |
.wp-core-ui .wpc-filter-delete:focus{ |
| 292 |
box-shadow: 0 0 0 1px #a00; |
| 293 |
} |
| 294 |
.wpc-filter-delete-wrapper{ |
| 295 |
visibility: hidden; |
| 296 |
min-height: 30px; |
| 297 |
} |
| 298 |
.wpc-additional-fields-selector{ |
| 299 |
text-align: right; |
| 300 |
padding-right: 12px; |
| 301 |
/*margin-top: 20px;*/ |
| 302 |
position: relative; |
| 303 |
top: 20px; |
| 304 |
} |
| 305 |
.wpc-filter-additional-fields{ |
| 306 |
display: none; |
| 307 |
} |
| 308 |
.wpc-filter-field-shadow, |
| 309 |
.wpc-filter-item-shadow{ |
| 310 |
height: 44px; |
| 311 |
clear: both; |
| 312 |
border: 1px dashed #b4b9be; |
| 313 |
margin: 0 auto 10px; |
| 314 |
width: 100%; |
| 315 |
box-sizing: border-box; |
| 316 |
} |
| 317 |
.wpc-filter-field-shadow{ |
| 318 |
height: 60px; |
| 319 |
} |
| 320 |
.wpc-filter-item .wpc-filter-order:hover{ |
| 321 |
cursor: move; |
| 322 |
} |
| 323 |
.wpc-field-rule-meta-desc{ |
| 324 |
min-height: 65px; |
| 325 |
} |
| 326 |
.wpc_set_fields-post_name-wrap, |
| 327 |
.wpc-intersection-fields-wrapper, |
| 328 |
.wpc_set_fields-wp_filter_query-wrap{ |
| 329 |
position: relative; |
| 330 |
} |
| 331 |
.wpc-field-exclude-tr .wpc-field-wrap .spinner, |
| 332 |
.wpc_set_fields-wp_filter_query-wrap .spinner, |
| 333 |
.wpc_set_fields-post_name-wrap .spinner, |
| 334 |
.wpc-intersection-fields-wrapper .spinner{ |
| 335 |
position: absolute; |
| 336 |
right: calc(50% - 10px); |
| 337 |
bottom: calc(50% - 10px); |
| 338 |
z-index: 100; |
| 339 |
opacity: 0.9; |
| 340 |
} |
| 341 |
.wpc_set_fields-wp_filter_query-wrap .spinner.is-active+#wpc-field-wp-query-container, |
| 342 |
.wpc-field-exclude-tr .wpc-field-wrap .spinner.is-active+.wpc-after-spinner-container, |
| 343 |
.wpc_set_fields-post_name-wrap .spinner.is-active+#wpc-field-location-container, |
| 344 |
.wpc-intersection-fields-wrapper .spinner.is-active+.wpc-form-fields-table{ |
| 345 |
opacity: 0.3; |
| 346 |
} |
| 347 |
.wpc-no-seo-filters-message{ |
| 348 |
display: block; |
| 349 |
line-height: 30px; |
| 350 |
} |
| 351 |
.wpc_seo_rules-rule_meta_desc-wrap, |
| 352 |
.wpc_seo_rules-rule_h1-wrap, |
| 353 |
.wpc_seo_rules-rule_seo_title-wrap{ |
| 354 |
text-align: right; |
| 355 |
position: relative; |
| 356 |
} |
| 357 |
.wpc_seo_rules-rule_meta_desc-wrap span, |
| 358 |
.wpc_seo_rules-rule_h1-wrap span, |
| 359 |
.wpc_seo_rules-rule_seo_title-wrap span{ |
| 360 |
display: inline-block; |
| 361 |
margin-bottom: 7px; |
| 362 |
} |
| 363 |
.wpc-vars-container{ |
| 364 |
position: absolute; |
| 365 |
top: 52px; |
| 366 |
text-align: left; |
| 367 |
background: #fff; |
| 368 |
right: 0px; |
| 369 |
box-shadow: rgba(0,0,0,0.1) 0px 0px 40px; |
| 370 |
border: 1px solid rgb(221, 221, 221); |
| 371 |
padding: 3px 0; |
| 372 |
box-sizing: border-box; |
| 373 |
z-index: 100; |
| 374 |
display: none; |
| 375 |
border-radius: 4px; |
| 376 |
} |
| 377 |
.wpc-vars-container ul li{ |
| 378 |
padding: 10px 15px; |
| 379 |
min-width: 120px; |
| 380 |
margin: 0; |
| 381 |
} |
| 382 |
.wpc-vars-container ul li:hover{ |
| 383 |
cursor: pointer; |
| 384 |
background: #007cba; |
| 385 |
color: #ffffff; |
| 386 |
} |
| 387 |
.wpc-seo-vars-list{ |
| 388 |
margin: 0; |
| 389 |
} |
| 390 |
.wpc-filter-number{ |
| 391 |
float: left; |
| 392 |
} |
| 393 |
.post-type-filter-seo-rule #titlediv #title[readonly="readonly"]{ |
| 394 |
background-color: #eee; |
| 395 |
} |
| 396 |
.wpc-error { |
| 397 |
background: #fff; |
| 398 |
border: 1px solid #ccd0d4; |
| 399 |
border-left-width: 4px; |
| 400 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 401 |
margin: 40px 15px 2px 0; |
| 402 |
padding: 1px 12px; |
| 403 |
border-left-color: #dc3232; |
| 404 |
position: relative; |
| 405 |
} |
| 406 |
.wpc-error p { |
| 407 |
margin: 0.5em 0; |
| 408 |
padding: 2px; |
| 409 |
} |
| 410 |
.wpc-filters-seo-rules-wrapper hr{ |
| 411 |
margin: 15px 0; |
| 412 |
} |
| 413 |
.wpc-container-handle-wrapper{ |
| 414 |
position: relative; |
| 415 |
padding-left: 25px; |
| 416 |
} |
| 417 |
td.wpc-order-td, |
| 418 |
.form-table td.wpc-order-td{ |
| 419 |
} |
| 420 |
.pro-version.wpc-sortable-row .wpc-order-sortable-handle-icon:hover{ |
| 421 |
cursor: move; |
| 422 |
} |
| 423 |
.wpc-sortable-table{ |
| 424 |
max-width: 668px; |
| 425 |
} |
| 426 |
tr.wpc-sortable-row.ui-sortable-helper{ |
| 427 |
background: #f9f9f9; |
| 428 |
} |
| 429 |
.wpc-field-exclude-tr .wpc-field-wrap{ |
| 430 |
position: relative; |
| 431 |
} |
| 432 |
.wpc-field-notice{ |
| 433 |
position: relative; |
| 434 |
display: block; |
| 435 |
margin: 5px 0 15px; |
| 436 |
padding: 3px 12px; |
| 437 |
} |
| 438 |
.wpc-field-notice p{ |
| 439 |
margin: 0; |
| 440 |
} |
| 441 |
.wpc-field-notice-error{ |
| 442 |
background: #ffe6e6; |
| 443 |
color: #cc0000; |
| 444 |
} |
| 445 |
.wpc-field-path-tr{ |
| 446 |
display: none; |
| 447 |
} |
| 448 |
.free-version .wpc-field-sortable-handle{ |
| 449 |
color: #a7a7a7; |
| 450 |
cursor: pointer; |
| 451 |
} |
| 452 |
.regular-text .wpc-field-sortable-handle:before{ |
| 453 |
display: none; |
| 454 |
} |
| 455 |
.wpc-sortable-row.regular-text .wpc-field-sortable-handle:before{ |
| 456 |
display: inline-block; |
| 457 |
} |
| 458 |
.pro-version .wpc-field-sortable-handle{ |
| 459 |
color: inherit; |
| 460 |
cursor: inherit; |
| 461 |
} |
| 462 |
.wpc-field-range-slider-tr, |
| 463 |
.wpc-field-value-step-tr, |
| 464 |
.wpc-filter-post_meta_num .wpc-field-logic-tr, |
| 465 |
.wpc-filter-post_meta_num .wpc-field-orderby-tr, |
| 466 |
.wpc-filter-post_meta_num .wpc-field-path-tr, |
| 467 |
.wpc-filter-post_meta_num .wpc-field-exclude-tr, |
| 468 |
.wpc-filter-post_meta_num .wpc-field-collapse-tr, |
| 469 |
.wpc-filter-post_meta_num .wpc-field-a-labels-tr{ |
| 470 |
display: none; |
| 471 |
} |
| 472 |
.wpc-filter-post_meta_num .wpc-field-range-slider-tr, |
| 473 |
.wpc-filter-post_meta_num .wpc-field-value-step-tr{ |
| 474 |
display: table-row; |
| 475 |
} |
| 476 |
input[disabled="disabled"]+.wpc-checkbox-placeholder{ |
| 477 |
color: #a7a7a7; |
| 478 |
margin-left: 5px; |
| 479 |
} |
| 480 |
/*TipTip CSS*/ |
| 481 |
.wpc-help-tip { |
| 482 |
color: #929292; |
| 483 |
display: inline-block; |
| 484 |
font-style: normal; |
| 485 |
height: 16px; |
| 486 |
line-height: 16px; |
| 487 |
position: relative; |
| 488 |
vertical-align: middle; |
| 489 |
width: 16px; |
| 490 |
} |
| 491 |
.wpc-help-tip::after { |
| 492 |
font-family: Dashicons; |
| 493 |
speak: none; |
| 494 |
font-weight: 400; |
| 495 |
font-variant: normal; |
| 496 |
text-transform: none; |
| 497 |
line-height: 1; |
| 498 |
-webkit-font-smoothing: antialiased; |
| 499 |
margin: 0; |
| 500 |
text-indent: 0; |
| 501 |
position: absolute; |
| 502 |
top: 0; |
| 503 |
left: 0; |
| 504 |
width: 100%; |
| 505 |
height: 100%; |
| 506 |
text-align: center; |
| 507 |
content: ""; |
| 508 |
cursor: help |
| 509 |
} |
| 510 |
.wpc-form-fields-table .wpc-help-tip { |
| 511 |
font-size: 1.3em; |
| 512 |
display: block; |
| 513 |
position: absolute; |
| 514 |
right: 10px; |
| 515 |
top: calc(50% - 8px); |
| 516 |
} |
| 517 |
.wpc-form-fields-table .wpc-container-handle-wrapper .wpc-help-tip{ |
| 518 |
left: 0; |
| 519 |
} |
| 520 |
#tiptip_holder { |
| 521 |
display: none; |
| 522 |
z-index: 8675309; |
| 523 |
position: absolute; |
| 524 |
top: 0; |
| 525 |
left: 0; |
| 526 |
} |
| 527 |
#tiptip_holder.tip_top { |
| 528 |
padding-bottom: 5px |
| 529 |
} |
| 530 |
#tiptip_holder.tip_top #tiptip_arrow_inner { |
| 531 |
margin-top: -7px; |
| 532 |
margin-left: -6px; |
| 533 |
border-top-color: #333 |
| 534 |
} |
| 535 |
#tiptip_holder.tip_bottom { |
| 536 |
padding-top: 5px |
| 537 |
} |
| 538 |
#tiptip_holder.tip_bottom #tiptip_arrow_inner { |
| 539 |
margin-top: -5px; |
| 540 |
margin-left: -6px; |
| 541 |
border-bottom-color: #333 |
| 542 |
} |
| 543 |
#tiptip_holder.tip_right { |
| 544 |
padding-left: 5px |
| 545 |
} |
| 546 |
#tiptip_holder.tip_right #tiptip_arrow_inner { |
| 547 |
margin-top: -6px; |
| 548 |
margin-left: -5px; |
| 549 |
border-right-color: #333 |
| 550 |
} |
| 551 |
#tiptip_holder.tip_left { |
| 552 |
padding-right: 5px |
| 553 |
} |
| 554 |
#tiptip_holder.tip_left #tiptip_arrow_inner { |
| 555 |
margin-top: -6px; |
| 556 |
margin-left: -7px; |
| 557 |
border-left-color: #333 |
| 558 |
} |
| 559 |
#tiptip_content, .chart-tooltip, .wc_error_tip { |
| 560 |
color: #fff; |
| 561 |
font-size: .8em; |
| 562 |
background: #333; |
| 563 |
border-radius: 3px; |
| 564 |
padding: .618em 1em; |
| 565 |
box-shadow: 0 1px 3px rgba(0, 0, 0, .2) |
| 566 |
} |
| 567 |
#tiptip_content code, .chart-tooltip code, .wc_error_tip code { |
| 568 |
padding: 1px; |
| 569 |
background: #888 |
| 570 |
} |
| 571 |
#tiptip_arrow, #tiptip_arrow_inner { |
| 572 |
position: absolute; |
| 573 |
border-color: transparent; |
| 574 |
border-style: solid; |
| 575 |
border-width: 6px; |
| 576 |
height: 0; |
| 577 |
width: 0 |
| 578 |
} |
| 579 |
.wpc-settings-post-type-label{ |
| 580 |
font-family: "Courier New"; |
| 581 |
font-weight: normal; |
| 582 |
} |
| 583 |
.wpc-filter-field-td .select2-container--default .select2-selection--multiple, |
| 584 |
.wpc-filter-field-td .select2-container .select2-selection--single{ |
| 585 |
width: 100%; |
| 586 |
height: auto; |
| 587 |
padding: 3px 5px; |
| 588 |
resize: none; |
| 589 |
margin: 0; |
| 590 |
-webkit-box-sizing: border-box; |
| 591 |
-moz-box-sizing: border-box; |
| 592 |
box-sizing: border-box; |
| 593 |
font-size: 14px; |
| 594 |
line-height: 1.4; |
| 595 |
border: 1px solid #7e8993; |
| 596 |
border-radius: 3px; |
| 597 |
color: #32373c; |
| 598 |
} |
| 599 |
.wpc-filter-field-td .select2-container .select2-selection--multiple, |
| 600 |
.wpc-filter-field-td .select2-container--default .select2-selection--multiple{ |
| 601 |
padding: 0 5px; |
| 602 |
min-height: 0; |
| 603 |
} |
| 604 |
.wpc-filter-field-td .select2-container--default .select2-selection--single .select2-selection__rendered{ |
| 605 |
line-height: 24px; |
| 606 |
padding-left: 0; |
| 607 |
min-height: 24px; |
| 608 |
} |
| 609 |
.wpc-filter-field-td .select2-container--default .select2-selection--single .select2-selection__arrow{ |
| 610 |
height: 30px; |
| 611 |
} |
| 612 |
.wpc-filter-field-td .select2-selection__rendered li{ |
| 613 |
margin-bottom: 0; |
| 614 |
} |
| 615 |
.wpc-filter-field-td .select2-container .select2-search--inline .select2-search__field{ |
| 616 |
min-height: 0; |
| 617 |
width: auto !important; |
| 618 |
} |
| 619 |
.wpc-more-options-toggle.wpc-opened:hover{ |
| 620 |
color: #dc3232; |
| 621 |
} |
| 622 |
.wpc-more-options-toggle.wpc-opened{ |
| 623 |
color: #a00; |
| 624 |
} |
| 625 |
.post-type-filter-seo-rule .inline-edit-status option[value="private"], |
| 626 |
.post-type-filter-seo-rule .inline-edit-status option[value="pending"], |
| 627 |
.post-type-filter-set .inline-edit-status option[value="private"], |
| 628 |
.post-type-filter-set .inline-edit-status option[value="pending"]{ |
| 629 |
display: none; |
| 630 |
} |
| 631 |
.fixed .column-set_post_type, |
| 632 |
.fixed .column-seo_post_type{ |
| 633 |
width: 15%; |
| 634 |
} |
| 635 |
.fixed .column-location{ |
| 636 |
width: 45%; |
| 637 |
} |
| 638 |
.fixed .column-seo_post_id { |
| 639 |
width: 8%; |
| 640 |
} |
| 641 |
.wpc-form-table.form-table th{ |
| 642 |
width: 300px; |
| 643 |
} |
| 644 |
#wpcontent .wpc-admin-toolbar{ |
| 645 |
margin-left: -20px; |
| 646 |
padding-left: 20px; |
| 647 |
} |
| 648 |
.wpc-admin-toolbar { |
| 649 |
background: #fff; |
| 650 |
border-bottom: 1px solid #ccd0d4; |
| 651 |
} |
| 652 |
.wpc-admin-toolbar h2 { |
| 653 |
font-size: 14px; |
| 654 |
line-height: 2.57143; |
| 655 |
display: inline-block; |
| 656 |
padding: 5px 0; |
| 657 |
margin: 0 10px 0 0; |
| 658 |
} |
| 659 |
.wpc-admin-toolbar .wpc-tab-divider, |
| 660 |
.wpc-admin-toolbar .wpc-tab { |
| 661 |
display: inline-block; |
| 662 |
line-height: 2.57143; |
| 663 |
margin: 0 5px; |
| 664 |
text-decoration: none; |
| 665 |
} |
| 666 |
.wpc-admin-toolbar > .wpc-tab{ |
| 667 |
color: inherit; |
| 668 |
font-size: 14px; |
| 669 |
padding: 5px; |
| 670 |
} |
| 671 |
.wpc-admin-toolbar .wpc-tab.wpc-get-pro{ |
| 672 |
line-height: 2.15384615; |
| 673 |
min-height: 30px; |
| 674 |
} |
| 675 |
.wpc-admin-toolbar .wpc-tab.is-active { |
| 676 |
border-bottom: #0071a4 solid 3px; |
| 677 |
padding-bottom: 2px; |
| 678 |
} |
| 679 |
.wpc-admin-toolbar h2 img{ |
| 680 |
float: left; |
| 681 |
margin: 8px 7px 0 0; |
| 682 |
} |
| 683 |
.wpc-admin-right{ |
| 684 |
float: right; |
| 685 |
padding-right: 20px; |
| 686 |
padding-left: 20px; |
| 687 |
margin: 7px 0; |
| 688 |
} |
| 689 |
.wpc-admin-right .wpc-tab{ |
| 690 |
margin: 0 10px; |
| 691 |
} |
| 692 |
.wpc-tab .dashicons{ |
| 693 |
position: relative; |
| 694 |
top: 5px; |
| 695 |
display: none; |
| 696 |
} |
| 697 |
.wpc-tab-divider{ |
| 698 |
border-left: 1px solid #ccc; |
| 699 |
} |
| 700 |
.wpc-inactive-settings-field{ |
| 701 |
color: #b7b7b7; |
| 702 |
} |
| 703 |
.description{ |
| 704 |
margin: 2px 0 5px; |
| 705 |
color: #646970; |
| 706 |
} |
| 707 |
.wpc-field-required{ |
| 708 |
color: #929292; |
| 709 |
margin-left: 3px; |
| 710 |
} |
| 711 |
.wpc-go-pro{ |
| 712 |
color: #ed2390; |
| 713 |
font-weight: 700; |
| 714 |
} |
| 715 |
.comparison-table{ |
| 716 |
border-color: #F2F2F2; |
| 717 |
width: 600px; |
| 718 |
} |
| 719 |
.comparison-table td, |
| 720 |
.comparison-table th{ |
| 721 |
padding: 5px; |
| 722 |
font-size: 14px; |
| 723 |
} |
| 724 |
.comparison-table td:nth-child(2), |
| 725 |
.comparison-table td:nth-child(3), |
| 726 |
.comparison-table .second-td, |
| 727 |
.comparison-table .third-td{ |
| 728 |
text-align: center; |
| 729 |
} |
| 730 |
.comparison-table .yes{ |
| 731 |
display: inline-block; |
| 732 |
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check-circle fa-w-16 fa-3x'%3E%3Cpath fill='%233c434a' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z' class=''%3E%3C/path%3E%3C/svg%3E"); |
| 733 |
background-repeat: no-repeat; |
| 734 |
background-size: 16px; |
| 735 |
width: 16px; |
| 736 |
height: 16px; |
| 737 |
position: relative; |
| 738 |
} |
| 739 |
.comparison-table .no{ |
| 740 |
display: inline-block; |
| 741 |
width: 16px; |
| 742 |
height: 16px; |
| 743 |
} |
| 744 |
.wpc-notes-table{ |
| 745 |
border-color: #f1f1f1; |
| 746 |
border-style: solid; |
| 747 |
border-collapse: separate; |
| 748 |
border-spacing: 0; |
| 749 |
border-width: 1px 0 0 1px; |
| 750 |
width: 100%; |
| 751 |
} |
| 752 |
.wpc-notes-table th{ |
| 753 |
width: 131px; |
| 754 |
} |
| 755 |
.wpc-notes-table td, |
| 756 |
.wpc-notes-table th{ |
| 757 |
text-align: left; |
| 758 |
border-bottom: #f1f1f1 solid 1px; |
| 759 |
border-right: #f1f1f1 solid 1px; |
| 760 |
padding: 9px 12px; |
| 761 |
text-align: left; |
| 762 |
} |
| 763 |
.wpc-filter-field-location-td{ |
| 764 |
display: flex; |
| 765 |
justify-content: space-between; |
| 766 |
} |
| 767 |
div.wpc_set_fields-wp_page_type-wrap{ |
| 768 |
width: 47%; |
| 769 |
} |
| 770 |
div.wpc_set_fields-post_name-wrap{ |
| 771 |
width: 51% |
| 772 |
} |
| 773 |
.wpc-warning{ |
| 774 |
color: #cc0000; |
| 775 |
} |
| 776 |
@media screen and (max-width: 1200px) { |
| 777 |
#wpc-intersections-table .wpc-filter-field-td{ |
| 778 |
padding-top: 10px; |
| 779 |
padding-bottom: 10px; |
| 780 |
display: block !important; |
| 781 |
width: auto !important; |
| 782 |
border: 0 none !important; |
| 783 |
} |
| 784 |
.wpc-filter-field-location-td{ |
| 785 |
display: block; |
| 786 |
} |
| 787 |
div.wpc_set_fields-post_name-wrap, |
| 788 |
div.wpc_set_fields-wp_page_type-wrap{ |
| 789 |
width: 100%; |
| 790 |
} |
| 791 |
} |
| 792 |
@media screen and (max-width: 850px) { |
| 793 |
.wpc-no-filters{ |
| 794 |
padding-left: 24px; |
| 795 |
padding-right: 24px; |
| 796 |
} |
| 797 |
.wpc-filter-label-td:not(.wpc-filter-delete-controls-td), |
| 798 |
.wpc-filter-field-td:not(.wpc-filter-delete-td){ |
| 799 |
display: block !important; |
| 800 |
width: auto !important; |
| 801 |
border: 0 none !important; |
| 802 |
} |
| 803 |
.wpc-filter-label-td{ |
| 804 |
background-color: transparent; |
| 805 |
padding-bottom: 0; |
| 806 |
} |
| 807 |
.wpc-additional-fields-selector{ |
| 808 |
position: static; |
| 809 |
top: auto; |
| 810 |
margin-top: 15px; |
| 811 |
} |
| 812 |
.wpc-field-description br{ |
| 813 |
display: none; |
| 814 |
} |
| 815 |
} |
| 816 |
@media screen and (max-width: 782px) { |
| 817 |
.wpc-filter-field-td .select2-container .select2-selection--multiple .select2-selection__rendered{ |
| 818 |
min-height: 27px; |
| 819 |
line-height: 27px; |
| 820 |
} |
| 821 |
.wpc-filter-field-td .select2-container .select2-selection--multiple .select2-selection__rendered, |
| 822 |
.wpc-filter-field-td .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered{ |
| 823 |
min-height: 28px; |
| 824 |
line-height: 28px; |
| 825 |
} |
| 826 |
.wpc-filter-field-td .select2-container--default .select2-selection--single .select2-selection__rendered{ |
| 827 |
min-height: 32px; |
| 828 |
line-height: 32px; |
| 829 |
} |
| 830 |
.wpc-filter-field-td .select2-container--default .select2-selection--single .select2-selection__arrow{ |
| 831 |
height: 40px; |
| 832 |
} |
| 833 |
.form-table.wpc-sortable-table th, |
| 834 |
.form-table.wpc-sortable-table td{ |
| 835 |
display: table-cell; |
| 836 |
margin-bottom: 9px; |
| 837 |
padding: 15px 10px; |
| 838 |
line-height: 1.3; |
| 839 |
vertical-align: middle; |
| 840 |
} |
| 841 |
} |
| 842 |
@media screen and (max-width: 600px) { |
| 843 |
.wpc-admin-toolbar{ |
| 844 |
display: none; |
| 845 |
} |
| 846 |
.comparison-table{ |
| 847 |
width: auto; |
| 848 |
} |
| 849 |
} |
| 850 |
@media screen and (max-width: 485px) { |
| 851 |
.wpc-filter-label-td.wpc-filter-delete-controls-td, |
| 852 |
.wpc-filter-field-td.wpc-filter-delete-td{ |
| 853 |
display: block !important; |
| 854 |
width: auto !important; |
| 855 |
border: 0 none !important; |
| 856 |
} |
| 857 |
.wpc-filter-view{ |
| 858 |
display: none; |
| 859 |
} |
| 860 |
li.wpc-filter-label, |
| 861 |
li.wpc-filter-entity, |
| 862 |
li.wpc-filter-slug{ |
| 863 |
width: 30%; |
| 864 |
} |
| 865 |
.form-table.wpc-sortable-table th, |
| 866 |
.form-table.wpc-sortable-table td{ |
| 867 |
padding-left: 0; |
| 868 |
} |
| 869 |
} |