]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/common-rtl.css
WordPress 4.2.2-scripts
[autoinstalls/wordpress.git] / wp-admin / css / common-rtl.css
index 72c67766620afda66e82d0912c8d916834f61bdb..4f33eeee0c10a8f304296cb40e728e57308a8125 100644 (file)
@@ -9,16 +9,17 @@
 
 #wpcontent {
        height: 100%;
+       padding-right: 20px;
 }
 
 #wpcontent,
 #wpfooter {
-       margin-right: 180px;
+       margin-right: 160px;
 }
 
 .folded #wpcontent,
 .folded #wpfooter {
-       margin-right: 56px;
+       margin-right: 36px;
 }
 
 #wpbody-content {
@@ -176,7 +177,8 @@ p.popular-tags,
 .wp-editor-container,
 .popular-tags,
 .feature-filter,
-.imgedit-group {
+.imgedit-group,
+.comment-ays {
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
@@ -189,7 +191,8 @@ p.popular-tags,
 .widgets-holder-wrap,
 .popular-tags,
 .feature-filter,
-.imgedit-group {
+.imgedit-group,
+.comment-ays {
        background: #fff;
 }
 
@@ -218,6 +221,16 @@ body.iframe {
        padding-top: 1px;
 }
 
+body.modal-open {
+       overflow: hidden;
+}
+
+body.mobile.modal-open #wpwrap {
+       overflow: hidden;
+       position: fixed;
+       height: 100%;
+}
+
 iframe,
 img {
        border: 0;
@@ -231,7 +244,7 @@ td {
 }
 
 a {
-       color: #0074a2;
+       color: #0073aa;
        -webkit-transition-property: border, background, color;
        transition-property: border, background, color;
        -webkit-transition-duration: .05s;
@@ -247,21 +260,27 @@ div {
 
 a:hover,
 a:active {
-       color: #2ea2cc;
+       color: #00a0d2;
 }
 
 a:focus {
        color: #124964;
+    -webkit-box-shadow:
+       0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
+    box-shadow:
+       0 0 0 1px #5b9dd9,
+               0 0 2px 1px rgba(30, 140, 190, .8);
 }
 
-a:focus,
-a:active {
-       outline: thin dotted;
+.ie8 a:focus {
+       outline: #5b9dd9 solid 1px;
 }
 
 #adminmenu a:focus,
-#adminmenu a:active,
 .screen-reader-text:focus {
+       -webkit-box-shadow: none;
+       box-shadow: none;
        outline: none;
 }
 
@@ -309,14 +328,14 @@ h1 {
 }
 
 h2 {
-       color: #222;
+       color: #23282d;
        font-size: 1.5em;
        margin: .83em 0;
        font-weight: 400;
 }
 
 h3 {
-       color: #222;
+       color: #23282d;
        font-size: 1.3em;
        margin: 1em 0;
 }
@@ -374,16 +393,17 @@ ol.ol-decimal > li {
        margin: 0 0 0.5em;
 }
 
-/* @noflip */
+/* rtl:ignore */
 .ltr {
        direction: ltr;
 }
 
-/* @noflip */
+/* rtl:ignore */
 .code,
 code {
        font-family: Consolas, Monaco, monospace;
        direction: ltr;
+       unicode-bidi: embed;
 }
 
 kbd,
@@ -539,42 +559,8 @@ code {
        margin: 10px 2px 0 20px;
 }
 
-div.updated,
-div.error {
-       padding: 0 0.6em;
-       margin: 5px 15px 2px;
-}
-
-div.updated p,
-div.error p {
-       margin: 0.5em 0;
-       padding: 2px;
-}
-
-.wrap div.updated,
-.wrap div.error,
-.media-upload-form div.error {
-       margin: 5px 0 15px;
-}
-
-div.updated {
-       border-right: 4px solid #7ad03a;
-       padding: 1px 12px;
-       background-color: #fff;
-       -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-       box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-}
-
-div.error {
-       border-right: 4px solid #dd3d36;
-       background: #fff;
-       -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-       box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-       padding: 1px 12px;
-}
-
 .attention {
-       color: #2ea2cc;
+       color: #00a0d2;
 }
 
 .wrap h2,
@@ -613,7 +599,7 @@ div.error {
 }
 
 .wrap .add-new-h2:hover {
-       background: #2ea2cc;
+       background: #00a0d2;
        color: #fff;
 }
 
@@ -644,8 +630,8 @@ div#widgets-right .widget-top:hover,
        color: #000;
 }
 
-.alternate,
-.alt {
+.striped > tbody > :nth-child(odd),
+.alternate {
        background-color: #f9f9f9;
 }
 
@@ -668,10 +654,10 @@ td.help {
 
 .wp-ui-primary {
        color: #fff;
-       background-color: #333;
+       background-color: #32373c;
 }
 .wp-ui-text-primary {
-       color: #333;
+       color: #32373c;
 }
 
 .wp-ui-highlight {
@@ -694,17 +680,28 @@ td.help {
        color: #999;
 }
 
+/* For emoji replacement images */
+img.emoji {
+       display: inline !important;
+       border: none !important;
+       height: 1em !important;
+       width: 1em !important;
+       margin: 0 .07em !important;
+       vertical-align: -0.1em !important;
+       background: none !important;
+       padding: 0 !important;
+       -webkit-box-shadow: none !important;
+       box-shadow: none !important;
+}
+
 /*------------------------------------------------------------------------------
   1.0 - Text Styles
 ------------------------------------------------------------------------------*/
 
 .widget .widget-top,
-.postbox h3,
-.stuffbox h3,
+.postbox .hndle,
+.stuffbox .hndle,
 .control-section .accordion-section-title,
-h3.dashboard-widget-title,
-h3.dashboard-widget-title span,
-h3.dashboard-widget-title small,
 .sidebar-name,
 #nav-menu-header,
 #nav-menu-footer,
@@ -720,12 +717,11 @@ h3.dashboard-widget-title small,
 .widget .widget-top,
 .menu-item-handle {
        background: #fafafa;
-       color: #222;
+       color: #23282d;
 }
 
-.postbox h3,
-#namediv h3,
-#submitdiv h3 {
+.postbox .hndle,
+.stuffbox .hndle {
        border-bottom: 1px solid #eee;
 }
 
@@ -741,22 +737,31 @@ h3.dashboard-widget-title small,
 }
 
 /* @todo can we combine these into a class or use an existing dashicon one? */
-#welcome-panel.welcome-panel .welcome-panel-close::before,
+#welcome-panel.welcome-panel .welcome-panel-close:before,
 .tagchecklist span a:before,
-#bulk-titles div a:before {
+#bulk-titles div a:before,
+.notice-dismiss:before {
        background: none;
-       color: #bbb;
+       color: #b4b9be;
        content: '\f153';
        display: block !important;
        font: normal 16px/1 'dashicons';
        speak: none;
        height: 20px;
-       margin: 2px 0;
        text-align: center;
        width: 20px;
        -webkit-font-smoothing: antialiased !important;
 }
 
+#welcome-panel.welcome-panel .welcome-panel-close:before {
+       margin: 0;
+}
+
+.tagchecklist span a:before,
+#bulk-titles div a:before {
+       margin: 2px 0;
+}
+
 #welcome-panel.welcome-panel .welcome-panel-close:hover:before,
 .tagchecklist span a:hover:before,
 #bulk-titles div a:hover:before {
@@ -907,21 +912,450 @@ abbr.required,
        display: none;
 }
 
-.unapproved .approve,
-.spam .approve,
-.trash .approve {
-       display: inline;
+.unapproved .approve,
+.spam .approve,
+.trash .approve {
+       display: inline;
+}
+
+td.action-links,
+th.action-links {
+       text-align: left;
+}
+
+/* Filter bar */
+.wp-filter {
+       display: inline-block;
+       position: relative;
+       -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       box-sizing: border-box;
+       margin: 12px 0 25px;
+       padding: 0 20px;
+       width: 100%;
+       -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+       box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+       border: 1px solid #e5e5e5;
+       background: #fff;
+       color: #555;
+       font-size: 13px;
+}
+
+.wp-filter a {
+       text-decoration: none;
+}
+
+.filter-count {
+       display: inline-block;
+       vertical-align: middle;
+       min-width: 4em;
+}
+
+.title-count,
+.filter-count .count {
+       display: inline-block;
+       position: relative;
+       top: -1px;
+       padding: 4px 10px;
+       -webkit-border-radius: 30px;
+       border-radius: 30px;
+       background: #777;
+       color: #fff;
+       font-size: 14px;
+       font-weight: 600;
+}
+
+/* not a part of filter bar, but derived from it, so here for now */
+.title-count {
+       display: inline;
+       top: -3px;
+       margin-right: 5px;
+       margin-left: 20px;
+}
+
+.filter-items {
+       float: right;
+}
+
+.filter-links {
+       display: inline-block;
+       margin: 0;
+}
+
+.filter-links li {
+       display: inline-block;
+       margin: 0;
+}
+
+.filter-links li > a {
+       display: inline-block;
+       margin: 0 10px;
+       padding: 15px 0;
+       border-bottom: 4px solid #fff;
+       color: #666;
+       cursor: pointer;
+}
+
+.filter-links .current {
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       border-bottom: 4px solid #666;
+       color: #23282d;
+}
+
+.filter-links li > a:hover,
+.filter-links li > a:focus,
+.show-filters .filter-links a.current:hover,
+.show-filters .filter-links a.current:focus {
+       color: #00a0d2;
+}
+
+.wp-filter .search-form {
+       float: left;
+       margin: 10px 0;
+}
+
+.wp-filter .search-form input[type="search"] {
+       margin: 0;
+       padding: 3px 5px;
+       width: 280px;
+       max-width: 100%;
+       font-size: 16px;
+       font-weight: 300;
+       line-height: 1.5;
+}
+
+.wp-filter .search-form select {
+       margin: 0;
+       height: 32px;
+       vertical-align: top;
+}
+
+.wp-filter .search-form.search-plugins {
+       display: inline-block;
+}
+
+.wp-filter .drawer-toggle {
+       display: inline-block;
+       margin: 0 10px;
+       padding: 4px 6px;
+       color: #666;
+       cursor: pointer;
+}
+
+.wp-filter .drawer-toggle:before {
+       display: inline-block;
+       vertical-align: top;
+       content: "\f111";
+       margin: 0 0 0 5px;
+       width: 16px;
+       height: 16px;
+       color: #777;
+       -webkit-transition: color .1s ease-in 0;
+       transition: color .1s ease-in 0;
+       font-family: "dashicons";
+       font-size: 16px;
+       line-height: 1;
+       text-align: center;
+       text-decoration: inherit;
+       font-weight: normal;
+       font-style: normal;
+       -webkit-font-smoothing: antialiased;
+}
+
+.wp-filter .drawer-toggle:hover,
+.wp-filter .drawer-toggle:hover:before {
+       color: #00a0d2;
+}
+
+.wp-filter .drawer-toggle.current:before {
+       color: #fff;
+}
+
+.filter-drawer {
+       display: none;
+       margin: 0 -20px;
+       padding: 20px;
+       border-top: 1px solid #eee;
+       background: #fafafa;
+}
+
+.show-filters .filter-drawer {
+       display: block;
+       overflow: hidden;
+       width: 100%;
+}
+
+.show-filters .wp-filter .drawer-toggle:hover,
+.show-filters .wp-filter .drawer-toggle:focus {
+       background: rgb(46, 162, 204);
+}
+
+.show-filters .filter-links a.current {
+       border-bottom: none;
+}
+
+.show-filters .wp-filter .drawer-toggle {
+       -webkit-border-radius: 2px;
+       border-radius: 2px;
+       border: none;
+       background: #777;
+       color: #fff;
+}
+
+.show-filters .wp-filter .drawer-toggle:before {
+       color: #fff;
+}
+
+.filter-group {
+       -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+       box-sizing: border-box;
+       float: right;
+       margin: 0 0 0 1%;
+       padding: 10px;
+       width: 24%;
+       background: #fff;
+       border: 1px solid #e5e5e5;
+       -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+       box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+}
+
+.filter-group h4 {
+       position: relative;
+       margin: 0;
+}
+
+.filter-drawer ol {
+       margin: 20px 0 0;
+       list-style-type: none;
+       font-size: 12px;
+}
+
+.filter-drawer li {
+       display: inline-block;
+       vertical-align: top;
+       margin: 5px 0;
+       padding-left: 25px;
+       width: 160px;
+       list-style-type: none;
+}
+
+.filter-drawer .buttons {
+       margin-bottom: 20px;
+}
+
+.filter-drawer .buttons .button span {
+       display: inline-block;
+       opacity: 0.8;
+       font-size: 12px;
+       text-indent: 10px;
+}
+
+.wp-filter .button.clear-filters {
+       display: none;
+       margin-right: 10px;
+}
+
+.filtered-by {
+       display: none;
+       margin: 0;
+}
+
+.filtered-by > span {
+       font-weight: 600;
+}
+
+.filtered-by a {
+       margin-right: 10px;
+}
+
+.filtered-by .tags {
+       display: inline;
+}
+
+.filtered-by .tag {
+       margin: 0 5px;
+       padding: 4px 8px;
+       border: 1px solid #e5e5e5;
+       -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+       box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+       background: #fff;
+       font-size: 11px;
+}
+
+.filters-applied .filter-group,
+.filters-applied .filter-drawer .buttons,
+.filters-applied .filter-drawer br {
+       display: none !important;
+}
+
+.filters-applied .filtered-by {
+       display: block;
+}
+
+.filters-applied .filter-drawer {
+       padding: 20px;
+}
+
+.show-filters .content-filterable,
+.show-filters.filters-applied.loading-content .content-filterable,
+.loading-content .content-filterable,
+.error .content-filterable {
+       display: none;
+}
+
+.show-filters.filters-applied .content-filterable {
+       display: block;
+}
+
+.loading-content .spinner {
+       display: block;
+       margin: 40px auto 0;
+       float: none;
+}
+
+@media only screen and (max-width: 1120px) {
+       .filter-drawer {
+               border-bottom: 1px solid #eee;
+       }
+
+       .filter-group {
+               margin-bottom: 0;
+               margin-top: 5px;
+               width: 100%;
+       }
+
+       .filter-group li {
+               margin: 10px 0;
+       }
+}
+
+@media only screen and (max-width: 1000px) {
+       .filter-items {
+               float: none;
+       }
+
+       .wp-filter .media-toolbar-primary,
+       .wp-filter .media-toolbar-secondary,
+       .wp-filter .search-form {
+               float: none; /* Remove float from media-views.css */
+               position: relative;
+               max-width: 100%;
+       }
+}
+
+@media only screen and (max-width: 782px) {
+       .filter-group li {
+               padding: 0;
+               width: 50%;
+       }
+}
+
+@media only screen and (max-width: 320px) {
+       .filter-count {
+               display: none;
+       }
+
+       .wp-filter .drawer-toggle {
+               margin: 10px 0;
+       }
+
+       .filter-group li,
+       .wp-filter .search-form input[type="search"] {
+               width: 100%;
+       }
+}
+
+/*------------------------------------------------------------------------------
+  4.0 - Notifications
+------------------------------------------------------------------------------*/
+
+.notice,
+div.updated,
+div.error {
+       background: #fff;
+       border-right: 4px solid #fff;
+       -webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
+       box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
+       margin: 5px 15px 2px;
+       padding: 1px 12px;
+}
+
+.notice p,
+div.updated p,
+div.error p,
+.form-table td .notice p {
+       margin: 0.5em 0;
+       padding: 2px;
+}
+
+.wp-core-ui .notice.is-dismissible {
+       padding-left: 38px;
+       position: relative;
+}
+
+.notice-dismiss {
+       position: absolute;
+       top: 0;
+       left: 1px;
+       border: none;
+       margin: 0;
+       padding: 9px;
+       background: none;
+       color: #b4b9be;
+       cursor: pointer;
+}
+
+.notice-dismiss:before {
+       position: relative;
+       top: 0;
+       right: 0;
+       line-height: 20px;
+}
+
+.notice-dismiss:hover:before,
+.notice-dismiss:active:before,
+.notice-dismiss:focus:before {
+       color: #c00;
+}
+
+.notice-dismiss:focus {
+       outline: none;
+       -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
+       box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
+       color: #c00;
+}
+
+.ie8 .notice-dismiss:focus {
+       outline: 1px solid #5b9dd9;
+}
+
+.notice-success,
+div.updated {
+       border-color: #7ad03a;
+}
+
+.notice-warning {
+       border-color: #ffba00;
 }
 
-td.action-links,
-th.action-links {
-       text-align: left;
+.notice-error,
+div.error {
+       border-color: #dd3d36;
 }
 
+.notice-info {
+       border-color: #00a0d2;
+}
 
-/*------------------------------------------------------------------------------
-  4.0 - Notifications
-------------------------------------------------------------------------------*/
+.wrap .notice,
+.wrap div.updated,
+.wrap div.error,
+.media-upload-form .notice,
+.media-upload-form div.error {
+       margin: 5px 0 15px;
+}
 
 #update-nag,
 .update-nag {
@@ -977,7 +1411,6 @@ form.upgrade .hint {
   6.0 - Admin Header
 ------------------------------------------------------------------------------*/
 #adminmenu a,
-#sidemenu a,
 #taglist a,
 #catlist a {
        text-decoration: none;
@@ -1051,13 +1484,7 @@ form.upgrade .hint {
 #screen-meta-links a:hover,
 #screen-meta-links a:active,
 #screen-meta-links a:focus {
-       color: #333;
-}
-
-#screen-meta-links a:focus {
-       border-color: #aaa;
-       -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
-       box-shadow: 0 2px 3px rgba(0,0,0,0.15);
+       color: #32373c;
 }
 
 #screen-meta-links a.show-settings {
@@ -1082,7 +1509,7 @@ form.upgrade .hint {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none !important;
-       color: #bbb;
+       color: #b4b9be;
 }
 
 #screen-meta-links a.screen-meta-active:after {
@@ -1096,7 +1523,7 @@ form.upgrade .hint {
 
 .toggle-arrow {
        background-repeat: no-repeat;
-       background-position: top right;
+       background-position: top left;
        background-color: transparent;
        height: 22px;
        line-height: 22px;
@@ -1104,7 +1531,7 @@ form.upgrade .hint {
 }
 
 .toggle-arrow-active {
-       background-position: bottom right;
+       background-position: bottom left;
 }
 
 #screen-options-wrap h5,
@@ -1136,6 +1563,26 @@ form.upgrade .hint {
        display: none;
 }
 
+.metabox-prefs .screen-options {
+       padding-top: 10px;
+}
+
+.metabox-prefs .screen-options input,
+.metabox-prefs .screen-options label {
+       margin-top: 0;
+       margin-bottom: 0;
+       vertical-align: middle;
+}
+
+.metabox-prefs .screen-options .screen-per-page {
+       margin-left: 15px;
+}
+
+.metabox-prefs .screen-options label {
+       line-height: 28px;
+       padding-left: 0;
+}
+
 /*------------------------------------------------------------------------------
   6.2 - Help Menu
 ------------------------------------------------------------------------------*/
@@ -1196,13 +1643,13 @@ form.upgrade .hint {
 }
 
 .contextual-help-tabs a:hover {
-       color: #333;
+       color: #32373c;
 }
 
 .contextual-help-tabs .active {
        padding: 0;
        margin: 0 0 0 -1px;
-       border-right: 2px solid #2ea2cc;
+       border-right: 2px solid #00a0d2;
        background: #f6fbfd;
        -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
        box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
@@ -1210,7 +1657,7 @@ form.upgrade .hint {
 
 .contextual-help-tabs .active a {
        border-color: #e1e1e1;
-       color: #333;
+       color: #32373c;
 }
 
 .contextual-help-tabs-wrap {
@@ -1251,18 +1698,8 @@ html.wp-toolbar {
        box-sizing: border-box;
 }
 
-.narrow {
-       width: 70%;
-       margin-bottom: 40px;
-}
-
-.narrow p {
-       line-height: 150%;
-}
-
 .widefat th,
 .widefat td {
-       overflow: hidden;
        color: #555;
 }
 
@@ -1272,7 +1709,7 @@ html.wp-toolbar {
 
 .widefat thead tr th,
 .widefat tfoot tr th {
-       color: #333;
+       color: #32373c;
 }
 
 .widefat td p {
@@ -1282,7 +1719,7 @@ html.wp-toolbar {
 .widefat p,
 .widefat ol,
 .widefat ul {
-       color: #333;
+       color: #32373c;
 }
 
 .widefat .column-comment p {
@@ -1305,7 +1742,7 @@ html.wp-toolbar {
 }
 
 .metabox-holder .postbox-container .empty-container {
-       border: 3px dashed #bbb;
+       border: 3px dashed #b4b9be;
        height: 250px;
 }
 
@@ -1343,6 +1780,7 @@ html.wp-toolbar {
        }
 }
 
+.js .widget .widget-top,
 .js .postbox .hndle {
        cursor: move;
 }
@@ -1363,7 +1801,7 @@ html.wp-toolbar {
 }
 
 .sortable-placeholder {
-       border: 1px dashed #bbb;
+       border: 1px dashed #b4b9be;
        margin-bottom: 20px;
 }
 
@@ -1374,20 +1812,15 @@ html.wp-toolbar {
        line-height: 1;
 }
 
-.postbox h3,
-.stuffbox h3 {
-       margin-top: 1px;
+/* user-select is not a part of the CSS standard - may change behavior in the future */
+.postbox .hndle,
+.stuffbox .hndle {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
 }
 
-.js .widget .widget-top,
-.js .postbox h3 {
-       cursor: move;
-}
-
 .postbox .inside,
 .stuffbox .inside {
        padding: 0 12px 12px;
@@ -1454,8 +1887,7 @@ html.wp-toolbar {
        bottom: 0;
        right: 0;
        left: 0;
-       padding: 10px 0;
-       margin-left: 20px;
+       padding: 10px 20px;
        color: #777;
 }
 
@@ -1533,13 +1965,19 @@ h2 .nav-tab {
        background: url(../images/spinner.gif) no-repeat;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
-       display: none;
+       display: inline-block;
+       visibility: hidden;
        float: left;
+       vertical-align: middle;
        opacity: 0.7;
        filter: alpha(opacity=70);
        width: 20px;
        height: 20px;
-       margin: 2px 5px 0;
+       margin: 4px 10px 0;
+}
+
+.spinner.is-active {
+       visibility: visible;
 }
 
 #template div {
@@ -1557,56 +1995,6 @@ h2 .nav-tab {
        text-decoration: none;
 }
 
-#sidemenu {
-       margin: -30px 315px 0 15px;
-       list-style: none;
-       position: relative;
-       float: left;
-       padding-right: 10px;
-       font-size: 12px;
-}
-
-#sidemenu a {
-       padding: 0 7px;
-       display: block;
-       float: right;
-       line-height: 28px;
-       border-top: 1px solid #f9f9f9;
-       border-bottom: 1px solid #dfdfdf;
-       background-color: #f9f9f9;
-       -webkit-transition: none;
-       transition: none;
-}
-
-#sidemenu li {
-       display: inline;
-       line-height: 200%;
-       list-style: none;
-       text-align: center;
-       white-space: nowrap;
-       margin: 0;
-       padding: 0;
-}
-
-/* @todo: remove border radius */
-#sidemenu a.current {
-       font-weight: normal;
-       padding-right: 6px;
-       padding-left: 6px;
-       -webkit-border-top-right-radius: 3px;
-       border-top-right-radius: 3px;
-       -webkit-border-top-left-radius: 3px;
-       border-top-left-radius: 3px;
-       border: 1px solid #dfdfdf;
-       border-bottom-color: #f1f1f1;
-       background-color: #f1f1f1;
-       color: #000;
-}
-
-#sidemenu li a .count-0 {
-       display: none;
-}
-
 .plugin-install #description,
 .plugin-install-network #description {
        width: 60%;
@@ -1649,6 +2037,12 @@ td.media-icon {
 td.media-icon img {
        max-width: 80px;
        max-height: 60px;
+       width: auto;
+       height: auto;
+}
+
+td.image-icon img {
+       border: 1px solid rgba(0, 0, 0, 0.07);
 }
 
 #howto {
@@ -1739,11 +2133,11 @@ div.star-holder {
        position: relative;
        height: 17px;
        width: 100px;
-       background: url(../images/stars.png?ver=20121108) repeat-x bottom right;
+       background: url(../images/stars.png?ver=20121108) repeat-x bottom left;
 }
 
 div.star-holder .star-rating {
-       background: url(../images/stars.png?ver=20121108) repeat-x top right;
+       background: url(../images/stars.png?ver=20121108) repeat-x top left;
        height: 17px;
        float: right;
 }
@@ -1767,7 +2161,7 @@ div.star-holder .star-rating {
        -webkit-transition: color .1s ease-in 0;
        transition: color .1s ease-in 0;
        text-align: center;
-       color: #0074a2;
+       color: #ffb900;
 }
 
 .star-rating .star-full:before {
@@ -1795,21 +2189,29 @@ div.action-links {
 
 /* Plugin install thickbox */
 #plugin-information {
-       background: #fcfcfc;
+       background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
-       height: auto;
+       height: 100%;
        padding: 0;
 }
 
+#plugin-information-scrollable {
+       overflow: auto;
+       -webkit-overflow-scrolling: touch;
+       height: 100%;
+}
+
 #plugin-information-title {
-       padding: 0 20px 0 76px;
+       padding: 0 20px;
+       background: #f5f5f5;
        font-size: 22px;
        font-weight: 600;
        line-height: 56px;
+       position: relative;
        top: 0;
        left: 0;
        right: 0;
@@ -1819,20 +2221,72 @@ div.action-links {
        white-space: nowrap;
 }
 
+#plugin-information-title.with-banner {
+       margin-left: 0;
+       height: 250px;
+       bottom: 250px;
+       -webkit-background-size: cover;
+       background-size: cover;
+}
+
+#plugin-information-title h2 {
+       font-size: 1em;
+       font-weight: bold;
+       padding: 0;
+       margin: 0;
+       max-width: 680px;
+       overflow: hidden;
+       text-overflow: ellipsis;
+       white-space: nowrap;
+}
+
+#plugin-information-title.with-banner h2 {
+       font-family: "Helvetica Neue", sans-serif;
+       display: inline-block;
+       font-size: 30px;
+       line-height: 50px;
+       padding: 0 15px;
+       margin: 174px 10px 0 0;
+       color: #fff;
+       background: rgba( 30, 30, 30, 0.9 );
+       text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.4 );
+       -webkit-box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
+       box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
+       -webkit-border-radius: 8px;
+       border-radius: 8px;
+}
+
+#plugin-information-title div.vignette {
+       display: none;
+}
+
+#plugin-information-title.with-banner div.vignette {
+       display: block;
+       float: left;
+       top: 0;
+       height: 250px;
+       width: 772px;
+       margin: 0 -20px;
+       background: transparent;
+       -webkit-box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
+       box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
+}
+
 #plugin-information-tabs {
        padding: 0 16px;
-       position: absolute;
-       top: 56px;
+       position: relative;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 1;
+       border-bottom: 1px solid #ddd;
+       background: #f3f3f3;
 }
 
 #plugin-information-tabs a {
        position: relative;
        float: right;
-       padding: 8px 10px 9px;
+       padding: 9px 10px;
        margin: 0;
        height: 18px;
        line-height: 18px;
@@ -1843,11 +2297,17 @@ div.action-links {
 }
 
 #plugin-information-tabs a.current {
-       margin: -1px -1px 0;
+       margin: 0 -1px 0;
        background: #fff;
        border: 1px solid #ddd;
-       border-bottom: none;
-       color: #333;
+       border-bottom-color: #fff;
+       padding-top: 8px;
+       color: #32373c;
+}
+
+#plugin-information-tabs.with-banner a.current {
+       border-top: none;
+       padding-top: 9px;
 }
 
 #plugin-information-tabs a:active,
@@ -1856,25 +2316,34 @@ div.action-links {
 }
 
 #plugin-information-content {
+       overflow: hidden; /* equal height column trick */
        background: #fff;
-       border-top: 1px solid #ddd;
-       border-bottom: 1px solid #ddd;
-       position: absolute;
-       top: 90px;
+       position: relative;
+       top: 0;
        left: 0;
-       bottom: 58px;
        right: 0;
+       min-height: 100%;
+       /* Height of title + tabs + install now */
+       min-height: -webkit-calc( 100% - 152px );
+       min-height: calc( 100% - 152px );
+}
+
+#plugin-information-content.with-banner {
+       /* Height of banner + tabs + install now */
+       min-height: -webkit-calc( 100% - 346px );
+       min-height: calc( 100% - 346px );
 }
 
 #section-holder {
-       margin: 0;
-       padding: 10px 26px;
-       position: absolute;
+       position: relative;
        top: 0;
        left: 250px;
        bottom: 0;
        right: 0;
-       overflow: auto;
+       margin-left: 250px; /* FYI box */
+       padding: 10px 26px;
+       margin-bottom: -99930px; /* a bit less than the padding below to accommodate footer */
+       padding-bottom: 99999px; /* equal height column trick */
 }
 
 #section-holder .updated {
@@ -1882,16 +2351,18 @@ div.action-links {
 }
 
 #plugin-information .fyi {
-       background: #f3f3f3;
-       border-right: 1px solid #ddd;
-       color: #666;
-       padding: 16px;
-       position: absolute;
+       display: block;
+       float: left;
+       position: relative;
        top: 0;
        left: 0;
-       bottom: 0;
+       padding: 16px;
+       margin-bottom: -99930px; /* slightly less than the padding below to accommodate footer */
+       padding-bottom: 99999px; /* equal height column trick */
        width: 217px;
-       overflow: auto;
+       border-right: 1px solid #ddd;
+       background: #f3f3f3;
+       color: #666;
 }
 
 #plugin-information .fyi strong {
