aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/wp-admin/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/wordpress/wp-admin/css/common.css')
-rw-r--r--srcs/wordpress/wp-admin/css/common.css4066
1 files changed, 4066 insertions, 0 deletions
diff --git a/srcs/wordpress/wp-admin/css/common.css b/srcs/wordpress/wp-admin/css/common.css
new file mode 100644
index 0000000..cf4a75b
--- /dev/null
+++ b/srcs/wordpress/wp-admin/css/common.css
@@ -0,0 +1,4066 @@
+/* 2 column liquid layout */
+#wpwrap {
+ height: auto;
+ min-height: 100%;
+ width: 100%;
+ position: relative;
+ -webkit-font-smoothing: subpixel-antialiased;
+}
+
+#wpcontent {
+ height: 100%;
+ padding-left: 20px;
+}
+
+#wpcontent,
+#wpfooter {
+ margin-left: 160px;
+}
+
+.folded #wpcontent,
+.folded #wpfooter {
+ margin-left: 36px;
+}
+
+#wpbody-content {
+ padding-bottom: 65px;
+ float: left;
+ width: 100%;
+ overflow: visible !important;
+}
+
+/* inner 2 column liquid layout */
+
+.inner-sidebar {
+ float: right;
+ clear: right;
+ display: none;
+ width: 281px;
+ position: relative;
+}
+
+.columns-2 .inner-sidebar {
+ margin-right: auto;
+ width: 286px;
+ display: block;
+}
+
+.inner-sidebar #side-sortables,
+.columns-2 .inner-sidebar #side-sortables {
+ min-height: 300px;
+ width: 280px;
+ padding: 0;
+}
+
+.has-right-sidebar .inner-sidebar {
+ display: block;
+}
+
+.has-right-sidebar #post-body {
+ float: left;
+ clear: left;
+ width: 100%;
+ margin-right: -2000px;
+}
+
+.has-right-sidebar #post-body-content {
+ margin-right: 300px;
+ float: none;
+ width: auto;
+}
+
+/* 2 columns main area */
+
+#col-left {
+ float: left;
+ width: 35%;
+}
+
+#col-right {
+ float: right;
+ width: 65%;
+}
+
+#col-left .col-wrap {
+ padding: 0 6px 0 0;
+}
+
+#col-right .col-wrap {
+ padding: 0 0 0 6px;
+}
+
+/* utility classes */
+.alignleft {
+ float: left;
+}
+
+.alignright {
+ float: right;
+}
+
+.textleft {
+ text-align: left;
+}
+
+.textright {
+ text-align: right;
+}
+
+.clear {
+ clear: both;
+}
+
+/* modern clearfix */
+.wp-clearfix:after {
+ content: "";
+ display: table;
+ clear: both;
+}
+
+/* Hide visually but not from screen readers */
+.screen-reader-text,
+.screen-reader-text span,
+.ui-helper-hidden-accessible {
+ border: 0;
+ clip: rect(1px, 1px, 1px, 1px);
+ -webkit-clip-path: inset(50%);
+ clip-path: inset(50%);
+ height: 1px;
+ margin: -1px;
+ overflow: hidden;
+ padding: 0;
+ position: absolute;
+ width: 1px;
+ word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
+}
+
+.button .screen-reader-text {
+ height: auto; /* Fixes a Safari+VoiceOver bug, see ticket #42006 */
+}
+
+.screen-reader-shortcut {
+ position: absolute;
+ top: -1000em;
+}
+
+.screen-reader-shortcut:focus {
+ left: 6px;
+ top: -25px;
+ height: auto;
+ width: auto;
+ display: block;
+ font-size: 14px;
+ font-weight: 600;
+ padding: 15px 23px 14px;
+ background: #f1f1f1;
+ color: #0073aa;
+ z-index: 100000;
+ line-height: normal;
+ box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+ text-decoration: none;
+ /* Only visible in Windows High Contrast mode */
+ outline: 2px solid transparent;
+ outline-offset: -2px;
+}
+
+.hidden,
+.js .closed .inside,
+.js .hide-if-js,
+.no-js .hide-if-no-js,
+.js.wp-core-ui .hide-if-js,
+.js .wp-core-ui .hide-if-js,
+.no-js.wp-core-ui .hide-if-no-js,
+.no-js .wp-core-ui .hide-if-no-js {
+ display: none;
+}
+
+/* @todo: Take a second look. Large chunks of shared color, from the colors.css merge */
+.widget-top,
+.menu-item-handle,
+.widget-inside,
+#menu-settings-column .accordion-container,
+#menu-management .menu-edit,
+.manage-menus,
+table.widefat,
+.stuffbox,
+p.popular-tags,
+.widgets-holder-wrap,
+.wp-editor-container,
+.popular-tags,
+.feature-filter,
+.imgedit-group,
+.comment-ays {
+ border: 1px solid #ccd0d4;
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+}
+
+table.widefat,
+.wp-editor-container,
+.stuffbox,
+p.popular-tags,
+.widgets-holder-wrap,
+.popular-tags,
+.feature-filter,
+.imgedit-group,
+.comment-ays {
+ background: #fff;
+}
+
+/* general */
+html,
+body {
+ height: 100%;
+ margin: 0;
+ padding: 0;
+}
+
+body {
+ background: #f1f1f1;
+ color: #444;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
+ font-size: 13px;
+ line-height: 1.4em;
+ min-width: 600px;
+}
+
+body.iframe {
+ min-width: 0;
+ padding-top: 1px;
+}
+
+body.modal-open {
+ overflow: hidden;
+}
+
+body.mobile.modal-open #wpwrap {
+ overflow: hidden;
+ position: fixed;
+ height: 100%;
+}
+
+iframe,
+img {
+ border: 0;
+}
+
+td {
+ font-family: inherit;
+ font-size: inherit;
+ font-weight: inherit;
+ line-height: inherit;
+}
+
+/* Any change to the default link style must be applied to button-link too. */
+a {
+ color: #0073aa;
+ transition-property: border, background, color;
+ transition-duration: .05s;
+ transition-timing-function: ease-in-out;
+}
+
+a,
+div {
+ outline: 0;
+}
+
+a:hover,
+a:active {
+ color: #00a0d2;
+}
+
+a:focus,
+a:focus .media-icon img,
+.wp-person a:focus .gravatar {
+ color: #124964;
+ box-shadow:
+ 0 0 0 1px #5b9dd9,
+ 0 0 2px 1px rgba(30, 140, 190, 0.8);
+ /* Only visible in Windows High Contrast mode */
+ outline: 1px solid transparent;
+}
+
+.ie8 a:focus {
+ outline: #5b9dd9 solid 1px;
+}
+
+#adminmenu a:focus {
+ box-shadow: none;
+ /* Only visible in Windows High Contrast mode */
+ outline: 1px solid transparent;
+ outline-offset: -1px;
+}
+
+.screen-reader-text:focus {
+ box-shadow: none;
+ outline: none;
+}
+
+blockquote,
+q {
+ quotes: none;
+}
+
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+ content: "";
+ content: none;
+}
+
+p {
+ font-size: 13px;
+ line-height: 1.5;
+ margin: 1em 0;
+}
+
+blockquote {
+ margin: 1em;
+}
+
+li,
+dd {
+ margin-bottom: 6px;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ display: block;
+ font-weight: 600;
+}
+
+h1 {
+ color: #23282d;
+ font-size: 2em;
+ margin: .67em 0;
+}
+
+h2,
+h3 {
+ color: #23282d;
+ font-size: 1.3em;
+ margin: 1em 0;
+}
+
+.update-core-php h2 {
+ margin-top: 2em;
+}
+
+.update-php h2,
+.update-messages h2,
+h4 {
+ font-size: 1em;
+ margin: 1.33em 0;
+}
+
+h5 {
+ font-size: 0.83em;
+ margin: 1.67em 0;
+}
+
+h6 {
+ font-size: 0.67em;
+ margin: 2.33em 0;
+}
+
+ul,
+ol {
+ padding: 0;
+}
+
+ul {
+ list-style: none;
+}
+
+ol {
+ list-style-type: decimal;
+ margin-left: 2em;
+}
+
+ul.ul-disc {
+ list-style: disc outside;
+}
+
+ul.ul-square {
+ list-style: square outside;
+}
+
+ol.ol-decimal {
+ list-style: decimal outside;
+}
+
+ul.ul-disc,
+ul.ul-square,
+ol.ol-decimal {
+ margin-left: 1.8em;
+}
+
+ul.ul-disc > li,
+ul.ul-square > li,
+ol.ol-decimal > li {
+ margin: 0 0 0.5em;
+}
+
+/* rtl:ignore */
+.ltr {
+ direction: ltr;
+}
+
+/* rtl:ignore */
+.code,
+code {
+ font-family: Consolas, Monaco, monospace;
+ direction: ltr;
+ unicode-bidi: embed;
+}
+
+kbd,
+code {
+ padding: 3px 5px 2px 5px;
+ margin: 0 1px;
+ background: #eaeaea;
+ background: rgba(0, 0, 0, 0.07);
+ font-size: 13px;
+}
+
+.subsubsub {
+ list-style: none;
+ margin: 8px 0 0;
+ padding: 0;
+ font-size: 13px;
+ float: left;
+ color: #666;
+}
+
+.subsubsub a {
+ line-height: 2;
+ padding: .2em;
+ text-decoration: none;
+}
+
+.subsubsub a .count,
+.subsubsub a.current .count {
+ color: #555d66; /* #f1f1f1 background */
+ font-weight: 400;
+}
+
+.subsubsub a.current {
+ font-weight: 600;
+ border: none;
+}
+
+.subsubsub li {
+ display: inline-block;
+ margin: 0;
+ padding: 0;
+ white-space: nowrap;
+}
+
+.wp-die-message {
+ font-size: 13px;
+ line-height: 1.5;
+ margin: 1em 0;
+}
+
+/* .widefat - main style for tables */
+.widefat {
+ border-spacing: 0;
+ width: 100%;
+ clear: both;
+ margin: 0;
+}
+
+.widefat * {
+ word-wrap: break-word;
+}
+
+.widefat a,
+.widefat button.button-link {
+ text-decoration: none;
+}
+
+.widefat td,
+.widefat th {
+ padding: 8px 10px;
+}
+
+.widefat thead th,
+.widefat thead td {
+ border-bottom: 1px solid #ccd0d4;
+}
+
+.widefat tfoot th,
+.widefat tfoot td {
+ border-top: 1px solid #ccd0d4;
+ border-bottom: none;
+}
+
+.widefat .no-items td {
+ border-bottom-width: 0;
+}
+
+.widefat td {
+ vertical-align: top;
+}
+
+.widefat td,
+.widefat td p,
+.widefat td ol,
+.widefat td ul {
+ font-size: 13px;
+ line-height: 1.5em;
+}
+
+.widefat th,
+.widefat thead td,
+.widefat tfoot td {
+ text-align: left;
+ line-height: 1.3em;
+ font-size: 14px;
+}
+
+.widefat th input,
+.updates-table td input,
+.widefat thead td input,
+.widefat tfoot td input {
+ margin: 0 0 0 8px;
+ padding: 0;
+ vertical-align: text-top;
+}
+
+.widefat .check-column {
+ width: 2.2em;
+ padding: 6px 0 25px;
+ vertical-align: top;
+}
+
+.widefat tbody th.check-column {
+ padding: 9px 0 22px;
+}
+
+.widefat thead td.check-column,
+.widefat tbody th.check-column,
+.updates-table tbody td.check-column,
+.widefat tfoot td.check-column {
+ padding: 11px 0 0 3px;
+}
+
+.widefat thead td.check-column,
+.widefat tfoot td.check-column {
+ padding-top: 4px;
+ vertical-align: middle;
+}
+
+.update-php div.updated,
+.update-php div.error {
+ margin-left: 0;
+}
+
+.no-js .widefat thead .check-column input,
+.no-js .widefat tfoot .check-column input {
+ display: none;
+}
+
+.widefat .num,
+.column-comments,
+.column-links,
+.column-posts {
+ text-align: center;
+}
+
+.widefat th#comments {
+ vertical-align: middle;
+}
+
+.wrap {
+ margin: 10px 20px 0 2px;
+}
+
+.wrap.block-editor-no-js {
+ padding-left: 20px;
+}
+
+.wrap > h2:first-child, /* Back-compat for pre-4.4 */
+.wrap [class$="icon32"] + h2, /* Back-compat for pre-4.4 */
+.postbox .inside h2, /* Back-compat for pre-4.4 */
+.wrap h1 {
+ font-size: 23px;
+ font-weight: 400;
+ margin: 0;
+ padding: 9px 0 4px 0;
+ line-height: 1.3;
+}
+
+.wrap h1.wp-heading-inline {
+ display: inline-block;
+ margin-right: 5px;
+}
+
+.wp-header-end {
+ visibility: hidden;
+ margin: -2px 0 0;
+}
+
+.subtitle {
+ margin: 0;
+ padding-left: 25px;
+ color: #555d66;
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 1;
+}
+
+.wrap .add-new-h2, /* deprecated */
+.wrap .add-new-h2:active, /* deprecated */
+.wrap .page-title-action,
+.wrap .page-title-action:active {
+ margin-left: 4px;
+ padding: 4px 8px;
+ position: relative;
+ top: -3px;
+ text-decoration: none;
+ border: 1px solid #0071a1;
+ border-radius: 2px;
+ text-shadow: none;
+ font-weight: 600;
+ font-size: 13px;
+ line-height: normal; /* IE8-IE11 need this for buttons */
+ color: #0071a1; /* use the standard color used for buttons */
+ background: #f3f5f6;
+ cursor: pointer;
+}
+
+.wrap .wp-heading-inline + .page-title-action {
+ margin-left: 0;
+}
+
+.wrap .add-new-h2:hover, /* deprecated */
+.wrap .page-title-action:hover {
+ background: #f1f1f1;
+ border-color: #016087;
+ color: #016087;
+}
+
+/* lower specificity: color needs to be overridden by :hover and :active */
+.page-title-action:focus {
+ color: #016087;
+}
+
+/* Dashicon for language options on General Settings and Profile screens */
+.form-table th label[for="locale"] .dashicons,
+.form-table th label[for="WPLANG"] .dashicons {
+ margin-left: 5px;
+}
+
+.wrap .page-title-action:focus {
+ border-color: #007cba;
+ box-shadow: 0 0 0 1px #007cba;
+ /* Only visible in Windows High Contrast mode */
+ outline: 2px solid transparent;
+}
+
+.wrap h1.long-header {
+ padding-right: 0;
+}
+
+.wp-dialog {
+ background-color: #fff;
+}
+
+.widgets-chooser ul,
+#widgets-left .widget-in-question .widget-top,
+#available-widgets .widget-top:hover,
+div#widgets-right .widget-top:hover,
+#widgets-left .widget-top:hover {
+ border-color: #999;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
+}
+
+.sorthelper {
+ background-color: #ccf3fa;
+}
+
+.ac_match,
+.subsubsub a.current {
+ color: #000;
+}
+
+.striped > tbody > :nth-child(odd),
+ul.striped > :nth-child(odd),
+.alternate {
+ background-color: #f9f9f9;
+}
+
+.bar {
+ background-color: #e8e8e8;
+ border-right-color: #99d;
+}
+
+/* Helper classes for plugins to leverage the active WordPress color scheme */
+
+.highlight {
+ background-color: #e4f2fd;
+ color: #000;
+}
+
+.wp-ui-primary {
+ color: #fff;
+ background-color: #32373c;
+}
+.wp-ui-text-primary {
+ color: #32373c;
+}
+
+.wp-ui-highlight {
+ color: #fff;
+ background-color: #1e8cbe;
+}
+.wp-ui-text-highlight {
+ color: #1e8cbe;
+}
+
+.wp-ui-notification {
+ color: #fff;
+ background-color: #d54e21;
+}
+.wp-ui-text-notification {
+ color: #d54e21;
+}
+
+.wp-ui-text-icon {
+ color: #82878c; /* same as new icons */
+}
+
+/* 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;
+ box-shadow: none !important;
+}
+
+/*------------------------------------------------------------------------------
+ 1.0 - Text Styles
+------------------------------------------------------------------------------*/
+
+.widget .widget-top,
+.postbox .hndle,
+.stuffbox .hndle,
+.control-section .accordion-section-title,
+.sidebar-name,
+#nav-menu-header,
+#nav-menu-footer,
+.menu-item-handle,
+.checkbox,
+.side-info,
+#your-profile #rich_editing,
+.widefat thead th,
+.widefat thead td,
+.widefat tfoot th,
+.widefat tfoot td {
+ line-height: 1.4em;
+}
+
+.widget .widget-top,
+.menu-item-handle {
+ background: #fafafa;
+ color: #23282d;
+}
+
+.postbox .hndle,
+.stuffbox .hndle {
+ border-bottom: 1px solid #ccd0d4;
+}
+
+.quicktags {
+ background-color: #ccc;
+ color: #000;
+ font-size: 12px;
+}
+
+.icon32 {
+ display: none;
+}
+
+/* @todo can we combine these into a class or use an existing dashicon one? */
+.welcome-panel .welcome-panel-close:before,
+.tagchecklist .ntdelbutton .remove-tag-icon:before,
+#bulk-titles div a:before,
+.notice-dismiss:before {
+ background: none;
+ color: #72777c;
+ content: "\f153";
+ display: block;
+ font: normal 16px/20px dashicons;
+ speak: none;
+ height: 20px;
+ text-align: center;
+ width: 20px;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.welcome-panel .welcome-panel-close:before {
+ margin: 0;
+}
+
+#bulk-titles div a:before {
+ margin: 1px 0;
+}
+
+.tagchecklist .ntdelbutton .remove-tag-icon:before {
+ margin-left: 2px;
+ border-radius: 50%;
+ color: #0073aa;
+ /* vertically center the icon cross browsers */
+ line-height: 1.28;
+}
+
+.tagchecklist .ntdelbutton:focus {
+ outline: 0;
+}
+
+.welcome-panel .welcome-panel-close:hover:before,
+.welcome-panel .welcome-panel-close:focus:before,
+.tagchecklist .ntdelbutton:hover .remove-tag-icon:before,
+.tagchecklist .ntdelbutton:focus .remove-tag-icon:before,
+#bulk-titles div a:hover:before,
+#bulk-titles div a:focus:before {
+ color: #c00;
+}
+
+.tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
+ box-shadow:
+ 0 0 0 1px #5b9dd9,
+ 0 0 2px 1px rgba(30, 140, 190, 0.8);
+}
+
+.key-labels label {
+ line-height: 24px;
+}
+
+strong, b {
+ font-weight: 600;
+}
+
+.pre {
+ /* https://developer.mozilla.org/en-US/docs/CSS/white-space */
+ white-space: pre-wrap; /* css-3 */
+ word-wrap: break-word; /* IE 5.5 - 7 */
+}
+
+.howto {
+ color: #666;
+ font-style: italic;
+ display: block;
+}
+
+p.install-help {
+ margin: 8px 0;
+ font-style: italic;
+}
+
+.no-break {
+ white-space: nowrap;
+}
+
+hr {
+ border: 0;
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #fafafa;
+}
+
+.row-actions span.delete a,
+.row-actions span.trash a,
+.row-actions span.spam a,
+.plugins a.delete,
+#all-plugins-table .plugins a.delete,
+#search-plugins-table .plugins a.delete,
+.submitbox .submitdelete,
+#media-items a.delete,
+#media-items a.delete-permanently,
+#nav-menu-footer .menu-delete,
+#delete-link a.delete {
+ color: #a00;
+}
+
+abbr.required,
+span.required,
+.file-error,
+.row-actions .delete a:hover,
+.row-actions .trash a:hover,
+.row-actions .spam a:hover,
+.plugins a.delete:hover,
+#all-plugins-table .plugins a.delete:hover,
+#search-plugins-table .plugins a.delete:hover,
+.submitbox .submitdelete:hover,
+#media-items a.delete:hover,
+#media-items a.delete-permanently:hover,
+#nav-menu-footer .menu-delete:hover,
+#delete-link a.delete:hover {
+ color: #dc3232;
+ border: none;
+}
+
+/*------------------------------------------------------------------------------
+ 3.0 - Actions
+------------------------------------------------------------------------------*/
+
+#major-publishing-actions {
+ padding: 10px;
+ clear: both;
+ border-top: 1px solid #ddd;
+ background: #f5f5f5;
+}
+
+#delete-action {
+ float: left;
+ line-height: 2.30769231; /* 30px */
+}
+
+#delete-link {
+ line-height: 2.30769231; /* 30px */
+ vertical-align: middle;
+ text-align: left;
+ margin-left: 8px;
+}
+
+#delete-link a {
+ text-decoration: none;
+}
+
+#publishing-action {
+ text-align: right;
+ float: right;
+ line-height: 1.9;
+}
+
+#publishing-action .spinner {
+ float: none;
+ margin-top: 5px;
+}
+
+#misc-publishing-actions {
+ padding: 6px 0 0;
+}
+
+.misc-pub-section {
+ padding: 6px 10px 8px;
+}
+
+.misc-pub-filename {
+ word-wrap: break-word;
+}
+
+#minor-publishing-actions {
+ padding: 10px 10px 0 10px;
+ text-align: right;
+}
+
+#save-post {
+ float: left;
+}
+
+.preview {
+ float: right;
+}
+
+#sticky-span {
+ margin-left: 18px;
+}
+
+.approve,
+.unapproved .unapprove {
+ display: none;
+}
+
+.unapproved .approve,
+.spam .approve,
+.trash .approve {
+ display: inline;
+}
+
+td.action-links,
+th.action-links {
+ text-align: right;
+}
+
+#misc-publishing-actions .notice {
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
+/* Filter bar */
+.wp-filter {
+ display: inline-block;
+ position: relative;
+ box-sizing: border-box;
+ margin: 12px 0 25px;
+ padding: 0 10px;
+ width: 100%;
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+ border: 1px solid #ccd0d4;
+ 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;
+ border-radius: 30px;
+ background: #72777c;
+ 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-left: 5px;
+ margin-right: 20px;
+}
+
+.filter-items {
+ float: left;
+}
+
+.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 {
+ 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: right;
+ margin: 10px 0;
+}
+
+.wp-filter .search-form input[type="search"] {
+ margin: 1px 0;
+ width: 280px;
+ max-width: 100%;
+}
+
+.wp-filter .search-form select {
+ margin: 0;
+}
+
+.wp-filter .search-form.search-plugins {
+ display: inline-block;
+}
+
+.wp-filter .button.drawer-toggle {
+ margin: 10px 9px 0;
+ padding: 0 10px 0 6px;
+ border-color: transparent;
+ background-color: transparent;
+ color: #666;
+ vertical-align: baseline;
+ box-shadow: none;
+}
+
+.wp-filter .drawer-toggle:before {
+ content: "\f111";
+ margin: 0 5px 0 0;
+ color: #72777c;
+ font: normal 16px/1 dashicons;
+ vertical-align: text-bottom;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.wp-filter .button.drawer-toggle:hover,
+.wp-filter .drawer-toggle:hover:before,
+.wp-filter .button.drawer-toggle:focus,
+.wp-filter .drawer-toggle:focus:before {
+ background-color: transparent;
+ color: #00a0d2;
+}
+
+.wp-filter .button.drawer-toggle:hover,
+.wp-filter .button.drawer-toggle:focus:active {
+ border-color: transparent;
+}
+
+.wp-filter .button.drawer-toggle:focus {
+ border-color: #5b9dd9;
+}
+
+.wp-filter .button.drawer-toggle:active {
+ background: transparent;
+ box-shadow: none;
+ transform: none;
+}
+
+.wp-filter .drawer-toggle.current:before {
+ color: #fff;
+}
+
+.filter-drawer,
+.wp-filter .favorites-form {
+ display: none;
+ margin: 0 -10px 0 -20px;
+ padding: 20px;
+ border-top: 1px solid #eee;
+ background: #fafafa;
+ overflow: hidden;
+}
+
+.show-filters .filter-drawer,
+.show-favorites-form .favorites-form {
+ display: block;
+}
+
+.show-filters .filter-links a.current {
+ border-bottom: none;
+}
+
+.show-filters .wp-filter .button.drawer-toggle {
+ border-radius: 2px;
+ background: #72777c;
+ color: #fff;
+}
+
+.show-filters .wp-filter .drawer-toggle:hover,
+.show-filters .wp-filter .drawer-toggle:focus {
+ background: rgb(46, 162, 204);
+}
+
+.show-filters .wp-filter .drawer-toggle:before {
+ color: #fff;
+}
+
+.filter-group {
+ box-sizing: border-box;
+ position: relative;
+ float: left;
+ margin: 0 1% 0 0;
+ padding: 20px 10px 10px;
+ width: 24%;
+ background: #fff;
+ border: 1px solid #e5e5e5;
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+}
+
+.filter-group legend {
+ position: absolute;
+ top: 10px;
+ display: block;
+ margin: 0;
+ padding: 0;
+ font-size: 1em;
+ font-weight: 600;
+}
+
+.filter-drawer .filter-group-feature {
+ margin: 28px 0 0;
+ list-style-type: none;
+ font-size: 12px;
+}
+
+.filter-drawer .filter-group-feature input,
+.filter-drawer .filter-group-feature label {
+ line-height: 1.4;
+}
+
+.filter-drawer .filter-group-feature input {
+ position: absolute;
+ margin: 0;
+}
+
+.filter-group .filter-group-feature label {
+ display: block;
+ margin: 14px 0px 14px 23px;
+}
+
+.filter-drawer .buttons {
+ clear: both;
+ margin-bottom: 20px;
+}
+
+.filter-drawer .filter-group + .buttons {
+ margin-bottom: 0;
+ padding-top: 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-left: 10px;
+}
+
+.wp-filter .button-link.edit-filters {
+ padding: 0 5px;
+ line-height: 2.2;
+}
+
+.filtered-by {
+ display: none;
+ margin: 0;
+}
+
+.filtered-by > span {
+ font-weight: 600;
+}
+
+.filtered-by a {
+ margin-left: 10px;
+}
+
+.filtered-by .tags {
+ display: inline;
+}
+
+.filtered-by .tag {
+ margin: 0 5px;
+ padding: 4px 8px;
+ border: 1px solid #e5e5e5;
+ 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 .favorites-form,
+.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: 1px solid #ccd0d4;
+ border-left-width: 4px;
+ box-shadow: 0 1px 1px rgba(0,0,0,.04);
+ margin: 5px 15px 2px;
+ padding: 1px 12px;
+}
+
+div[class="update-message"] { /* back-compat for pre-4.6 */
+ padding: 0.5em 12px 0.5em 0;
+}
+
+.notice p,
+.notice-title,
+div.updated p,
+div.error p,
+.form-table td .notice p {
+ margin: 0.5em 0;
+ padding: 2px;
+}
+
+.error a {
+ text-decoration: underline;
+}
+
+.updated a {
+ padding-bottom: 2px;
+}
+
+.notice-alt {
+ box-shadow: none;
+}
+
+.notice-large {
+ padding: 10px 20px;
+}
+
+.notice-title {
+ display: inline-block;
+ color: #23282d;
+ font-size: 18px;
+}
+
+.wp-core-ui .notice.is-dismissible {
+ padding-right: 38px;
+ position: relative;
+}
+
+.notice-dismiss {
+ position: absolute;
+ top: 0;
+ right: 1px;
+ border: none;
+ margin: 0;
+ padding: 9px;
+ background: none;
+ color: #72777c;
+ cursor: pointer;
+}
+
+.notice-dismiss:hover:before,
+.notice-dismiss:active:before,
+.notice-dismiss:focus:before {
+ color: #c00;
+}
+
+.notice-dismiss:focus {
+ outline: none;
+ box-shadow:
+ 0 0 0 1px #5b9dd9,
+ 0 0 2px 1px rgba(30, 140, 190, 0.8);
+}
+
+.ie8 .notice-dismiss:focus {
+ outline: 1px solid #5b9dd9;
+}
+
+.notice-success,
+div.updated {
+ border-left-color: #46b450;
+}
+
+.notice-success.notice-alt {
+ background-color: #ecf7ed;
+}
+
+.notice-warning {
+ border-left-color: #ffb900;
+}
+
+.notice-warning.notice-alt {
+ background-color: #fff8e5;
+}
+
+.notice-error,
+div.error {
+ border-left-color: #dc3232;
+}
+
+.notice-error.notice-alt {
+ background-color: #fbeaea;
+}
+
+.notice-info {
+ border-left-color: #00a0d2;
+}
+
+.notice-info.notice-alt {
+ background-color: #e5f5fa;
+}
+
+.update-message p:before,
+.updating-message p:before,
+.updated-message p:before,
+.import-php .updating-message:before,
+.button.updating-message:before,
+.button.updated-message:before,
+.button.installed:before,
+.button.installing:before {
+ display: inline-block;
+ font: normal 20px/1 'dashicons';
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ vertical-align: top;
+}
+
+.wrap .notice,
+.wrap