admin-column.css
866 lines
| 1 | /* =General |
| 2 | -------------------------------------------------------------- */ |
| 3 | #icon-codepress-admin-columns { |
| 4 | background: transparent url('../images/icon.png') no-repeat 0 0; |
| 5 | } |
| 6 | .cpac-settings-link { |
| 7 | float: right; |
| 8 | margin: 12px 14px 5px 0; |
| 9 | background: transparent url('../images/settings.png') no-repeat 0 0; |
| 10 | padding-left: 20px; |
| 11 | text-decoration: none; |
| 12 | display: inline-block; |
| 13 | line-height: 16px; |
| 14 | } |
| 15 | .cpac-settings-link.current { |
| 16 | font-weight: bold; |
| 17 | } |
| 18 | a.help { |
| 19 | background: transparent url('../images/help.png') no-repeat 0 0; |
| 20 | display: inline-block; |
| 21 | width: 16px; |
| 22 | height: 16px; |
| 23 | } |
| 24 | #cpac a:focus, #cpac a:active { |
| 25 | outline: none; |
| 26 | } |
| 27 | .button.loading { |
| 28 | padding-right: 25px; |
| 29 | position: relative; |
| 30 | } |
| 31 | .button.loading span { |
| 32 | position: absolute; |
| 33 | top: 2px; |
| 34 | right: 6px; |
| 35 | background: transparent url('../images/loading.gif') no-repeat right 50%; |
| 36 | width: 16px; |
| 37 | height: 16px; |
| 38 | display: inline-block; |
| 39 | } |
| 40 | |
| 41 | /* =Icons |
| 42 | -------------------------------------------------------------- */ |
| 43 | .icon-yes { |
| 44 | background: transparent url(../images/yes.png) no-repeat 0 0; |
| 45 | width: 16px; |
| 46 | height: 16px; |
| 47 | display: inline-block; |
| 48 | position: relative; |
| 49 | top: 2px; |
| 50 | } |
| 51 | .icon-no { |
| 52 | background: transparent url(../images/no.png) no-repeat 0 0; |
| 53 | width: 16px; |
| 54 | height: 16px; |
| 55 | display: inline-block; |
| 56 | position: relative; |
| 57 | top: 2px; |
| 58 | } |
| 59 | |
| 60 | /* =Menu |
| 61 | -------------------------------------------------------------- */ |
| 62 | .cpac-menu { |
| 63 | clear: both; |
| 64 | overflow: hidden; |
| 65 | } |
| 66 | .cpac-menu .subsubsub { |
| 67 | white-space: normal; |
| 68 | margin-right: 14px; |
| 69 | } |
| 70 | |
| 71 | /* =Structure |
| 72 | -------------------------------------------------------------- */ |
| 73 | .columns-container { |
| 74 | margin-right: 300px; |
| 75 | max-width: 600px; |
| 76 | } |
| 77 | .columns-left { |
| 78 | float: left; |
| 79 | width: 100%; |
| 80 | } |
| 81 | .columns-right { |
| 82 | float: right; |
| 83 | margin-right: -300px; |
| 84 | width: 280px; |
| 85 | } |
| 86 | .columns-right-inside.fixed { |
| 87 | position: fixed; |
| 88 | top: 40px; |
| 89 | width: 280px; |
| 90 | } |
| 91 | |
| 92 | /* =Columns |
| 93 | -------------------------------------------------------------- */ |
| 94 | .add-new-h2 { |
| 95 | color: #828282; |
| 96 | } |
| 97 | .cpac-boxes form { |
| 98 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
| 99 | } |
| 100 | .ui-sortable-helper { |
| 101 | -webkit-box-shadow: 1px 3px 6px 0px rgba(1, 1, 1, 0.4); |
| 102 | box-shadow: 1px 3px 6px 0px rgba(1, 1, 1, 0.4); |
| 103 | } |
| 104 | .ui-sortable-helper .column-meta { |
| 105 | border-width: 1px; |
| 106 | } |
| 107 | .cpac-placeholder { |
| 108 | visibility: visible !important; |
| 109 | } |
| 110 | |
| 111 | /* @todo: placeholder styling v2 */ |
| 112 | |
| 113 | .cpac-placeholder { |
| 114 | border-top: 1px solid #dfdfdf; |
| 115 | padding: 5px 4px 7px 0; |
| 116 | } |
| 117 | .cpac-placeholder .inner-placeholder { |
| 118 | border: 1px dashed #808080; |
| 119 | background: #eee; |
| 120 | width: 100%; |
| 121 | height: 100%; |
| 122 | } |
| 123 | .cpac-columns .cpac-placeholder:first-child { |
| 124 | border: none; |
| 125 | } |
| 126 | .cpac-column.deleting {} |
| 127 | |
| 128 | /* placeholder styling v1 */ |
| 129 | |
| 130 | /* |
| 131 | .cpac-placeholder { |
| 132 | visibility: visible !important; |
| 133 | background: transparent url('../images/border.png') repeat 0 0; |
| 134 | padding: 2px; |
| 135 | } |
| 136 | .cpac-placeholder .inner-placeholder { |
| 137 | box-shadow: inset 0 1px 3px rgba(0,0,0,0.1); |
| 138 | background: #ededed; |
| 139 | width: 100%; |
| 140 | height: 100%; |
| 141 | } |
| 142 | .ui-sortable-helper .column-meta { |
| 143 | border-width: 1px; |
| 144 | } |
| 145 | */ |
| 146 | |
| 147 | |
| 148 | /* =Column Header |
| 149 | -------------------------------------------------------------- */ |
| 150 | .table-header { |
| 151 | border-radius: 3px 3px 0 0; |
| 152 | border-width: 1px 1px 0; |
| 153 | } |
| 154 | |
| 155 | /* =Column Meta |
| 156 | -------------------------------------------------------------- */ |
| 157 | .column-meta { |
| 158 | border-style: solid; |
| 159 | border-color: #dfdfdf; |
| 160 | border-width: 1px 1px 0; |
| 161 | background: #fcfcfc; |
| 162 | } |
| 163 | .cpac-column:nth-child(2n) .column-meta { |
| 164 | background: #f9f9f9; |
| 165 | } |
| 166 | .column-meta table { |
| 167 | border: none; |
| 168 | background: transparent; |
| 169 | border-radius: 0; |
| 170 | } |
| 171 | .column-meta table tr td { |
| 172 | vertical-align: top; |
| 173 | height: 16px; |
| 174 | border: none; |
| 175 | padding: 12px 8px; |
| 176 | border-width: 1px 0 0; |
| 177 | border-style: solid; |
| 178 | border-color: transparent; |
| 179 | } |
| 180 | .column-meta img { |
| 181 | margin-right: 3px; |
| 182 | } |
| 183 | .column-meta .column_sort { |
| 184 | width: 10px; |
| 185 | background: transparent url('../images/drag.png') no-repeat 8px 8px; |
| 186 | cursor: move; |
| 187 | } |
| 188 | .column-meta td.column_label { |
| 189 | width: 55%; |
| 190 | font-weight: bold; |
| 191 | vertical-align: middle; |
| 192 | position: relative; |
| 193 | } |
| 194 | .column-meta .column_label .inner { |
| 195 | position: relative; |
| 196 | overflow: hidden; |
| 197 | height: 16px; |
| 198 | } |
| 199 | .column-meta .column_label .inner > a { |
| 200 | color: #5a5a5a; |
| 201 | } |
| 202 | .column-meta .column_label .inner > a:hover { |
| 203 | color: #333333; |
| 204 | } |
| 205 | .column-meta .column_label .inner > a.remove-button { |
| 206 | display: none; |
| 207 | color: #BC0B0B; |
| 208 | text-decoration: none; |
| 209 | text-shadow: none; |
| 210 | font-weight: normal; |
| 211 | margin-left: 12px; |
| 212 | font-size: 12px; |
| 213 | } |
| 214 | .column-meta .column_label .inner > a.remove-button:hover { |
| 215 | background-color: #BC0B0B; |
| 216 | color: #FFFFFF; |
| 217 | text-decoration: none; |
| 218 | } |
| 219 | .column-meta:hover .column_label .inner > a.remove-button { |
| 220 | display: inline-block; |
| 221 | } |
| 222 | .column-meta .column_label .inner .meta { |
| 223 | display: inline-block; |
| 224 | float: right; |
| 225 | font-weight: normal; |
| 226 | color: #999999; |
| 227 | font-size: 12px; |
| 228 | } |
| 229 | .column-meta .column_type { |
| 230 | width: auto; |
| 231 | text-align: right; |
| 232 | vertical-align: middle; |
| 233 | color: #999999; |
| 234 | padding-right: 0; |
| 235 | } |
| 236 | .column-meta .column_edit { |
| 237 | width: 38px; |
| 238 | background: transparent url('../images/arrow.png') no-repeat 23px 16px; |
| 239 | cursor: pointer; |
| 240 | } |
| 241 | |
| 242 | /* opened state */ |
| 243 | .cpac-column.opened .column-meta { |
| 244 | background-color: #c7c7c7; |
| 245 | background-image: -ms-linear-gradient(top, #e9e9e9, #c7c7c7); |
| 246 | background-image: -moz-linear-gradient(top, #e9e9e9, #c7c7c7); |
| 247 | background-image: -o-linear-gradient(top, #e9e9e9, #c7c7c7); |
| 248 | background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#c7c7c7)); |
| 249 | background-image: -webkit-linear-gradient(top, #e9e9e9, #c7c7c7); |
| 250 | background-image: linear-gradient(top, #e9e9e9, #c7c7c7); |
| 251 | border-color: #aeaeae; |
| 252 | } |
| 253 | .cpac-column.opened .column-meta table { |
| 254 | background: transparent; |
| 255 | } |
| 256 | .cpac-column.opened .column-meta td { |
| 257 | border-color: #f8f8f8; |
| 258 | } |
| 259 | .cpac-column.opened .column-meta td, |
| 260 | .cpac-column.opened .column-meta td a{ |
| 261 | color: #333; |
| 262 | text-shadow: 0 1px 0 #FFFFFF; |
| 263 | } |
| 264 | .cpac-column.opened .column-meta .column_sort { |
| 265 | background-position: 8px -39px; |
| 266 | } |
| 267 | .cpac-column.opened .column-meta .column_type { |
| 268 | color: #5C5C5C; |
| 269 | } |
| 270 | .cpac-column.opened .column-meta .column_label .inner .meta { |
| 271 | color: #808080; |
| 272 | } |
| 273 | tr.column_image_size td.input .custom_image_size { |
| 274 | display: inline-block; |
| 275 | } |
| 276 | tr.column_image_size td.input label { |
| 277 | display: inline-block; |
| 278 | margin-top: 4px; |
| 279 | margin-bottom: 4px; |
| 280 | } |
| 281 | tr.column_image_size td.input label input { |
| 282 | margin-right: 3px; |
| 283 | } |
| 284 | tr.column_image_size td.input label.custom-size-w, |
| 285 | tr.column_image_size td.input label.custom-size-h { |
| 286 | margin: 0; |
| 287 | } |
| 288 | tr.column_image_size td.input label.custom-size-w.hidden, |
| 289 | tr.column_image_size td.input label.custom-size-h.hidden { |
| 290 | display: none; |
| 291 | } |
| 292 | tr.column_image_size td.input label.custom-size-w input, |
| 293 | tr.column_image_size td.input label.custom-size-h input { |
| 294 | width: 30px; |
| 295 | } |
| 296 | tr.column_image_size.hidden { |
| 297 | display: none; |
| 298 | } |
| 299 | |
| 300 | /* =Column Meta: WP Default columns |
| 301 | -------------------------------------------------------------- */ |
| 302 | .column-meta span.vers { |
| 303 | padding-top: 2px; |
| 304 | } |
| 305 | .column-meta span.vers .comment-grey-bubble { |
| 306 | background: transparent url("../images/comment-grey-bubble.png") no-repeat 0 0; |
| 307 | height: 12px; |
| 308 | width: 12px; |
| 309 | float: right; |
| 310 | } |
| 311 | .column-meta .column_label span.vers { |
| 312 | float: left; |
| 313 | } |
| 314 | |
| 315 | /* =Column Form |
| 316 | -------------------------------------------------------------- */ |
| 317 | .column-form { |
| 318 | display: none; |
| 319 | border-width: 1px 1px 0; |
| 320 | border-style: solid; |
| 321 | border-color: #dfdfdf; |
| 322 | } |
| 323 | .column-form table { |
| 324 | border: none; |
| 325 | background: #fcfcfc; |
| 326 | } |
| 327 | .column-form tr td { |
| 328 | vertical-align: top; |
| 329 | border: none; |
| 330 | padding: 8px; |
| 331 | background: #ffffff; |
| 332 | } |
| 333 | .column-form tr td.label { |
| 334 | position: relative; |
| 335 | overflow: visible; |
| 336 | background: #F9F9F9; |
| 337 | background: #f5f5f5; |
| 338 | border-right: 1px solid #E1E1E1; |
| 339 | vertical-align: top; |
| 340 | width: 34%; |
| 341 | border-top: 1px solid #F0F0F0; |
| 342 | } |
| 343 | .column-form tr td { |
| 344 | border-top: 1px solid #F5F5F5; |
| 345 | } |
| 346 | .column-form tr:first-child td { |
| 347 | border-top: none; |
| 348 | } |
| 349 | .column-form tr td.label label { |
| 350 | font-weight: bold; |
| 351 | color: #333333; |
| 352 | display: block; |
| 353 | display: inline; |
| 354 | } |
| 355 | .column-form tr td.label p { |
| 356 | color: #666666; |
| 357 | display: block; |
| 358 | font-size: 12px; |
| 359 | font-style: normal; |
| 360 | line-height: 16px; |
| 361 | margin: 0 !important; |
| 362 | } |
| 363 | .column-form tr td.label p.description { |
| 364 | display: none; |
| 365 | position: absolute; |
| 366 | z-index: 99; |
| 367 | top: 30px; |
| 368 | left: 0; |
| 369 | background: #eaf2fa; |
| 370 | border-radius: 5px; |
| 371 | border: 1px solid #c7d7e2; |
| 372 | padding: 5px 8px !important; |
| 373 | } |
| 374 | .column-form tr td.label a.more-info { |
| 375 | display: none; |
| 376 | width: 14px; height: 14px; |
| 377 | line-height: 14px; |
| 378 | font-size: 10px; |
| 379 | color: #fff; |
| 380 | text-align: center; |
| 381 | font-weight: bold; |
| 382 | background: transparent url(../images/info.png) no-repeat 0 0; |
| 383 | float: right; |
| 384 | } |
| 385 | .column-form tr td select, |
| 386 | .column-form tr td input[type=text] { |
| 387 | width: 99.95%; /* excl padding */ |
| 388 | } |
| 389 | .column-form div.description { |
| 390 | font-size: 11px; |
| 391 | width: 12%; |
| 392 | float: left; |
| 393 | text-align: middle; |
| 394 | } |
| 395 | .column-form div.input-width-range { |
| 396 | float: left; |
| 397 | position: relative; |
| 398 | width: 87%; |
| 399 | margin-top: 4px; |
| 400 | } |
| 401 | .column-form div.input-width-range .ui-slider-handle { |
| 402 | cursor:ew-resize; |
| 403 | } |
| 404 | .column-form tr td.input label { |
| 405 | padding-right: 10px; |
| 406 | } |
| 407 | .column-form tr td.input p.description { |
| 408 | display: none; |
| 409 | margin-top: 4px; |
| 410 | color: #666666; |
| 411 | } |
| 412 | .column-form a.help { |
| 413 | vertical-align: middle; |
| 414 | float: right; |
| 415 | } |
| 416 | .column-form div.msg { |
| 417 | margin-top: 5px; |
| 418 | display: none; |
| 419 | color: #333; |
| 420 | padding: 6px 8px; |
| 421 | background-color: #ffebe8; |
| 422 | border: 1px solid #fff; |
| 423 | -moz-border-radius: 3px; |
| 424 | -webkit-border-radius: 3px; |
| 425 | border-radius: 3px; |
| 426 | } |
| 427 | .column-form select optgroup:nth-child(2n) { |
| 428 | background: #F9F9F9; |
| 429 | } |
| 430 | |
| 431 | /* =Column Footer |
| 432 | -------------------------------------------------------------- */ |
| 433 | .column-footer { |
| 434 | background: #EAF2FA; |
| 435 | border: 1px solid #c7d7e2; |
| 436 | min-height: 26px; |
| 437 | padding: 8px; |
| 438 | overflow: hidden; |
| 439 | } |
| 440 | .column-footer .order-message { |
| 441 | background: transparent url('../images/order_arrow.png') no-repeat 0 0; |
| 442 | color: #7A9BBE; |
| 443 | float: left; |
| 444 | font-family: Comic Sans MS,sans-serif; |
| 445 | font-size: 11px; |
| 446 | height: 13px; |
| 447 | line-height: 1em; |
| 448 | margin-left: 4px; |
| 449 | padding: 7px 0 0 22px; |
| 450 | text-shadow: 0 1px 0 #FFFFFF; |
| 451 | display: inline-block; |
| 452 | } |
| 453 | |
| 454 | /* =Sidebar |
| 455 | -------------------------------------------------------------- */ |
| 456 | .columns-right { |
| 457 | margin-top: 52px; |
| 458 | } |
| 459 | .sidebox { |
| 460 | background: none repeat scroll 0 0 #FFFFFF; |
| 461 | border: 1px solid #E1E1E1; |
| 462 | border-radius: 0 0 0 0; |
| 463 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
| 464 | position: relative; |
| 465 | margin-bottom: 14px; |
| 466 | } |
| 467 | .sidebox h3 { |
| 468 | padding: 10px; |
| 469 | margin: 0; |
| 470 | } |
| 471 | .sidebox h3.title { |
| 472 | font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif; |
| 473 | font-size: 15px; |
| 474 | font-weight: normal; |
| 475 | line-height: 1; |
| 476 | margin: 0; |
| 477 | padding: 7px 10px; |
| 478 | background: #f1f1f1; |
| 479 | background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9)); |
| 480 | background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9); |
| 481 | background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9); |
| 482 | background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9); |
| 483 | background-image: linear-gradient(to top, #ececec, #f9f9f9); |
| 484 | border-bottom-color: #dfdfdf; |
| 485 | text-shadow: #fff 0 1px 0; |
| 486 | -webkit-box-shadow: 0 1px 0 #fff; |
| 487 | box-shadow: 0 1px 0 #fff; |
| 488 | border-bottom-style: solid; |
| 489 | border-bottom-width: 1px; |
| 490 | } |
| 491 | .sidebox .inside { |
| 492 | padding: 10px; |
| 493 | } |
| 494 | .sidebox .inside p { |
| 495 | margin-top: 0; |
| 496 | } |
| 497 | #form-actions .form-reset { |
| 498 | border-bottom: 1px solid #F5F5F5; |
| 499 | padding: 8px; |
| 500 | } |
| 501 | #form-actions .reset-column-type { |
| 502 | text-decoration: none; |
| 503 | color: #BC0B0B; |
| 504 | line-height: 25px; |
| 505 | display: inline-block; |
| 506 | } |
| 507 | #form-actions .reset-column-type:hover { |
| 508 | color: #FF0000 |
| 509 | } |
| 510 | #form-actions .form-update { |
| 511 | padding: 8px; |
| 512 | } |
| 513 | #form-actions .submit-update { |
| 514 | width: 100%; |
| 515 | height: 28px; |
| 516 | line-height: 28px; |
| 517 | } |
| 518 | |
| 519 | /* =Sidebar: Pro |
| 520 | --------------------------------*/ |
| 521 | #pro-version { |
| 522 | background: transparent url(../images/get_the_addon.png) no-repeat 0 0; |
| 523 | } |
| 524 | #pro-version .padding-box { |
| 525 | padding: 8px 15px 0; |
| 526 | } |
| 527 | #pro-version a { |
| 528 | color: red; |
| 529 | } |
| 530 | #pro-version h3 a { |
| 531 | color: #fff; |
| 532 | font-size: 19px; |
| 533 | text-decoration: none; |
| 534 | font-weight: normal; |
| 535 | margin-top: 6px; |
| 536 | } |
| 537 | #pro-version .inside ul { |
| 538 | margin: 0 0 10px 0; |
| 539 | } |
| 540 | #pro-version .inside ul li { |
| 541 | margin: 0; |
| 542 | padding: 0; |
| 543 | } |
| 544 | #pro-version .inside ul li a { |
| 545 | display: inline-block; |
| 546 | height: 24px; |
| 547 | font-size: 19px; |
| 548 | line-height: 24px; |
| 549 | margin-bottom: 1px; |
| 550 | padding: 0 5px; |
| 551 | background: #000; |
| 552 | color: #fff; |
| 553 | text-decoration: none; |
| 554 | } |
| 555 | |
| 556 | #pro-version .inside p { |
| 557 | color: #fff; |
| 558 | font-size: 12px; |
| 559 | } |
| 560 | #pro-version .inside p a { |
| 561 | color: #fff; |
| 562 | display: inline-block; |
| 563 | background: #a4c518; |
| 564 | padding: 0 2px; |
| 565 | font-size: 15px; |
| 566 | text-decoration: none; |
| 567 | } |
| 568 | |
| 569 | |
| 570 | /* =Sidebar: Addons |
| 571 | --------------------------------*/ |
| 572 | #addon-state {} |
| 573 | #addon-state .inside { |
| 574 | overflow: hidden; |
| 575 | } |
| 576 | #addon-state ul { |
| 577 | margin: 0 0 8px; |
| 578 | } |
| 579 | #addon-state ul li { |
| 580 | background: transparent url('../images/checkmark_single.png') no-repeat 0 0; |
| 581 | padding-left: 25px; |
| 582 | margin-bottom: 4px; |
| 583 | } |
| 584 | #addon-state a.find-more-addons { |
| 585 | float: right; |
| 586 | } |
| 587 | |
| 588 | /* =Settings Page |
| 589 | -------------------------------------------------------------- */ |
| 590 | table.cpac-form-table { |
| 591 | max-width: 1100px; |
| 592 | margin-top: 20px; |
| 593 | } |
| 594 | .col-25, .col-30, .col-35, .col-65, .col-70, .col-75 { |
| 595 | float: left; |
| 596 | } |
| 597 | .col-25 { width: 25%; } |
| 598 | .col-30 { width: 30%; } |
| 599 | .col-35 { width: 35%; } |
| 600 | .col-65 { width: 65%; } |
| 601 | .col-70 { width: 70%; } |
| 602 | .col-75 { width: 75%; } |
| 603 | table.cpac-form-table > tbody > tr > td, |
| 604 | table.cpac-form-table > tbody > tr > th { |
| 605 | vertical-align: top; |
| 606 | padding-bottom: 20px; |
| 607 | } |
| 608 | table.addons tr { |
| 609 | background: #fff; |
| 610 | } |
| 611 | tr td.padding-22 { |
| 612 | padding-top: 22px; |
| 613 | } |
| 614 | .ms-list li { |
| 615 | margin: 0; |
| 616 | padding-top: 5px; |
| 617 | padding-bottom: 5px; |
| 618 | } |
| 619 | /* =Column: Button |
| 620 | -------------------------------------------------------------- */ |
| 621 | .column-form tr.column_action td a.remove-button { |
| 622 | border-bottom: 1px solid #FF0000; |
| 623 | color: #FF0000; |
| 624 | display: inline-block; |
| 625 | padding: 0 3px; |
| 626 | text-decoration: none; |
| 627 | text-shadow: none; |
| 628 | } |
| 629 | .column-form tr.column_action td a.remove-button:hover { |
| 630 | background-color: #FF0000; |
| 631 | border-bottom-color: #FF0000; |
| 632 | color: #FFFFFF; |
| 633 | text-decoration: none; |
| 634 | } |
| 635 | |
| 636 | /* =Column: Action |
| 637 | -------------------------------------------------------------- */ |
| 638 | .column-form tr.column_action td { |
| 639 | background: #f9f9f9; |
| 640 | } |
| 641 | |
| 642 | /* =Column: Footer |
| 643 | -------------------------------------------------------------- */ |
| 644 | .column-footer .button-container { |
| 645 | float: right; |
| 646 | display: inline-block; |
| 647 | margin-top: -5px; |
| 648 | } |
| 649 | .column-footer .button-container p { |
| 650 | margin: 4px; |
| 651 | color: #7A9BBE; |
| 652 | } |
| 653 | .column-footer .button-container a { |
| 654 | display: inline-block; |
| 655 | margin-top: 5px; |
| 656 | } |
| 657 | |
| 658 | /* =Welcome Screen |
| 659 | -------------------------------------------------------------- */ |
| 660 | |
| 661 | .cpac-content-body hr { |
| 662 | -moz-border-bottom-colors: none; |
| 663 | -moz-border-left-colors: none; |
| 664 | -moz-border-right-colors: none; |
| 665 | -moz-border-top-colors: none; |
| 666 | background: none repeat scroll 0 0 transparent; |
| 667 | border-color: #DFDFDF -moz-use-text-color -moz-use-text-color; |
| 668 | border-image: none; |
| 669 | border-right: 0 none; |
| 670 | border-style: solid none none; |
| 671 | border-width: 1px 0 0; |
| 672 | clear: both; |
| 673 | margin: 30px 0; |
| 674 | opacity: 0.2; |
| 675 | } |
| 676 | #cpac-welcome.about-wrap div.error { |
| 677 | display: block !important; |
| 678 | } |
| 679 | .cpac-alert { |
| 680 | display: inline-block; |
| 681 | background: none repeat scroll 0 0 #FCF8E3; |
| 682 | border: 1px solid #FBEED5; |
| 683 | border-radius: 4px 4px 4px 4px; |
| 684 | color: #C09853; |
| 685 | margin: 20px 0; |
| 686 | padding: 16px 14px; |
| 687 | text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
| 688 | } |
| 689 | .cpac-alert p { |
| 690 | margin: 0; |
| 691 | } |
| 692 | .cpac-alert.cpac-alert-success { |
| 693 | background-color: #DFF0D8; |
| 694 | border-color: #D6E9C6; |
| 695 | color: #468847; |
| 696 | } |
| 697 | .cpac-alert.cpac-alert-error { |
| 698 | background-color: #F2DEDE; |
| 699 | border-color: #EED3D7; |
| 700 | color: #B94A48; |
| 701 | } |
| 702 | .cpac-alert a.button-primary { |
| 703 | |
| 704 | height: 28px; |
| 705 | line-height: 28px; |
| 706 | display: inline-block; |
| 707 | } |
| 708 | #cpac-download-add-ons-table { |
| 709 | max-width: 600px; |
| 710 | } |
| 711 | .wp-core-ui .button-large { |
| 712 | height: 40px; |
| 713 | line-height: 40px; |
| 714 | font-size: 16px; |
| 715 | padding: 0 15px; |
| 716 | text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); |
| 717 | } |
| 718 | |
| 719 | /* =Import / Export |
| 720 | -------------------------------------------------------------- */ |
| 721 | #cpac_export_types { |
| 722 | width: 95%; |
| 723 | } |
| 724 | #cpac_export_output { |
| 725 | display: none; |
| 726 | } |
| 727 | #cpac_export_output textarea { |
| 728 | width: 100%; |
| 729 | height: 80%; |
| 730 | } |
| 731 | #cpac_export_submit { |
| 732 | display: inline-block; |
| 733 | margin: 10px 8px; |
| 734 | padding: 4px 14px; |
| 735 | height: auto; |
| 736 | } |
| 737 | #cpac_import_input {} |
| 738 | #cpac_import_input textarea { |
| 739 | width: 100%; |
| 740 | height: 200px; |
| 741 | } |
| 742 | #cpac_import_submit { |
| 743 | display: inline-block; |
| 744 | margin: 10px 0; |
| 745 | } |
| 746 | .export-message, |
| 747 | .import-message { |
| 748 | background-color: #FFFFE0; |
| 749 | border: 1px solid #E6DB55; |
| 750 | padding: 4px 6px; |
| 751 | border-radius: 3px; |
| 752 | display: none; |
| 753 | } |
| 754 | #import-submit { |
| 755 | margin-top: 10px; |
| 756 | display: block; |
| 757 | } |
| 758 | .cpac_export .ms-container { |
| 759 | background: transparent url('../images/switch_bw.png') no-repeat 50% 50%; |
| 760 | } |
| 761 | .cpac_export .ms-container .ms-selectable { |
| 762 | width: 48%; |
| 763 | margin-right: 0; |
| 764 | } |
| 765 | .cpac_export .ms-container .ms-selection { |
| 766 | float: right; |
| 767 | width: 48%; |
| 768 | } |
| 769 | .cpac_export .ms-container ul.ms-list { |
| 770 | width: 100%; |
| 771 | } |
| 772 | a.export-select { |
| 773 | display: inline-block; |
| 774 | padding: 8px 8px; |
| 775 | text-decoration: none; |
| 776 | } |
| 777 | |
| 778 | /* =Addons Page |
| 779 | -------------------------------------------------------------- */ |
| 780 | ul.addons { |
| 781 | margin-bottom: 0; |
| 782 | padding: 0; |
| 783 | overflow: hidden; |
| 784 | } |
| 785 | ul.addons li { |
| 786 | background: none repeat scroll 0 0 #FFFFFF; |
| 787 | border: 1px solid #E1E1E1; |
| 788 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); |
| 789 | position: relative; |
| 790 | float: left; |
| 791 | margin: 10px 15px 20px; |
| 792 | |
| 793 | padding: 13px 13px 30px 13px; |
| 794 | width: 180px; |
| 795 | min-height: 300px; |
| 796 | } |
| 797 | ul.addons li h3 { |
| 798 | font-size: 13px; |
| 799 | } |
| 800 | ul.addons li p { |
| 801 | color: #666666; |
| 802 | } |
| 803 | ul.addons li .button { |
| 804 | bottom: 15px; |
| 805 | right: 15px; |
| 806 | position: absolute; |
| 807 | } |
| 808 | ul.addons li span.state { |
| 809 | display: none; |
| 810 | position: absolute; |
| 811 | bottom: 0; |
| 812 | width: 100%; |
| 813 | text-indent: 29px; |
| 814 | height: 30px; |
| 815 | line-height: 30px; |
| 816 | margin-left: -13px; |
| 817 | background: #73a8d0 url('../images/checkmark_white.png') no-repeat 6px 7px; |
| 818 | color: #fff; |
| 819 | font-weight: bold; |
| 820 | } |
| 821 | ul.addons li img { |
| 822 | margin: -15px 0 0 -13px; |
| 823 | } |
| 824 | ul.addons li.active .button { |
| 825 | display: none; |
| 826 | } |
| 827 | ul.addons li.active span.state { |
| 828 | display: block; |
| 829 | } |
| 830 | |
| 831 | /* =WP Pointer |
| 832 | -------------------------------------------------------------- */ |
| 833 | .wp-pointer-content { |
| 834 | overflow: hidden; |
| 835 | } |
| 836 | .wp-pointer-content ol { |
| 837 | margin-left: 1.5em; |
| 838 | padding: 0 15px; |
| 839 | } |
| 840 | .wp-pointer-right { |
| 841 | margin-right: 15px; |
| 842 | } |
| 843 | |
| 844 | /* =Responsive |
| 845 | -------------------------------------------------------------- */ |
| 846 | @media only screen and (max-width: 850px) { |
| 847 | .columns-container { |
| 848 | margin-right: 0; |
| 849 | } |
| 850 | .columns-right { |
| 851 | margin-top: 0; |
| 852 | margin-right: 0; |
| 853 | width: 100%; |
| 854 | } |
| 855 | .columns-right-inside.fixed { |
| 856 | position: relative; |
| 857 | top: 0; |
| 858 | width: 100%; |
| 859 | } |
| 860 | .columns-right #addon-state { |
| 861 | display: none; |
| 862 | } |
| 863 | .columns-right #plugin-support { |
| 864 | display: none; |
| 865 | } |
| 866 | } |