@@ -1922,6 +2393,54 @@ div.action-links {
        margin: 0 0 10px;
 }
 
+#plugin-information .counter-container {
+       margin: 3px 0;
+}
+
+#plugin-information .counter-label {
+       float: right;
+       margin-left: 5px;
+       min-width: 55px;
+}
+
+#plugin-information .counter-back {
+       height: 17px;
+       width: 92px;
+       background-color: #ececec;
+       float: right;
+}
+
+#plugin-information .counter-bar {
+       height: 17px;
+       background-color: #ffc733; /* slightly lighter than stars due to larger expanse */
+       float: right;
+}
+
+#plugin-information .counter-count {
+       margin-right: 5px;
+}
+
+#plugin-information .fyi ul.contributors {
+       margin-top: 10px;
+}
+
+#plugin-information .fyi ul.contributors li {
+       display: inline-block;
+       margin-left: 8px;
+       vertical-align: middle;
+}
+
+#plugin-information .fyi ul.contributors li {
+       display: inline-block;
+       margin-left: 8px;
+       vertical-align: middle;
+}
+
+#plugin-information .fyi ul.contributors li img {
+       vertical-align: middle;
+       margin-left: 4px;
+}
+
 #plugin-information-footer {
        padding: 15px 16px;
        position: absolute;
