Changeset 26495
- Timestamp:
- 12/01/2013 05:11:44 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/wp-admin.css (modified) (31 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26494 r26495 6343 6343 * (has flexible margins) 6344 6344 */ 6345 .theme {6345 .theme-browser .theme { 6346 6346 cursor: pointer; 6347 6347 float: left; … … 6357 6357 } 6358 6358 6359 .theme :nth-child(3n) {6359 .theme-browser .theme:nth-child(3n) { 6360 6360 margin-right: 0; 6361 6361 } 6362 6362 6363 .theme :hover,6364 .theme :focus {6363 .theme-browser .theme:hover, 6364 .theme-browser .theme:focus { 6365 6365 cursor: pointer; 6366 6366 } 6367 6367 6368 .theme .theme-name {6368 .theme-browser .theme .theme-name { 6369 6369 font-size: 15px; 6370 6370 font-weight: 600; … … 6376 6376 white-space: nowrap; 6377 6377 text-overflow: ellipsis; 6378 }6379 6380 .theme-name {6381 6378 background: #fff; 6382 6379 background: rgba(255,255,255,0.65); … … 6384 6381 6385 6382 /* Activate and Customize buttons, shown on hover */ 6386 .theme .theme-actions {6383 .theme-browser .theme .theme-actions { 6387 6384 opacity: 0; 6388 6385 -webkit-transition: opacity 0.1s ease-in-out; … … 6397 6394 } 6398 6395 6399 .theme :hover .theme-actions {6396 .theme-browser .theme:hover .theme-actions { 6400 6397 opacity: 1; 6401 6398 } 6402 6399 6403 .theme .theme-actions .button-primary {6400 .theme-browser .theme .theme-actions .button-primary { 6404 6401 margin-right: 3px; 6405 6402 } 6406 6403 6407 .theme .theme-actions .button-secondary {6404 .theme-browser .theme .theme-actions .button-secondary { 6408 6405 float: none; 6409 6406 margin-left: 3px; … … 6416 6413 * It is also responsive. 6417 6414 */ 6418 .theme .theme-screenshot {6415 .theme-browser .theme .theme-screenshot { 6419 6416 display: block; 6420 6417 overflow: hidden; … … 6424 6421 } 6425 6422 6426 .theme .theme-screenshot:after {6423 .theme-browser .theme .theme-screenshot:after { 6427 6424 content: ''; 6428 6425 display: block; … … 6430 6427 } 6431 6428 6432 .theme .theme-screenshot img {6429 .theme-browser .theme .theme-screenshot img { 6433 6430 height: auto; 6434 6431 position: absolute; … … 6441 6438 } 6442 6439 6443 .theme :after {6440 .theme-browser .theme:after { 6444 6441 display: block; 6445 6442 opacity: 0; … … 6460 6457 } 6461 6458 6462 .theme :hover:after {6459 .theme-browser .theme:hover:after { 6463 6460 opacity: 0.6; 6464 6461 } 6465 6462 6466 .theme :hover .theme-screenshot {6463 .theme-browser .theme:hover .theme-screenshot { 6467 6464 background: #fff; 6468 6465 } 6469 6466 6470 .theme :hover .theme-screenshot img {6467 .theme-browser .theme:hover .theme-screenshot img { 6471 6468 opacity: 0.4; 6472 6469 } … … 6476 6473 * when an update is available. 6477 6474 */ 6478 .theme .theme-update {6475 .theme-browser .theme .theme-update { 6479 6476 background: #d54e21; 6480 6477 background: rgba(213, 78, 33, 0.95); … … 6494 6491 } 6495 6492 6496 .theme .theme-update:before {6493 .theme-browser .theme .theme-update:before { 6497 6494 content: '\f113'; 6498 6495 display: inline-block; … … 6510 6507 * The currently active theme 6511 6508 */ 6512 .theme.active { 6513 } 6514 6515 .theme.active .theme-screenshot { 6516 } 6517 6518 .theme.active .theme-name { 6509 .theme-browser .theme.active .theme-name { 6519 6510 background: #0074a2; 6520 6511 color: #fff; … … 6523 6514 } 6524 6515 6525 .theme .active .theme-actions {6516 .theme-browser .theme.active .theme-actions { 6526 6517 top: 0; 6527 6518 left: 0; … … 6534 6525 } 6535 6526 6536 .theme .active .theme-actions .button {6527 .theme-browser .theme.active .theme-actions .button { 6537 6528 float: right; 6538 6529 margin-top: 10px; 6539 6530 } 6540 6531 6541 .theme .active .current-label {6532 .theme-browser .theme.active .current-label { 6542 6533 font-size: 13px; 6543 6534 font-weight: 400; … … 6546 6537 } 6547 6538 6548 .theme .active .theme-update {6539 .theme-browser .theme.active .theme-update { 6549 6540 top: 48px; 6550 6541 } 6551 6542 6552 .theme .theme-author {6543 .theme-browser .theme .theme-author { 6553 6544 background: #222; 6554 6545 color: #eee; … … 6561 6552 } 6562 6553 6563 .theme .display-author .theme-author {6554 .theme-browser .theme.display-author .theme-author { 6564 6555 display: block; 6565 6556 } 6566 6557 6567 .theme .display-author .theme-author a {6558 .theme-browser .theme.display-author .theme-author a { 6568 6559 color: inherit; 6569 6560 text-decoration: none; … … 6573 6564 * Add new theme 6574 6565 */ 6575 .theme-browser . add-new-theme {6566 .theme-browser .theme.add-new-theme { 6576 6567 border: none; 6577 6568 box-shadow: none; 6578 6569 } 6579 6570 6580 .theme-browser . add-new-theme a {6571 .theme-browser .theme.add-new-theme a { 6581 6572 color: #999; 6582 6573 text-decoration: none; … … 6586 6577 } 6587 6578 6588 .theme-browser . add-new-theme:after {6579 .theme-browser .theme.add-new-theme:after { 6589 6580 display: block; 6590 6581 content: ''; … … 6606 6597 } 6607 6598 6608 .theme-browser . add-new-theme span:after {6599 .theme-browser .theme.add-new-theme span:after { 6609 6600 background: rgba(153, 153, 153, 0.1); 6610 6601 border-radius: 50%; … … 6628 6619 } 6629 6620 6630 .theme-browser . add-new-theme:hover .theme-screenshot {6621 .theme-browser .theme.add-new-theme:hover .theme-screenshot { 6631 6622 background: none; 6632 6623 } 6633 6624 6634 .theme-browser . add-new-theme:hover span:after {6625 .theme-browser .theme.add-new-theme:hover span:after { 6635 6626 background: #fff; 6636 6627 color: #0074a2; 6637 6628 } 6638 6629 6639 .theme-browser . add-new-theme:hover:after {6630 .theme-browser .theme.add-new-theme:hover:after { 6640 6631 border-color: transparent; 6641 6632 color: #fff; … … 6643 6634 } 6644 6635 6645 .theme-browser . add-new-theme .theme-name {6636 .theme-browser .theme.add-new-theme .theme-name { 6646 6637 background: none; 6647 6638 text-align: center; … … 6652 6643 } 6653 6644 6654 .theme-browser . add-new-theme:hover .theme-name {6645 .theme-browser .theme.add-new-theme:hover .theme-name { 6655 6646 color: #fff; 6656 6647 z-index: 2; … … 6768 6759 } 6769 6760 6770 6771 6761 .theme-overlay .theme-wrap { 6772 6762 clear: both; … … 6804 6794 } 6805 6795 6806 .theme-overlay.active .theme-actions {6807 }6808 6809 6796 .theme-overlay .theme-actions a { 6810 6797 margin-right: 5px; … … 6916 6903 6917 6904 /* No screenshot placeholder */ 6918 .theme .theme-screenshot.blank,6905 .theme-browser .theme .theme-screenshot.blank, 6919 6906 .theme-overlay .screenshot.blank { 6920 6907 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYGWO8d+/efwYkoKioiMRjYGBC4WHhUK6A8T8QIJt8//59ZC493AAAQssKpBK4F5AAAAAASUVORK5CYII=); … … 7000 6987 } 7001 6988 7002 .theme-overlay .theme-actions {7003 }7004 7005 6989 /* Theme Updates info */ 7006 6990 .theme-overlay .theme-update-message { … … 7041 7025 7042 7026 @media only screen and (min-width: 1700px) { 7043 .theme {7027 .theme-browser .theme { 7044 7028 width: 22.7%; 7045 7029 margin: 0 3% 3% 0; 7046 7030 } 7047 7031 7048 .theme :nth-child(3n) {7032 .theme-browser .theme:nth-child(3n) { 7049 7033 margin-right: 3%; 7050 7034 } 7051 7035 7052 .theme :nth-child(4n) {7036 .theme-browser .theme:nth-child(4n) { 7053 7037 margin-right: 0; 7054 7038 } … … 7062 7046 7063 7047 @media only screen and (max-width: 1200px) { 7064 .theme {7048 .theme-browser .theme { 7065 7049 width: 47.5%; 7066 7050 margin-right: 0; 7067 7051 } 7068 7052 7069 .theme :nth-child(even) {7053 .theme-browser .theme:nth-child(even) { 7070 7054 margin-right: 0; 7071 7055 } 7072 7056 7073 .theme :nth-child(odd) {7057 .theme-browser .theme:nth-child(odd) { 7074 7058 margin-right: 5%; 7075 7059 } … … 7085 7069 7086 7070 @media only screen and (max-width: 780px) { 7087 .theme .active .theme-actions .button {7071 .theme-browser .theme.active .theme-actions .button { 7088 7072 margin-top: 6px; 7089 7073 margin-right: -3px … … 7120 7104 7121 7105 @media only screen and (max-width: 650px) { 7122 .theme {7106 .theme-browser .theme { 7123 7107 width: 100%; 7124 7108 margin-right: 0; 7125 7109 } 7126 7110 7127 .theme :hover .theme-actions {7111 .theme-browser .theme:hover .theme-actions { 7128 7112 display: none; 7129 7113 } 7130 7114 7131 .theme :nth-child(2n),7132 .theme :nth-child(3n) {7115 .theme-browser .theme:nth-child(2n), 7116 .theme-browser .theme:nth-child(3n) { 7133 7117 margin-right: 0; 7134 7118 }
Note: See TracChangeset
for help on using the changeset viewer.