@@ -1929,12 +2448,20 @@ div.action-links {
        bottom: 0;
        right: 0;
        height: 28px;
+       border-top: 1px solid #ddd;
+       background: #f3f3f3;
+}
+
+/* rtl:ignore */
+#plugin-information .section {
+       direction: ltr;
 }
 
+/* rtl:ignore */
 #plugin-information .section ul,
 #plugin-information .section ol {
        list-style-type: disc;
-       margin-right: 24px;
+       margin-left: 24px;
 }
 
 #plugin-information .section,
@@ -1958,9 +2485,10 @@ div.action-links {
        box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
 }
 
+/* rtl:ignore */
 #plugin-information #section-screenshots li p {
        font-style: italic;
-       padding-right: 20px;
+       padding-left: 20px;
 }
 
 #plugin-information pre {
@@ -1969,25 +2497,101 @@ div.action-links {
        border: 1px solid #ccc;
 }
 
+/* rtl:ignore */
+#plugin-information .review {
+       overflow: hidden; /* clearfix */
+       width: 100%;
+       margin-bottom: 20px;
+       border-bottom: 1px solid #e6e6e6;
+}
+
+#plugin-information .review-title-section {
+       overflow: hidden; /* clearfix */
+}
+
+/* rtl:ignore */
+#plugin-information .review-title-section h4 {
+       display: inline-block;
+       float: left;
+       margin: 0 6px 0 0;
+}
+
+#plugin-information .reviewer-info p {
+       clear: both;
+       margin: 0;
+       padding-top: 2px;
+}
+
+/* rtl:ignore */
+#plugin-information .reviewer-info .avatar {
+       float: left;
+       margin: 4px 6px 0 0;
+}
+
+/* rtl:ignore */
+#plugin-information .reviewer-info .star-rating {
+       float: left;
+}
+
+/* rtl:ignore */
+#plugin-information .review-meta {
+       float: left;
+       margin-left: 0.75em;
+}
+
+/* rtl:ignore */
+#plugin-information .review-body {
+       float: left;
+       width: 100%;
+}
+
 .plugin-version-author-uri {
        font-size: 13px;
 }
 
-@media screen and ( max-width: 782px ) {
-       #plugin-information-content {
-               overflow: auto;
-               bottom: 58px;
+@media screen and ( max-width: 771px ) {
+       #plugin-information-title.with-banner {
+               height: 100px;
+               bottom: 100px;
+       }
+
+       #plugin-information-title.with-banner h2 {
+               margin-top: 30px;
+               font-size: 20px;
+               line-height: 40px;
+               max-width: 85%;
+       }
+
+       #plugin-information-title.with-banner div.vignette {
+               height: 100px;
+               bottom: 100px;
+               width: 800%;
+       }
+
+       #plugin-information-tabs {
+               overflow: hidden; /* clearfix */
+               padding: 0;
+               height: auto; /* let tabs wrap */
+       }
+
+       #plugin-information-tabs a.current {
+               margin-bottom: 0;
+               border-bottom: none;
        }
 
        #plugin-information .fyi {
+               float: none;
                border: 1px solid #ddd;
                position: static;
                width: auto;
-               margin: 26px 26px 16px;
+               margin: 26px 26px 0;
+               padding-bottom: 0; /* reset from the two column height fix */
        }
 
        #section-holder {
                position: static;
+               margin: 0;
+               padding-bottom: 70px; /* reset from the two column height fix, plus accomodate footer */
        }
 
        #plugin-information .fyi h3,
@@ -2011,7 +2615,6 @@ body.index-php #TB_window {
 }
 
 @media print,
-       (-o-min-device-pixel-ratio: 5/4),
        (-webkit-min-device-pixel-ratio: 1.25),
        (min-resolution: 120dpi) {
 
@@ -2048,9 +2651,37 @@ body.import-php .tb-close-icon,
 body.plugins-php .tb-close-icon,
 body.update-core-php .tb-close-icon,
 body.index-php .tb-close-icon {
-       line-height: 48px;
-       width: 48px;
-       height: 48px;
+       right: auto;
+       left: -30px;
+       color: #eee;
+       -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
+       transition: color .1s ease-in-out, background .1s ease-in-out;
+}
+
+body.plugin-install-php #TB_closeWindowButton:focus,
+body.plugin-install-php #TB_closeWindowButton:focus .tb-close-icon,
+body.plugin-install-php .tb-close-icon:focus,
+body.plugin-install-php .tb-close-icon:hover,
+body.import-php #TB_closeWindowButton:focus,
+body.import-php #TB_closeWindowButton:focus .tb-close-icon,
+body.import-php .tb-close-icon:focus,
+body.import-php .tb-close-icon:hover,
+body.plugins-php #TB_closeWindowButton:focus,
+body.plugins-php #TB_closeWindowButton:focus .tb-close-icon,
+body.plugins-php .tb-close-icon:focus,
+body.plugins-php .tb-close-icon:hover,
+body.update-core-php #TB_closeWindowButton:focus,
+body.update-core-php #TB_closeWindowButton:focus .tb-close-icon,
+body.update-core-php .tb-close-icon:focus,
+body.update-core-php .tb-close-icon:hover,
+body.index-php #TB_closeWindowButton:focus,
+body.index-php #TB_closeWindowButton:focus .tb-close-icon,
+body.index-php .tb-close-icon:focus,
+body.index-php .tb-close-icon:hover {
+       color: #00a0d2;
+       outline: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
 }
 
 body.plugin-install-php .tb-close-icon:before,
@@ -2058,7 +2689,20 @@ body.import-php .tb-close-icon:before,
 body.plugins-php .tb-close-icon:before,
 body.update-core-php .tb-close-icon:before,
 body.index-php .tb-close-icon:before {
-       line-height: 48px;
+       content: "\f335";
+       font-size: 32px;
+}
+
+/* move plugin install close icon to top on narrow screens */
+@media screen and ( max-width: 830px ) {
+       body.plugin-install-php .tb-close-icon,
+       body.import-php .tb-close-icon,
+       body.plugins-php .tb-close-icon,
+       body.update-core-php .tb-close-icon,
+       body.index-php .tb-close-icon {
+               left: 0;
+               top: -30px;
+       }
 }
 
 /* @todo: move this. */
@@ -2143,7 +2787,7 @@ img {
        outline: none;
 }
 
-/* @noflip */
+/* rtl:ignore */
 #template textarea,
 #docs-list {
        direction: ltr;
@@ -2178,7 +2822,7 @@ img {
        margin: 4px 0;
 }
 
-#templateside a,
+#templateside li a,
 .theme-editor-php .highlight {
        display: block;
        padding: 3px 12px 3px 3px;
@@ -2242,7 +2886,7 @@ img {
 .item-edit,
 .sidebar-name-arrow,
 .accordion-section-title:after {
-       color: #aaa;
+       color: #a0a5aa;
 }
 
 .widget-action:hover,
@@ -2254,7 +2898,12 @@ img {
 }
 
 .widget-top a.widget-action:after {
-       padding: 12px 12px 0;
+       padding: 12px 12px 11px;
+}
+
+.widget-top a.widget-action:focus:after {
+       -webkit-box-shadow: 0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);
+       box-shadow: 0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);
 }
 
 .nav-menus-php .item-edit:before {
@@ -2270,33 +2919,26 @@ img {
 
 .control-section.open .accordion-section-title:after,
 #customize-info.open .accordion-section-title:after,
-.nav-menus-php .menu-item-edit-active .item-edit:before {
+.nav-menus-php .menu-item-edit-active .item-edit:before,
+.widget.open .widget-top a.widget-action:after {
        content: '\f142';
 }
 
-/* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */
-.ui-sortable,
-.ui-draggable {
-       -ms-touch-action: none;
-       touch-action:     none;
-}
-
-.meta-box-sortables.ui-sortable,
-.widgets-holder-wrap .ui-draggable,
-.widgets-holder-wrap .ui-sortable,
-.menu.ui-sortable {
-       -ms-touch-action: auto;
-       touch-action:     auto;
-}
-
-.meta-box-sortables.ui-sortable .hndle,
-.menu.ui-sortable .menu-item-handle {
+/*!
+ * jQuery UI Draggable/Sortable 1.11.4
+ * http://jqueryui.com
+ *
+ * Copyright jQuery Foundation and other contributors
+ * Released under the MIT license.
+ * http://jquery.org/license
+ */
+.ui-draggable-handle,
+.ui-sortable-handle {
        -ms-touch-action: none;
-       touch-action:     none;
+       touch-action: none;
 }
 
 /* Accordion */
-
 .accordion-section {
        border-bottom: 1px solid #dfdfdf;
        margin: 0;
@@ -2347,7 +2989,7 @@ img {
 
 .accordion-section-title:hover:after,
 .accordion-section-title:focus:after {
-       border-color: #aaa transparent;
+       border-color: #a0a5aa transparent;
 }
 
 .cannot-expand .accordion-section-title {
@@ -2374,7 +3016,7 @@ img {
 .js .control-section .accordion-section-title:hover,
 .js .control-section.open .accordion-section-title,
 .js .control-section .accordion-section-title:focus {
-       color: #222;
+       color: #23282d;
        background: #f5f5f5;
 }
 
@@ -2437,13 +3079,12 @@ img {
  * HiDPI Displays
  */
 @media print,
-  (-o-min-device-pixel-ratio: 5/4),
   (-webkit-min-device-pixel-ratio: 1.25),
   (min-resolution: 120dpi) {
        /* Back-compat for pre-3.8 */
        div.star-holder,
        div.star-holder .star-rating {
-               background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom right;
+               background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom left;
                -webkit-background-size: 21px 37px;
                background-size: 21px 37px;
        }
@@ -2487,10 +3128,6 @@ img {
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
        }
 
-       #wpwrap {
-               background: #f0f0f0;
-       }
-
        #wpcontent {
                position: relative;
                margin-right: 0;
@@ -2535,13 +3172,24 @@ img {
        }
 
        /* Feedback Messages */
-       .wrap div.updated, .wrap div.error, .media-upload-form div.error {
+       .notice,
+       .wrap div.updated,
+       .wrap div.error,
+       .media-upload-form div.error {
                margin: 20px 0 10px 0;
                padding: 5px 10px;
                font-size: 14px;
                line-height: 175%;
        }
 
+       .wp-core-ui .notice.is-dismissible {
+               padding-left: 46px;
+       }
+
+       .notice-dismiss {
+               padding: 13px;
+       }
+
        .wrap .icon32 + h2 {
                margin-top: -2px;
        }
@@ -2550,6 +3198,10 @@ img {
                left: -190px;
        }
 
+       code {
+               word-wrap: break-word;
+       }
+
        /* General Metabox */
        .postbox {
                font-size: 14px;