Remove WordPress files and clean up project
This commit is contained in:
parent
b8c238ccf2
commit
22de6b5a33
85
404.shtml
85
404.shtml
|
|
@ -1,85 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>File Not Found</title>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
body, h1, p {
|
|
||||||
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
||||||
font-weight: normal;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
margin-top: 177px;
|
|
||||||
max-width: 1170px;
|
|
||||||
padding-right: 15px;
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row:before, .row:after {
|
|
||||||
display: table;
|
|
||||||
content: " ";
|
|
||||||
}
|
|
||||||
|
|
||||||
.col-md-6 {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.col-md-push-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 48px;
|
|
||||||
font-weight: 300;
|
|
||||||
margin: 0 0 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lead {
|
|
||||||
font-size: 21px;
|
|
||||||
font-weight: 200;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 0 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #3282e6;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="container text-center" id="error">
|
|
||||||
<svg height="100" width="100">
|
|
||||||
<polygon points="50,25 17,80 82,80" stroke-linejoin="round" style="fill:none;stroke:#ff8a00;stroke-width:8" />
|
|
||||||
<text x="42" y="74" fill="#ff8a00" font-family="sans-serif" font-weight="900" font-size="42px">!</text>
|
|
||||||
</svg>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-12">
|
|
||||||
<div class="main-icon text-warning"><span class="uxicon uxicon-alert"></span></div>
|
|
||||||
<h1>File not found (404 error)</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-6 col-md-push-3">
|
|
||||||
<p class="lead">If you think what you're looking for should be here, please contact the site owner.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
81
home.html
81
home.html
|
|
@ -1,81 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Coming Soon</title>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
/*background: linear-gradient(90deg, white, gray);*/
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
body, h1, p {
|
|
||||||
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
||||||
font-weight: normal;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
margin-top: 177px;
|
|
||||||
max-width: 1170px;
|
|
||||||
padding-right: 15px;
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row:before, .row:after {
|
|
||||||
display: table;
|
|
||||||
content: " ";
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 48px;
|
|
||||||
font-weight: 300;
|
|
||||||
margin: 0 0 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lead {
|
|
||||||
font-size: 21px;
|
|
||||||
font-weight: 200;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 0 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #3282e6;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="container text-center" id="error">
|
|
||||||
|
|
||||||
<svg height="100" width="100">
|
|
||||||
<circle cx="50" cy="50" r="31" stroke="#679b08" stroke-width="9.5" fill="none" />
|
|
||||||
<circle cx="50" cy="50" r="6" stroke="#679b08" stroke-width="1" fill="#679b08" />
|
|
||||||
<line x1="50" y1="50" x2="35" y2="50" style="stroke:#679b08;stroke-width:6" />
|
|
||||||
<line x1="65" y1="35" x2="50" y2="50" style="stroke:#679b08;stroke-width:6" />
|
|
||||||
<path d="M59 65 L83 65 L75 87 Z" fill="#679b08" />
|
|
||||||
<rect width="20" height="9" x="70" y="56" style="fill:#eee;stroke-width:0;" />
|
|
||||||
</svg>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-12">
|
|
||||||
<div class="main-icon text-success"><span class="uxicon uxicon-clock-refresh"></span></div>
|
|
||||||
<h1>Future home of something quite cool.</h1>
|
|
||||||
<p class="lead">If you're the <strong>site owner</strong>, <a href="/cpanel">log in</a> to launch this site</p>
|
|
||||||
<p class="lead">If you are a <strong>visitor</strong>, check back soon.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
17
index.php
17
index.php
|
|
@ -1,17 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Front to the WordPress application. This file doesn't do anything, but loads
|
|
||||||
* wp-blog-header.php which does and tells WordPress to load the theme.
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Tells WordPress to load the WordPress theme and output it.
|
|
||||||
*
|
|
||||||
* @var bool
|
|
||||||
*/
|
|
||||||
define( 'WP_USE_THEMES', true );
|
|
||||||
|
|
||||||
/** Loads the WordPress Environment and Template */
|
|
||||||
require __DIR__ . '/wp-blog-header.php';
|
|
||||||
|
|
@ -1,160 +0,0 @@
|
||||||
html,body {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
* {
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: #ededed;
|
|
||||||
color: #424242;
|
|
||||||
margin: 0;
|
|
||||||
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
||||||
font-size:14px;
|
|
||||||
line-height:1.428571429;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:normal;line-height:1.1;color:#333}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1}
|
|
||||||
h1,.h1{font-size:45px;line-height:48px}
|
|
||||||
h2,.h2{font-size:36px;line-height:42px}
|
|
||||||
h3,.h3{font-size:28px;line-height:36px}
|
|
||||||
h4,.h4{font-size:24px;line-height:25px}
|
|
||||||
h5,.h5{font-size:20px;line-height:24px}
|
|
||||||
h6,.h6{font-size:18px;line-height:24px}
|
|
||||||
|
|
||||||
a{color:#3282e6;}
|
|
||||||
a:hover,a:focus{color:#165db5;text-decoration:underline}
|
|
||||||
|
|
||||||
.text-center{text-align:center}
|
|
||||||
|
|
||||||
.wrap {
|
|
||||||
min-height: 100%;
|
|
||||||
.display: table;
|
|
||||||
.height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-bar {
|
|
||||||
height: 20px;
|
|
||||||
background: #71a100;
|
|
||||||
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxYTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZmExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
|
||||||
background: -moz-linear-gradient(top, #71a100 0%, #6fa100 100%);
|
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71a100), color-stop(100%,#6fa100));
|
|
||||||
background: -webkit-linear-gradient(top, #71a100 0%,#6fa100 100%);
|
|
||||||
background: -o-linear-gradient(top, #71a100 0%,#6fa100 100%);
|
|
||||||
background: -ms-linear-gradient(top, #71a100 0%,#6fa100 100%);
|
|
||||||
background: linear-gradient(to bottom, #71a100 0%,#6fa100 100%);
|
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a100', endColorstr='#6fa100',GradientType=0 );
|
|
||||||
}
|
|
||||||
|
|
||||||
:root .top-bar {
|
|
||||||
filter: none \0/IE9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome-container {
|
|
||||||
width: 500px;
|
|
||||||
margin: 0 auto;
|
|
||||||
overflow: auto;
|
|
||||||
padding-bottom: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.coming-soon-wrap {
|
|
||||||
margin-top: 90px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.frowny-face {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 130px;
|
|
||||||
color: #919191;
|
|
||||||
line-height: 1.1;
|
|
||||||
margin-top: 90px;
|
|
||||||
margin-bottom: 70px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome-container h1 {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary {
|
|
||||||
background-color: #7FB141;
|
|
||||||
border-color: #648C33;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
input, button, select, textarea {
|
|
||||||
font-family: inherit;
|
|
||||||
font-size: inherit;
|
|
||||||
line-height: inherit;
|
|
||||||
}
|
|
||||||
button, html input[type="button"], input[type="reset"], input[type="submit"] {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
button, select {
|
|
||||||
text-transform: none;
|
|
||||||
}
|
|
||||||
button, input {
|
|
||||||
line-height: normal;
|
|
||||||
}
|
|
||||||
button, input, select, textarea {
|
|
||||||
font-family: inherit;
|
|
||||||
font-size: 100%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn {
|
|
||||||
-moz-border-bottom-colors: none;
|
|
||||||
-moz-border-left-colors: none;
|
|
||||||
-moz-border-right-colors: none;
|
|
||||||
-moz-border-top-colors: none;
|
|
||||||
border-color: transparent;
|
|
||||||
border-image: none;
|
|
||||||
border-radius: 0 0 0 0;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 0 0 3px;
|
|
||||||
cursor: pointer;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 300;
|
|
||||||
line-height: 1.42857;
|
|
||||||
margin-bottom: 0;
|
|
||||||
padding: 8px 20px;
|
|
||||||
text-align: center;
|
|
||||||
vertical-align: middle;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary {
|
|
||||||
background-color: #7FB141;
|
|
||||||
border-color: #648C33;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.btn-primary:hover,
|
|
||||||
.btn-primary:focus,
|
|
||||||
.btn-primary:active,
|
|
||||||
.btn-primary.active {
|
|
||||||
background-color: #729E3A;
|
|
||||||
border-color: #496626;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn:hover,
|
|
||||||
.btn:focus {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-container {
|
|
||||||
text-align: right;
|
|
||||||
margin: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer {
|
|
||||||
position: relative;
|
|
||||||
margin-top: -60px; /* negative value of footer height */
|
|
||||||
height: 60px;
|
|
||||||
clear:both;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
@ -1,338 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* About This Version administration panel.
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** WordPress Administration Bootstrap */
|
|
||||||
require_once __DIR__ . '/admin.php';
|
|
||||||
|
|
||||||
// Used in the HTML title tag.
|
|
||||||
/* translators: Page title of the About WordPress page in the admin. */
|
|
||||||
$title = _x( 'About', 'page title' );
|
|
||||||
|
|
||||||
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
|
||||||
?>
|
|
||||||
<div class="wrap about__container">
|
|
||||||
|
|
||||||
<div class="about__header">
|
|
||||||
<div class="about__header-title">
|
|
||||||
<h1>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: Version number. */
|
|
||||||
__( 'WordPress %s' ),
|
|
||||||
$display_version
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
|
||||||
<a href="about.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'What’s New' ); ?></a>
|
|
||||||
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
|
||||||
<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
|
|
||||||
<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
|
|
||||||
<a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="about__section changelog has-subtle-background-color">
|
|
||||||
<div class="column">
|
|
||||||
<h2><?php _e( 'Maintenance and Security Release' ); ?></h2>
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: 1: WordPress version number, 2: Plural number of bugs. */
|
|
||||||
_n(
|
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bug.',
|
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bugs.',
|
|
||||||
16
|
|
||||||
),
|
|
||||||
'6.6.1',
|
|
||||||
'16'
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: HelpHub URL. */
|
|
||||||
__( 'For more information, see <a href="%s">the release notes</a>.' ),
|
|
||||||
sprintf(
|
|
||||||
/* translators: %s: WordPress version. */
|
|
||||||
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
|
|
||||||
sanitize_title( '6.6.1' )
|
|
||||||
)
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__section">
|
|
||||||
<div class="column">
|
|
||||||
<h2>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: Version number. */
|
|
||||||
__( 'Welcome to WordPress %s' ),
|
|
||||||
$display_version
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</h2>
|
|
||||||
<p class="is-subheading">
|
|
||||||
<?php _e( 'Create and deploy beautiful and coherent design elements across your sites with WordPress 6.6. A new rollback option for auto-updating plugins gives you control, flexibility, and peace of mind.' ); ?>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns">
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<h3><?php _e( 'Color palettes & font sets' ); ?></h3>
|
|
||||||
<p><strong><?php _e( 'Add more design options to any block theme.' ); ?></strong> <?php _e( 'Block theme authors can create unlimited individual color or font sets to offer more specific design options within the same theme. These sets provide more contained design possibilities, allowing for customization without changing the site’s broader styling, beyond color or typography settings.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<div class="about__image">
|
|
||||||
<img src="https://s.w.org/images/core/6.6/color-palettes.webp" alt="" height="436" width="436" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns">
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<div class="about__image">
|
|
||||||
<img src="https://s.w.org/images/core/6.6/page-previews.webp" alt="" height="436" width="436" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<h3><?php _e( 'Quick previews for pages' ); ?></h3>
|
|
||||||
<p><strong><?php _e( 'Simplify your workflow with a new layout built for pages.' ); ?></strong> <?php _e( 'See all of your pages and a preview of any selected page before you edit via a new side-by-side layout in the Site Editor.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns">
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<h3><?php _e( 'Rollbacks for plugin auto-updates' ); ?></h3>
|
|
||||||
<p><strong><?php _e( 'Auto-update your plugins with peace of mind.' ); ?></strong> <?php _e( 'Enjoy the ease of plugin auto-updates with the safety of rollbacks if anything goes wrong, improving your site’s security while minimizing potential downtime.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<div class="about__image">
|
|
||||||
<img src="https://s.w.org/images/core/6.6/feature-rollbacks.webp" alt="" height="436" width="436" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns">
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<div class="about__image">
|
|
||||||
<img src="https://s.w.org/images/core/6.6/overrides.webp" alt="" height="436" width="436" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<h3><?php _e( 'Overrides' ); ?></h3>
|
|
||||||
<p><strong><?php _e( 'Add the ability to customize content in synced patterns.' ); ?></strong> <?php _e( 'Allow specific pieces of content to be customized in each instance of a synced pattern while keeping a consistent style for all instances, simplifying future updates. Currently, you can set overrides for Heading, Paragraph, Button, and Image blocks.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr class="is-invisible is-large" />
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns">
|
|
||||||
<div class="column">
|
|
||||||
<div class="about__image">
|
|
||||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
|
|
||||||
<rect width="48" height="48" rx="4"/>
|
|
||||||
<path d="M28.4287 20.6507C28.8387 20.8874 28.9791 21.4116 28.7424 21.8215L24.7424 28.7498C24.5057 29.1597 23.9815 29.3002 23.5715 29.0635C23.1616 28.8268 23.0211 28.3026 23.2578 27.8926L27.2578 20.9644C27.4945 20.5544 28.0187 20.414 28.4287 20.6507Z" fill="#1e1e1e"/>
|
|
||||||
<path d="M18.6433 23.579C18.2333 23.3423 17.7091 23.4828 17.4724 23.8927C17.2357 24.3027 17.3761 24.8269 17.7861 25.0636L18.281 25.3493C18.691 25.586 19.2152 25.4456 19.4519 25.0356C19.6886 24.6256 19.5481 24.1014 19.1381 23.8647L18.6433 23.579Z" fill="#1e1e1e"/>
|
|
||||||
<path d="M20.0358 20.6508C20.4458 20.4141 20.97 20.5546 21.2067 20.9645L21.4924 21.4594C21.7291 21.8694 21.5887 22.3936 21.1787 22.6303C20.7687 22.867 20.2445 22.7265 20.0078 22.3166L19.7221 21.8217C19.4854 21.4117 19.6259 20.8875 20.0358 20.6508Z" fill="#1e1e1e"/>
|
|
||||||
<path d="M24.8571 20C24.8571 19.5266 24.4734 19.1429 24 19.1429C23.5266 19.1429 23.1429 19.5266 23.1429 20V20.5714C23.1429 21.0448 23.5266 21.4286 24 21.4286C24.4734 21.4286 24.8571 21.0448 24.8571 20.5714V20Z" fill="#1e1e1e"/>
|
|
||||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 26C14 20.4772 18.4772 16 24 16C29.5228 16 34 20.4772 34 26C34 28.0846 33.3612 30.0225 32.2686 31.6256L32.0135 32H15.9865L15.7314 31.6256C14.6388 30.0225 14 28.0846 14 26ZM24 17.7143C19.4239 17.7143 15.7143 21.4239 15.7143 26C15.7143 27.5698 16.1501 29.0357 16.9072 30.2857H31.0928C31.8499 29.0357 32.2857 27.5698 32.2857 26C32.2857 21.4239 28.5761 17.7143 24 17.7143Z" fill="#1e1e1e"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<h3><?php _e( 'Performance updates' ); ?></h3>
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %1$s: code-formatted "WP_Theme_JSON", %2$s: code-formatted "data-wp-on-async", %%: escaped percent sign, leave as %%. */
|
|
||||||
__( 'WordPress 6.6 includes important updates like removing redundant %1$s calls, disabling autoload for large options, eliminating unnecessary polyfill dependencies, lazy loading post embeds, introducing the %2$s directive, and a 33%% reduction in template loading time in the editor.' ),
|
|
||||||
'<code>WP_Theme_JSON</code>',
|
|
||||||
'<code>data-wp-on-async</code>'
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="column">
|
|
||||||
<div class="about__image">
|
|
||||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
|
|
||||||
<rect width="48" height="48" rx="4"/>
|
|
||||||
<path d="M24 18.285C23.55 18.285 23.1637 18.1237 22.8412 17.8012C22.5187 17.4788 22.3575 17.0925 22.3575 16.6425C22.3575 16.1925 22.5187 15.8062 22.8412 15.4837C23.1637 15.1612 23.55 15 24 15C24.45 15 24.8362 15.1612 25.1587 15.4837C25.4812 15.8062 25.6425 16.1925 25.6425 16.6425C25.6425 17.0925 25.4812 17.4788 25.1587 17.8012C24.8362 18.1237 24.45 18.285 24 18.285ZM21.5925 33V21.0075C20.5725 20.9325 19.5862 20.8275 18.6337 20.6925C17.6812 20.5575 16.77 20.385 15.9 20.175L16.2375 18.825C17.5125 19.125 18.78 19.3387 20.04 19.4662C21.3 19.5938 22.62 19.6575 24 19.6575C25.38 19.6575 26.7 19.5938 27.96 19.4662C29.22 19.3387 30.4875 19.125 31.7625 18.825L32.1 20.175C31.23 20.385 30.3187 20.5575 29.3662 20.6925C28.4137 20.8275 27.4275 20.9325 26.4075 21.0075V33H25.0575V27.15H22.9425V33H21.5925Z" fill="#1e1e1e"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<h3><?php _e( 'Accessibility improvements' ); ?></h3>
|
|
||||||
<p><?php _e( '55+ accessibility fixes and enhancements focus on foundational aspects of the WordPress experience, particularly the data views component powering the new site editing experience and areas like the Inserter that provide a key way of interacting with blocks and patterns.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr class="is-invisible is-large" style="margin-bottom:calc(2 * var(--gap));" />
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns is-wider-left is-feature" style="background-color:var(--background);border-radius:var(--border-radius);">
|
|
||||||
<h3 class="is-section-header"><?php _e( 'And much more' ); ?></h3>
|
|
||||||
<div class="column">
|
|
||||||
<p><?php _e( 'For a comprehensive overview of all the new features and enhancements in WordPress 6.6, please visit the feature-showcase website.' ); ?></p>
|
|
||||||
</div>
|
|
||||||
<div class="column aligncenter">
|
|
||||||
<div class="about__image">
|
|
||||||
<a href="<?php echo esc_url( __( 'https://wordpress.org/download/releases/6-6/' ) ); ?>" class="button button-primary button-hero"><?php _e( 'See everything new' ); ?></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr class="is-large" style="margin-top:calc(2 * var(--gap));" />
|
|
||||||
|
|
||||||
<div class="about__section has-3-columns">
|
|
||||||
<div class="column about__image is-vertically-aligned-top">
|
|
||||||
<img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=6.6' ) ); ?>" alt="" height="280" width="280" />
|
|
||||||
</div>
|
|
||||||
<div class="column is-vertically-aligned-center" style="grid-column-end:span 2">
|
|
||||||
<h3>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: Version number. */
|
|
||||||
__( 'Learn more about WordPress %s' ),
|
|
||||||
$display_version
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</h3>
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: 1: Learn WordPress link, 2: Workshops link. */
|
|
||||||
__( '<a href="%1$s">Learn WordPress</a> is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, <a href="%2$s">interactive workshops</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.' ),
|
|
||||||
'https://learn.wordpress.org/',
|
|
||||||
'https://learn.wordpress.org/online-workshops/'
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns">
|
|
||||||
<div class="column">
|
|
||||||
<div class="about__image">
|
|
||||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
|
|
||||||
<rect width="48" height="48" rx="4"/>
|
|
||||||
<path d="M23 34v-4h-5l-2.293-2.293a1 1 0 0 1 0-1.414L18 24h5v-2h-7v-6h7v-2h2v2h5l2.293 2.293a1 1 0 0 1 0 1.414L30 22h-5v2h7v6h-7v4h-2Zm-5-14h11.175l.646-.646a.5.5 0 0 0 0-.708L29.175 18H18v2Zm.825 8H30v-2H18.825l-.646.646a.5.5 0 0 0 0 .708l.646.646Z" fill="#1e1e1e"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<p style="margin-top:calc(var(--gap) / 2);">
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: 1: WordPress Field Guide link, 2: WordPress version number. */
|
|
||||||
__( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
|
|
||||||
esc_url( __( 'https://make.wordpress.org/core/wordpress-6-6-field-guide/' ) ),
|
|
||||||
'6.6'
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="column">
|
|
||||||
<div class="about__image">
|
|
||||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
|
|
||||||
<rect width="48" height="48" rx="4"/>
|
|
||||||
<path d="M28 19.75h-8v1.5h8v-1.5ZM20 23h8v1.5h-8V23ZM26 26.25h-6v1.5h6v-1.5Z" fill="#151515"/>
|
|
||||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M29 16H19a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V18a2 2 0 0 0-2-2Zm-10 1.5h10a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H19a.5.5 0 0 1-.5-.5V18a.5.5 0 0 1 .5-.5Z" fill="#1e1e1e"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<p style="margin-top:calc(var(--gap) / 2);">
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: 1: WordPress Release Notes link, 2: WordPress version number. */
|
|
||||||
__( '<a href="%1$s">Read the WordPress %2$s Release Notes</a> for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.' ),
|
|
||||||
sprintf(
|
|
||||||
/* translators: %s: WordPress version number. */
|
|
||||||
esc_url( __( 'https://wordpress.org/documentation/wordpress-version/version-%s/' ) ),
|
|
||||||
'6-6'
|
|
||||||
),
|
|
||||||
'6.6'
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr class="is-large" />
|
|
||||||
|
|
||||||
<div class="return-to-dashboard">
|
|
||||||
<?php
|
|
||||||
if ( isset( $_GET['updated'] ) && current_user_can( 'update_core' ) ) {
|
|
||||||
printf(
|
|
||||||
'<a href="%1$s">%2$s</a> | ',
|
|
||||||
esc_url( self_admin_url( 'update-core.php' ) ),
|
|
||||||
is_multisite() ? __( 'Go to Updates' ) : __( 'Go to Dashboard → Updates' )
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
printf(
|
|
||||||
'<a href="%1$s">%2$s</a>',
|
|
||||||
esc_url( self_admin_url() ),
|
|
||||||
is_blog_admin() ? __( 'Go to Dashboard → Home' ) : __( 'Go to Dashboard' )
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
// These are strings we may use to describe maintenance/security releases, where we aim for no new strings.
|
|
||||||
return;
|
|
||||||
|
|
||||||
__( 'Maintenance Release' );
|
|
||||||
__( 'Maintenance Releases' );
|
|
||||||
|
|
||||||
__( 'Security Release' );
|
|
||||||
__( 'Security Releases' );
|
|
||||||
|
|
||||||
__( 'Maintenance and Security Release' );
|
|
||||||
__( 'Maintenance and Security Releases' );
|
|
||||||
|
|
||||||
/* translators: %s: WordPress version number. */
|
|
||||||
__( '<strong>Version %s</strong> addressed one security issue.' );
|
|
||||||
/* translators: %s: WordPress version number. */
|
|
||||||
__( '<strong>Version %s</strong> addressed some security issues.' );
|
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: Plural number of bugs. */
|
|
||||||
_n_noop(
|
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bug.',
|
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bugs.'
|
|
||||||
);
|
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: Plural number of bugs. Singular security issue. */
|
|
||||||
_n_noop(
|
|
||||||
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
|
|
||||||
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.'
|
|
||||||
);
|
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: Plural number of bugs. More than one security issue. */
|
|
||||||
_n_noop(
|
|
||||||
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
|
|
||||||
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.'
|
|
||||||
);
|
|
||||||
|
|
||||||
/* translators: %s: Documentation URL. */
|
|
||||||
__( 'For more information, see <a href="%s">the release notes</a>.' );
|
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: Link to update WordPress */
|
|
||||||
__( 'Important! Your version of WordPress (%1$s) is no longer supported, you will not receive any security updates for your website. To keep your site secure, please <a href="%2$s">update to the latest version of WordPress</a>.' );
|
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: Link to update WordPress */
|
|
||||||
__( 'Important! Your version of WordPress (%1$s) will stop receiving security updates in the near future. To keep your site secure, please <a href="%2$s">update to the latest version of WordPress</a>.' );
|
|
||||||
|
|
||||||
/* translators: %s: The major version of WordPress for this branch. */
|
|
||||||
__( 'This is the final release of WordPress %s' );
|
|
||||||
|
|
||||||
/* translators: The localized WordPress download URL. */
|
|
||||||
__( 'https://wordpress.org/download/' );
|
|
||||||
|
|
@ -1,211 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* WordPress Ajax Process Execution
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*
|
|
||||||
* @link https://developer.wordpress.org/plugins/javascript/ajax
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Executing Ajax process.
|
|
||||||
*
|
|
||||||
* @since 2.1.0
|
|
||||||
*/
|
|
||||||
define( 'DOING_AJAX', true );
|
|
||||||
if ( ! defined( 'WP_ADMIN' ) ) {
|
|
||||||
define( 'WP_ADMIN', true );
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Load WordPress Bootstrap */
|
|
||||||
require_once dirname( __DIR__ ) . '/wp-load.php';
|
|
||||||
|
|
||||||
/** Allow for cross-domain requests (from the front end). */
|
|
||||||
send_origin_headers();
|
|
||||||
|
|
||||||
header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) );
|
|
||||||
header( 'X-Robots-Tag: noindex' );
|
|
||||||
|
|
||||||
// Require a valid action parameter.
|
|
||||||
if ( empty( $_REQUEST['action'] ) || ! is_scalar( $_REQUEST['action'] ) ) {
|
|
||||||
wp_die( '0', 400 );
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Load WordPress Administration APIs */
|
|
||||||
require_once ABSPATH . 'wp-admin/includes/admin.php';
|
|
||||||
|
|
||||||
/** Load Ajax Handlers for WordPress Core */
|
|
||||||
require_once ABSPATH . 'wp-admin/includes/ajax-actions.php';
|
|
||||||
|
|
||||||
send_nosniff_header();
|
|
||||||
nocache_headers();
|
|
||||||
|
|
||||||
/** This action is documented in wp-admin/admin.php */
|
|
||||||
do_action( 'admin_init' );
|
|
||||||
|
|
||||||
$core_actions_get = array(
|
|
||||||
'fetch-list',
|
|
||||||
'ajax-tag-search',
|
|
||||||
'wp-compression-test',
|
|
||||||
'imgedit-preview',
|
|
||||||
'oembed-cache',
|
|
||||||
'autocomplete-user',
|
|
||||||
'dashboard-widgets',
|
|
||||||
'logged-in',
|
|
||||||
'rest-nonce',
|
|
||||||
);
|
|
||||||
|
|
||||||
$core_actions_post = array(
|
|
||||||
'oembed-cache',
|
|
||||||
'image-editor',
|
|
||||||
'delete-comment',
|
|
||||||
'delete-tag',
|
|
||||||
'delete-link',
|
|
||||||
'delete-meta',
|
|
||||||
'delete-post',
|
|
||||||
'trash-post',
|
|
||||||
'untrash-post',
|
|
||||||
'delete-page',
|
|
||||||
'dim-comment',
|
|
||||||
'add-link-category',
|
|
||||||
'add-tag',
|
|
||||||
'get-tagcloud',
|
|
||||||
'get-comments',
|
|
||||||
'replyto-comment',
|
|
||||||
'edit-comment',
|
|
||||||
'add-menu-item',
|
|
||||||
'add-meta',
|
|
||||||
'add-user',
|
|
||||||
'closed-postboxes',
|
|
||||||
'hidden-columns',
|
|
||||||
'update-welcome-panel',
|
|
||||||
'menu-get-metabox',
|
|
||||||
'wp-link-ajax',
|
|
||||||
'menu-locations-save',
|
|
||||||
'menu-quick-search',
|
|
||||||
'meta-box-order',
|
|
||||||
'get-permalink',
|
|
||||||
'sample-permalink',
|
|
||||||
'inline-save',
|
|
||||||
'inline-save-tax',
|
|
||||||
'find_posts',
|
|
||||||
'widgets-order',
|
|
||||||
'save-widget',
|
|
||||||
'delete-inactive-widgets',
|
|
||||||
'set-post-thumbnail',
|
|
||||||
'date_format',
|
|
||||||
'time_format',
|
|
||||||
'wp-remove-post-lock',
|
|
||||||
'dismiss-wp-pointer',
|
|
||||||
'upload-attachment',
|
|
||||||
'get-attachment',
|
|
||||||
'query-attachments',
|
|
||||||
'save-attachment',
|
|
||||||
'save-attachment-compat',
|
|
||||||
'send-link-to-editor',
|
|
||||||
'send-attachment-to-editor',
|
|
||||||
'save-attachment-order',
|
|
||||||
'media-create-image-subsizes',
|
|
||||||
'heartbeat',
|
|
||||||
'get-revision-diffs',
|
|
||||||
'save-user-color-scheme',
|
|
||||||
'update-widget',
|
|
||||||
'query-themes',
|
|
||||||
'parse-embed',
|
|
||||||
'set-attachment-thumbnail',
|
|
||||||
'parse-media-shortcode',
|
|
||||||
'destroy-sessions',
|
|
||||||
'install-plugin',
|
|
||||||
'activate-plugin',
|
|
||||||
'update-plugin',
|
|
||||||
'crop-image',
|
|
||||||
'generate-password',
|
|
||||||
'save-wporg-username',
|
|
||||||
'delete-plugin',
|
|
||||||
'search-plugins',
|
|
||||||
'search-install-plugins',
|
|
||||||
'activate-plugin',
|
|
||||||
'update-theme',
|
|
||||||
'delete-theme',
|
|
||||||
'install-theme',
|
|
||||||
'get-post-thumbnail-html',
|
|
||||||
'get-community-events',
|
|
||||||
'edit-theme-plugin-file',
|
|
||||||
'wp-privacy-export-personal-data',
|
|
||||||
'wp-privacy-erase-personal-data',
|
|
||||||
'health-check-site-status-result',
|
|
||||||
'health-check-dotorg-communication',
|
|
||||||
'health-check-is-in-debug-mode',
|
|
||||||
'health-check-background-updates',
|
|
||||||
'health-check-loopback-requests',
|
|
||||||
'health-check-get-sizes',
|
|
||||||
'toggle-auto-updates',
|
|
||||||
'send-password-reset',
|
|
||||||
);
|
|
||||||
|
|
||||||
// Deprecated.
|
|
||||||
$core_actions_post_deprecated = array(
|
|
||||||
'wp-fullscreen-save-post',
|
|
||||||
'press-this-save-post',
|
|
||||||
'press-this-add-category',
|
|
||||||
'health-check-dotorg-communication',
|
|
||||||
'health-check-is-in-debug-mode',
|
|
||||||
'health-check-background-updates',
|
|
||||||
'health-check-loopback-requests',
|
|
||||||
);
|
|
||||||
|
|
||||||
$core_actions_post = array_merge( $core_actions_post, $core_actions_post_deprecated );
|
|
||||||
|
|
||||||
// Register core Ajax calls.
|
|
||||||
if ( ! empty( $_GET['action'] ) && in_array( $_GET['action'], $core_actions_get, true ) ) {
|
|
||||||
add_action( 'wp_ajax_' . $_GET['action'], 'wp_ajax_' . str_replace( '-', '_', $_GET['action'] ), 1 );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! empty( $_POST['action'] ) && in_array( $_POST['action'], $core_actions_post, true ) ) {
|
|
||||||
add_action( 'wp_ajax_' . $_POST['action'], 'wp_ajax_' . str_replace( '-', '_', $_POST['action'] ), 1 );
|
|
||||||
}
|
|
||||||
|
|
||||||
add_action( 'wp_ajax_nopriv_generate-password', 'wp_ajax_nopriv_generate_password' );
|
|
||||||
|
|
||||||
add_action( 'wp_ajax_nopriv_heartbeat', 'wp_ajax_nopriv_heartbeat', 1 );
|
|
||||||
|
|
||||||
// Register Plugin Dependencies Ajax calls.
|
|
||||||
add_action( 'wp_ajax_check_plugin_dependencies', array( 'WP_Plugin_Dependencies', 'check_plugin_dependencies_during_ajax' ) );
|
|
||||||
|
|
||||||
$action = $_REQUEST['action'];
|
|
||||||
|
|
||||||
if ( is_user_logged_in() ) {
|
|
||||||
// If no action is registered, return a Bad Request response.
|
|
||||||
if ( ! has_action( "wp_ajax_{$action}" ) ) {
|
|
||||||
wp_die( '0', 400 );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires authenticated Ajax actions for logged-in users.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$action`, refers
|
|
||||||
* to the name of the Ajax action callback being fired.
|
|
||||||
*
|
|
||||||
* @since 2.1.0
|
|
||||||
*/
|
|
||||||
do_action( "wp_ajax_{$action}" );
|
|
||||||
} else {
|
|
||||||
// If no action is registered, return a Bad Request response.
|
|
||||||
if ( ! has_action( "wp_ajax_nopriv_{$action}" ) ) {
|
|
||||||
wp_die( '0', 400 );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires non-authenticated Ajax actions for logged-out users.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$action`, refers
|
|
||||||
* to the name of the Ajax action callback being fired.
|
|
||||||
*
|
|
||||||
* @since 2.8.0
|
|
||||||
*/
|
|
||||||
do_action( "wp_ajax_nopriv_{$action}" );
|
|
||||||
}
|
|
||||||
|
|
||||||
// Default status.
|
|
||||||
wp_die( '0' );
|
|
||||||
|
|
@ -1,119 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* WordPress Administration Template Footer
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Don't load directly.
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) {
|
|
||||||
die( '-1' );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @global string $hook_suffix
|
|
||||||
*/
|
|
||||||
global $hook_suffix;
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div class="clear"></div></div><!-- wpbody-content -->
|
|
||||||
<div class="clear"></div></div><!-- wpbody -->
|
|
||||||
<div class="clear"></div></div><!-- wpcontent -->
|
|
||||||
|
|
||||||
<div id="wpfooter" role="contentinfo">
|
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Fires after the opening tag for the admin footer.
|
|
||||||
*
|
|
||||||
* @since 2.5.0
|
|
||||||
*/
|
|
||||||
do_action( 'in_admin_footer' );
|
|
||||||
?>
|
|
||||||
<p id="footer-left" class="alignleft">
|
|
||||||
<?php
|
|
||||||
$text = sprintf(
|
|
||||||
/* translators: %s: https://wordpress.org/ */
|
|
||||||
__( 'Thank you for creating with <a href="%s">WordPress</a>.' ),
|
|
||||||
__( 'https://wordpress.org/' )
|
|
||||||
);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Filters the "Thank you" text displayed in the admin footer.
|
|
||||||
*
|
|
||||||
* @since 2.8.0
|
|
||||||
*
|
|
||||||
* @param string $text The content that will be printed.
|
|
||||||
*/
|
|
||||||
echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' );
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
<p id="footer-upgrade" class="alignright">
|
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Filters the version/update text displayed in the admin footer.
|
|
||||||
*
|
|
||||||
* WordPress prints the current version and update information,
|
|
||||||
* using core_update_footer() at priority 10.
|
|
||||||
*
|
|
||||||
* @since 2.3.0
|
|
||||||
*
|
|
||||||
* @see core_update_footer()
|
|
||||||
*
|
|
||||||
* @param string $content The content that will be printed.
|
|
||||||
*/
|
|
||||||
echo apply_filters( 'update_footer', '' );
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
<div class="clear"></div>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Prints scripts or data before the default footer scripts.
|
|
||||||
*
|
|
||||||
* @since 1.2.0
|
|
||||||
*
|
|
||||||
* @param string $data The data to print.
|
|
||||||
*/
|
|
||||||
do_action( 'admin_footer', '' );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prints scripts and data queued for the footer.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$hook_suffix`,
|
|
||||||
* refers to the global hook suffix of the current page.
|
|
||||||
*
|
|
||||||
* @since 4.6.0
|
|
||||||
*/
|
|
||||||
do_action( "admin_print_footer_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prints any scripts and data queued for the footer.
|
|
||||||
*
|
|
||||||
* @since 2.8.0
|
|
||||||
*/
|
|
||||||
do_action( 'admin_print_footer_scripts' );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prints scripts or data after the default footer scripts.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$hook_suffix`,
|
|
||||||
* refers to the global hook suffix of the current page.
|
|
||||||
*
|
|
||||||
* @since 2.8.0
|
|
||||||
*/
|
|
||||||
do_action( "admin_footer-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
|
|
||||||
// get_site_option() won't exist when auto upgrading from <= 2.7.
|
|
||||||
if ( function_exists( 'get_site_option' )
|
|
||||||
&& false === get_site_option( 'can_compress_scripts' )
|
|
||||||
) {
|
|
||||||
compression_test();
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div class="clear"></div></div><!-- wpwrap -->
|
|
||||||
<script type="text/javascript">if(typeof wpOnload==='function')wpOnload();</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Administration Functions
|
|
||||||
*
|
|
||||||
* This file is deprecated, use 'wp-admin/includes/admin.php' instead.
|
|
||||||
*
|
|
||||||
* @deprecated 2.5.0
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
_deprecated_file( basename( __FILE__ ), '2.5.0', 'wp-admin/includes/admin.php' );
|
|
||||||
|
|
||||||
/** WordPress Administration API: Includes all Administration functions. */
|
|
||||||
require_once ABSPATH . 'wp-admin/includes/admin.php';
|
|
||||||
|
|
@ -1,315 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* WordPress Administration Template Header
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
|
|
||||||
if ( ! defined( 'WP_ADMIN' ) ) {
|
|
||||||
require_once __DIR__ . '/admin.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* In case admin-header.php is included in a function.
|
|
||||||
*
|
|
||||||
* @global string $title The title of the current screen.
|
|
||||||
* @global string $hook_suffix
|
|
||||||
* @global WP_Screen $current_screen WordPress current screen object.
|
|
||||||
* @global WP_Locale $wp_locale WordPress date and time locale object.
|
|
||||||
* @global string $pagenow The filename of the current screen.
|
|
||||||
* @global string $update_title
|
|
||||||
* @global int $total_update_count
|
|
||||||
* @global string $parent_file
|
|
||||||
* @global string $typenow The post type of the current screen.
|
|
||||||
*/
|
|
||||||
global $title, $hook_suffix, $current_screen, $wp_locale, $pagenow,
|
|
||||||
$update_title, $total_update_count, $parent_file, $typenow;
|
|
||||||
|
|
||||||
// Catch plugins that include admin-header.php before admin.php completes.
|
|
||||||
if ( empty( $current_screen ) ) {
|
|
||||||
set_current_screen();
|
|
||||||
}
|
|
||||||
|
|
||||||
get_admin_page_title();
|
|
||||||
$title = strip_tags( $title );
|
|
||||||
|
|
||||||
if ( is_network_admin() ) {
|
|
||||||
/* translators: Network admin screen title. %s: Network title. */
|
|
||||||
$admin_title = sprintf( __( 'Network Admin: %s' ), get_network()->site_name );
|
|
||||||
} elseif ( is_user_admin() ) {
|
|
||||||
/* translators: User dashboard screen title. %s: Network title. */
|
|
||||||
$admin_title = sprintf( __( 'User Dashboard: %s' ), get_network()->site_name );
|
|
||||||
} else {
|
|
||||||
$admin_title = get_bloginfo( 'name' );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( $admin_title === $title ) {
|
|
||||||
/* translators: Admin screen title. %s: Admin screen name. */
|
|
||||||
$admin_title = sprintf( __( '%s — WordPress' ), $title );
|
|
||||||
} else {
|
|
||||||
$screen_title = $title;
|
|
||||||
|
|
||||||
if ( 'post' === $current_screen->base && 'add' !== $current_screen->action ) {
|
|
||||||
$post_title = get_the_title();
|
|
||||||
if ( ! empty( $post_title ) ) {
|
|
||||||
$post_type_obj = get_post_type_object( $typenow );
|
|
||||||
$screen_title = sprintf(
|
|
||||||
/* translators: Editor admin screen title. 1: "Edit item" text for the post type, 2: Post title. */
|
|
||||||
__( '%1$s “%2$s”' ),
|
|
||||||
$post_type_obj->labels->edit_item,
|
|
||||||
$post_title
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* translators: Admin screen title. 1: Admin screen name, 2: Network or site name. */
|
|
||||||
$admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $screen_title, $admin_title );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( wp_is_recovery_mode() ) {
|
|
||||||
/* translators: %s: Admin screen title. */
|
|
||||||
$admin_title = sprintf( __( 'Recovery Mode — %s' ), $admin_title );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Filters the title tag content for an admin page.
|
|
||||||
*
|
|
||||||
* @since 3.1.0
|
|
||||||
*
|
|
||||||
* @param string $admin_title The page title, with extra context added.
|
|
||||||
* @param string $title The original page title.
|
|
||||||
*/
|
|
||||||
$admin_title = apply_filters( 'admin_title', $admin_title, $title );
|
|
||||||
|
|
||||||
wp_user_settings();
|
|
||||||
|
|
||||||
_wp_admin_html_begin();
|
|
||||||
?>
|
|
||||||
<title><?php echo esc_html( $admin_title ); ?></title>
|
|
||||||
<?php
|
|
||||||
|
|
||||||
wp_enqueue_style( 'colors' );
|
|
||||||
wp_enqueue_script( 'utils' );
|
|
||||||
wp_enqueue_script( 'svg-painter' );
|
|
||||||
|
|
||||||
$admin_body_class = preg_replace( '/[^a-z0-9_-]+/i', '-', $hook_suffix );
|
|
||||||
?>
|
|
||||||
<script type="text/javascript">
|
|
||||||
addLoadEvent = function(func){if(typeof jQuery!=='undefined')jQuery(function(){func();});else if(typeof wpOnload!=='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
|
|
||||||
var ajaxurl = '<?php echo esc_js( admin_url( 'admin-ajax.php', 'relative' ) ); ?>',
|
|
||||||
pagenow = '<?php echo esc_js( $current_screen->id ); ?>',
|
|
||||||
typenow = '<?php echo esc_js( $current_screen->post_type ); ?>',
|
|
||||||
adminpage = '<?php echo esc_js( $admin_body_class ); ?>',
|
|
||||||
thousandsSeparator = '<?php echo esc_js( $wp_locale->number_format['thousands_sep'] ); ?>',
|
|
||||||
decimalPoint = '<?php echo esc_js( $wp_locale->number_format['decimal_point'] ); ?>',
|
|
||||||
isRtl = <?php echo (int) is_rtl(); ?>;
|
|
||||||
</script>
|
|
||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires when enqueuing scripts for all admin pages.
|
|
||||||
*
|
|
||||||
* @since 2.8.0
|
|
||||||
*
|
|
||||||
* @param string $hook_suffix The current admin page.
|
|
||||||
*/
|
|
||||||
do_action( 'admin_enqueue_scripts', $hook_suffix );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires when styles are printed for a specific admin page based on $hook_suffix.
|
|
||||||
*
|
|
||||||
* @since 2.6.0
|
|
||||||
*/
|
|
||||||
do_action( "admin_print_styles-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires when styles are printed for all admin pages.
|
|
||||||
*
|
|
||||||
* @since 2.6.0
|
|
||||||
*/
|
|
||||||
do_action( 'admin_print_styles' );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires when scripts are printed for a specific admin page based on $hook_suffix.
|
|
||||||
*
|
|
||||||
* @since 2.1.0
|
|
||||||
*/
|
|
||||||
do_action( "admin_print_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires when scripts are printed for all admin pages.
|
|
||||||
*
|
|
||||||
* @since 2.1.0
|
|
||||||
*/
|
|
||||||
do_action( 'admin_print_scripts' );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires in head section for a specific admin page.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$hook_suffix`, refers to the hook suffix
|
|
||||||
* for the admin page.
|
|
||||||
*
|
|
||||||
* @since 2.1.0
|
|
||||||
*/
|
|
||||||
do_action( "admin_head-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires in head section for all admin pages.
|
|
||||||
*
|
|
||||||
* @since 2.1.0
|
|
||||||
*/
|
|
||||||
do_action( 'admin_head' );
|
|
||||||
|
|
||||||
if ( 'f' === get_user_setting( 'mfold' ) ) {
|
|
||||||
$admin_body_class .= ' folded';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! get_user_setting( 'unfold' ) ) {
|
|
||||||
$admin_body_class .= ' auto-fold';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( is_admin_bar_showing() ) {
|
|
||||||
$admin_body_class .= ' admin-bar';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( is_rtl() ) {
|
|
||||||
$admin_body_class .= ' rtl';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( $current_screen->post_type ) {
|
|
||||||
$admin_body_class .= ' post-type-' . $current_screen->post_type;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( $current_screen->taxonomy ) {
|
|
||||||
$admin_body_class .= ' taxonomy-' . $current_screen->taxonomy;
|
|
||||||
}
|
|
||||||
|
|
||||||
$admin_body_class .= ' branch-' . str_replace( array( '.', ',' ), '-', (float) get_bloginfo( 'version' ) );
|
|
||||||
$admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', get_bloginfo( 'version' ) ) );
|
|
||||||
$admin_body_class .= ' admin-color-' . sanitize_html_class( get_user_option( 'admin_color' ), 'fresh' );
|
|
||||||
$admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_user_locale() ) ) );
|
|
||||||
|
|
||||||
if ( wp_is_mobile() ) {
|
|
||||||
$admin_body_class .= ' mobile';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( is_multisite() ) {
|
|
||||||
$admin_body_class .= ' multisite';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( is_network_admin() ) {
|
|
||||||
$admin_body_class .= ' network-admin';
|
|
||||||
}
|
|
||||||
|
|
||||||
$admin_body_class .= ' no-customize-support no-svg';
|
|
||||||
|
|
||||||
if ( $current_screen->is_block_editor() ) {
|
|
||||||
$admin_body_class .= ' block-editor-page wp-embed-responsive';
|
|
||||||
}
|
|
||||||
|
|
||||||
$error_get_last = error_get_last();
|
|
||||||
|
|
||||||
// Print a CSS class to make PHP errors visible.
|
|
||||||
if ( $error_get_last && WP_DEBUG && WP_DEBUG_DISPLAY && ini_get( 'display_errors' )
|
|
||||||
// Don't print the class for PHP notices in wp-config.php, as they happen before WP_DEBUG takes effect,
|
|
||||||
// and should not be displayed with the `error_reporting` level previously set in wp-load.php.
|
|
||||||
&& ( E_NOTICE !== $error_get_last['type'] || 'wp-config.php' !== wp_basename( $error_get_last['file'] ) )
|
|
||||||
) {
|
|
||||||
$admin_body_class .= ' php-error';
|
|
||||||
}
|
|
||||||
|
|
||||||
unset( $error_get_last );
|
|
||||||
|
|
||||||
?>
|
|
||||||
</head>
|
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Filters the CSS classes for the body tag in the admin.
|
|
||||||
*
|
|
||||||
* This filter differs from the {@see 'post_class'} and {@see 'body_class'} filters
|
|
||||||
* in two important ways:
|
|
||||||
*
|
|
||||||
* 1. `$classes` is a space-separated string of class names instead of an array.
|
|
||||||
* 2. Not all core admin classes are filterable, notably: wp-admin, wp-core-ui,
|
|
||||||
* and no-js cannot be removed.
|
|
||||||
*
|
|
||||||
* @since 2.3.0
|
|
||||||
*
|
|
||||||
* @param string $classes Space-separated list of CSS classes.
|
|
||||||
*/
|
|
||||||
$admin_body_classes = apply_filters( 'admin_body_class', '' );
|
|
||||||
$admin_body_classes = ltrim( $admin_body_classes . ' ' . $admin_body_class );
|
|
||||||
?>
|
|
||||||
<body class="wp-admin wp-core-ui no-js <?php echo esc_attr( $admin_body_classes ); ?>">
|
|
||||||
<script type="text/javascript">
|
|
||||||
document.body.className = document.body.className.replace('no-js','js');
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
// Make sure the customize body classes are correct as early as possible.
|
|
||||||
if ( current_user_can( 'customize' ) ) {
|
|
||||||
wp_customize_support_script();
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div id="wpwrap">
|
|
||||||
<?php require ABSPATH . 'wp-admin/menu-header.php'; ?>
|
|
||||||
<div id="wpcontent">
|
|
||||||
|
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Fires at the beginning of the content section in an admin page.
|
|
||||||
*
|
|
||||||
* @since 3.0.0
|
|
||||||
*/
|
|
||||||
do_action( 'in_admin_header' );
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div id="wpbody" role="main">
|
|
||||||
<?php
|
|
||||||
unset( $blog_name, $total_update_count, $update_title );
|
|
||||||
|
|
||||||
$current_screen->set_parentage( $parent_file );
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div id="wpbody-content">
|
|
||||||
<?php
|
|
||||||
|
|
||||||
$current_screen->render_screen_meta();
|
|
||||||
|
|
||||||
if ( is_network_admin() ) {
|
|
||||||
/**
|
|
||||||
* Prints network admin screen notices.
|
|
||||||
*
|
|
||||||
* @since 3.1.0
|
|
||||||
*/
|
|
||||||
do_action( 'network_admin_notices' );
|
|
||||||
} elseif ( is_user_admin() ) {
|
|
||||||
/**
|
|
||||||
* Prints user admin screen notices.
|
|
||||||
*
|
|
||||||
* @since 3.1.0
|
|
||||||
*/
|
|
||||||
do_action( 'user_admin_notices' );
|
|
||||||
} else {
|
|
||||||
/**
|
|
||||||
* Prints admin screen notices.
|
|
||||||
*
|
|
||||||
* @since 3.1.0
|
|
||||||
*/
|
|
||||||
do_action( 'admin_notices' );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prints generic admin screen notices.
|
|
||||||
*
|
|
||||||
* @since 3.1.0
|
|
||||||
*/
|
|
||||||
do_action( 'all_admin_notices' );
|
|
||||||
|
|
||||||
if ( 'options-general.php' === $parent_file ) {
|
|
||||||
require ABSPATH . 'wp-admin/options-head.php';
|
|
||||||
}
|
|
||||||
|
|
@ -1,87 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* WordPress Generic Request (POST/GET) Handler
|
|
||||||
*
|
|
||||||
* Intended for form submission handling in themes and plugins.
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** We are located in WordPress Administration Screens */
|
|
||||||
if ( ! defined( 'WP_ADMIN' ) ) {
|
|
||||||
define( 'WP_ADMIN', true );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( defined( 'ABSPATH' ) ) {
|
|
||||||
require_once ABSPATH . 'wp-load.php';
|
|
||||||
} else {
|
|
||||||
require_once dirname( __DIR__ ) . '/wp-load.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Allow for cross-domain requests (from the front end). */
|
|
||||||
send_origin_headers();
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/includes/admin.php';
|
|
||||||
|
|
||||||
nocache_headers();
|
|
||||||
|
|
||||||
/** This action is documented in wp-admin/admin.php */
|
|
||||||
do_action( 'admin_init' );
|
|
||||||
|
|
||||||
$action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : '';
|
|
||||||
|
|
||||||
// Reject invalid parameters.
|
|
||||||
if ( ! is_scalar( $action ) ) {
|
|
||||||
wp_die( '', 400 );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! is_user_logged_in() ) {
|
|
||||||
if ( empty( $action ) ) {
|
|
||||||
/**
|
|
||||||
* Fires on a non-authenticated admin post request where no action is supplied.
|
|
||||||
*
|
|
||||||
* @since 2.6.0
|
|
||||||
*/
|
|
||||||
do_action( 'admin_post_nopriv' );
|
|
||||||
} else {
|
|
||||||
// If no action is registered, return a Bad Request response.
|
|
||||||
if ( ! has_action( "admin_post_nopriv_{$action}" ) ) {
|
|
||||||
wp_die( '', 400 );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires on a non-authenticated admin post request for the given action.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$action`, refers to the given
|
|
||||||
* request action.
|
|
||||||
*
|
|
||||||
* @since 2.6.0
|
|
||||||
*/
|
|
||||||
do_action( "admin_post_nopriv_{$action}" );
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if ( empty( $action ) ) {
|
|
||||||
/**
|
|
||||||
* Fires on an authenticated admin post request where no action is supplied.
|
|
||||||
*
|
|
||||||
* @since 2.6.0
|
|
||||||
*/
|
|
||||||
do_action( 'admin_post' );
|
|
||||||
} else {
|
|
||||||
// If no action is registered, return a Bad Request response.
|
|
||||||
if ( ! has_action( "admin_post_{$action}" ) ) {
|
|
||||||
wp_die( '', 400 );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires on an authenticated admin post request for the given action.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$action`, refers to the given
|
|
||||||
* request action.
|
|
||||||
*
|
|
||||||
* @since 2.6.0
|
|
||||||
*/
|
|
||||||
do_action( "admin_post_{$action}" );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,420 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* WordPress Administration Bootstrap
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* In WordPress Administration Screens
|
|
||||||
*
|
|
||||||
* @since 2.3.2
|
|
||||||
*/
|
|
||||||
if ( ! defined( 'WP_ADMIN' ) ) {
|
|
||||||
define( 'WP_ADMIN', true );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! defined( 'WP_NETWORK_ADMIN' ) ) {
|
|
||||||
define( 'WP_NETWORK_ADMIN', false );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! defined( 'WP_USER_ADMIN' ) ) {
|
|
||||||
define( 'WP_USER_ADMIN', false );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! WP_NETWORK_ADMIN && ! WP_USER_ADMIN ) {
|
|
||||||
define( 'WP_BLOG_ADMIN', true );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( isset( $_GET['import'] ) && ! defined( 'WP_LOAD_IMPORTERS' ) ) {
|
|
||||||
define( 'WP_LOAD_IMPORTERS', true );
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once dirname( __DIR__ ) . '/wp-load.php';
|
|
||||||
|
|
||||||
nocache_headers();
|
|
||||||
|
|
||||||
if ( get_option( 'db_upgraded' ) ) {
|
|
||||||
|
|
||||||
flush_rewrite_rules();
|
|
||||||
update_option( 'db_upgraded', false );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires on the next page load after a successful DB upgrade.
|
|
||||||
*
|
|
||||||
* @since 2.8.0
|
|
||||||
*/
|
|
||||||
do_action( 'after_db_upgrade' );
|
|
||||||
|
|
||||||
} elseif ( ! wp_doing_ajax() && empty( $_POST )
|
|
||||||
&& (int) get_option( 'db_version' ) !== $wp_db_version
|
|
||||||
) {
|
|
||||||
|
|
||||||
if ( ! is_multisite() ) {
|
|
||||||
wp_redirect( admin_url( 'upgrade.php?_wp_http_referer=' . urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ) ) );
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Filters whether to attempt to perform the multisite DB upgrade routine.
|
|
||||||
*
|
|
||||||
* In single site, the user would be redirected to wp-admin/upgrade.php.
|
|
||||||
* In multisite, the DB upgrade routine is automatically fired, but only
|
|
||||||
* when this filter returns true.
|
|
||||||
*
|
|
||||||
* If the network is 50 sites or less, it will run every time. Otherwise,
|
|
||||||
* it will throttle itself to reduce load.
|
|
||||||
*
|
|
||||||
* @since MU (3.0.0)
|
|
||||||
*
|
|
||||||
* @param bool $do_mu_upgrade Whether to perform the Multisite upgrade routine. Default true.
|
|
||||||
*/
|
|
||||||
if ( apply_filters( 'do_mu_upgrade', true ) ) {
|
|
||||||
$c = get_blog_count();
|
|
||||||
|
|
||||||
/*
|
|
||||||
* If there are 50 or fewer sites, run every time. Otherwise, throttle to reduce load:
|
|
||||||
* attempt to do no more than threshold value, with some +/- allowed.
|
|
||||||
*/
|
|
||||||
if ( $c <= 50 || ( $c > 50 && mt_rand( 0, (int) ( $c / 50 ) ) === 1 ) ) {
|
|
||||||
require_once ABSPATH . WPINC . '/http.php';
|
|
||||||
$response = wp_remote_get(
|
|
||||||
admin_url( 'upgrade.php?step=1' ),
|
|
||||||
array(
|
|
||||||
'timeout' => 120,
|
|
||||||
'httpversion' => '1.1',
|
|
||||||
)
|
|
||||||
);
|
|
||||||
/** This action is documented in wp-admin/network/upgrade.php */
|
|
||||||
do_action( 'after_mu_upgrade', $response );
|
|
||||||
unset( $response );
|
|
||||||
}
|
|
||||||
unset( $c );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/includes/admin.php';
|
|
||||||
|
|
||||||
auth_redirect();
|
|
||||||
|
|
||||||
// Schedule Trash collection.
|
|
||||||
if ( ! wp_next_scheduled( 'wp_scheduled_delete' ) && ! wp_installing() ) {
|
|
||||||
wp_schedule_event( time(), 'daily', 'wp_scheduled_delete' );
|
|
||||||
}
|
|
||||||
|
|
||||||
// Schedule transient cleanup.
|
|
||||||
if ( ! wp_next_scheduled( 'delete_expired_transients' ) && ! wp_installing() ) {
|
|
||||||
wp_schedule_event( time(), 'daily', 'delete_expired_transients' );
|
|
||||||
}
|
|
||||||
|
|
||||||
set_screen_options();
|
|
||||||
|
|
||||||
$date_format = __( 'F j, Y' );
|
|
||||||
$time_format = __( 'g:i a' );
|
|
||||||
|
|
||||||
wp_enqueue_script( 'common' );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* $pagenow is set in vars.php.
|
|
||||||
* $wp_importers is sometimes set in wp-admin/includes/import.php.
|
|
||||||
* The remaining variables are imported as globals elsewhere, declared as globals here.
|
|
||||||
*
|
|
||||||
* @global string $pagenow The filename of the current screen.
|
|
||||||
* @global array $wp_importers
|
|
||||||
* @global string $hook_suffix
|
|
||||||
* @global string $plugin_page
|
|
||||||
* @global string $typenow The post type of the current screen.
|
|
||||||
* @global string $taxnow The taxonomy of the current screen.
|
|
||||||
*/
|
|
||||||
global $pagenow, $wp_importers, $hook_suffix, $plugin_page, $typenow, $taxnow;
|
|
||||||
|
|
||||||
$page_hook = null;
|
|
||||||
|
|
||||||
$editing = false;
|
|
||||||
|
|
||||||
if ( isset( $_GET['page'] ) ) {
|
|
||||||
$plugin_page = wp_unslash( $_GET['page'] );
|
|
||||||
$plugin_page = plugin_basename( $plugin_page );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( isset( $_REQUEST['post_type'] ) && post_type_exists( $_REQUEST['post_type'] ) ) {
|
|
||||||
$typenow = $_REQUEST['post_type'];
|
|
||||||
} else {
|
|
||||||
$typenow = '';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( isset( $_REQUEST['taxonomy'] ) && taxonomy_exists( $_REQUEST['taxonomy'] ) ) {
|
|
||||||
$taxnow = $_REQUEST['taxonomy'];
|
|
||||||
} else {
|
|
||||||
$taxnow = '';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( WP_NETWORK_ADMIN ) {
|
|
||||||
require ABSPATH . 'wp-admin/network/menu.php';
|
|
||||||
} elseif ( WP_USER_ADMIN ) {
|
|
||||||
require ABSPATH . 'wp-admin/user/menu.php';
|
|
||||||
} else {
|
|
||||||
require ABSPATH . 'wp-admin/menu.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( current_user_can( 'manage_options' ) ) {
|
|
||||||
wp_raise_memory_limit( 'admin' );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires as an admin screen or script is being initialized.
|
|
||||||
*
|
|
||||||
* Note, this does not just run on user-facing admin screens.
|
|
||||||
* It runs on admin-ajax.php and admin-post.php as well.
|
|
||||||
*
|
|
||||||
* This is roughly analogous to the more general {@see 'init'} hook, which fires earlier.
|
|
||||||
*
|
|
||||||
* @since 2.5.0
|
|
||||||
*/
|
|
||||||
do_action( 'admin_init' );
|
|
||||||
|
|
||||||
if ( isset( $plugin_page ) ) {
|
|
||||||
if ( ! empty( $typenow ) ) {
|
|
||||||
$the_parent = $pagenow . '?post_type=' . $typenow;
|
|
||||||
} else {
|
|
||||||
$the_parent = $pagenow;
|
|
||||||
}
|
|
||||||
|
|
||||||
$page_hook = get_plugin_page_hook( $plugin_page, $the_parent );
|
|
||||||
if ( ! $page_hook ) {
|
|
||||||
$page_hook = get_plugin_page_hook( $plugin_page, $plugin_page );
|
|
||||||
|
|
||||||
// Back-compat for plugins using add_management_page().
|
|
||||||
if ( empty( $page_hook ) && 'edit.php' === $pagenow && get_plugin_page_hook( $plugin_page, 'tools.php' ) ) {
|
|
||||||
// There could be plugin specific params on the URL, so we need the whole query string.
|
|
||||||
if ( ! empty( $_SERVER['QUERY_STRING'] ) ) {
|
|
||||||
$query_string = $_SERVER['QUERY_STRING'];
|
|
||||||
} else {
|
|
||||||
$query_string = 'page=' . $plugin_page;
|
|
||||||
}
|
|
||||||
wp_redirect( admin_url( 'tools.php?' . $query_string ) );
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
unset( $the_parent );
|
|
||||||
}
|
|
||||||
|
|
||||||
$hook_suffix = '';
|
|
||||||
if ( isset( $page_hook ) ) {
|
|
||||||
$hook_suffix = $page_hook;
|
|
||||||
} elseif ( isset( $plugin_page ) ) {
|
|
||||||
$hook_suffix = $plugin_page;
|
|
||||||
} elseif ( isset( $pagenow ) ) {
|
|
||||||
$hook_suffix = $pagenow;
|
|
||||||
}
|
|
||||||
|
|
||||||
set_current_screen();
|
|
||||||
|
|
||||||
// Handle plugin admin pages.
|
|
||||||
if ( isset( $plugin_page ) ) {
|
|
||||||
if ( $page_hook ) {
|
|
||||||
/**
|
|
||||||
* Fires before a particular screen is loaded.
|
|
||||||
*
|
|
||||||
* The load-* hook fires in a number of contexts. This hook is for plugin screens
|
|
||||||
* where a callback is provided when the screen is registered.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$page_hook`, refers to a mixture of plugin
|
|
||||||
* page information including:
|
|
||||||
* 1. The page type. If the plugin page is registered as a submenu page, such as for
|
|
||||||
* Settings, the page type would be 'settings'. Otherwise the type is 'toplevel'.
|
|
||||||
* 2. A separator of '_page_'.
|
|
||||||
* 3. The plugin basename minus the file extension.
|
|
||||||
*
|
|
||||||
* Together, the three parts form the `$page_hook`. Citing the example above,
|
|
||||||
* the hook name used would be 'load-settings_page_pluginbasename'.
|
|
||||||
*
|
|
||||||
* @see get_plugin_page_hook()
|
|
||||||
*
|
|
||||||
* @since 2.1.0
|
|
||||||
*/
|
|
||||||
do_action( "load-{$page_hook}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
if ( ! isset( $_GET['noheader'] ) ) {
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to call the registered callback for a plugin screen.
|
|
||||||
*
|
|
||||||
* This hook uses a dynamic hook name, `$page_hook`, which refers to a mixture of plugin
|
|
||||||
* page information including:
|
|
||||||
* 1. The page type. If the plugin page is registered as a submenu page, such as for
|
|
||||||
* Settings, the page type would be 'settings'. Otherwise the type is 'toplevel'.
|
|
||||||
* 2. A separator of '_page_'.
|
|
||||||
* 3. The plugin basename minus the file extension.
|
|
||||||
*
|
|
||||||
* Together, the three parts form the `$page_hook`. Citing the example above,
|
|
||||||
* the hook name used would be 'settings_page_pluginbasename'.
|
|
||||||
*
|
|
||||||
* @see get_plugin_page_hook()
|
|
||||||
*
|
|
||||||
* @since 1.5.0
|
|
||||||
*/
|
|
||||||
do_action( $page_hook );
|
|
||||||
} else {
|
|
||||||
if ( validate_file( $plugin_page ) ) {
|
|
||||||
wp_die( __( 'Invalid plugin page.' ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! ( file_exists( WP_PLUGIN_DIR . "/$plugin_page" ) && is_file( WP_PLUGIN_DIR . "/$plugin_page" ) )
|
|
||||||
&& ! ( file_exists( WPMU_PLUGIN_DIR . "/$plugin_page" ) && is_file( WPMU_PLUGIN_DIR . "/$plugin_page" ) )
|
|
||||||
) {
|
|
||||||
/* translators: %s: Admin page generated by a plugin. */
|
|
||||||
wp_die( sprintf( __( 'Cannot load %s.' ), htmlentities( $plugin_page ) ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires before a particular screen is loaded.
|
|
||||||
*
|
|
||||||
* The load-* hook fires in a number of contexts. This hook is for plugin screens
|
|
||||||
* where the file to load is directly included, rather than the use of a function.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$plugin_page`, refers to the plugin basename.
|
|
||||||
*
|
|
||||||
* @see plugin_basename()
|
|
||||||
*
|
|
||||||
* @since 1.5.0
|
|
||||||
*/
|
|
||||||
do_action( "load-{$plugin_page}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
|
|
||||||
if ( ! isset( $_GET['noheader'] ) ) {
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( file_exists( WPMU_PLUGIN_DIR . "/$plugin_page" ) ) {
|
|
||||||
include WPMU_PLUGIN_DIR . "/$plugin_page";
|
|
||||||
} else {
|
|
||||||
include WP_PLUGIN_DIR . "/$plugin_page";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-footer.php';
|
|
||||||
|
|
||||||
exit;
|
|
||||||
} elseif ( isset( $_GET['import'] ) ) {
|
|
||||||
|
|
||||||
$importer = $_GET['import'];
|
|
||||||
|
|
||||||
if ( ! current_user_can( 'import' ) ) {
|
|
||||||
wp_die( __( 'Sorry, you are not allowed to import content into this site.' ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( validate_file( $importer ) ) {
|
|
||||||
wp_redirect( admin_url( 'import.php?invalid=' . $importer ) );
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! isset( $wp_importers[ $importer ] ) || ! is_callable( $wp_importers[ $importer ][2] ) ) {
|
|
||||||
wp_redirect( admin_url( 'import.php?invalid=' . $importer ) );
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires before an importer screen is loaded.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$importer`, refers to the importer slug.
|
|
||||||
*
|
|
||||||
* Possible hook names include:
|
|
||||||
*
|
|
||||||
* - `load-importer-blogger`
|
|
||||||
* - `load-importer-wpcat2tag`
|
|
||||||
* - `load-importer-livejournal`
|
|
||||||
* - `load-importer-mt`
|
|
||||||
* - `load-importer-rss`
|
|
||||||
* - `load-importer-tumblr`
|
|
||||||
* - `load-importer-wordpress`
|
|
||||||
*
|
|
||||||
* @since 3.5.0
|
|
||||||
*/
|
|
||||||
do_action( "load-importer-{$importer}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
|
|
||||||
// Used in the HTML title tag.
|
|
||||||
$title = __( 'Import' );
|
|
||||||
$parent_file = 'tools.php';
|
|
||||||
$submenu_file = 'import.php';
|
|
||||||
|
|
||||||
if ( ! isset( $_GET['noheader'] ) ) {
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/includes/upgrade.php';
|
|
||||||
|
|
||||||
define( 'WP_IMPORTING', true );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Filters whether to filter imported data through kses on import.
|
|
||||||
*
|
|
||||||
* Multisite uses this hook to filter all data through kses by default,
|
|
||||||
* as a super administrator may be assisting an untrusted user.
|
|
||||||
*
|
|
||||||
* @since 3.1.0
|
|
||||||
*
|
|
||||||
* @param bool $force Whether to force data to be filtered through kses. Default false.
|
|
||||||
*/
|
|
||||||
if ( apply_filters( 'force_filtered_html_on_import', false ) ) {
|
|
||||||
kses_init_filters(); // Always filter imported data with kses on multisite.
|
|
||||||
}
|
|
||||||
|
|
||||||
call_user_func( $wp_importers[ $importer ][2] );
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-footer.php';
|
|
||||||
|
|
||||||
// Make sure rules are flushed.
|
|
||||||
flush_rewrite_rules( false );
|
|
||||||
|
|
||||||
exit;
|
|
||||||
} else {
|
|
||||||
/**
|
|
||||||
* Fires before a particular screen is loaded.
|
|
||||||
*
|
|
||||||
* The load-* hook fires in a number of contexts. This hook is for core screens.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$pagenow`, is a global variable
|
|
||||||
* referring to the filename of the current screen, such as 'admin.php',
|
|
||||||
* 'post-new.php' etc. A complete hook for the latter would be
|
|
||||||
* 'load-post-new.php'.
|
|
||||||
*
|
|
||||||
* @since 2.1.0
|
|
||||||
*/
|
|
||||||
do_action( "load-{$pagenow}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
|
|
||||||
/*
|
|
||||||
* The following hooks are fired to ensure backward compatibility.
|
|
||||||
* In all other cases, 'load-' . $pagenow should be used instead.
|
|
||||||
*/
|
|
||||||
if ( 'page' === $typenow ) {
|
|
||||||
if ( 'post-new.php' === $pagenow ) {
|
|
||||||
do_action( 'load-page-new.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
} elseif ( 'post.php' === $pagenow ) {
|
|
||||||
do_action( 'load-page.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
}
|
|
||||||
} elseif ( 'edit-tags.php' === $pagenow ) {
|
|
||||||
if ( 'category' === $taxnow ) {
|
|
||||||
do_action( 'load-categories.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
} elseif ( 'link_category' === $taxnow ) {
|
|
||||||
do_action( 'load-edit-link-categories.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
}
|
|
||||||
} elseif ( 'term.php' === $pagenow ) {
|
|
||||||
do_action( 'load-edit-tags.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! empty( $_REQUEST['action'] ) ) {
|
|
||||||
$action = $_REQUEST['action'];
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires when an 'action' request variable is sent.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$action`, refers to
|
|
||||||
* the action derived from the `GET` or `POST` request.
|
|
||||||
*
|
|
||||||
* @since 2.6.0
|
|
||||||
*/
|
|
||||||
do_action( "admin_action_{$action}" );
|
|
||||||
}
|
|
||||||
|
|
@ -1,163 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Server-side file upload handler from wp-plupload or other asynchronous upload methods.
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) {
|
|
||||||
define( 'DOING_AJAX', true );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! defined( 'WP_ADMIN' ) ) {
|
|
||||||
define( 'WP_ADMIN', true );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( defined( 'ABSPATH' ) ) {
|
|
||||||
require_once ABSPATH . 'wp-load.php';
|
|
||||||
} else {
|
|
||||||
require_once dirname( __DIR__ ) . '/wp-load.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin.php';
|
|
||||||
|
|
||||||
header( 'Content-Type: text/plain; charset=' . get_option( 'blog_charset' ) );
|
|
||||||
|
|
||||||
if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) {
|
|
||||||
require ABSPATH . 'wp-admin/includes/ajax-actions.php';
|
|
||||||
|
|
||||||
send_nosniff_header();
|
|
||||||
nocache_headers();
|
|
||||||
|
|
||||||
wp_ajax_upload_attachment();
|
|
||||||
die( '0' );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! current_user_can( 'upload_files' ) ) {
|
|
||||||
wp_die( __( 'Sorry, you are not allowed to upload files.' ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
// Just fetch the detail form for that attachment.
|
|
||||||
if ( isset( $_REQUEST['attachment_id'] ) && (int) $_REQUEST['attachment_id'] && $_REQUEST['fetch'] ) {
|
|
||||||
$id = (int) $_REQUEST['attachment_id'];
|
|
||||||
$post = get_post( $id );
|
|
||||||
if ( 'attachment' !== $post->post_type ) {
|
|
||||||
wp_die( __( 'Invalid post type.' ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
switch ( $_REQUEST['fetch'] ) {
|
|
||||||
case 3:
|
|
||||||
?>
|
|
||||||
<div class="media-item-wrapper">
|
|
||||||
<div class="attachment-details">
|
|
||||||
<?php
|
|
||||||
$thumb_url = wp_get_attachment_image_src( $id, 'thumbnail', true );
|
|
||||||
if ( $thumb_url ) {
|
|
||||||
echo '<img class="pinkynail" src="' . esc_url( $thumb_url[0] ) . '" alt="" />';
|
|
||||||
}
|
|
||||||
|
|
||||||
// Title shouldn't ever be empty, but use filename just in case.
|
|
||||||
$file = get_attached_file( $post->ID );
|
|
||||||
$file_url = wp_get_attachment_url( $post->ID );
|
|
||||||
$title = $post->post_title ? $post->post_title : wp_basename( $file );
|
|
||||||
?>
|
|
||||||
<div class="filename new">
|
|
||||||
<span class="media-list-title"><strong><?php echo esc_html( wp_html_excerpt( $title, 60, '…' ) ); ?></strong></span>
|
|
||||||
<span class="media-list-subtitle"><?php echo esc_html( wp_basename( $file ) ); ?></span>
|
|
||||||
<div class="attachment-tools">
|
|
||||||
<?php
|
|
||||||
if ( current_user_can( 'edit_post', $id ) ) {
|
|
||||||
echo '<a class="edit-attachment" href="' . esc_url( get_edit_post_link( $id ) ) . '">' . _x( 'Edit', 'media item' ) . '</a>';
|
|
||||||
} else {
|
|
||||||
echo '<span class="edit-attachment">' . _x( 'Success', 'media item' ) . '</span>';
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
<span class="media-item-copy-container copy-to-clipboard-container edit-attachment">
|
|
||||||
<button type="button" class="button button-small copy-attachment-url" data-clipboard-text="<?php echo $file_url; ?>"><?php _e( 'Copy URL to clipboard' ); ?></button>
|
|
||||||
<span class="success hidden" aria-hidden="true"><?php _e( 'Copied!' ); ?></span>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
break;
|
|
||||||
case 2:
|
|
||||||
add_filter( 'attachment_fields_to_edit', 'media_single_attachment_fields_to_edit', 10, 2 );
|
|
||||||
echo get_media_item(
|
|
||||||
$id,
|
|
||||||
array(
|
|
||||||
'send' => false,
|
|
||||||
'delete' => true,
|
|
||||||
)
|
|
||||||
);
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
add_filter( 'attachment_fields_to_edit', 'media_post_single_attachment_fields_to_edit', 10, 2 );
|
|
||||||
echo get_media_item( $id );
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
check_admin_referer( 'media-form' );
|
|
||||||
|
|
||||||
$post_id = 0;
|
|
||||||
if ( isset( $_REQUEST['post_id'] ) ) {
|
|
||||||
$post_id = absint( $_REQUEST['post_id'] );
|
|
||||||
if ( ! get_post( $post_id ) || ! current_user_can( 'edit_post', $post_id ) ) {
|
|
||||||
$post_id = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$id = media_handle_upload( 'async-upload', $post_id );
|
|
||||||
if ( is_wp_error( $id ) ) {
|
|
||||||
$message = sprintf(
|
|
||||||
'%s <strong>%s</strong><br />%s',
|
|
||||||
sprintf(
|
|
||||||
'<button type="button" class="dismiss button-link" onclick="jQuery(this).parents(\'div.media-item\').slideUp(200, function(){jQuery(this).remove();});">%s</button>',
|
|
||||||
__( 'Dismiss' )
|
|
||||||
),
|
|
||||||
sprintf(
|
|
||||||
/* translators: %s: Name of the file that failed to upload. */
|
|
||||||
__( '“%s” has failed to upload.' ),
|
|
||||||
esc_html( $_FILES['async-upload']['name'] )
|
|
||||||
),
|
|
||||||
esc_html( $id->get_error_message() )
|
|
||||||
);
|
|
||||||
wp_admin_notice(
|
|
||||||
$message,
|
|
||||||
array(
|
|
||||||
'additional_classes' => array( 'error-div', 'error' ),
|
|
||||||
'paragraph_wrap' => false,
|
|
||||||
)
|
|
||||||
);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( $_REQUEST['short'] ) {
|
|
||||||
// Short form response - attachment ID only.
|
|
||||||
echo $id;
|
|
||||||
} else {
|
|
||||||
// Long form response - big chunk of HTML.
|
|
||||||
$type = $_REQUEST['type'];
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Filters the returned ID of an uploaded attachment.
|
|
||||||
*
|
|
||||||
* The dynamic portion of the hook name, `$type`, refers to the attachment type.
|
|
||||||
*
|
|
||||||
* Possible hook names include:
|
|
||||||
*
|
|
||||||
* - `async_upload_audio`
|
|
||||||
* - `async_upload_file`
|
|
||||||
* - `async_upload_image`
|
|
||||||
* - `async_upload_video`
|
|
||||||
*
|
|
||||||
* @since 2.5.0
|
|
||||||
*
|
|
||||||
* @param int $id Uploaded attachment ID.
|
|
||||||
*/
|
|
||||||
echo apply_filters( "async_upload_{$type}", $id );
|
|
||||||
}
|
|
||||||
|
|
@ -1,333 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Authorize Application Screen
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** WordPress Administration Bootstrap */
|
|
||||||
require_once __DIR__ . '/admin.php';
|
|
||||||
|
|
||||||
$error = null;
|
|
||||||
$new_password = '';
|
|
||||||
|
|
||||||
// This is the no-js fallback script. Generally this will all be handled by `auth-app.js`.
|
|
||||||
if ( isset( $_POST['action'] ) && 'authorize_application_password' === $_POST['action'] ) {
|
|
||||||
check_admin_referer( 'authorize_application_password' );
|
|
||||||
|
|
||||||
$success_url = $_POST['success_url'];
|
|
||||||
$reject_url = $_POST['reject_url'];
|
|
||||||
$app_name = $_POST['app_name'];
|
|
||||||
$app_id = $_POST['app_id'];
|
|
||||||
$redirect = '';
|
|
||||||
|
|
||||||
if ( isset( $_POST['reject'] ) ) {
|
|
||||||
if ( $reject_url ) {
|
|
||||||
$redirect = $reject_url;
|
|
||||||
} else {
|
|
||||||
$redirect = admin_url();
|
|
||||||
}
|
|
||||||
} elseif ( isset( $_POST['approve'] ) ) {
|
|
||||||
$created = WP_Application_Passwords::create_new_application_password(
|
|
||||||
get_current_user_id(),
|
|
||||||
array(
|
|
||||||
'name' => $app_name,
|
|
||||||
'app_id' => $app_id,
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
if ( is_wp_error( $created ) ) {
|
|
||||||
$error = $created;
|
|
||||||
} else {
|
|
||||||
list( $new_password ) = $created;
|
|
||||||
|
|
||||||
if ( $success_url ) {
|
|
||||||
$redirect = add_query_arg(
|
|
||||||
array(
|
|
||||||
'site_url' => urlencode( site_url() ),
|
|
||||||
'user_login' => urlencode( wp_get_current_user()->user_login ),
|
|
||||||
'password' => urlencode( $new_password ),
|
|
||||||
),
|
|
||||||
$success_url
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( $redirect ) {
|
|
||||||
// Explicitly not using wp_safe_redirect b/c sends to arbitrary domain.
|
|
||||||
wp_redirect( $redirect );
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Used in the HTML title tag.
|
|
||||||
$title = __( 'Authorize Application' );
|
|
||||||
|
|
||||||
$app_name = ! empty( $_REQUEST['app_name'] ) ? $_REQUEST['app_name'] : '';
|
|
||||||
$app_id = ! empty( $_REQUEST['app_id'] ) ? $_REQUEST['app_id'] : '';
|
|
||||||
$success_url = ! empty( $_REQUEST['success_url'] ) ? $_REQUEST['success_url'] : null;
|
|
||||||
|
|
||||||
if ( ! empty( $_REQUEST['reject_url'] ) ) {
|
|
||||||
$reject_url = $_REQUEST['reject_url'];
|
|
||||||
} elseif ( $success_url ) {
|
|
||||||
$reject_url = add_query_arg( 'success', 'false', $success_url );
|
|
||||||
} else {
|
|
||||||
$reject_url = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
$user = wp_get_current_user();
|
|
||||||
|
|
||||||
$request = compact( 'app_name', 'app_id', 'success_url', 'reject_url' );
|
|
||||||
$is_valid = wp_is_authorize_application_password_request_valid( $request, $user );
|
|
||||||
|
|
||||||
if ( is_wp_error( $is_valid ) ) {
|
|
||||||
wp_die(
|
|
||||||
__( 'The Authorize Application request is not allowed.' ) . ' ' . implode( ' ', $is_valid->get_error_messages() ),
|
|
||||||
__( 'Cannot Authorize Application' )
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( wp_is_site_protected_by_basic_auth( 'front' ) ) {
|
|
||||||
wp_die(
|
|
||||||
__( 'Your website appears to use Basic Authentication, which is not currently compatible with application passwords.' ),
|
|
||||||
__( 'Cannot Authorize Application' ),
|
|
||||||
array(
|
|
||||||
'response' => 501,
|
|
||||||
'link_text' => __( 'Go Back' ),
|
|
||||||
'link_url' => $reject_url ? add_query_arg( 'error', 'disabled', $reject_url ) : admin_url(),
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! wp_is_application_passwords_available_for_user( $user ) ) {
|
|
||||||
if ( wp_is_application_passwords_available() ) {
|
|
||||||
$message = __( 'Application passwords are not available for your account. Please contact the site administrator for assistance.' );
|
|
||||||
} else {
|
|
||||||
$message = __( 'Application passwords are not available.' );
|
|
||||||
}
|
|
||||||
|
|
||||||
wp_die(
|
|
||||||
$message,
|
|
||||||
__( 'Cannot Authorize Application' ),
|
|
||||||
array(
|
|
||||||
'response' => 501,
|
|
||||||
'link_text' => __( 'Go Back' ),
|
|
||||||
'link_url' => $reject_url ? add_query_arg( 'error', 'disabled', $reject_url ) : admin_url(),
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
wp_enqueue_script( 'auth-app' );
|
|
||||||
wp_localize_script(
|
|
||||||
'auth-app',
|
|
||||||
'authApp',
|
|
||||||
array(
|
|
||||||
'site_url' => site_url(),
|
|
||||||
'user_login' => $user->user_login,
|
|
||||||
'success' => $success_url,
|
|
||||||
'reject' => $reject_url ? $reject_url : admin_url(),
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
|
||||||
|
|
||||||
?>
|
|
||||||
<div class="wrap">
|
|
||||||
<h1><?php echo esc_html( $title ); ?></h1>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
if ( is_wp_error( $error ) ) {
|
|
||||||
wp_admin_notice(
|
|
||||||
$error->get_error_message(),
|
|
||||||
array(
|
|
||||||
'type' => 'error',
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div class="card auth-app-card">
|
|
||||||
<h2 class="title"><?php _e( 'An application would like to connect to your account.' ); ?></h2>
|
|
||||||
<?php if ( $app_name ) : ?>
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: %s: Application name. */
|
|
||||||
__( 'Would you like to give the application identifying itself as %s access to your account? You should only do this if you trust the application in question.' ),
|
|
||||||
'<strong>' . esc_html( $app_name ) . '</strong>'
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
<?php else : ?>
|
|
||||||
<p><?php _e( 'Would you like to give this application access to your account? You should only do this if you trust the application in question.' ); ?></p>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
if ( is_multisite() ) {
|
|
||||||
$blogs = get_blogs_of_user( $user->ID, true );
|
|
||||||
$blogs_count = count( $blogs );
|
|
||||||
|
|
||||||
if ( $blogs_count > 1 ) {
|
|
||||||
?>
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
/* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */
|
|
||||||
$message = _n(
|
|
||||||
'This will grant access to <a href="%1$s">the %2$s site in this installation that you have permissions on</a>.',
|
|
||||||
'This will grant access to <a href="%1$s">all %2$s sites in this installation that you have permissions on</a>.',
|
|
||||||
$blogs_count
|
|
||||||
);
|
|
||||||
|
|
||||||
if ( is_super_admin() ) {
|
|
||||||
/* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */
|
|
||||||
$message = _n(
|
|
||||||
'This will grant access to <a href="%1$s">the %2$s site on the network as you have Super Admin rights</a>.',
|
|
||||||
'This will grant access to <a href="%1$s">all %2$s sites on the network as you have Super Admin rights</a>.',
|
|
||||||
$blogs_count
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
printf(
|
|
||||||
$message,
|
|
||||||
admin_url( 'my-sites.php' ),
|
|
||||||
number_format_i18n( $blogs_count )
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
if ( $new_password ) :
|
|
||||||
$message = '<p class="application-password-display">
|
|
||||||
<label for="new-application-password-value">' . sprintf(
|
|
||||||
/* translators: %s: Application name. */
|
|
||||||
esc_html__( 'Your new password for %s is:' ),
|
|
||||||
'<strong>' . esc_html( $app_name ) . '</strong>'
|
|
||||||
) . '
|
|
||||||
</label>
|
|
||||||
<input id="new-application-password-value" type="text" class="code" readonly="readonly" value="' . esc_attr( WP_Application_Passwords::chunk_password( $new_password ) ) . '" />
|
|
||||||
</p>
|
|
||||||
<p>' . __( 'Be sure to save this in a safe location. You will not be able to retrieve it.' ) . '</p>';
|
|
||||||
$args = array(
|
|
||||||
'type' => 'success',
|
|
||||||
'additional_classes' => array( 'notice-alt', 'below-h2' ),
|
|
||||||
'paragraph_wrap' => false,
|
|
||||||
);
|
|
||||||
wp_admin_notice( $message, $args );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires in the Authorize Application Password new password section in the no-JS version.
|
|
||||||
*
|
|
||||||
* In most cases, this should be used in combination with the {@see 'wp_application_passwords_approve_app_request_success'}
|
|
||||||
* action to ensure that both the JS and no-JS variants are handled.
|
|
||||||
*
|
|
||||||
* @since 5.6.0
|
|
||||||
* @since 5.6.1 Corrected action name and signature.
|
|
||||||
*
|
|
||||||
* @param string $new_password The newly generated application password.
|
|
||||||
* @param array $request The array of request data. All arguments are optional and may be empty.
|
|
||||||
* @param WP_User $user The user authorizing the application.
|
|
||||||
*/
|
|
||||||
do_action( 'wp_authorize_application_password_form_approved_no_js', $new_password, $request, $user );
|
|
||||||
else :
|
|
||||||
?>
|
|
||||||
<form action="<?php echo esc_url( admin_url( 'authorize-application.php' ) ); ?>" method="post" class="form-wrap">
|
|
||||||
<?php wp_nonce_field( 'authorize_application_password' ); ?>
|
|
||||||
<input type="hidden" name="action" value="authorize_application_password" />
|
|
||||||
<input type="hidden" name="app_id" value="<?php echo esc_attr( $app_id ); ?>" />
|
|
||||||
<input type="hidden" name="success_url" value="<?php echo esc_url( $success_url ); ?>" />
|
|
||||||
<input type="hidden" name="reject_url" value="<?php echo esc_url( $reject_url ); ?>" />
|
|
||||||
|
|
||||||
<div class="form-field">
|
|
||||||
<label for="app_name"><?php _e( 'New Application Password Name' ); ?></label>
|
|
||||||
<input type="text" id="app_name" name="app_name" value="<?php echo esc_attr( $app_name ); ?>" required />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Fires in the Authorize Application Password form before the submit buttons.
|
|
||||||
*
|
|
||||||
* @since 5.6.0
|
|
||||||
*
|
|
||||||
* @param array $request {
|
|
||||||
* The array of request data. All arguments are optional and may be empty.
|
|
||||||
*
|
|
||||||
* @type string $app_name The suggested name of the application.
|
|
||||||
* @type string $success_url The URL the user will be redirected to after approving the application.
|
|
||||||
* @type string $reject_url The URL the user will be redirected to after rejecting the application.
|
|
||||||
* }
|
|
||||||
* @param WP_User $user The user authorizing the application.
|
|
||||||
*/
|
|
||||||
do_action( 'wp_authorize_application_password_form', $request, $user );
|
|
||||||
?>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
submit_button(
|
|
||||||
__( 'Yes, I approve of this connection' ),
|
|
||||||
'primary',
|
|
||||||
'approve',
|
|
||||||
false,
|
|
||||||
array(
|
|
||||||
'aria-describedby' => 'description-approve',
|
|
||||||
)
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
<p class="description" id="description-approve">
|
|
||||||
<?php
|
|
||||||
if ( $success_url ) {
|
|
||||||
printf(
|
|
||||||
/* translators: %s: The URL the user is being redirected to. */
|
|
||||||
__( 'You will be sent to %s' ),
|
|
||||||
'<strong><code>' . esc_html(
|
|
||||||
add_query_arg(
|
|
||||||
array(
|
|
||||||
'site_url' => site_url(),
|
|
||||||
'user_login' => $user->user_login,
|
|
||||||
'password' => '[------]',
|
|
||||||
),
|
|
||||||
$success_url
|
|
||||||
)
|
|
||||||
) . '</code></strong>'
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
_e( 'You will be given a password to manually enter into the application in question.' );
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
submit_button(
|
|
||||||
__( 'No, I do not approve of this connection' ),
|
|
||||||
'secondary',
|
|
||||||
'reject',
|
|
||||||
false,
|
|
||||||
array(
|
|
||||||
'aria-describedby' => 'description-reject',
|
|
||||||
)
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
<p class="description" id="description-reject">
|
|
||||||
<?php
|
|
||||||
if ( $reject_url ) {
|
|
||||||
printf(
|
|
||||||
/* translators: %s: The URL the user is being redirected to. */
|
|
||||||
__( 'You will be sent to %s' ),
|
|
||||||
'<strong><code>' . esc_html( $reject_url ) . '</code></strong>'
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
_e( 'You will be returned to the WordPress Dashboard, and no changes will be made.' );
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</p>
|
|
||||||
</form>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-footer.php';
|
|
||||||
|
|
@ -1,387 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Comment Management Screen
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** Load WordPress Bootstrap */
|
|
||||||
require_once __DIR__ . '/admin.php';
|
|
||||||
|
|
||||||
$parent_file = 'edit-comments.php';
|
|
||||||
$submenu_file = 'edit-comments.php';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @global string $action
|
|
||||||
*/
|
|
||||||
global $action;
|
|
||||||
|
|
||||||
$action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : '';
|
|
||||||
|
|
||||||
if ( isset( $_POST['deletecomment'] ) ) {
|
|
||||||
$action = 'deletecomment';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( 'cdc' === $action ) {
|
|
||||||
$action = 'delete';
|
|
||||||
} elseif ( 'mac' === $action ) {
|
|
||||||
$action = 'approve';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( isset( $_GET['dt'] ) ) {
|
|
||||||
if ( 'spam' === $_GET['dt'] ) {
|
|
||||||
$action = 'spam';
|
|
||||||
} elseif ( 'trash' === $_GET['dt'] ) {
|
|
||||||
$action = 'trash';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( isset( $_REQUEST['c'] ) ) {
|
|
||||||
$comment_id = absint( $_REQUEST['c'] );
|
|
||||||
$comment = get_comment( $comment_id );
|
|
||||||
|
|
||||||
// Prevent actions on a comment associated with a trashed post.
|
|
||||||
if ( $comment && 'trash' === get_post_status( $comment->comment_post_ID ) ) {
|
|
||||||
wp_die(
|
|
||||||
__( 'You cannot edit this comment because the associated post is in the Trash. Please restore the post first, then try again.' )
|
|
||||||
);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
$comment = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch ( $action ) {
|
|
||||||
|
|
||||||
case 'editcomment':
|
|
||||||
// Used in the HTML title tag.
|
|
||||||
$title = __( 'Edit Comment' );
|
|
||||||
|
|
||||||
get_current_screen()->add_help_tab(
|
|
||||||
array(
|
|
||||||
'id' => 'overview',
|
|
||||||
'title' => __( 'Overview' ),
|
|
||||||
'content' =>
|
|
||||||
'<p>' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '</p>' .
|
|
||||||
'<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>',
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
get_current_screen()->set_help_sidebar(
|
|
||||||
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
|
||||||
'<p>' . __( '<a href="https://wordpress.org/documentation/article/comments-screen/">Documentation on Comments</a>' ) . '</p>' .
|
|
||||||
'<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'
|
|
||||||
);
|
|
||||||
|
|
||||||
wp_enqueue_script( 'comment' );
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
|
||||||
|
|
||||||
if ( ! $comment ) {
|
|
||||||
comment_footer_die( __( 'Invalid comment ID.' ) . sprintf( ' <a href="%s">' . __( 'Go back' ) . '</a>.', 'javascript:history.go(-1)' ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! current_user_can( 'edit_comment', $comment_id ) ) {
|
|
||||||
comment_footer_die( __( 'Sorry, you are not allowed to edit this comment.' ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( 'trash' === $comment->comment_approved ) {
|
|
||||||
comment_footer_die( __( 'This comment is in the Trash. Please move it out of the Trash if you want to edit it.' ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
$comment = get_comment_to_edit( $comment_id );
|
|
||||||
|
|
||||||
require ABSPATH . 'wp-admin/edit-form-comment.php';
|
|
||||||
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 'delete':
|
|
||||||
case 'approve':
|
|
||||||
case 'trash':
|
|
||||||
case 'spam':
|
|
||||||
// Used in the HTML title tag.
|
|
||||||
$title = __( 'Moderate Comment' );
|
|
||||||
|
|
||||||
if ( ! $comment ) {
|
|
||||||
wp_redirect( admin_url( 'edit-comments.php?error=1' ) );
|
|
||||||
die();
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( ! current_user_can( 'edit_comment', $comment->comment_ID ) ) {
|
|
||||||
wp_redirect( admin_url( 'edit-comments.php?error=2' ) );
|
|
||||||
die();
|
|
||||||
}
|
|
||||||
|
|
||||||
// No need to re-approve/re-trash/re-spam a comment.
|
|
||||||
if ( str_replace( '1', 'approve', $comment->comment_approved ) === $action ) {
|
|
||||||
wp_redirect( admin_url( 'edit-comments.php?same=' . $comment_id ) );
|
|
||||||
die();
|
|
||||||
}
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
|
||||||
|
|
||||||
$formaction = $action . 'comment';
|
|
||||||
$nonce_action = ( 'approve' === $action ) ? 'approve-comment_' : 'delete-comment_';
|
|
||||||
$nonce_action .= $comment_id;
|
|
||||||
|
|
||||||
?>
|
|
||||||
<div class="wrap">
|
|
||||||
|
|
||||||
<h1><?php echo esc_html( $title ); ?></h1>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
switch ( $action ) {
|
|
||||||
case 'spam':
|
|
||||||
$caution_msg = __( 'You are about to mark the following comment as spam:' );
|
|
||||||
$button = _x( 'Mark as spam', 'comment' );
|
|
||||||
break;
|
|
||||||
case 'trash':
|
|
||||||
$caution_msg = __( 'You are about to move the following comment to the Trash:' );
|
|
||||||
$button = __( 'Move to Trash' );
|
|
||||||
break;
|
|
||||||
case 'delete':
|
|
||||||
$caution_msg = __( 'You are about to delete the following comment:' );
|
|
||||||
$button = __( 'Permanently delete comment' );
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
$caution_msg = __( 'You are about to approve the following comment:' );
|
|
||||||
$button = __( 'Approve comment' );
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( '0' !== $comment->comment_approved ) { // If not unapproved.
|
|
||||||
$message = '';
|
|
||||||
switch ( $comment->comment_approved ) {
|
|
||||||
case '1':
|
|
||||||
$message = __( 'This comment is currently approved.' );
|
|
||||||
break;
|
|
||||||
case 'spam':
|
|
||||||
$message = __( 'This comment is currently marked as spam.' );
|
|
||||||
break;
|
|
||||||
case 'trash':
|
|
||||||
$message = __( 'This comment is currently in the Trash.' );
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
if ( $message ) {
|
|
||||||
wp_admin_notice(
|
|
||||||
$message,
|
|
||||||
array(
|
|
||||||
'type' => 'info',
|
|
||||||
'id' => 'message',
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
wp_admin_notice(
|
|
||||||
'<strong>' . __( 'Caution:' ) . '</strong> ' . $caution_msg,
|
|
||||||
array(
|
|
||||||
'type' => 'warning',
|
|
||||||
'id' => 'message',
|
|
||||||
)
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
|
|
||||||
<table class="form-table comment-ays">
|
|
||||||
<tr>
|
|
||||||
<th scope="row"><?php _e( 'Author' ); ?></th>
|
|
||||||
<td><?php comment_author( $comment ); ?></td>
|
|
||||||
</tr>
|
|
||||||
<?php if ( get_comment_author_email( $comment ) ) { ?>
|
|
||||||
<tr>
|
|
||||||
<th scope="row"><?php _e( 'Email' ); ?></th>
|
|
||||||
<td><?php comment_author_email( $comment ); ?></td>
|
|
||||||
</tr>
|
|
||||||
<?php } ?>
|
|
||||||
<?php if ( get_comment_author_url( $comment ) ) { ?>
|
|
||||||
<tr>
|
|
||||||
<th scope="row"><?php _e( 'URL' ); ?></th>
|
|
||||||
<td><a href="<?php comment_author_url( $comment ); ?>"><?php comment_author_url( $comment ); ?></a></td>
|
|
||||||
</tr>
|
|
||||||
<?php } ?>
|
|
||||||
<tr>
|
|
||||||
<th scope="row"><?php /* translators: Column name or table row header. */ _e( 'In response to' ); ?></th>
|
|
||||||
<td>
|
|
||||||
<?php
|
|
||||||
$post_id = $comment->comment_post_ID;
|
|
||||||
if ( current_user_can( 'edit_post', $post_id ) ) {
|
|
||||||
$post_link = "<a href='" . esc_url( get_edit_post_link( $post_id ) ) . "'>";
|
|
||||||
$post_link .= esc_html( get_the_title( $post_id ) ) . '</a>';
|
|
||||||
} else {
|
|
||||||
$post_link = esc_html( get_the_title( $post_id ) );
|
|
||||||
}
|
|
||||||
echo $post_link;
|
|
||||||
|
|
||||||
if ( $comment->comment_parent ) {
|
|
||||||
$parent = get_comment( $comment->comment_parent );
|
|
||||||
$parent_link = esc_url( get_comment_link( $parent ) );
|
|
||||||
$name = get_comment_author( $parent );
|
|
||||||
printf(
|
|
||||||
/* translators: %s: Comment link. */
|
|
||||||
' | ' . __( 'In reply to %s.' ),
|
|
||||||
'<a href="' . $parent_link . '">' . $name . '</a>'
|
|
||||||
);
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th scope="row"><?php _e( 'Submitted on' ); ?></th>
|
|
||||||
<td>
|
|
||||||
<?php
|
|
||||||
$submitted = sprintf(
|
|
||||||
/* translators: 1: Comment date, 2: Comment time. */
|
|
||||||
__( '%1$s at %2$s' ),
|
|
||||||
/* translators: Comment date format. See https://www.php.net/manual/datetime.format.php */
|
|
||||||
get_comment_date( __( 'Y/m/d' ), $comment ),
|
|
||||||
/* translators: Comment time format. See https://www.php.net/manual/datetime.format.php */
|
|
||||||
get_comment_date( __( 'g:i a' ), $comment )
|
|
||||||
);
|
|
||||||
if ( 'approved' === wp_get_comment_status( $comment ) && ! empty( $comment->comment_post_ID ) ) {
|
|
||||||
echo '<a href="' . esc_url( get_comment_link( $comment ) ) . '">' . $submitted . '</a>';
|
|
||||||
} else {
|
|
||||||
echo $submitted;
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th scope="row"><?php /* translators: Field name in comment form. */ _ex( 'Comment', 'noun' ); ?></th>
|
|
||||||
<td class="comment-content">
|
|
||||||
<?php comment_text( $comment ); ?>
|
|
||||||
<p class="edit-comment">
|
|
||||||
<a href="<?php echo esc_url( admin_url( "comment.php?action=editcomment&c={$comment->comment_ID}" ) ); ?>"><?php esc_html_e( 'Edit' ); ?></a>
|
|
||||||
</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<form action="comment.php" method="get" class="comment-ays-submit">
|
|
||||||
<p>
|
|
||||||
<?php submit_button( $button, 'primary', 'submit', false ); ?>
|
|
||||||
<a href="<?php echo esc_url( admin_url( 'edit-comments.php' ) ); ?>" class="button-cancel"><?php esc_html_e( 'Cancel' ); ?></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<?php wp_nonce_field( $nonce_action ); ?>
|
|
||||||
<input type="hidden" name="action" value="<?php echo esc_attr( $formaction ); ?>" />
|
|
||||||
<input type="hidden" name="c" value="<?php echo esc_attr( $comment->comment_ID ); ?>" />
|
|
||||||
<input type="hidden" name="noredir" value="1" />
|
|
||||||
</form>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 'deletecomment':
|
|
||||||
case 'trashcomment':
|
|
||||||
case 'untrashcomment':
|
|
||||||
case 'spamcomment':
|
|
||||||
case 'unspamcomment':
|
|
||||||
case 'approvecomment':
|
|
||||||
case 'unapprovecomment':
|
|
||||||
$comment_id = absint( $_REQUEST['c'] );
|
|
||||||
|
|
||||||
if ( in_array( $action, array( 'approvecomment', 'unapprovecomment' ), true ) ) {
|
|
||||||
check_admin_referer( 'approve-comment_' . $comment_id );
|
|
||||||
} else {
|
|
||||||
check_admin_referer( 'delete-comment_' . $comment_id );
|
|
||||||
}
|
|
||||||
|
|
||||||
$noredir = isset( $_REQUEST['noredir'] );
|
|
||||||
|
|
||||||
$comment = get_comment( $comment_id );
|
|
||||||
if ( ! $comment ) {
|
|
||||||
comment_footer_die( __( 'Invalid comment ID.' ) . sprintf( ' <a href="%s">' . __( 'Go back' ) . '</a>.', 'edit-comments.php' ) );
|
|
||||||
}
|
|
||||||
if ( ! current_user_can( 'edit_comment', $comment->comment_ID ) ) {
|
|
||||||
comment_footer_die( __( 'Sorry, you are not allowed to edit comments on this post.' ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( wp_get_referer() && ! $noredir && ! str_contains( wp_get_referer(), 'comment.php' ) ) {
|
|
||||||
$redir = wp_get_referer();
|
|
||||||
} elseif ( wp_get_original_referer() && ! $noredir ) {
|
|
||||||
$redir = wp_get_original_referer();
|
|
||||||
} elseif ( in_array( $action, array( 'approvecomment', 'unapprovecomment' ), true ) ) {
|
|
||||||
$redir = admin_url( 'edit-comments.php?p=' . absint( $comment->comment_post_ID ) );
|
|
||||||
} else {
|
|
||||||
$redir = admin_url( 'edit-comments.php' );
|
|
||||||
}
|
|
||||||
|
|
||||||
$redir = remove_query_arg( array( 'spammed', 'unspammed', 'trashed', 'untrashed', 'deleted', 'ids', 'approved', 'unapproved' ), $redir );
|
|
||||||
|
|
||||||
switch ( $action ) {
|
|
||||||
case 'deletecomment':
|
|
||||||
wp_delete_comment( $comment );
|
|
||||||
$redir = add_query_arg( array( 'deleted' => '1' ), $redir );
|
|
||||||
break;
|
|
||||||
case 'trashcomment':
|
|
||||||
wp_trash_comment( $comment );
|
|
||||||
$redir = add_query_arg(
|
|
||||||
array(
|
|
||||||
'trashed' => '1',
|
|
||||||
'ids' => $comment_id,
|
|
||||||
),
|
|
||||||
$redir
|
|
||||||
);
|
|
||||||
break;
|
|
||||||
case 'untrashcomment':
|
|
||||||
wp_untrash_comment( $comment );
|
|
||||||
$redir = add_query_arg( array( 'untrashed' => '1' ), $redir );
|
|
||||||
break;
|
|
||||||
case 'spamcomment':
|
|
||||||
wp_spam_comment( $comment );
|
|
||||||
$redir = add_query_arg(
|
|
||||||
array(
|
|
||||||
'spammed' => '1',
|
|
||||||
'ids' => $comment_id,
|
|
||||||
),
|
|
||||||
$redir
|
|
||||||
);
|
|
||||||
break;
|
|
||||||
case 'unspamcomment':
|
|
||||||
wp_unspam_comment( $comment );
|
|
||||||
$redir = add_query_arg( array( 'unspammed' => '1' ), $redir );
|
|
||||||
break;
|
|
||||||
case 'approvecomment':
|
|
||||||
wp_set_comment_status( $comment, 'approve' );
|
|
||||||
$redir = add_query_arg( array( 'approved' => 1 ), $redir );
|
|
||||||
break;
|
|
||||||
case 'unapprovecomment':
|
|
||||||
wp_set_comment_status( $comment, 'hold' );
|
|
||||||
$redir = add_query_arg( array( 'unapproved' => 1 ), $redir );
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
wp_redirect( $redir );
|
|
||||||
die;
|
|
||||||
|
|
||||||
case 'editedcomment':
|
|
||||||
$comment_id = absint( $_POST['comment_ID'] );
|
|
||||||
$comment_post_id = absint( $_POST['comment_post_ID'] );
|
|
||||||
|
|
||||||
check_admin_referer( 'update-comment_' . $comment_id );
|
|
||||||
|
|
||||||
$updated = edit_comment();
|
|
||||||
if ( is_wp_error( $updated ) ) {
|
|
||||||
wp_die( $updated->get_error_message() );
|
|
||||||
}
|
|
||||||
|
|
||||||
$location = ( empty( $_POST['referredby'] ) ? "edit-comments.php?p=$comment_post_id" : $_POST['referredby'] ) . '#comment-' . $comment_id;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Filters the URI the user is redirected to after editing a comment in the admin.
|
|
||||||
*
|
|
||||||
* @since 2.1.0
|
|
||||||
*
|
|
||||||
* @param string $location The URI the user will be redirected to.
|
|
||||||
* @param int $comment_id The ID of the comment being edited.
|
|
||||||
*/
|
|
||||||
$location = apply_filters( 'comment_edit_redirect', $location, $comment_id );
|
|
||||||
|
|
||||||
wp_redirect( $location );
|
|
||||||
exit;
|
|
||||||
|
|
||||||
default:
|
|
||||||
wp_die( __( 'Unknown action.' ) );
|
|
||||||
|
|
||||||
} // End switch.
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-footer.php';
|
|
||||||
|
|
@ -1,109 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Contribute administration panel.
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** WordPress Administration Bootstrap */
|
|
||||||
require_once __DIR__ . '/admin.php';
|
|
||||||
|
|
||||||
// Used in the HTML title tag.
|
|
||||||
$title = __( 'Get Involved' );
|
|
||||||
|
|
||||||
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
|
||||||
?>
|
|
||||||
<div class="wrap about__container">
|
|
||||||
|
|
||||||
<div class="about__header">
|
|
||||||
<div class="about__header-title">
|
|
||||||
<h1>
|
|
||||||
<?php _e( 'Get Involved' ); ?>
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__header-text">
|
|
||||||
<?php _e( 'Be the future of WordPress' ); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
|
||||||
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
|
||||||
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
|
||||||
<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
|
|
||||||
<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
|
|
||||||
<a href="contribute.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Get Involved' ); ?></a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns is-wider-right">
|
|
||||||
<div class="column">
|
|
||||||
<img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" />
|
|
||||||
</div>
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<p><?php _e( 'Do you use WordPress for work, for personal projects, or even just for fun? You can help shape the long-term success of the open source project that powers millions of websites around the world.' ); ?></p>
|
|
||||||
<p><?php _e( 'Join the diverse WordPress contributor community and connect with other people who are passionate about maintaining a free and open web.' ); ?></p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li><?php _e( 'Be part of a global open source community.' ); ?></li>
|
|
||||||
<li><?php _e( 'Apply your skills or learn new ones.' ); ?></li>
|
|
||||||
<li><?php _e( 'Grow your network and make friends.' ); ?></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__section has-2-columns is-wider-left">
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<h2 class="is-smaller-heading"><?php _e( 'No-code contribution' ); ?></h2>
|
|
||||||
<p><?php _e( 'WordPress may thrive on technical contributions, but you don’t have to code to contribute. Here are some of the ways you can make an impact without writing a single line of code:' ); ?></p>
|
|
||||||
<ul>
|
|
||||||
<li><?php _e( '<strong>Share</strong> your knowledge in the WordPress support forums.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Write</strong> or improve documentation for WordPress.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Translate</strong> WordPress into your local language.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Create</strong> and improve WordPress educational materials.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Promote</strong> the WordPress project to your community.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Curate</strong> submissions or take photos for the Photo Directory.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Organize</strong> or participate in local Meetups and WordCamps.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Lend</strong> your creative imagination to the WordPress UI design.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Edit</strong> videos and add captions to WordPress.tv.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Explore</strong> ways to reduce the environmental impact of websites.' ); ?></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="column">
|
|
||||||
<img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="about__section has-2-columns is-wider-right">
|
|
||||||
<div class="column">
|
|
||||||
<img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" />
|
|
||||||
</div>
|
|
||||||
<div class="column is-vertically-aligned-center">
|
|
||||||
<h2 class="is-smaller-heading"><?php _e( 'Code-based contribution' ); ?></h2>
|
|
||||||
<p><?php _e( 'If you do code, or want to learn how, you can contribute technically in numerous ways:' ); ?></p>
|
|
||||||
<ul>
|
|
||||||
<li><?php _e( '<strong>Find</strong> and report bugs in the WordPress core software.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Test</strong> new releases and proposed features for the Block Editor.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Write</strong> and submit patches to fix bugs or help build new features.' ); ?></li>
|
|
||||||
<li><?php _e( '<strong>Contribute</strong> to the code, improve the UX, and test the WordPress app.' ); ?></li>
|
|
||||||
</ul>
|
|
||||||
<p><?php _e( 'WordPress embraces new technologies, while being committed to backward compatibility. The WordPress project uses the following languages and libraries:' ); ?></p>
|
|
||||||
<ul>
|
|
||||||
<li><?php _e( 'WordPress Core and Block Editor: HTML, CSS, PHP, SQL, JavaScript, and React.' ); ?></li>
|
|
||||||
<li><?php _e( 'WordPress app: Kotlin, Java, Swift, Objective-C, Vue, Python, and TypeScript.' ); ?></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__section is-feature has-subtle-background-color">
|
|
||||||
<div class="column">
|
|
||||||
<h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2>
|
|
||||||
<p><?php _e( 'Finding the area that aligns with your skills and interests is the first step toward meaningful contribution. With more than 20 Make WordPress teams working on different parts of the open source WordPress project, there’s a place for everyone, no matter what your skill set is.' ); ?></p>
|
|
||||||
<p><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Find your team →' ); ?></a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-footer.php';
|
|
||||||
|
|
@ -1,137 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Credits administration panel.
|
|
||||||
*
|
|
||||||
* @package WordPress
|
|
||||||
* @subpackage Administration
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** WordPress Administration Bootstrap */
|
|
||||||
require_once __DIR__ . '/admin.php';
|
|
||||||
require_once __DIR__ . '/includes/credits.php';
|
|
||||||
|
|
||||||
// Used in the HTML title tag.
|
|
||||||
$title = __( 'Credits' );
|
|
||||||
|
|
||||||
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
|
||||||
|
|
||||||
$credits = wp_credits();
|
|
||||||
?>
|
|
||||||
<div class="wrap about__container">
|
|
||||||
|
|
||||||
<div class="about__header">
|
|
||||||
<div class="about__header-title">
|
|
||||||
<h1>
|
|
||||||
<?php _e( 'Contributors' ); ?>
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="about__header-text">
|
|
||||||
<?php _e( 'Created by a worldwide team of passionate individuals' ); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
|
||||||
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
|
||||||
<a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
|
|
||||||
<a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
|
|
||||||
<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
|
|
||||||
<a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="about__section has-1-column has-gutters">
|
|
||||||
<div class="column aligncenter">
|
|
||||||
<?php if ( ! $credits ) : ?>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<?php
|
|
||||||
printf(
|
|
||||||
/* translators: 1: https://wordpress.org/about/ */
|
|
||||||
__( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals.' ),
|
|
||||||
__( 'https://wordpress.org/about/' )
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
<br />
|
|
||||||
<a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<?php else : ?>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<?php _e( 'Want to see your name in lights on this page?' ); ?>
|
|
||||||
<br />
|
|
||||||
<a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
if ( ! $credits ) {
|
|
||||||
echo '</div>';
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-footer.php';
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<hr class="is-large" />
|
|
||||||
|
|
||||||
<div class="about__section">
|
|
||||||
<div class="column is-edge-to-edge">
|
|
||||||
<?php wp_credits_section_title( $credits['groups']['core-developers'] ); ?>
|
|
||||||
<?php wp_credits_section_list( $credits, 'core-developers' ); ?>
|
|
||||||
<?php wp_credits_section_list( $credits, 'contributing-developers' ); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div class="about__section">
|
|
||||||
<div class="column">
|
|
||||||
<?php wp_credits_section_title( $credits['groups']['props'] ); ?>
|
|
||||||
<?php wp_credits_section_list( $credits, 'props' ); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<?php if ( isset( $credits['groups']['translators'] ) || isset( $credits['groups']['validators'] ) ) : ?>
|
|
||||||
<div class="about__section">
|
|
||||||
<div class="column">
|
|
||||||
<?php wp_credits_section_title( $credits['groups']['validators'] ); ?>
|
|
||||||
<?php wp_credits_section_list( $credits, 'validators' ); ?>
|
|
||||||
<?php wp_credits_section_list( $credits, 'translators' ); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<div class="about__section">
|
|
||||||
<div class="column">
|
|
||||||
<?php wp_credits_section_title( $credits['groups']['libraries'] ); ?>
|
|
||||||
<?php wp_credits_section_list( $credits, 'libraries' ); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
|
|
||||||
require_once ABSPATH . 'wp-admin/admin-footer.php';
|
|
||||||
|
|
||||||
return;
|
|
||||||
|
|
||||||
// These are strings returned by the API that we want to be translatable.
|
|
||||||
__( 'Project Leaders' );
|
|
||||||
/* translators: %s: The current WordPress version number. */
|
|
||||||
__( 'Core Contributors to WordPress %s' );
|
|
||||||
__( 'Noteworthy Contributors' );
|
|
||||||
__( 'Cofounder, Project Lead' );
|
|
||||||
__( 'Lead Developer' );
|
|
||||||
__( 'Release Lead' );
|
|
||||||
__( 'Release Design Lead' );
|
|
||||||
__( 'Release Deputy' );
|
|
||||||
__( 'Core Developer' );
|
|
||||||
__( 'External Libraries' );
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
|
@ -1,858 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu,
|
|
||||||
#adminmenu .wp-submenu {
|
|
||||||
width: 160px;
|
|
||||||
background-color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenuback {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
bottom: -120px;
|
|
||||||
z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */
|
|
||||||
}
|
|
||||||
|
|
||||||
.php-error #adminmenuback {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.php-error #adminmenuback,
|
|
||||||
.php-error #adminmenuwrap {
|
|
||||||
margin-top: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu {
|
|
||||||
clear: right;
|
|
||||||
margin: 12px 0;
|
|
||||||
padding: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenuback,
|
|
||||||
.folded #adminmenuwrap,
|
|
||||||
.folded #adminmenu,
|
|
||||||
.folded #adminmenu li.menu-top {
|
|
||||||
width: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* New Menu icons */
|
|
||||||
|
|
||||||
/* hide background-image for icons above */
|
|
||||||
.menu-icon-dashboard div.wp-menu-image,
|
|
||||||
.menu-icon-post div.wp-menu-image,
|
|
||||||
.menu-icon-media div.wp-menu-image,
|
|
||||||
.menu-icon-links div.wp-menu-image,
|
|
||||||
.menu-icon-page div.wp-menu-image,
|
|
||||||
.menu-icon-comments div.wp-menu-image,
|
|
||||||
.menu-icon-appearance div.wp-menu-image,
|
|
||||||
.menu-icon-plugins div.wp-menu-image,
|
|
||||||
.menu-icon-users div.wp-menu-image,
|
|
||||||
.menu-icon-tools div.wp-menu-image,
|
|
||||||
.menu-icon-settings div.wp-menu-image,
|
|
||||||
.menu-icon-site div.wp-menu-image,
|
|
||||||
.menu-icon-generic div.wp-menu-image {
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
|
||||||
7.0 - Main Navigation (Left Menu)
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
#adminmenuwrap {
|
|
||||||
position: relative;
|
|
||||||
float: right;
|
|
||||||
z-index: 9990;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* side admin menu */
|
|
||||||
#adminmenu * {
|
|
||||||
-webkit-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
display: block;
|
|
||||||
line-height: 1.3;
|
|
||||||
padding: 2px 5px;
|
|
||||||
color: #f0f0f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a {
|
|
||||||
color: #c3c4c7;
|
|
||||||
color: rgba(240, 246, 252, 0.7);
|
|
||||||
font-size: 13px;
|
|
||||||
line-height: 1.4;
|
|
||||||
margin: 0;
|
|
||||||
padding: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-submenu a:focus {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top > a:focus,
|
|
||||||
#adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-submenu a:focus {
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu a:focus,
|
|
||||||
.folded #adminmenu .wp-submenu-head:hover {
|
|
||||||
box-shadow: inset -4px 0 0 0 currentColor;
|
|
||||||
transition: box-shadow .1s linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top {
|
|
||||||
border: none;
|
|
||||||
min-height: 34px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu {
|
|
||||||
list-style: none;
|
|
||||||
position: absolute;
|
|
||||||
top: -1000em;
|
|
||||||
right: 160px;
|
|
||||||
overflow: visible;
|
|
||||||
word-wrap: break-word;
|
|
||||||
padding: 7px 0 8px;
|
|
||||||
z-index: 9999;
|
|
||||||
background-color: #2c3338;
|
|
||||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.js #adminmenu .sub-open,
|
|
||||||
.js #adminmenu .opensub .wp-submenu,
|
|
||||||
#adminmenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.no-js li.wp-has-submenu:hover .wp-submenu {
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
.no-js li.wp-has-current-submenu:hover .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu {
|
|
||||||
position: relative;
|
|
||||||
z-index: 3;
|
|
||||||
top: auto;
|
|
||||||
right: auto;
|
|
||||||
left: auto;
|
|
||||||
bottom: auto;
|
|
||||||
border: 0 none;
|
|
||||||
margin-top: 0;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
position: relative;
|
|
||||||
background-color: #1d2327;
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu li.menu-top:hover,
|
|
||||||
.folded #adminmenu li.opensub > a.menu-top,
|
|
||||||
.folded #adminmenu li > a.menu-top:focus {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu .wp-menu-arrow,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
#adminmenu .wp-menu-arrow div {
|
|
||||||
background: #2271b1;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu .wp-submenu.sub-open,
|
|
||||||
.folded #adminmenu .opensub .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
.folded #adminmenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.no-js.folded #adminmenu .wp-has-submenu:hover .wp-submenu {
|
|
||||||
top: 0;
|
|
||||||
right: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
position: absolute;
|
|
||||||
top: -1000em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-not-current-submenu .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
min-width: 160px;
|
|
||||||
width: auto;
|
|
||||||
border-right: 5px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu li.current,
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu .opensub .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-submenu li.current a:focus {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-not-current-submenu li > a,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu li > a {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 14px;
|
|
||||||
/* Exclude from the transition the outline for Windows High Contrast mode */
|
|
||||||
transition: all .1s ease-in-out, outline 0s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-has-current-submenu ul > li > a,
|
|
||||||
.folded #adminmenu li.menu-top .wp-submenu > li > a {
|
|
||||||
padding: 5px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a.menu-top,
|
|
||||||
#adminmenu .wp-submenu-head {
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 1.3;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu-head {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu .wp-menu-name {
|
|
||||||
position: absolute;
|
|
||||||
right: -999px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu .wp-submenu-head {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu li {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-menu-image img {
|
|
||||||
padding: 9px 0 0;
|
|
||||||
opacity: 0.6;
|
|
||||||
filter: alpha(opacity=60);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-name {
|
|
||||||
padding: 8px 36px 8px 8px;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
-ms-word-break: break-all;
|
|
||||||
word-break: break-word;
|
|
||||||
-webkit-hyphens: auto;
|
|
||||||
hyphens: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image {
|
|
||||||
float: right;
|
|
||||||
width: 36px;
|
|
||||||
height: 34px;
|
|
||||||
margin: 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image.svg {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
background-size: 20px auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.wp-menu-image:before {
|
|
||||||
color: #a7aaad;
|
|
||||||
color: rgba(240, 246, 252, 0.6);
|
|
||||||
padding: 7px 0;
|
|
||||||
transition: all .1s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #a7aaad;
|
|
||||||
color: rgba(240, 246, 252, 0.6);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu .wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu .current div.wp-menu-image:before,
|
|
||||||
#adminmenu a.wp-has-current-submenu:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu div.wp-menu-image {
|
|
||||||
width: 35px;
|
|
||||||
height: 30px;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 25;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu a.menu-top {
|
|
||||||
height: 34px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Sticky admin menu */
|
|
||||||
.sticky-menu #adminmenuwrap {
|
|
||||||
position: fixed;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* A new arrow */
|
|
||||||
|
|
||||||
.wp-menu-arrow {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
left: 0;
|
|
||||||
border: solid 8px transparent;
|
|
||||||
content: " ";
|
|
||||||
height: 0;
|
|
||||||
width: 0;
|
|
||||||
position: absolute;
|
|
||||||
pointer-events: none;
|
|
||||||
border-left-color: #f0f0f1;
|
|
||||||
top: 50%;
|
|
||||||
margin-top: -8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded ul#adminmenu li:hover a.wp-has-current-submenu:after,
|
|
||||||
.folded ul#adminmenu li.wp-has-current-submenu:focus-within a.wp-has-current-submenu:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
.folded ul#adminmenu > li a.current:after {
|
|
||||||
border-width: 4px;
|
|
||||||
margin-top: -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* flyout menu arrow */
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
left: 0;
|
|
||||||
border: 8px solid transparent;
|
|
||||||
content: " ";
|
|
||||||
height: 0;
|
|
||||||
width: 0;
|
|
||||||
position: absolute;
|
|
||||||
pointer-events: none;
|
|
||||||
top: 10px;
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after,
|
|
||||||
.folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-width: 4px;
|
|
||||||
margin-top: -4px;
|
|
||||||
top: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-left-color: #2c3338;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover .wp-menu-image img,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-menu-image img {
|
|
||||||
opacity: 1;
|
|
||||||
filter: alpha(opacity=100);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-menu-separator {
|
|
||||||
height: 5px;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0 0 6px;
|
|
||||||
cursor: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @todo: is this even needed given that it's nested beneath the above li.wp-menu-separator? */
|
|
||||||
#adminmenu div.separator {
|
|
||||||
height: 2px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #fff;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 14px;
|
|
||||||
padding: 5px 11px 5px 4px;
|
|
||||||
margin: -7px -5px 4px 0;
|
|
||||||
border-width: 3px 5px 3px 0;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current,
|
|
||||||
.folded #adminmenu li.wp-menu-open {
|
|
||||||
border: 0 none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @todo: consider to use a single rule for these counters and the list table comments counters. */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: top;
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin: 1px 2px -1px 0;
|
|
||||||
padding: 0 5px;
|
|
||||||
min-width: 18px;
|
|
||||||
height: 18px;
|
|
||||||
border-radius: 9px;
|
|
||||||
background-color: #d63638;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 11px;
|
|
||||||
line-height: 1.6;
|
|
||||||
text-align: center;
|
|
||||||
z-index: 26;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins {
|
|
||||||
background-color: #d63638;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li span.count-0 {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
height: 34px;
|
|
||||||
margin: 0;
|
|
||||||
border: none;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
overflow: visible;
|
|
||||||
background: none;
|
|
||||||
color: #a7aaad;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover {
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #72aee6;
|
|
||||||
/* Only visible in Windows High Contrast mode */
|
|
||||||
outline: 1px solid transparent;
|
|
||||||
outline-offset: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-icon,
|
|
||||||
#collapse-button .collapse-button-label {
|
|
||||||
/* absolutely positioned to avoid 1px shift in IE when button is pressed */
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-label {
|
|
||||||
top: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-icon {
|
|
||||||
width: 36px;
|
|
||||||
height: 34px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-label {
|
|
||||||
padding: 0 36px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #collapse-button .collapse-button-label {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-icon:after {
|
|
||||||
content: "\f148";
|
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
top: 7px;
|
|
||||||
text-align: center;
|
|
||||||
font: normal 20px/1 dashicons !important;
|
|
||||||
speak: never;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* rtl:ignore */
|
|
||||||
.folded #collapse-button .collapse-button-icon:after,
|
|
||||||
.rtl #collapse-button .collapse-button-icon:after {
|
|
||||||
transform: rotate(180deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl.folded #collapse-button .collapse-button-icon:after {
|
|
||||||
transform: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-icon:after,
|
|
||||||
#collapse-button .collapse-button-label {
|
|
||||||
transition: all .1s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Toolbar menu toggle
|
|
||||||
*/
|
|
||||||
li#wp-admin-bar-menu-toggle {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hide-if-customize for items we can't add classes to */
|
|
||||||
.customize-support #menu-appearance a[href="themes.php?page=custom-header"],
|
|
||||||
.customize-support #menu-appearance a[href="themes.php?page=custom-background"] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Auto-folding of the admin menu */
|
|
||||||
@media only screen and (max-width: 960px) {
|
|
||||||
.auto-fold #wpcontent,
|
|
||||||
.auto-fold #wpfooter {
|
|
||||||
margin-right: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenuback,
|
|
||||||
.auto-fold #adminmenuwrap,
|
|
||||||
.auto-fold #adminmenu,
|
|
||||||
.auto-fold #adminmenu li.menu-top {
|
|
||||||
width: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-submenu.sub-open,
|
|
||||||
.auto-fold #adminmenu .opensub .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
.auto-fold #adminmenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu {
|
|
||||||
top: 0;
|
|
||||||
right: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
position: absolute;
|
|
||||||
top: -1000em;
|
|
||||||
margin-left: -1px;
|
|
||||||
padding: 7px 0 8px;
|
|
||||||
z-index: 9999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
min-width: 150px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu li > a {
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.menu-top .wp-submenu > li > a {
|
|
||||||
padding-right: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-menu-name {
|
|
||||||
position: absolute;
|
|
||||||
right: -999px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-submenu-head {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu div.wp-menu-image {
|
|
||||||
height: 30px;
|
|
||||||
width: 34px;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 25;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu a.menu-top {
|
|
||||||
min-height: 34px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.wp-menu-open {
|
|
||||||
border: 0 none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu.menu-top-last {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after,
|
|
||||||
.auto-fold ul#adminmenu li:focus-within a.wp-has-current-submenu:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after,
|
|
||||||
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-width: 4px;
|
|
||||||
margin-top: -4px;
|
|
||||||
top: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
.auto-fold ul#adminmenu > li a.current:after {
|
|
||||||
border-width: 4px;
|
|
||||||
margin-top: -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.menu-top:hover,
|
|
||||||
.auto-fold #adminmenu li.opensub > a.menu-top,
|
|
||||||
.auto-fold #adminmenu li > a.menu-top:focus {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #collapse-menu .collapse-button-label {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* rtl:ignore */
|
|
||||||
.auto-fold #collapse-button .collapse-button-icon:after {
|
|
||||||
transform: rotate(180deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl.auto-fold #collapse-button .collapse-button-icon:after {
|
|
||||||
transform: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
|
||||||
.auto-fold #wpcontent {
|
|
||||||
position: relative;
|
|
||||||
margin-right: 0;
|
|
||||||
padding-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sticky-menu #adminmenuwrap {
|
|
||||||
position: relative;
|
|
||||||
z-index: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Sidebar Adjustments */
|
|
||||||
.auto-fold #adminmenu,
|
|
||||||
.auto-fold #adminmenuback,
|
|
||||||
.auto-fold #adminmenuwrap {
|
|
||||||
position: absolute;
|
|
||||||
width: 190px;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenuback {
|
|
||||||
position: fixed;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenuback,
|
|
||||||
.auto-fold #adminmenuwrap {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold .wp-responsive-open #adminmenuback,
|
|
||||||
.auto-fold .wp-responsive-open #adminmenuwrap {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.menu-top {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Resize the admin menu items to a comfortable touch size */
|
|
||||||
.auto-fold #adminmenu li a {
|
|
||||||
font-size: 16px;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.menu-top .wp-submenu > li > a {
|
|
||||||
padding: 10px 20px 10px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Restore the menu names */
|
|
||||||
.auto-fold #adminmenu .wp-menu-name {
|
|
||||||
position: static;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Switch the arrow side */
|
|
||||||
.auto-fold ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
.auto-fold ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-width: 8px;
|
|
||||||
margin-top: -8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after,
|
|
||||||
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Make the submenus appear correctly when tapped. */
|
|
||||||
#adminmenu .wp-submenu {
|
|
||||||
position: relative;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .selected .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-menu-open .wp-submenu {
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
top: 0;
|
|
||||||
right: -1px;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .selected .wp-submenu:after,
|
|
||||||
.auto-fold #adminmenu .wp-menu-open .wp-submenu:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .opensub .wp-submenu {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .selected .wp-submenu {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after,
|
|
||||||
.auto-fold ul#adminmenu li:focus-within a.wp-has-current-submenu:after {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu {
|
|
||||||
position: relative;
|
|
||||||
right: -1px;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-not-current-submenu .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
border-right: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Remove submenu headers and adjust sub meu*/
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Toolbar menu toggle */
|
|
||||||
#wp-responsive-toggle {
|
|
||||||
position: fixed;
|
|
||||||
top: 5px;
|
|
||||||
right: 4px;
|
|
||||||
padding-left: 10px;
|
|
||||||
z-index: 99999;
|
|
||||||
border: none;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
display: block;
|
|
||||||
padding: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
outline: none;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid transparent;
|
|
||||||
background: none;
|
|
||||||
height: 44px;
|
|
||||||
margin-right: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #2c3338;
|
|
||||||
}
|
|
||||||
|
|
||||||
li#wp-admin-bar-menu-toggle {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-menu-toggle a:hover {
|
|
||||||
border: 1px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
content: "\f228";
|
|
||||||
display: inline-block;
|
|
||||||
float: right;
|
|
||||||
font: normal 40px/45px dashicons;
|
|
||||||
vertical-align: middle;
|
|
||||||
outline: none;
|
|
||||||
margin: 0;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
height: 44px;
|
|
||||||
width: 50px;
|
|
||||||
padding: 0;
|
|
||||||
border: none;
|
|
||||||
text-align: center;
|
|
||||||
text-decoration: none;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Smartphone */
|
|
||||||
@media screen and (max-width: 600px) {
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenuback {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #adminmenuwrap,
|
|
||||||
.wp-responsive-open #adminmenuback {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu {
|
|
||||||
top: 46px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,857 +0,0 @@
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu,
|
|
||||||
#adminmenu .wp-submenu {
|
|
||||||
width: 160px;
|
|
||||||
background-color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenuback {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
bottom: -120px;
|
|
||||||
z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */
|
|
||||||
}
|
|
||||||
|
|
||||||
.php-error #adminmenuback {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.php-error #adminmenuback,
|
|
||||||
.php-error #adminmenuwrap {
|
|
||||||
margin-top: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu {
|
|
||||||
clear: left;
|
|
||||||
margin: 12px 0;
|
|
||||||
padding: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenuback,
|
|
||||||
.folded #adminmenuwrap,
|
|
||||||
.folded #adminmenu,
|
|
||||||
.folded #adminmenu li.menu-top {
|
|
||||||
width: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* New Menu icons */
|
|
||||||
|
|
||||||
/* hide background-image for icons above */
|
|
||||||
.menu-icon-dashboard div.wp-menu-image,
|
|
||||||
.menu-icon-post div.wp-menu-image,
|
|
||||||
.menu-icon-media div.wp-menu-image,
|
|
||||||
.menu-icon-links div.wp-menu-image,
|
|
||||||
.menu-icon-page div.wp-menu-image,
|
|
||||||
.menu-icon-comments div.wp-menu-image,
|
|
||||||
.menu-icon-appearance div.wp-menu-image,
|
|
||||||
.menu-icon-plugins div.wp-menu-image,
|
|
||||||
.menu-icon-users div.wp-menu-image,
|
|
||||||
.menu-icon-tools div.wp-menu-image,
|
|
||||||
.menu-icon-settings div.wp-menu-image,
|
|
||||||
.menu-icon-site div.wp-menu-image,
|
|
||||||
.menu-icon-generic div.wp-menu-image {
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
|
||||||
7.0 - Main Navigation (Left Menu)
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
#adminmenuwrap {
|
|
||||||
position: relative;
|
|
||||||
float: left;
|
|
||||||
z-index: 9990;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* side admin menu */
|
|
||||||
#adminmenu * {
|
|
||||||
-webkit-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
display: block;
|
|
||||||
line-height: 1.3;
|
|
||||||
padding: 2px 5px;
|
|
||||||
color: #f0f0f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a {
|
|
||||||
color: #c3c4c7;
|
|
||||||
color: rgba(240, 246, 252, 0.7);
|
|
||||||
font-size: 13px;
|
|
||||||
line-height: 1.4;
|
|
||||||
margin: 0;
|
|
||||||
padding: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-submenu a:focus {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top > a:focus,
|
|
||||||
#adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-submenu a:focus {
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu a:focus,
|
|
||||||
.folded #adminmenu .wp-submenu-head:hover {
|
|
||||||
box-shadow: inset 4px 0 0 0 currentColor;
|
|
||||||
transition: box-shadow .1s linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top {
|
|
||||||
border: none;
|
|
||||||
min-height: 34px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu {
|
|
||||||
list-style: none;
|
|
||||||
position: absolute;
|
|
||||||
top: -1000em;
|
|
||||||
left: 160px;
|
|
||||||
overflow: visible;
|
|
||||||
word-wrap: break-word;
|
|
||||||
padding: 7px 0 8px;
|
|
||||||
z-index: 9999;
|
|
||||||
background-color: #2c3338;
|
|
||||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.js #adminmenu .sub-open,
|
|
||||||
.js #adminmenu .opensub .wp-submenu,
|
|
||||||
#adminmenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.no-js li.wp-has-submenu:hover .wp-submenu {
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
.no-js li.wp-has-current-submenu:hover .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu {
|
|
||||||
position: relative;
|
|
||||||
z-index: 3;
|
|
||||||
top: auto;
|
|
||||||
left: auto;
|
|
||||||
right: auto;
|
|
||||||
bottom: auto;
|
|
||||||
border: 0 none;
|
|
||||||
margin-top: 0;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
position: relative;
|
|
||||||
background-color: #1d2327;
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu li.menu-top:hover,
|
|
||||||
.folded #adminmenu li.opensub > a.menu-top,
|
|
||||||
.folded #adminmenu li > a.menu-top:focus {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu .wp-menu-arrow,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
#adminmenu .wp-menu-arrow div {
|
|
||||||
background: #2271b1;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu .wp-submenu.sub-open,
|
|
||||||
.folded #adminmenu .opensub .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
.folded #adminmenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.no-js.folded #adminmenu .wp-has-submenu:hover .wp-submenu {
|
|
||||||
top: 0;
|
|
||||||
left: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
position: absolute;
|
|
||||||
top: -1000em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-not-current-submenu .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
min-width: 160px;
|
|
||||||
width: auto;
|
|
||||||
border-left: 5px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu li.current,
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu .opensub .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-submenu li.current a:focus {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-not-current-submenu li > a,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu li > a {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 14px;
|
|
||||||
/* Exclude from the transition the outline for Windows High Contrast mode */
|
|
||||||
transition: all .1s ease-in-out, outline 0s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-has-current-submenu ul > li > a,
|
|
||||||
.folded #adminmenu li.menu-top .wp-submenu > li > a {
|
|
||||||
padding: 5px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a.menu-top,
|
|
||||||
#adminmenu .wp-submenu-head {
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 1.3;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu-head {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu .wp-menu-name {
|
|
||||||
position: absolute;
|
|
||||||
left: -999px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu .wp-submenu-head {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu li {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-menu-image img {
|
|
||||||
padding: 9px 0 0;
|
|
||||||
opacity: 0.6;
|
|
||||||
filter: alpha(opacity=60);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-name {
|
|
||||||
padding: 8px 8px 8px 36px;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
-ms-word-break: break-all;
|
|
||||||
word-break: break-word;
|
|
||||||
-webkit-hyphens: auto;
|
|
||||||
hyphens: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image {
|
|
||||||
float: left;
|
|
||||||
width: 36px;
|
|
||||||
height: 34px;
|
|
||||||
margin: 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image.svg {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
background-size: 20px auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.wp-menu-image:before {
|
|
||||||
color: #a7aaad;
|
|
||||||
color: rgba(240, 246, 252, 0.6);
|
|
||||||
padding: 7px 0;
|
|
||||||
transition: all .1s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #a7aaad;
|
|
||||||
color: rgba(240, 246, 252, 0.6);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu .wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu .current div.wp-menu-image:before,
|
|
||||||
#adminmenu a.wp-has-current-submenu:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu div.wp-menu-image {
|
|
||||||
width: 35px;
|
|
||||||
height: 30px;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 25;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #adminmenu a.menu-top {
|
|
||||||
height: 34px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Sticky admin menu */
|
|
||||||
.sticky-menu #adminmenuwrap {
|
|
||||||
position: fixed;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* A new arrow */
|
|
||||||
|
|
||||||
.wp-menu-arrow {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
right: 0;
|
|
||||||
border: solid 8px transparent;
|
|
||||||
content: " ";
|
|
||||||
height: 0;
|
|
||||||
width: 0;
|
|
||||||
position: absolute;
|
|
||||||
pointer-events: none;
|
|
||||||
border-right-color: #f0f0f1;
|
|
||||||
top: 50%;
|
|
||||||
margin-top: -8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded ul#adminmenu li:hover a.wp-has-current-submenu:after,
|
|
||||||
.folded ul#adminmenu li.wp-has-current-submenu:focus-within a.wp-has-current-submenu:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
.folded ul#adminmenu > li a.current:after {
|
|
||||||
border-width: 4px;
|
|
||||||
margin-top: -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* flyout menu arrow */
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
right: 0;
|
|
||||||
border: 8px solid transparent;
|
|
||||||
content: " ";
|
|
||||||
height: 0;
|
|
||||||
width: 0;
|
|
||||||
position: absolute;
|
|
||||||
pointer-events: none;
|
|
||||||
top: 10px;
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after,
|
|
||||||
.folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-width: 4px;
|
|
||||||
margin-top: -4px;
|
|
||||||
top: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: #2c3338;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover .wp-menu-image img,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-menu-image img {
|
|
||||||
opacity: 1;
|
|
||||||
filter: alpha(opacity=100);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-menu-separator {
|
|
||||||
height: 5px;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0 0 6px;
|
|
||||||
cursor: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @todo: is this even needed given that it's nested beneath the above li.wp-menu-separator? */
|
|
||||||
#adminmenu div.separator {
|
|
||||||
height: 2px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #fff;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 14px;
|
|
||||||
padding: 5px 4px 5px 11px;
|
|
||||||
margin: -7px 0 4px -5px;
|
|
||||||
border-width: 3px 0 3px 5px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current,
|
|
||||||
.folded #adminmenu li.wp-menu-open {
|
|
||||||
border: 0 none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @todo: consider to use a single rule for these counters and the list table comments counters. */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: top;
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin: 1px 0 -1px 2px;
|
|
||||||
padding: 0 5px;
|
|
||||||
min-width: 18px;
|
|
||||||
height: 18px;
|
|
||||||
border-radius: 9px;
|
|
||||||
background-color: #d63638;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 11px;
|
|
||||||
line-height: 1.6;
|
|
||||||
text-align: center;
|
|
||||||
z-index: 26;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins {
|
|
||||||
background-color: #d63638;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li span.count-0 {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
height: 34px;
|
|
||||||
margin: 0;
|
|
||||||
border: none;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
overflow: visible;
|
|
||||||
background: none;
|
|
||||||
color: #a7aaad;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover {
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #72aee6;
|
|
||||||
/* Only visible in Windows High Contrast mode */
|
|
||||||
outline: 1px solid transparent;
|
|
||||||
outline-offset: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-icon,
|
|
||||||
#collapse-button .collapse-button-label {
|
|
||||||
/* absolutely positioned to avoid 1px shift in IE when button is pressed */
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-label {
|
|
||||||
top: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-icon {
|
|
||||||
width: 36px;
|
|
||||||
height: 34px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-label {
|
|
||||||
padding: 0 0 0 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.folded #collapse-button .collapse-button-label {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-icon:after {
|
|
||||||
content: "\f148";
|
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
top: 7px;
|
|
||||||
text-align: center;
|
|
||||||
font: normal 20px/1 dashicons !important;
|
|
||||||
speak: never;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* rtl:ignore */
|
|
||||||
.folded #collapse-button .collapse-button-icon:after,
|
|
||||||
.rtl #collapse-button .collapse-button-icon:after {
|
|
||||||
transform: rotate(180deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl.folded #collapse-button .collapse-button-icon:after {
|
|
||||||
transform: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button .collapse-button-icon:after,
|
|
||||||
#collapse-button .collapse-button-label {
|
|
||||||
transition: all .1s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Toolbar menu toggle
|
|
||||||
*/
|
|
||||||
li#wp-admin-bar-menu-toggle {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hide-if-customize for items we can't add classes to */
|
|
||||||
.customize-support #menu-appearance a[href="themes.php?page=custom-header"],
|
|
||||||
.customize-support #menu-appearance a[href="themes.php?page=custom-background"] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Auto-folding of the admin menu */
|
|
||||||
@media only screen and (max-width: 960px) {
|
|
||||||
.auto-fold #wpcontent,
|
|
||||||
.auto-fold #wpfooter {
|
|
||||||
margin-left: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenuback,
|
|
||||||
.auto-fold #adminmenuwrap,
|
|
||||||
.auto-fold #adminmenu,
|
|
||||||
.auto-fold #adminmenu li.menu-top {
|
|
||||||
width: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-submenu.sub-open,
|
|
||||||
.auto-fold #adminmenu .opensub .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
.auto-fold #adminmenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu {
|
|
||||||
top: 0;
|
|
||||||
left: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
position: absolute;
|
|
||||||
top: -1000em;
|
|
||||||
margin-right: -1px;
|
|
||||||
padding: 7px 0 8px;
|
|
||||||
z-index: 9999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
min-width: 150px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu li > a {
|
|
||||||
padding-right: 16px;
|
|
||||||
padding-left: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.menu-top .wp-submenu > li > a {
|
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-menu-name {
|
|
||||||
position: absolute;
|
|
||||||
left: -999px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-submenu-head {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu div.wp-menu-image {
|
|
||||||
height: 30px;
|
|
||||||
width: 34px;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 25;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu a.menu-top {
|
|
||||||
min-height: 34px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.wp-menu-open {
|
|
||||||
border: 0 none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu.menu-top-last {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after,
|
|
||||||
.auto-fold ul#adminmenu li:focus-within a.wp-has-current-submenu:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after,
|
|
||||||
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-width: 4px;
|
|
||||||
margin-top: -4px;
|
|
||||||
top: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
.auto-fold ul#adminmenu > li a.current:after {
|
|
||||||
border-width: 4px;
|
|
||||||
margin-top: -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.menu-top:hover,
|
|
||||||
.auto-fold #adminmenu li.opensub > a.menu-top,
|
|
||||||
.auto-fold #adminmenu li > a.menu-top:focus {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #collapse-menu .collapse-button-label {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* rtl:ignore */
|
|
||||||
.auto-fold #collapse-button .collapse-button-icon:after {
|
|
||||||
transform: rotate(180deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl.auto-fold #collapse-button .collapse-button-icon:after {
|
|
||||||
transform: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
|
||||||
.auto-fold #wpcontent {
|
|
||||||
position: relative;
|
|
||||||
margin-left: 0;
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sticky-menu #adminmenuwrap {
|
|
||||||
position: relative;
|
|
||||||
z-index: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Sidebar Adjustments */
|
|
||||||
.auto-fold #adminmenu,
|
|
||||||
.auto-fold #adminmenuback,
|
|
||||||
.auto-fold #adminmenuwrap {
|
|
||||||
position: absolute;
|
|
||||||
width: 190px;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenuback {
|
|
||||||
position: fixed;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenuback,
|
|
||||||
.auto-fold #adminmenuwrap {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold .wp-responsive-open #adminmenuback,
|
|
||||||
.auto-fold .wp-responsive-open #adminmenuwrap {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.menu-top {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Resize the admin menu items to a comfortable touch size */
|
|
||||||
.auto-fold #adminmenu li a {
|
|
||||||
font-size: 16px;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu li.menu-top .wp-submenu > li > a {
|
|
||||||
padding: 10px 10px 10px 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Restore the menu names */
|
|
||||||
.auto-fold #adminmenu .wp-menu-name {
|
|
||||||
position: static;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Switch the arrow side */
|
|
||||||
.auto-fold ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
.auto-fold ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-width: 8px;
|
|
||||||
margin-top: -8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after,
|
|
||||||
.auto-fold ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Make the submenus appear correctly when tapped. */
|
|
||||||
#adminmenu .wp-submenu {
|
|
||||||
position: relative;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .selected .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-menu-open .wp-submenu {
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
top: 0;
|
|
||||||
left: -1px;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .selected .wp-submenu:after,
|
|
||||||
.auto-fold #adminmenu .wp-menu-open .wp-submenu:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .opensub .wp-submenu {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu .selected .wp-submenu {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after,
|
|
||||||
.auto-fold ul#adminmenu li:focus-within a.wp-has-current-submenu:after {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu a.menu-top:focus + .wp-submenu,
|
|
||||||
.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu {
|
|
||||||
position: relative;
|
|
||||||
left: -1px;
|
|
||||||
right: 0;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-not-current-submenu .wp-submenu,
|
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Remove submenu headers and adjust sub meu*/
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Toolbar menu toggle */
|
|
||||||
#wp-responsive-toggle {
|
|
||||||
position: fixed;
|
|
||||||
top: 5px;
|
|
||||||
left: 4px;
|
|
||||||
padding-right: 10px;
|
|
||||||
z-index: 99999;
|
|
||||||
border: none;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
display: block;
|
|
||||||
padding: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
outline: none;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid transparent;
|
|
||||||
background: none;
|
|
||||||
height: 44px;
|
|
||||||
margin-left: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #2c3338;
|
|
||||||
}
|
|
||||||
|
|
||||||
li#wp-admin-bar-menu-toggle {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-menu-toggle a:hover {
|
|
||||||
border: 1px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
content: "\f228";
|
|
||||||
display: inline-block;
|
|
||||||
float: left;
|
|
||||||
font: normal 40px/45px dashicons;
|
|
||||||
vertical-align: middle;
|
|
||||||
outline: none;
|
|
||||||
margin: 0;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
height: 44px;
|
|
||||||
width: 50px;
|
|
||||||
padding: 0;
|
|
||||||
border: none;
|
|
||||||
text-align: center;
|
|
||||||
text-decoration: none;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #72aee6;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Smartphone */
|
|
||||||
@media screen and (max-width: 600px) {
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenuback {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #adminmenuwrap,
|
|
||||||
.wp-responsive-open #adminmenuback {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-fold #adminmenu {
|
|
||||||
top: 46px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,77 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
.wrap [class*="CodeMirror-lint-marker"],
|
|
||||||
.wp-core-ui [class*="CodeMirror-lint-message"],
|
|
||||||
.wrap .CodeMirror-lint-marker-multiple {
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-marker-error,
|
|
||||||
.wp-core-ui .CodeMirror-lint-marker-warning {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror-lint-marker-multiple {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap [class*="CodeMirror-lint-marker"]:before {
|
|
||||||
font: normal 18px/1 dashicons;
|
|
||||||
position: relative;
|
|
||||||
top: -2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui [class*="CodeMirror-lint-message"]:before {
|
|
||||||
font: normal 16px/1 dashicons;
|
|
||||||
right: 16px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-error,
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-warning {
|
|
||||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
|
||||||
margin: 5px 0 2px;
|
|
||||||
padding: 3px 28px 3px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-warning {
|
|
||||||
background-color: #fcf9e8;
|
|
||||||
border-right: 4px solid #dba617;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror-lint-marker-warning:before,
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-warning:before {
|
|
||||||
content: "\f534";
|
|
||||||
color: #dba617;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-error {
|
|
||||||
background-color: #fcf0f1;
|
|
||||||
border-right: 4px solid #d63638;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror-lint-marker-error:before,
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-error:before {
|
|
||||||
content: "\f153";
|
|
||||||
color: #d63638;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-tooltip {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
border-radius: 0;
|
|
||||||
direction: rtl;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror .CodeMirror-matchingbracket {
|
|
||||||
background: rgba(219, 166, 23, 0.3);
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.CodeMirror {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror .CodeMirror-linenumber {
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
.wp-core-ui [class*=CodeMirror-lint-message],.wrap .CodeMirror-lint-marker-multiple,.wrap [class*=CodeMirror-lint-marker]{background-image:none}.wp-core-ui .CodeMirror-lint-marker-error,.wp-core-ui .CodeMirror-lint-marker-warning{cursor:help}.wrap .CodeMirror-lint-marker-multiple{position:absolute;top:0}.wrap [class*=CodeMirror-lint-marker]:before{font:normal 18px/1 dashicons;position:relative;top:-2px}.wp-core-ui [class*=CodeMirror-lint-message]:before{font:normal 16px/1 dashicons;right:16px;position:absolute}.wp-core-ui .CodeMirror-lint-message-error,.wp-core-ui .CodeMirror-lint-message-warning{box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 0 2px;padding:3px 28px 3px 12px}.wp-core-ui .CodeMirror-lint-message-warning{background-color:#fcf9e8;border-right:4px solid #dba617}.wp-core-ui .CodeMirror-lint-message-warning:before,.wrap .CodeMirror-lint-marker-warning:before{content:"\f534";color:#dba617}.wp-core-ui .CodeMirror-lint-message-error{background-color:#fcf0f1;border-right:4px solid #d63638}.wp-core-ui .CodeMirror-lint-message-error:before,.wrap .CodeMirror-lint-marker-error:before{content:"\f153";color:#d63638}.wp-core-ui .CodeMirror-lint-tooltip{background:0 0;border:none;border-radius:0;direction:rtl}.wrap .CodeMirror .CodeMirror-matchingbracket{background:rgba(219,166,23,.3);color:inherit}.CodeMirror{text-align:right}.wrap .CodeMirror .CodeMirror-linenumber{color:#646970}
|
|
||||||
|
|
@ -1,76 +0,0 @@
|
||||||
.wrap [class*="CodeMirror-lint-marker"],
|
|
||||||
.wp-core-ui [class*="CodeMirror-lint-message"],
|
|
||||||
.wrap .CodeMirror-lint-marker-multiple {
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-marker-error,
|
|
||||||
.wp-core-ui .CodeMirror-lint-marker-warning {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror-lint-marker-multiple {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap [class*="CodeMirror-lint-marker"]:before {
|
|
||||||
font: normal 18px/1 dashicons;
|
|
||||||
position: relative;
|
|
||||||
top: -2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui [class*="CodeMirror-lint-message"]:before {
|
|
||||||
font: normal 16px/1 dashicons;
|
|
||||||
left: 16px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-error,
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-warning {
|
|
||||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
|
||||||
margin: 5px 0 2px;
|
|
||||||
padding: 3px 12px 3px 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-warning {
|
|
||||||
background-color: #fcf9e8;
|
|
||||||
border-left: 4px solid #dba617;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror-lint-marker-warning:before,
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-warning:before {
|
|
||||||
content: "\f534";
|
|
||||||
color: #dba617;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-error {
|
|
||||||
background-color: #fcf0f1;
|
|
||||||
border-left: 4px solid #d63638;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror-lint-marker-error:before,
|
|
||||||
.wp-core-ui .CodeMirror-lint-message-error:before {
|
|
||||||
content: "\f153";
|
|
||||||
color: #d63638;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .CodeMirror-lint-tooltip {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
border-radius: 0;
|
|
||||||
direction: ltr;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror .CodeMirror-matchingbracket {
|
|
||||||
background: rgba(219, 166, 23, 0.3);
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.CodeMirror {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .CodeMirror .CodeMirror-linenumber {
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
.wp-core-ui [class*=CodeMirror-lint-message],.wrap .CodeMirror-lint-marker-multiple,.wrap [class*=CodeMirror-lint-marker]{background-image:none}.wp-core-ui .CodeMirror-lint-marker-error,.wp-core-ui .CodeMirror-lint-marker-warning{cursor:help}.wrap .CodeMirror-lint-marker-multiple{position:absolute;top:0}.wrap [class*=CodeMirror-lint-marker]:before{font:normal 18px/1 dashicons;position:relative;top:-2px}.wp-core-ui [class*=CodeMirror-lint-message]:before{font:normal 16px/1 dashicons;left:16px;position:absolute}.wp-core-ui .CodeMirror-lint-message-error,.wp-core-ui .CodeMirror-lint-message-warning{box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 0 2px;padding:3px 12px 3px 28px}.wp-core-ui .CodeMirror-lint-message-warning{background-color:#fcf9e8;border-left:4px solid #dba617}.wp-core-ui .CodeMirror-lint-message-warning:before,.wrap .CodeMirror-lint-marker-warning:before{content:"\f534";color:#dba617}.wp-core-ui .CodeMirror-lint-message-error{background-color:#fcf0f1;border-left:4px solid #d63638}.wp-core-ui .CodeMirror-lint-message-error:before,.wrap .CodeMirror-lint-marker-error:before{content:"\f153";color:#d63638}.wp-core-ui .CodeMirror-lint-tooltip{background:0 0;border:none;border-radius:0;direction:ltr}.wrap .CodeMirror .CodeMirror-matchingbracket{background:rgba(219,166,23,.3);color:inherit}.CodeMirror{text-align:left}.wrap .CodeMirror .CodeMirror-linenumber{color:#646970}
|
|
||||||
|
|
@ -1,183 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/* rtl:ignore */
|
|
||||||
.wp-color-picker {
|
|
||||||
width: 80px;
|
|
||||||
direction: ltr;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Needs higher specificiity. */
|
|
||||||
.wp-picker-container .wp-color-result.button {
|
|
||||||
min-height: 30px;
|
|
||||||
margin: 0 0 6px 6px;
|
|
||||||
padding: 0 30px 0 0;
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result-text {
|
|
||||||
background: #f6f7f7;
|
|
||||||
border-radius: 2px 0 0 2px;
|
|
||||||
border-right: 1px solid #c3c4c7;
|
|
||||||
color: #50575e;
|
|
||||||
display: block;
|
|
||||||
line-height: 2.54545455; /* 28px */
|
|
||||||
padding: 0 6px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result:hover,
|
|
||||||
.wp-color-result:focus {
|
|
||||||
background: #f6f7f7;
|
|
||||||
border-color: #8c8f94;
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result:hover:after,
|
|
||||||
.wp-color-result:focus:after {
|
|
||||||
color: #1d2327;
|
|
||||||
border-color: #a7aaad;
|
|
||||||
border-right: 1px solid #8c8f94;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result:focus {
|
|
||||||
border-color: #4f94d4;
|
|
||||||
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result:active {
|
|
||||||
/* See Trac ticket #39662 */
|
|
||||||
transform: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-open + .wp-picker-input-wrap {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-input-wrap label {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* For the old `custom-background` page, to override the inline-block and margins from `.form-table td fieldset label`. */
|
|
||||||
.form-table .wp-picker-input-wrap label {
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-input-wrap .button.wp-picker-default,
|
|
||||||
.wp-picker-input-wrap .button.wp-picker-clear,
|
|
||||||
.wp-customizer .wp-picker-input-wrap .button.wp-picker-default,
|
|
||||||
.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear {
|
|
||||||
margin-right: 6px;
|
|
||||||
padding: 0 8px;
|
|
||||||
line-height: 2.54545455; /* 28px */
|
|
||||||
min-height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
|
|
||||||
background-color: #50575e
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .iris-picker {
|
|
||||||
border-radius: 0;
|
|
||||||
border-color: #dcdcde;
|
|
||||||
margin-top: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container input[type="text"].wp-color-picker {
|
|
||||||
width: 4rem;
|
|
||||||
font-size: 12px;
|
|
||||||
font-family: monospace;
|
|
||||||
line-height: 2.33333333; /* 28px */
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 5px;
|
|
||||||
vertical-align: top;
|
|
||||||
min-height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-picker::-webkit-input-placeholder {
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-picker::-moz-placeholder {
|
|
||||||
color: #646970;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-picker:-ms-input-placeholder {
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container input[type="text"].iris-error {
|
|
||||||
background-color: #fcf0f1;
|
|
||||||
border-color: #d63638;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iris-picker .ui-square-handle:focus,
|
|
||||||
.iris-picker .iris-strip .ui-slider-handle:focus {
|
|
||||||
border-color: #3582c4;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #3582c4;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iris-picker .iris-palette:focus {
|
|
||||||
box-shadow: 0 0 0 2px #3582c4;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
|
||||||
.wp-picker-container input[type="text"].wp-color-picker {
|
|
||||||
width: 5rem;
|
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1.875; /* 30px */
|
|
||||||
min-height: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .wp-picker-container input[type="text"].wp-color-picker {
|
|
||||||
padding: 0 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-input-wrap .button.wp-picker-default,
|
|
||||||
.wp-picker-input-wrap .button.wp-picker-clear {
|
|
||||||
padding: 0 8px;
|
|
||||||
line-height: 2.14285714; /* 30px */
|
|
||||||
min-height: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .wp-picker-input-wrap .button.wp-picker-default,
|
|
||||||
.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear {
|
|
||||||
padding: 0 8px;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 2.14285714; /* 30px */
|
|
||||||
min-height: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .wp-color-result.button {
|
|
||||||
padding: 0 40px 0 0;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 2.14285714; /* 30px */
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .wp-picker-container .wp-color-result.button {
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 2.14285714; /* 30px */
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .wp-color-result-text {
|
|
||||||
padding: 0 14px;
|
|
||||||
font-size: inherit;
|
|
||||||
line-height: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .wp-picker-container .wp-color-result-text {
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
.wp-color-picker{width:80px;direction:ltr}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{min-height:30px;margin:0 0 6px 6px;padding:0 30px 0 0;font-size:11px}.wp-color-result-text{background:#f6f7f7;border-radius:2px 0 0 2px;border-right:1px solid #c3c4c7;color:#50575e;display:block;line-height:2.54545455;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#1d2327;border-color:#a7aaad;border-right:1px solid #8c8f94}.wp-picker-container{display:inline-block}.wp-color-result:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear,.wp-customizer .wp-picker-input-wrap .button.wp-picker-default,.wp-picker-input-wrap .button.wp-picker-clear,.wp-picker-input-wrap .button.wp-picker-default{margin-right:6px;padding:0 8px;line-height:2.54545455;min-height:30px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#50575e}.wp-picker-container .iris-picker{border-radius:0;border-color:#dcdcde;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:4rem;font-size:12px;font-family:monospace;line-height:2.33333333;margin:0;padding:0 5px;vertical-align:top;min-height:30px}.wp-color-picker::-webkit-input-placeholder{color:#646970}.wp-color-picker::-moz-placeholder{color:#646970;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#646970}.wp-picker-container input[type=text].iris-error{background-color:#fcf0f1;border-color:#d63638;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{border-color:#3582c4;border-style:solid;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent}.iris-picker .iris-palette:focus{box-shadow:0 0 0 2px #3582c4}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:5rem;font-size:16px;line-height:1.875;min-height:32px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:0 5px}.wp-picker-input-wrap .button.wp-picker-clear,.wp-picker-input-wrap .button.wp-picker-default{padding:0 8px;line-height:2.14285714;min-height:32px}.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear,.wp-customizer .wp-picker-input-wrap .button.wp-picker-default{padding:0 8px;font-size:14px;line-height:2.14285714;min-height:32px}.wp-picker-container .wp-color-result.button{padding:0 40px 0 0;font-size:14px;line-height:2.14285714}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.14285714}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}
|
|
||||||
|
|
@ -1,182 +0,0 @@
|
||||||
/* rtl:ignore */
|
|
||||||
.wp-color-picker {
|
|
||||||
width: 80px;
|
|
||||||
direction: ltr;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Needs higher specificiity. */
|
|
||||||
.wp-picker-container .wp-color-result.button {
|
|
||||||
min-height: 30px;
|
|
||||||
margin: 0 6px 6px 0;
|
|
||||||
padding: 0 0 0 30px;
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result-text {
|
|
||||||
background: #f6f7f7;
|
|
||||||
border-radius: 0 2px 2px 0;
|
|
||||||
border-left: 1px solid #c3c4c7;
|
|
||||||
color: #50575e;
|
|
||||||
display: block;
|
|
||||||
line-height: 2.54545455; /* 28px */
|
|
||||||
padding: 0 6px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result:hover,
|
|
||||||
.wp-color-result:focus {
|
|
||||||
background: #f6f7f7;
|
|
||||||
border-color: #8c8f94;
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result:hover:after,
|
|
||||||
.wp-color-result:focus:after {
|
|
||||||
color: #1d2327;
|
|
||||||
border-color: #a7aaad;
|
|
||||||
border-left: 1px solid #8c8f94;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result:focus {
|
|
||||||
border-color: #4f94d4;
|
|
||||||
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-result:active {
|
|
||||||
/* See Trac ticket #39662 */
|
|
||||||
transform: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-open + .wp-picker-input-wrap {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-input-wrap label {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* For the old `custom-background` page, to override the inline-block and margins from `.form-table td fieldset label`. */
|
|
||||||
.form-table .wp-picker-input-wrap label {
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-input-wrap .button.wp-picker-default,
|
|
||||||
.wp-picker-input-wrap .button.wp-picker-clear,
|
|
||||||
.wp-customizer .wp-picker-input-wrap .button.wp-picker-default,
|
|
||||||
.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear {
|
|
||||||
margin-left: 6px;
|
|
||||||
padding: 0 8px;
|
|
||||||
line-height: 2.54545455; /* 28px */
|
|
||||||
min-height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
|
|
||||||
background-color: #50575e
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .iris-picker {
|
|
||||||
border-radius: 0;
|
|
||||||
border-color: #dcdcde;
|
|
||||||
margin-top: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container input[type="text"].wp-color-picker {
|
|
||||||
width: 4rem;
|
|
||||||
font-size: 12px;
|
|
||||||
font-family: monospace;
|
|
||||||
line-height: 2.33333333; /* 28px */
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 5px;
|
|
||||||
vertical-align: top;
|
|
||||||
min-height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-picker::-webkit-input-placeholder {
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-picker::-moz-placeholder {
|
|
||||||
color: #646970;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-color-picker:-ms-input-placeholder {
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container input[type="text"].iris-error {
|
|
||||||
background-color: #fcf0f1;
|
|
||||||
border-color: #d63638;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iris-picker .ui-square-handle:focus,
|
|
||||||
.iris-picker .iris-strip .ui-slider-handle:focus {
|
|
||||||
border-color: #3582c4;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #3582c4;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iris-picker .iris-palette:focus {
|
|
||||||
box-shadow: 0 0 0 2px #3582c4;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
|
||||||
.wp-picker-container input[type="text"].wp-color-picker {
|
|
||||||
width: 5rem;
|
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1.875; /* 30px */
|
|
||||||
min-height: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .wp-picker-container input[type="text"].wp-color-picker {
|
|
||||||
padding: 0 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-input-wrap .button.wp-picker-default,
|
|
||||||
.wp-picker-input-wrap .button.wp-picker-clear {
|
|
||||||
padding: 0 8px;
|
|
||||||
line-height: 2.14285714; /* 30px */
|
|
||||||
min-height: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .wp-picker-input-wrap .button.wp-picker-default,
|
|
||||||
.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear {
|
|
||||||
padding: 0 8px;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 2.14285714; /* 30px */
|
|
||||||
min-height: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .wp-color-result.button {
|
|
||||||
padding: 0 0 0 40px;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 2.14285714; /* 30px */
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .wp-picker-container .wp-color-result.button {
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 2.14285714; /* 30px */
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-picker-container .wp-color-result-text {
|
|
||||||
padding: 0 14px;
|
|
||||||
font-size: inherit;
|
|
||||||
line-height: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .wp-picker-container .wp-color-result-text {
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
.wp-color-picker{width:80px;direction:ltr}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{min-height:30px;margin:0 6px 6px 0;padding:0 0 0 30px;font-size:11px}.wp-color-result-text{background:#f6f7f7;border-radius:0 2px 2px 0;border-left:1px solid #c3c4c7;color:#50575e;display:block;line-height:2.54545455;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#1d2327;border-color:#a7aaad;border-left:1px solid #8c8f94}.wp-picker-container{display:inline-block}.wp-color-result:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear,.wp-customizer .wp-picker-input-wrap .button.wp-picker-default,.wp-picker-input-wrap .button.wp-picker-clear,.wp-picker-input-wrap .button.wp-picker-default{margin-left:6px;padding:0 8px;line-height:2.54545455;min-height:30px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#50575e}.wp-picker-container .iris-picker{border-radius:0;border-color:#dcdcde;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:4rem;font-size:12px;font-family:monospace;line-height:2.33333333;margin:0;padding:0 5px;vertical-align:top;min-height:30px}.wp-color-picker::-webkit-input-placeholder{color:#646970}.wp-color-picker::-moz-placeholder{color:#646970;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#646970}.wp-picker-container input[type=text].iris-error{background-color:#fcf0f1;border-color:#d63638;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{border-color:#3582c4;border-style:solid;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent}.iris-picker .iris-palette:focus{box-shadow:0 0 0 2px #3582c4}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:5rem;font-size:16px;line-height:1.875;min-height:32px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:0 5px}.wp-picker-input-wrap .button.wp-picker-clear,.wp-picker-input-wrap .button.wp-picker-default{padding:0 8px;line-height:2.14285714;min-height:32px}.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear,.wp-customizer .wp-picker-input-wrap .button.wp-picker-default{padding:0 8px;font-size:14px;line-height:2.14285714;min-height:32px}.wp-picker-container .wp-color-result.button{padding:0 0 0 40px;font-size:14px;line-height:2.14285714}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.14285714}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}
|
|
||||||
|
|
@ -1,788 +0,0 @@
|
||||||
|
|
||||||
@import 'variables';
|
|
||||||
@import 'mixins';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
@function url-friendly-colour( $color ) {
|
|
||||||
@return '%23' + str-slice( '#{ $color }', 2, -1 );
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background: $body-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: $link;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:active,
|
|
||||||
&:focus {
|
|
||||||
color: $link-focus;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: $link;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:active,
|
|
||||||
&:focus {
|
|
||||||
color: $link-focus;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27#{url-friendly-colour($form-checked)}%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: $form-checked;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type="reset"]:hover,
|
|
||||||
.wp-core-ui input[type="reset"]:active {
|
|
||||||
color: $link-focus;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="text"]:focus,
|
|
||||||
input[type="password"]:focus,
|
|
||||||
input[type="color"]:focus,
|
|
||||||
input[type="date"]:focus,
|
|
||||||
input[type="datetime"]:focus,
|
|
||||||
input[type="datetime-local"]:focus,
|
|
||||||
input[type="email"]:focus,
|
|
||||||
input[type="month"]:focus,
|
|
||||||
input[type="number"]:focus,
|
|
||||||
input[type="search"]:focus,
|
|
||||||
input[type="tel"]:focus,
|
|
||||||
input[type="text"]:focus,
|
|
||||||
input[type="time"]:focus,
|
|
||||||
input[type="url"]:focus,
|
|
||||||
input[type="week"]:focus,
|
|
||||||
input[type="checkbox"]:focus,
|
|
||||||
input[type="radio"]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: $highlight-color;
|
|
||||||
box-shadow: 0 0 0 1px $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
|
|
||||||
.wp-core-ui {
|
|
||||||
|
|
||||||
.button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.hover,
|
|
||||||
.button:hover,
|
|
||||||
.button.focus,
|
|
||||||
.button:focus {
|
|
||||||
border-color: darken( #7e8993, 5% );
|
|
||||||
color: darken( #32373c, 5% );
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.focus,
|
|
||||||
.button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: darken( #32373c, 5% );
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: darken( #32373c, 5% );
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.active,
|
|
||||||
.button.active:focus,
|
|
||||||
.button.active:hover {
|
|
||||||
border-color: $button-color;
|
|
||||||
color: darken( #32373c, 5% );
|
|
||||||
box-shadow: inset 0 2px 5px -3px $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
|
|
||||||
@if ( $low-contrast-theme != "true" ) {
|
|
||||||
.button,
|
|
||||||
.button-secondary {
|
|
||||||
color: $highlight-color;
|
|
||||||
border-color: $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.hover,
|
|
||||||
.button:hover,
|
|
||||||
.button-secondary:hover{
|
|
||||||
border-color: darken($highlight-color, 10);
|
|
||||||
color: darken($highlight-color, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.focus,
|
|
||||||
.button:focus,
|
|
||||||
.button-secondary:focus {
|
|
||||||
border-color: lighten($highlight-color, 10);
|
|
||||||
color: darken($highlight-color, 20);;
|
|
||||||
box-shadow: 0 0 0 1px lighten($highlight-color, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-primary {
|
|
||||||
&:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-primary {
|
|
||||||
@include button( $button-color );
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-group > .button.active {
|
|
||||||
border-color: $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-ui-primary {
|
|
||||||
color: $text-color;
|
|
||||||
background-color: $base-color;
|
|
||||||
}
|
|
||||||
.wp-ui-text-primary {
|
|
||||||
color: $base-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-ui-highlight {
|
|
||||||
color: $menu-highlight-text;
|
|
||||||
background-color: $menu-highlight-background;
|
|
||||||
}
|
|
||||||
.wp-ui-text-highlight {
|
|
||||||
color: $menu-highlight-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-ui-notification {
|
|
||||||
color: $menu-bubble-text;
|
|
||||||
background-color: $menu-bubble-background;
|
|
||||||
}
|
|
||||||
.wp-ui-text-notification {
|
|
||||||
color: $menu-bubble-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-ui-text-icon {
|
|
||||||
color: $menu-icon;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
@if $low-contrast-theme == "true" {
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: $menu-text;
|
|
||||||
background-color: $menu-background;
|
|
||||||
}
|
|
||||||
} @else {
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid $highlight-color;
|
|
||||||
color: $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: darken($highlight-color, 10);
|
|
||||||
border-color: darken($highlight-color, 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: lighten($highlight-color, 10);
|
|
||||||
color: darken($highlight-color, 20);;
|
|
||||||
box-shadow: 0 0 0 1px lighten($highlight-color, 10);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: $menu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: $menu-bubble-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: $menu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: $menu-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: $menu-icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: $menu-highlight-text;
|
|
||||||
background-color: $menu-highlight-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: $menu-highlight-icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: $body-background;
|
|
||||||
border-bottom-color: $body-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: $menu-submenu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: $menu-submenu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: $menu-submenu-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: $menu-submenu-text;
|
|
||||||
|
|
||||||
&:focus, &:hover {
|
|
||||||
color: $menu-submenu-focus-text;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: $menu-submenu-current-text;
|
|
||||||
|
|
||||||
&:hover, &:focus {
|
|
||||||
color: $menu-submenu-focus-text;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-right-color: $body-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: $menu-current-text;
|
|
||||||
background: $menu-current-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: $menu-current-icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: $menu-bubble-text;
|
|
||||||
background: $menu-bubble-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: $menu-bubble-current-text;
|
|
||||||
background: $menu-bubble-current-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
|
|
||||||
#collapse-button {
|
|
||||||
color: $menu-collapse-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: $menu-submenu-focus-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
|
|
||||||
#wpadminbar {
|
|
||||||
color: $menu-text;
|
|
||||||
background: $menu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: $menu-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: $menu-icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: $menu-submenu-focus-text;
|
|
||||||
background: $menu-submenu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: $menu-submenu-focus-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: $menu-submenu-focus-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: $menu-submenu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: $menu-submenu-background-alt;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: $menu-submenu-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: $menu-icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: $menu-submenu-focus-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: $menu-submenu-focus-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: $menu-icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: $menu-icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: $menu-text;
|
|
||||||
background: $adminbar-input-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: $adminbar-recovery-exit-text;
|
|
||||||
background-color: $adminbar-recovery-exit-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: $adminbar-recovery-exit-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover >.ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: $adminbar-recovery-exit-text;
|
|
||||||
background-color: $adminbar-recovery-exit-background-alt;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: $adminbar-avatar-frame;
|
|
||||||
background-color: $adminbar-avatar-frame;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: $menu-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: $menu-submenu-focus-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: $menu-submenu-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: $highlight-color;
|
|
||||||
border-color: darken( $highlight-color, 5% );
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow:
|
|
||||||
inset 0 0 0 3px #fff,
|
|
||||||
inset 0 0 0 7px $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: $highlight-color;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: $menu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: $menu-text;
|
|
||||||
background-color: $menu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: $menu-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: $menu-highlight-background;
|
|
||||||
color: $menu-highlight-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: $menu-highlight-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: $menu-highlight-background;
|
|
||||||
color: $menu-highlight-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: $menu-highlight-text;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 1px lighten($button-color, 10),
|
|
||||||
0 0 2px 1px $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: $menu-icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
// ToDo: make inset border
|
|
||||||
border-color: transparent;
|
|
||||||
background: $menu-highlight-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: $menu-submenu-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: $menu-icon;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui {
|
|
||||||
#customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
#customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
#customize-controls .control-section.open .accordion-section-title,
|
|
||||||
#customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: $link;
|
|
||||||
border-left-color: $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-controls-close:focus,
|
|
||||||
.customize-controls-close:hover,
|
|
||||||
.customize-controls-preview-toggle:focus,
|
|
||||||
.customize-controls-preview-toggle:hover {
|
|
||||||
color: $link;
|
|
||||||
border-top-color: $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-panel-back:hover,
|
|
||||||
.customize-panel-back:focus,
|
|
||||||
.customize-section-back:hover,
|
|
||||||
.customize-section-back:focus {
|
|
||||||
color: $link;
|
|
||||||
border-left-color: $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:hover,
|
|
||||||
.customize-screen-options-toggle:active,
|
|
||||||
.customize-screen-options-toggle:focus,
|
|
||||||
.active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: $link;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:focus:before,
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:focus:before,
|
|
||||||
&.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.menu-item-bar .item-delete:focus:before,
|
|
||||||
#available-menu-items .item-add:focus:before,
|
|
||||||
#customize-save-button-wrapper .save:focus,
|
|
||||||
#publish-settings:focus {
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 1px lighten($button-color, 10),
|
|
||||||
0 0 2px 1px $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: $link;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-left-color: $button-color;
|
|
||||||
color: $link;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: $link;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
#customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
#customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
#customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
#customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
#customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
#customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
#customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: $link;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: $button-color;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px $button-color;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 1px lighten($button-color, 10),
|
|
||||||
0 0 2px 1px $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.wp-customizer .theme-overlay .theme-header .close:focus,
|
|
||||||
&.wp-customizer .theme-overlay .theme-header .close:hover,
|
|
||||||
&.wp-customizer .theme-overlay .theme-header .right:focus,
|
|
||||||
&.wp-customizer .theme-overlay .theme-header .right:hover,
|
|
||||||
&.wp-customizer .theme-overlay .theme-header .left:focus,
|
|
||||||
&.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: $button-color;
|
|
||||||
color: $link;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
@mixin button( $button-color, $button-text-color: #fff ) {
|
|
||||||
background: $button-color;
|
|
||||||
border-color: $button-color;
|
|
||||||
color: $button-text-color;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
|
||||||
background: lighten( $button-color, 3% );
|
|
||||||
border-color: darken( $button-color, 3% );
|
|
||||||
color: $button-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus {
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 1px #fff,
|
|
||||||
0 0 0 3px $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
|
||||||
background: darken( $button-color, 5% );
|
|
||||||
border-color: darken( $button-color, 5% );
|
|
||||||
color: $button-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.active,
|
|
||||||
&.active:focus,
|
|
||||||
&.active:hover {
|
|
||||||
background: $button-color;
|
|
||||||
color: $button-text-color;
|
|
||||||
border-color: darken( $button-color, 15% );
|
|
||||||
box-shadow: inset 0 2px 5px -3px darken( $button-color, 50% );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,73 +0,0 @@
|
||||||
// assign default value to all undefined variables
|
|
||||||
|
|
||||||
$scheme-name: "default" !default;
|
|
||||||
|
|
||||||
// core variables
|
|
||||||
|
|
||||||
$text-color: #fff !default;
|
|
||||||
$base-color: #23282d !default;
|
|
||||||
$icon-color: hsl( hue( $base-color ), 7%, 95% ) !default;
|
|
||||||
$highlight-color: #0073aa !default;
|
|
||||||
$notification-color: #d54e21 !default;
|
|
||||||
|
|
||||||
|
|
||||||
// global
|
|
||||||
|
|
||||||
$body-background: #f1f1f1 !default;
|
|
||||||
|
|
||||||
$link: #0073aa !default;
|
|
||||||
$link-focus: lighten( $link, 10% ) !default;
|
|
||||||
|
|
||||||
$button-color: $highlight-color !default;
|
|
||||||
$button-text-color: $text-color !default;
|
|
||||||
|
|
||||||
$form-checked: #7e8993 !default;
|
|
||||||
|
|
||||||
// admin menu & admin-bar
|
|
||||||
|
|
||||||
$menu-text: $text-color !default;
|
|
||||||
$menu-icon: $icon-color !default;
|
|
||||||
$menu-background: $base-color !default;
|
|
||||||
|
|
||||||
$menu-highlight-text: $text-color !default;
|
|
||||||
$menu-highlight-icon: $text-color !default;
|
|
||||||
$menu-highlight-background: $highlight-color !default;
|
|
||||||
|
|
||||||
$menu-current-text: $menu-highlight-text !default;
|
|
||||||
$menu-current-icon: $menu-highlight-icon !default;
|
|
||||||
$menu-current-background: $menu-highlight-background !default;
|
|
||||||
|
|
||||||
$menu-submenu-text: mix( $base-color, $text-color, 30% ) !default;
|
|
||||||
$menu-submenu-background: darken( $base-color, 7% ) !default;
|
|
||||||
$menu-submenu-background-alt: desaturate( lighten( $menu-background, 7% ), 7% ) !default;
|
|
||||||
|
|
||||||
$menu-submenu-focus-text: $highlight-color !default;
|
|
||||||
$menu-submenu-current-text: $text-color !default;
|
|
||||||
|
|
||||||
$menu-bubble-text: $text-color !default;
|
|
||||||
$menu-bubble-background: $notification-color !default;
|
|
||||||
$menu-bubble-current-text: $text-color !default;
|
|
||||||
$menu-bubble-current-background: $menu-submenu-background !default;
|
|
||||||
|
|
||||||
$menu-collapse-text: $menu-icon !default;
|
|
||||||
$menu-collapse-icon: $menu-icon !default;
|
|
||||||
$menu-collapse-focus-text: $text-color !default;
|
|
||||||
$menu-collapse-focus-icon: $menu-highlight-icon !default;
|
|
||||||
|
|
||||||
$adminbar-avatar-frame: lighten( $menu-background, 7% ) !default;
|
|
||||||
$adminbar-input-background: lighten( $menu-background, 7% ) !default;
|
|
||||||
|
|
||||||
$adminbar-recovery-exit-text: $menu-bubble-text !default;
|
|
||||||
$adminbar-recovery-exit-background: $menu-bubble-background !default;
|
|
||||||
$adminbar-recovery-exit-background-alt: mix(black, $adminbar-recovery-exit-background, 10%) !default;
|
|
||||||
|
|
||||||
$menu-customizer-text: mix( $base-color, $text-color, 40% ) !default;
|
|
||||||
|
|
||||||
// Dashboard Colors
|
|
||||||
|
|
||||||
$custom-welcome-panel: "true" !default;
|
|
||||||
$dashboard-accent-1: $menu-submenu-background !default;
|
|
||||||
$dashboard-accent-2: $menu-background !default;
|
|
||||||
$dashboard-icon-background: $dashboard-accent-2 !default;
|
|
||||||
|
|
||||||
$low-contrast-theme: "false" !default;
|
|
||||||
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #096484;
|
|
||||||
box-shadow: 0 0 0 1px #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #e1a948;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #096484;
|
|
||||||
border-color: #096484;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #064054;
|
|
||||||
color: #064054;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #0c88b4;
|
|
||||||
color: #021c25;
|
|
||||||
box-shadow: 0 0 0 1px #0c88b4;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #e1a948;
|
|
||||||
border-color: #e1a948;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #e3af55;
|
|
||||||
border-color: #dfa33b;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #dd9f32;
|
|
||||||
border-color: #dd9f32;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #e1a948;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #bd831f;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #241906;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #52accc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #52accc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #096484;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #096484;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #096484;
|
|
||||||
color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #064054;
|
|
||||||
border-color: #064054;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #0c88b4;
|
|
||||||
color: #021c25;
|
|
||||||
box-shadow: 0 0 0 1px #0c88b4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #e1a948;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-left-color: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #e2ecf1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #e2ecf1;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-left-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #e1a948;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #fff;
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #74b6ce;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #e2ecf1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #6eb9d4;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #e1a948;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #cb9841;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #6eb9d4;
|
|
||||||
background-color: #6eb9d4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #e2ecf1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #096484;
|
|
||||||
border-color: #07526c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #096484;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #096484;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #096484;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #e8be74, 0 0 2px 1px #e1a948;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #e8be74, 0 0 2px 1px #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-right-color: #e1a948;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #e1a948;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #e1a948;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #e8be74, 0 0 2px 1px #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #e1a948;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #096484;
|
|
||||||
box-shadow: 0 0 0 1px #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #e1a948;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #096484;
|
|
||||||
border-color: #096484;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #064054;
|
|
||||||
color: #064054;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #0c88b4;
|
|
||||||
color: #021c25;
|
|
||||||
box-shadow: 0 0 0 1px #0c88b4;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #e1a948;
|
|
||||||
border-color: #e1a948;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #e3af55;
|
|
||||||
border-color: #dfa33b;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #dd9f32;
|
|
||||||
border-color: #dd9f32;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #e1a948;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #bd831f;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #241906;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #52accc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #52accc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #096484;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #096484;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #096484;
|
|
||||||
color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #064054;
|
|
||||||
border-color: #064054;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #0c88b4;
|
|
||||||
color: #021c25;
|
|
||||||
box-shadow: 0 0 0 1px #0c88b4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #e1a948;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #e2ecf1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #e2ecf1;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-right-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #e1a948;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #fff;
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #74b6ce;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #e2ecf1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #6eb9d4;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #e1a948;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #cb9841;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #6eb9d4;
|
|
||||||
background-color: #6eb9d4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #e2ecf1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #096484;
|
|
||||||
border-color: #07526c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #096484;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #52accc;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #096484;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #096484;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #e8be74, 0 0 2px 1px #e1a948;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #4796b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #e5f8ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #096484;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #e8be74, 0 0 2px 1px #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-left-color: #e1a948;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #e1a948;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #e1a948;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #e8be74, 0 0 2px 1px #e1a948;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #e1a948;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,14 +0,0 @@
|
||||||
$scheme-name: "blue";
|
|
||||||
$base-color: #52accc;
|
|
||||||
$icon-color: #e5f8ff;
|
|
||||||
$highlight-color: #096484;
|
|
||||||
$notification-color: #e1a948;
|
|
||||||
$button-color: #e1a948;
|
|
||||||
|
|
||||||
$menu-submenu-text: #e2ecf1;
|
|
||||||
$menu-submenu-focus-text: #fff;
|
|
||||||
$menu-submenu-background: #4796b3;
|
|
||||||
|
|
||||||
$dashboard-icon-background: $highlight-color;
|
|
||||||
|
|
||||||
@import "../_admin.scss";
|
|
||||||
|
|
@ -1,677 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #c7a589;
|
|
||||||
box-shadow: 0 0 0 1px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #c7a589;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #c7a589;
|
|
||||||
border-color: #c7a589;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #ccad93;
|
|
||||||
border-color: #c29d7f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #bf9878;
|
|
||||||
border-color: #bf9878;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #c7a589;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #ae7d55;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #37271a;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #59524c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #59524c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #9ea476;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #9ea476;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #9ea476;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-left-color: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #cdcbc9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #cdcbc9;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-left-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #9ea476;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #c7a589;
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #656463;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #cdcbc9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #6c645c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #9ea476;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #8e946a;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #6c645c;
|
|
||||||
background-color: #6c645c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #cdcbc9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #c7a589;
|
|
||||||
border-color: #bf9878;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #c7a589;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #c7a589;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #c7a589;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #d7bfac, 0 0 2px 1px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #d7bfac, 0 0 2px 1px #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-right-color: #c7a589;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #c7a589;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #c7a589;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #d7bfac, 0 0 2px 1px #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #c7a589;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,677 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #c7a589;
|
|
||||||
box-shadow: 0 0 0 1px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #c7a589;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #c7a589;
|
|
||||||
border-color: #c7a589;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #ccad93;
|
|
||||||
border-color: #c29d7f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #bf9878;
|
|
||||||
border-color: #bf9878;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #c7a589;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #ae7d55;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #37271a;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #59524c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #59524c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #9ea476;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #9ea476;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #9ea476;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #cdcbc9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #cdcbc9;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-right-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #9ea476;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #c7a589;
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #656463;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #cdcbc9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #6c645c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #9ea476;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #8e946a;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #6c645c;
|
|
||||||
background-color: #6c645c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #cdcbc9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #c7a589;
|
|
||||||
border-color: #bf9878;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #c7a589;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #59524c;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #c7a589;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #c7a589;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #d7bfac, 0 0 2px 1px #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #46403c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: hsl(27.6923076923, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #d7bfac, 0 0 2px 1px #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-left-color: #c7a589;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #c7a589;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #c7a589;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #d7bfac, 0 0 2px 1px #c7a589;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #c7a589;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,9 +0,0 @@
|
||||||
$scheme-name: "coffee";
|
|
||||||
$base-color: #59524c;
|
|
||||||
$highlight-color: #c7a589;
|
|
||||||
$notification-color: #9ea476;
|
|
||||||
$low-contrast-theme: "true";
|
|
||||||
|
|
||||||
$form-checked: $base-color;
|
|
||||||
|
|
||||||
@import "../_admin.scss";
|
|
||||||
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #a3b745;
|
|
||||||
box-shadow: 0 0 0 1px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #a3b745;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #a3b745;
|
|
||||||
border-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #829237;
|
|
||||||
color: #829237;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #b6c669;
|
|
||||||
color: #616d29;
|
|
||||||
box-shadow: 0 0 0 1px #b6c669;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #a3b745;
|
|
||||||
border-color: #a3b745;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #a9bd4f;
|
|
||||||
border-color: #99ac41;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #93a43e;
|
|
||||||
border-color: #93a43e;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #a3b745;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #727f30;
|
|
||||||
box-shadow: inset 0 2px 5px -3px black;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #523f6d;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #523f6d;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #d46f15;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #d46f15;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #a3b745;
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #829237;
|
|
||||||
border-color: #829237;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #b6c669;
|
|
||||||
color: #616d29;
|
|
||||||
box-shadow: 0 0 0 1px #b6c669;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #d46f15;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-left-color: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #cbc5d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #cbc5d3;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-left-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #d46f15;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #a3b745;
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #64537c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #cbc5d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #634c84;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #d46f15;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #bf6413;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #634c84;
|
|
||||||
background-color: #634c84;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #cbc5d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #a3b745;
|
|
||||||
border-color: #93a43e;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #a3b745;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #a3b745;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #a3b745;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #b6c669, 0 0 2px 1px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #b6c669, 0 0 2px 1px #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-right-color: #a3b745;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #a3b745;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #a3b745;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #b6c669, 0 0 2px 1px #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #a3b745;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #a3b745;
|
|
||||||
box-shadow: 0 0 0 1px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #a3b745;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #a3b745;
|
|
||||||
border-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #829237;
|
|
||||||
color: #829237;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #b6c669;
|
|
||||||
color: #616d29;
|
|
||||||
box-shadow: 0 0 0 1px #b6c669;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #a3b745;
|
|
||||||
border-color: #a3b745;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #a9bd4f;
|
|
||||||
border-color: #99ac41;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #93a43e;
|
|
||||||
border-color: #93a43e;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #a3b745;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #727f30;
|
|
||||||
box-shadow: inset 0 2px 5px -3px black;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #523f6d;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #523f6d;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #d46f15;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #d46f15;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #a3b745;
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #829237;
|
|
||||||
border-color: #829237;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #b6c669;
|
|
||||||
color: #616d29;
|
|
||||||
box-shadow: 0 0 0 1px #b6c669;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #d46f15;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #cbc5d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #cbc5d3;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-right-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #d46f15;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #a3b745;
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #64537c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #cbc5d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #634c84;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #d46f15;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #bf6413;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #634c84;
|
|
||||||
background-color: #634c84;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #cbc5d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #a3b745;
|
|
||||||
border-color: #93a43e;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #a3b745;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #523f6d;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #a3b745;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #a3b745;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #b6c669, 0 0 2px 1px #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #413256;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #ece6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #b6c669, 0 0 2px 1px #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-left-color: #a3b745;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #a3b745;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #a3b745;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #b6c669, 0 0 2px 1px #a3b745;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #a3b745;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,9 +0,0 @@
|
||||||
$scheme-name: "ectoplasm";
|
|
||||||
$base-color: #523f6d;
|
|
||||||
$icon-color: #ece6f6;
|
|
||||||
$highlight-color: #a3b745;
|
|
||||||
$notification-color: #d46f15;
|
|
||||||
|
|
||||||
$form-checked: $base-color;
|
|
||||||
|
|
||||||
@import "../_admin.scss";
|
|
||||||
|
|
@ -1,716 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f5f5f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #04a4cc;
|
|
||||||
box-shadow: 0 0 0 1px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #04a4cc;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #04a4cc;
|
|
||||||
border-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #037c9a;
|
|
||||||
color: #037c9a;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #09cafa;
|
|
||||||
color: #025468;
|
|
||||||
box-shadow: 0 0 0 1px #09cafa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #04a4cc;
|
|
||||||
border-color: #04a4cc;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #04b0db;
|
|
||||||
border-color: #0498bd;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #0490b3;
|
|
||||||
border-color: #0490b3;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #04a4cc;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #036881;
|
|
||||||
box-shadow: inset 0 2px 5px -3px black;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #333;
|
|
||||||
background-color: #e5e5e5;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #e5e5e5;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #888;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #888;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #d64e07;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #d64e07;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #04a4cc;
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #037c9a;
|
|
||||||
border-color: #037c9a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #09cafa;
|
|
||||||
color: #025468;
|
|
||||||
box-shadow: 0 0 0 1px #09cafa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #d64e07;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
border-bottom-color: #f5f5f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-left-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #686868;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #686868;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-left-color: #f5f5f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #d64e07;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #333;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: #777;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #333;
|
|
||||||
background: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #04a4cc;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #f7f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #686868;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #333;
|
|
||||||
background: #f7f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #d64e07;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #c14606;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #f7f7f7;
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #686868;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #04a4cc;
|
|
||||||
border-color: #0490b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #04a4cc;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #333;
|
|
||||||
background-color: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #888;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #888;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #09cafa, 0 0 2px 1px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #09cafa, 0 0 2px 1px #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-right-color: #04a4cc;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #04a4cc;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #04a4cc;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #09cafa, 0 0 2px 1px #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #04a4cc;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Override the theme filter highlight color for this scheme */
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #04a4cc;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,716 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f5f5f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #04a4cc;
|
|
||||||
box-shadow: 0 0 0 1px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #04a4cc;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #04a4cc;
|
|
||||||
border-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #037c9a;
|
|
||||||
color: #037c9a;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #09cafa;
|
|
||||||
color: #025468;
|
|
||||||
box-shadow: 0 0 0 1px #09cafa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #04a4cc;
|
|
||||||
border-color: #04a4cc;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #04b0db;
|
|
||||||
border-color: #0498bd;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #0490b3;
|
|
||||||
border-color: #0490b3;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #04a4cc;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #036881;
|
|
||||||
box-shadow: inset 0 2px 5px -3px black;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #333;
|
|
||||||
background-color: #e5e5e5;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #e5e5e5;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #888;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #888;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #d64e07;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #d64e07;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #04a4cc;
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #037c9a;
|
|
||||||
border-color: #037c9a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #09cafa;
|
|
||||||
color: #025468;
|
|
||||||
box-shadow: 0 0 0 1px #09cafa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #d64e07;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
border-bottom-color: #f5f5f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #686868;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #686868;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-right-color: #f5f5f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #d64e07;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #333;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: #777;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #333;
|
|
||||||
background: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #04a4cc;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #f7f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #686868;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #333;
|
|
||||||
background: #f7f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #d64e07;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #c14606;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #f7f7f7;
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #686868;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #04a4cc;
|
|
||||||
border-color: #0490b3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #04a4cc;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #333;
|
|
||||||
background-color: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #888;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #888;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #09cafa, 0 0 2px 1px #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #04a4cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #09cafa, 0 0 2px 1px #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-left-color: #04a4cc;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #04a4cc;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #04a4cc;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #09cafa, 0 0 2px 1px #04a4cc;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #04a4cc;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Override the theme filter highlight color for this scheme */
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #04a4cc;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,31 +0,0 @@
|
||||||
$scheme-name: "light";
|
|
||||||
$base-color: #e5e5e5;
|
|
||||||
$icon-color: #999;
|
|
||||||
$text-color: #333;
|
|
||||||
$highlight-color: #04a4cc;
|
|
||||||
$notification-color: #d64e07;
|
|
||||||
|
|
||||||
$body-background: #f5f5f5;
|
|
||||||
|
|
||||||
$menu-highlight-text: #fff;
|
|
||||||
$menu-highlight-icon: #ccc;
|
|
||||||
$menu-highlight-background: #888;
|
|
||||||
|
|
||||||
$menu-bubble-text: #fff;
|
|
||||||
$menu-avatar-frame: #aaa;
|
|
||||||
$menu-submenu-background: #fff;
|
|
||||||
|
|
||||||
$menu-collapse-text: #777;
|
|
||||||
$menu-collapse-focus-icon: #555;
|
|
||||||
|
|
||||||
$dashboard-accent-1: $highlight-color;
|
|
||||||
$dashboard-accent-2: desaturate( lighten( $highlight-color, 7% ), 15% );
|
|
||||||
$dashboard-icon-background: $text-color;
|
|
||||||
|
|
||||||
@import "../_admin.scss";
|
|
||||||
|
|
||||||
/* Override the theme filter highlight color for this scheme */
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: $highlight-color;
|
|
||||||
}
|
|
||||||
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #e14d43;
|
|
||||||
box-shadow: 0 0 0 1px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #e14d43;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #e14d43;
|
|
||||||
border-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #d02c21;
|
|
||||||
color: #d02c21;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #e8776f;
|
|
||||||
color: #a4231a;
|
|
||||||
box-shadow: 0 0 0 1px #e8776f;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #e14d43;
|
|
||||||
border-color: #e14d43;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #e35950;
|
|
||||||
border-color: #df4136;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #dd382d;
|
|
||||||
border-color: #dd382d;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #e14d43;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #ba281e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #200705;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #363b3f;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #363b3f;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #69a8bb;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #69a8bb;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #e14d43;
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #d02c21;
|
|
||||||
border-color: #d02c21;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #e8776f;
|
|
||||||
color: #a4231a;
|
|
||||||
box-shadow: 0 0 0 1px #e8776f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #69a8bb;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-left-color: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #c3c4c5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #c3c4c5;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-left-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #69a8bb;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #e14d43;
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #4c4c4d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #c3c4c5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #464d52;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #69a8bb;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #5f97a8;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #464d52;
|
|
||||||
background-color: #464d52;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #c3c4c5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #e14d43;
|
|
||||||
border-color: #dd382d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #e14d43;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #e14d43;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #e14d43;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #e8776f, 0 0 2px 1px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #e8776f, 0 0 2px 1px #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-right-color: #e14d43;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #e14d43;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #e14d43;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #e8776f, 0 0 2px 1px #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #e14d43;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #e14d43;
|
|
||||||
box-shadow: 0 0 0 1px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #e14d43;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #e14d43;
|
|
||||||
border-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #d02c21;
|
|
||||||
color: #d02c21;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #e8776f;
|
|
||||||
color: #a4231a;
|
|
||||||
box-shadow: 0 0 0 1px #e8776f;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #e14d43;
|
|
||||||
border-color: #e14d43;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #e35950;
|
|
||||||
border-color: #df4136;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #dd382d;
|
|
||||||
border-color: #dd382d;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #e14d43;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #ba281e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #200705;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #363b3f;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #363b3f;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #69a8bb;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #69a8bb;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #e14d43;
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #d02c21;
|
|
||||||
border-color: #d02c21;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #e8776f;
|
|
||||||
color: #a4231a;
|
|
||||||
box-shadow: 0 0 0 1px #e8776f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #69a8bb;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #c3c4c5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #c3c4c5;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-right-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #69a8bb;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #e14d43;
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #4c4c4d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #c3c4c5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #464d52;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #69a8bb;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #5f97a8;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #464d52;
|
|
||||||
background-color: #464d52;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #c3c4c5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #e14d43;
|
|
||||||
border-color: #dd382d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #e14d43;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #363b3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #e14d43;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #e14d43;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #e8776f, 0 0 2px 1px #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #26292c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: hsl(206.6666666667, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #e8776f, 0 0 2px 1px #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-left-color: #e14d43;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #e14d43;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #e14d43;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #e8776f, 0 0 2px 1px #e14d43;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #e14d43;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +0,0 @@
|
||||||
$scheme-name: "midnight";
|
|
||||||
$base-color: #363b3f;
|
|
||||||
$highlight-color: #e14d43;
|
|
||||||
$notification-color: #69a8bb;
|
|
||||||
|
|
||||||
$dashboard-accent-2: mix($base-color, $notification-color, 90%);
|
|
||||||
|
|
||||||
@import "../_admin.scss";
|
|
||||||
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #183ad6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #183ad6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #183ad6;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #3858e9;
|
|
||||||
box-shadow: 0 0 0 1px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #3858e9;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #3858e9;
|
|
||||||
border-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #183ad6;
|
|
||||||
color: #183ad6;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #667fee;
|
|
||||||
color: #132ea8;
|
|
||||||
box-shadow: 0 0 0 1px #667fee;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #3858e9;
|
|
||||||
border-color: #3858e9;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #4664eb;
|
|
||||||
border-color: #2a4ce7;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #2145e6;
|
|
||||||
border-color: #2145e6;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #3858e9;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #1534bf;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #03081f;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #1e1e1e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #1e1e1e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #3858e9;
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #183ad6;
|
|
||||||
border-color: #183ad6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #667fee;
|
|
||||||
color: #132ea8;
|
|
||||||
box-shadow: 0 0 0 1px #667fee;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-left-color: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #bcbcbc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #bcbcbc;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-left-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #33f078;
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #303030;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #bcbcbc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #303030;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #324fd2;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #303030;
|
|
||||||
background-color: #303030;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #bcbcbc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #3858e9;
|
|
||||||
border-color: #2145e6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #3858e9;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #3858e9;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #3858e9;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #667fee, 0 0 2px 1px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #3858e9;
|
|
||||||
border-right-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #3858e9;
|
|
||||||
border-top-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #3858e9;
|
|
||||||
border-right-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #667fee, 0 0 2px 1px #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-right-color: #3858e9;
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #3858e9;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #3858e9;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #667fee, 0 0 2px 1px #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #3858e9;
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #183ad6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #183ad6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #183ad6;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #3858e9;
|
|
||||||
box-shadow: 0 0 0 1px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #3858e9;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #3858e9;
|
|
||||||
border-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #183ad6;
|
|
||||||
color: #183ad6;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #667fee;
|
|
||||||
color: #132ea8;
|
|
||||||
box-shadow: 0 0 0 1px #667fee;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #3858e9;
|
|
||||||
border-color: #3858e9;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #4664eb;
|
|
||||||
border-color: #2a4ce7;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #2145e6;
|
|
||||||
border-color: #2145e6;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #3858e9;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #1534bf;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #03081f;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #1e1e1e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #1e1e1e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #3858e9;
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #183ad6;
|
|
||||||
border-color: #183ad6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #667fee;
|
|
||||||
color: #132ea8;
|
|
||||||
box-shadow: 0 0 0 1px #667fee;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #bcbcbc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #bcbcbc;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-right-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #33f078;
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #303030;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #bcbcbc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #303030;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #324fd2;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #303030;
|
|
||||||
background-color: #303030;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #33f078;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #bcbcbc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #3858e9;
|
|
||||||
border-color: #2145e6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #3858e9;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #1e1e1e;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #3858e9;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #3858e9;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #667fee, 0 0 2px 1px #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #0c0c0c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: hsl(0, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #3858e9;
|
|
||||||
border-left-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #3858e9;
|
|
||||||
border-top-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #3858e9;
|
|
||||||
border-left-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #667fee, 0 0 2px 1px #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-left-color: #3858e9;
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #3858e9;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #3858e9;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #667fee, 0 0 2px 1px #3858e9;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #3858e9;
|
|
||||||
color: #3858e9;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,12 +0,0 @@
|
||||||
$scheme-name: "modern";
|
|
||||||
$base-color: #1e1e1e;
|
|
||||||
$highlight-color: #3858e9;
|
|
||||||
$menu-submenu-focus-text: #33f078;
|
|
||||||
$notification-color: $highlight-color;
|
|
||||||
|
|
||||||
$link: $highlight-color;
|
|
||||||
$link-focus: darken($highlight-color, 10%);
|
|
||||||
|
|
||||||
$custom-welcome-panel: "false";
|
|
||||||
|
|
||||||
@import "../_admin.scss";
|
|
||||||
|
|
@ -1,677 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
box-shadow: 0 0 0 1px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #9ebaa0;
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #a7c0a9;
|
|
||||||
border-color: #95b497;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #8faf91;
|
|
||||||
border-color: #8faf91;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #9ebaa0;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #719a74;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #253426;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #738e96;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #738e96;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #aa9d88;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #aa9d88;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #aa9d88;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-left-color: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #d5dde0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #d5dde0;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-left-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #aa9d88;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #9ebaa0;
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #8f9a9e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #d5dde0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #879ea5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #aa9d88;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #998d7a;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #879ea5;
|
|
||||||
background-color: #879ea5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #d5dde0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
border-color: #8faf91;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #bccfbd, 0 0 2px 1px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #bccfbd, 0 0 2px 1px #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-right-color: #9ebaa0;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #9ebaa0;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #bccfbd, 0 0 2px 1px #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #9ebaa0;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,677 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
box-shadow: 0 0 0 1px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #9ebaa0;
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #a7c0a9;
|
|
||||||
border-color: #95b497;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #8faf91;
|
|
||||||
border-color: #8faf91;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #9ebaa0;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #719a74;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #253426;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #738e96;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #738e96;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #aa9d88;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #aa9d88;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #aa9d88;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #d5dde0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #d5dde0;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-right-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #aa9d88;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #9ebaa0;
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #8f9a9e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #d5dde0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #879ea5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #aa9d88;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #998d7a;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #879ea5;
|
|
||||||
background-color: #879ea5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #d5dde0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
border-color: #8faf91;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #738e96;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #9ebaa0;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #bccfbd, 0 0 2px 1px #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #627c83;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: #f2fcff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #bccfbd, 0 0 2px 1px #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-left-color: #9ebaa0;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #9ebaa0;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #9ebaa0;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #bccfbd, 0 0 2px 1px #9ebaa0;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #9ebaa0;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,10 +0,0 @@
|
||||||
$scheme-name: "ocean";
|
|
||||||
$base-color: #738e96;
|
|
||||||
$icon-color: #f2fcff;
|
|
||||||
$highlight-color: #9ebaa0;
|
|
||||||
$notification-color: #aa9d88;
|
|
||||||
$low-contrast-theme: "true";
|
|
||||||
|
|
||||||
$form-checked: $base-color;
|
|
||||||
|
|
||||||
@import "../_admin.scss";
|
|
||||||
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #dd823b;
|
|
||||||
box-shadow: 0 0 0 1px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #dd823b;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #dd823b;
|
|
||||||
border-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #c36922;
|
|
||||||
color: #c36922;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #e59e66;
|
|
||||||
color: #98511a;
|
|
||||||
box-shadow: 0 0 0 1px #e59e66;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #dd823b;
|
|
||||||
border-color: #dd823b;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #df8a48;
|
|
||||||
border-color: #db7a2e;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #d97426;
|
|
||||||
border-color: #d97426;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #dd823b;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #ad5d1e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #150b04;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #cf4944;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #cf4944;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #ccaf0b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #ccaf0b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #dd823b;
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #c36922;
|
|
||||||
border-color: #c36922;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #e59e66;
|
|
||||||
color: #98511a;
|
|
||||||
box-shadow: 0 0 0 1px #e59e66;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #ccaf0b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-left-color: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #f1c8c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #f1c8c7;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-left-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #ccaf0b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #f7e3d3;
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #cf6b67;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #f1c8c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #d66560;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #ccaf0b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #b89e0a;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #d66560;
|
|
||||||
background-color: #d66560;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #f1c8c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #dd823b;
|
|
||||||
border-color: #d97426;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #dd823b;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #dd823b;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #dd823b;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #e59e66, 0 0 2px 1px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-right-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #e59e66, 0 0 2px 1px #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-right-color: #dd823b;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #dd823b;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #dd823b;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #e59e66, 0 0 2px 1px #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #dd823b;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,710 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/*
|
|
||||||
* Button mixin- creates a button effect with correct
|
|
||||||
* highlights/shadows, based on a base color.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* This function name uses British English to maintain backward compatibility, as developers
|
|
||||||
* may use the function in their own admin CSS files. See #56811.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Links */
|
|
||||||
a {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body .misc-pub-post-status:before,
|
|
||||||
#post-body #visibility:before,
|
|
||||||
.curtime #timestamp:before,
|
|
||||||
#post-body .misc-pub-revisions:before,
|
|
||||||
span.wp-media-buttons-icon:before {
|
|
||||||
color: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment,
|
|
||||||
.media-modal .trash-attachment,
|
|
||||||
.media-modal .untrash-attachment,
|
|
||||||
.wp-core-ui .button-link-delete {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-modal .delete-attachment:hover,
|
|
||||||
.media-modal .trash-attachment:hover,
|
|
||||||
.media-modal .untrash-attachment:hover,
|
|
||||||
.media-modal .delete-attachment:focus,
|
|
||||||
.media-modal .trash-attachment:focus,
|
|
||||||
.media-modal .untrash-attachment:focus,
|
|
||||||
.wp-core-ui .button-link-delete:hover,
|
|
||||||
.wp-core-ui .button-link-delete:focus {
|
|
||||||
color: #dc3232;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
input[type=checkbox]:checked::before {
|
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=radio]:checked::before {
|
|
||||||
background: #7e8993;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-core-ui input[type=reset]:hover,
|
|
||||||
.wp-core-ui input[type=reset]:active {
|
|
||||||
color: #0096dd;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=password]:focus,
|
|
||||||
input[type=color]:focus,
|
|
||||||
input[type=date]:focus,
|
|
||||||
input[type=datetime]:focus,
|
|
||||||
input[type=datetime-local]:focus,
|
|
||||||
input[type=email]:focus,
|
|
||||||
input[type=month]:focus,
|
|
||||||
input[type=number]:focus,
|
|
||||||
input[type=search]:focus,
|
|
||||||
input[type=tel]:focus,
|
|
||||||
input[type=text]:focus,
|
|
||||||
input[type=time]:focus,
|
|
||||||
input[type=url]:focus,
|
|
||||||
input[type=week]:focus,
|
|
||||||
input[type=checkbox]:focus,
|
|
||||||
input[type=radio]:focus,
|
|
||||||
select:focus,
|
|
||||||
textarea:focus {
|
|
||||||
border-color: #dd823b;
|
|
||||||
box-shadow: 0 0 0 1px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Core UI */
|
|
||||||
.wp-core-ui .button {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #717c87;
|
|
||||||
color: #262a2e;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button:active {
|
|
||||||
border-color: #7e8993;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active,
|
|
||||||
.wp-core-ui .button.active:focus,
|
|
||||||
.wp-core-ui .button.active:hover {
|
|
||||||
border-color: #dd823b;
|
|
||||||
color: #262a2e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.active:focus {
|
|
||||||
box-shadow: 0 0 0 1px #32373c;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button,
|
|
||||||
.wp-core-ui .button-secondary {
|
|
||||||
color: #dd823b;
|
|
||||||
border-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.hover,
|
|
||||||
.wp-core-ui .button:hover,
|
|
||||||
.wp-core-ui .button-secondary:hover {
|
|
||||||
border-color: #c36922;
|
|
||||||
color: #c36922;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button.focus,
|
|
||||||
.wp-core-ui .button:focus,
|
|
||||||
.wp-core-ui .button-secondary:focus {
|
|
||||||
border-color: #e59e66;
|
|
||||||
color: #98511a;
|
|
||||||
box-shadow: 0 0 0 1px #e59e66;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary {
|
|
||||||
background: #dd823b;
|
|
||||||
border-color: #dd823b;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
|
|
||||||
background: #df8a48;
|
|
||||||
border-color: #db7a2e;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:focus {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary:active {
|
|
||||||
background: #d97426;
|
|
||||||
border-color: #d97426;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
|
|
||||||
background: #dd823b;
|
|
||||||
color: #fff;
|
|
||||||
border-color: #ad5d1e;
|
|
||||||
box-shadow: inset 0 2px 5px -3px #150b04;
|
|
||||||
}
|
|
||||||
.wp-core-ui .button-group > .button.active {
|
|
||||||
border-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #cf4944;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-primary {
|
|
||||||
color: #cf4944;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-highlight {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-highlight {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-notification {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #ccaf0b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-notification {
|
|
||||||
color: #ccaf0b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-ui-text-icon {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List tables */
|
|
||||||
.wrap .page-title-action,
|
|
||||||
.wrap .page-title-action:active {
|
|
||||||
border: 1px solid #dd823b;
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:hover {
|
|
||||||
color: #c36922;
|
|
||||||
border-color: #c36922;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap .page-title-action:focus {
|
|
||||||
border-color: #e59e66;
|
|
||||||
color: #98511a;
|
|
||||||
box-shadow: 0 0 0 1px #e59e66;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a.current:before {
|
|
||||||
color: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-switch a:hover:before {
|
|
||||||
color: #ccaf0b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu */
|
|
||||||
#adminmenuback,
|
|
||||||
#adminmenuwrap,
|
|
||||||
#adminmenu {
|
|
||||||
background: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu div.wp-menu-image:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu a:hover,
|
|
||||||
#adminmenu li.menu-top:hover,
|
|
||||||
#adminmenu li.opensub > a.menu-top,
|
|
||||||
#adminmenu li > a.menu-top:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.menu-top:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Active tabs use a bottom border color that matches the page background color. */
|
|
||||||
.about-wrap .nav-tab-active,
|
|
||||||
.nav-tab-active,
|
|
||||||
.nav-tab-active:hover {
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
border-bottom-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: submenu */
|
|
||||||
#adminmenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
|
|
||||||
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
|
|
||||||
border-right-color: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu .wp-submenu-head {
|
|
||||||
color: #f1c8c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
|
|
||||||
color: #f1c8c7;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: current */
|
|
||||||
#adminmenu .wp-submenu li.current a,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
|
|
||||||
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#adminmenu a.wp-has-current-submenu:after,
|
|
||||||
ul#adminmenu > li.current > a.current:after {
|
|
||||||
border-right-color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a.menu-top,
|
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
|
||||||
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
|
|
||||||
.folded #adminmenu li.current.menu-top {
|
|
||||||
color: #fff;
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
|
|
||||||
#adminmenu a.current:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li.current div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
|
|
||||||
#adminmenu li:hover div.wp-menu-image:before,
|
|
||||||
#adminmenu li a:focus div.wp-menu-image:before,
|
|
||||||
#adminmenu li.opensub div.wp-menu-image:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: bubble */
|
|
||||||
#adminmenu .menu-counter,
|
|
||||||
#adminmenu .awaiting-mod,
|
|
||||||
#adminmenu .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #ccaf0b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#adminmenu li.current a .awaiting-mod,
|
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins,
|
|
||||||
#adminmenu li:hover a .awaiting-mod,
|
|
||||||
#adminmenu li.menu-top:hover > a .update-plugins {
|
|
||||||
color: #fff;
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Menu: collapse button */
|
|
||||||
#collapse-button {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#collapse-button:hover,
|
|
||||||
#collapse-button:focus {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar */
|
|
||||||
#wpadminbar {
|
|
||||||
color: #fff;
|
|
||||||
background: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-item,
|
|
||||||
#wpadminbar a.ab-item,
|
|
||||||
#wpadminbar > #wp-toolbar span.ab-label,
|
|
||||||
#wpadminbar > #wp-toolbar span.noticon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-icon,
|
|
||||||
#wpadminbar .ab-icon:before,
|
|
||||||
#wpadminbar .ab-item:before,
|
|
||||||
#wpadminbar .ab-item:after {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
|
||||||
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
|
|
||||||
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
|
|
||||||
color: #f7e3d3;
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
|
|
||||||
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:before,
|
|
||||||
#wpadminbar:not(.mobile) li:hover .ab-item:after,
|
|
||||||
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: submenu */
|
|
||||||
#wpadminbar .menupop .ab-sub-wrapper {
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
|
||||||
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
|
||||||
background: #cf6b67;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-submenu .ab-item,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
|
||||||
color: #f1c8c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
|
||||||
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
|
|
||||||
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
|
||||||
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
|
||||||
#wpadminbar li:hover .ab-icon:before,
|
|
||||||
#wpadminbar li:hover .ab-item:before,
|
|
||||||
#wpadminbar li a:focus .ab-icon:before,
|
|
||||||
#wpadminbar li .ab-item:focus:before,
|
|
||||||
#wpadminbar li .ab-item:focus .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-icon:before,
|
|
||||||
#wpadminbar li.hover .ab-item:before,
|
|
||||||
#wpadminbar li:hover #adminbarsearch:before,
|
|
||||||
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .quicklinks li a:hover .blavatar,
|
|
||||||
#wpadminbar .quicklinks li a:focus .blavatar,
|
|
||||||
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item:hover:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .ab-item:before {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
|
|
||||||
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: search */
|
|
||||||
#wpadminbar #adminbarsearch:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
|
||||||
color: #fff;
|
|
||||||
background: #d66560;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: recovery mode */
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #ccaf0b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
|
|
||||||
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
|
|
||||||
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
|
|
||||||
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #b89e0a;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Admin Bar: my account */
|
|
||||||
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
|
||||||
border-color: #d66560;
|
|
||||||
background-color: #d66560;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .display-name {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
|
|
||||||
color: #f7e3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info .username {
|
|
||||||
color: #f1c8c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Pointers */
|
|
||||||
.wp-pointer .wp-pointer-content h3 {
|
|
||||||
background-color: #dd823b;
|
|
||||||
border-color: #d97426;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer .wp-pointer-content h3:before {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
|
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
|
|
||||||
border-bottom-color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Media */
|
|
||||||
.media-item .bar,
|
|
||||||
.media-progress-bar div {
|
|
||||||
background-color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details.attachment {
|
|
||||||
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment.details .check {
|
|
||||||
background-color: #dd823b;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-selection .attachment.selection.details .thumbnail {
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Themes */
|
|
||||||
.theme-browser .theme.active .theme-name,
|
|
||||||
.theme-browser .theme.add-new-theme a:hover:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus:after {
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme a:hover span:after,
|
|
||||||
.theme-browser .theme.add-new-theme a:focus span:after {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-section.current,
|
|
||||||
.theme-filter.current {
|
|
||||||
border-bottom-color: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #cf4944;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover,
|
|
||||||
body.more-filters-opened .more-filters:focus {
|
|
||||||
background-color: #dd823b;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.more-filters-opened .more-filters:hover:before,
|
|
||||||
body.more-filters-opened .more-filters:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Widgets */
|
|
||||||
.widgets-chooser li.widgets-chooser-selected {
|
|
||||||
background-color: #dd823b;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:before,
|
|
||||||
.widgets-chooser li.widgets-chooser-selected:focus:before {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nav Menus */
|
|
||||||
.nav-menus-php .item-edit:focus:before {
|
|
||||||
box-shadow: 0 0 0 1px #e59e66, 0 0 2px 1px #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Responsive Component */
|
|
||||||
div#wp-responsive-toggle a:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open div#wp-responsive-toggle a {
|
|
||||||
border-color: transparent;
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
|
||||||
background: #be3631;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
|
|
||||||
color: hsl(2.1582733813, 7%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TinyMCE */
|
|
||||||
.mce-container.mce-menu .mce-menu-item:hover,
|
|
||||||
.mce-container.mce-menu .mce-menu-item.mce-selected,
|
|
||||||
.mce-container.mce-menu .mce-menu-item:focus,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
|
|
||||||
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Customizer */
|
|
||||||
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
|
|
||||||
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
|
|
||||||
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-controls-close:focus,
|
|
||||||
.wp-core-ui .customize-controls-close:hover,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:focus,
|
|
||||||
.wp-core-ui .customize-controls-preview-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
border-top-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-panel-back:hover,
|
|
||||||
.wp-core-ui .customize-panel-back:focus,
|
|
||||||
.wp-core-ui .customize-section-back:hover,
|
|
||||||
.wp-core-ui .customize-section-back:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
border-left-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:hover,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:active,
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus,
|
|
||||||
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-screen-options-toggle:focus:before,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.wp-core-ui .menu-item-bar .item-delete:focus:before,
|
|
||||||
.wp-core-ui #available-menu-items .item-add:focus:before,
|
|
||||||
.wp-core-ui #customize-save-button-wrapper .save:focus,
|
|
||||||
.wp-core-ui #publish-settings:focus {
|
|
||||||
box-shadow: 0 0 0 1px #e59e66, 0 0 2px 1px #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
|
|
||||||
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
|
|
||||||
border-left-color: #dd823b;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
|
|
||||||
background: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
|
|
||||||
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
|
|
||||||
background-color: #fbfbfc;
|
|
||||||
border-color: #dd823b;
|
|
||||||
border-style: solid;
|
|
||||||
box-shadow: 0 0 0 1px #dd823b;
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
|
|
||||||
border-bottom-color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
|
|
||||||
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
|
|
||||||
color: #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
|
||||||
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
|
||||||
box-shadow: 0 0 0 1px #e59e66, 0 0 2px 1px #dd823b;
|
|
||||||
}
|
|
||||||
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
|
|
||||||
border-bottom-color: #dd823b;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +0,0 @@
|
||||||
$scheme-name: "sunrise";
|
|
||||||
$base-color: #cf4944;
|
|
||||||
$highlight-color: #dd823b;
|
|
||||||
$notification-color: #ccaf0b;
|
|
||||||
$menu-submenu-focus-text: lighten( $highlight-color, 35% );
|
|
||||||
|
|
||||||
@import "../_admin.scss";
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
|
@ -1,884 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
#customize-theme-controls #accordion-section-menu_locations {
|
|
||||||
position: relative;
|
|
||||||
margin-top: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls #accordion-section-menu_locations > .accordion-section-title {
|
|
||||||
border-bottom-color: #dcdcde;
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .customize-section-title-nav_menus-heading,
|
|
||||||
#customize-theme-controls .customize-section-title-menu_locations-heading,
|
|
||||||
#customize-theme-controls .customize-section-title-menu_locations-description {
|
|
||||||
padding: 0 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description {
|
|
||||||
/* Override the default italic style for control descriptions */
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-in-location,
|
|
||||||
.menu-in-locations {
|
|
||||||
display: block;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .theme-location-set,
|
|
||||||
#customize-controls .control-section .accordion-section-title:focus .menu-in-location,
|
|
||||||
#customize-controls .control-section .accordion-section-title:hover .menu-in-location {
|
|
||||||
color: #50575e;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* The `edit-menu` and `create-menu` buttons also use the `button-link` class. */
|
|
||||||
.customize-control-nav_menu_location .edit-menu,
|
|
||||||
.customize-control-nav_menu_location .create-menu {
|
|
||||||
margin-right: 6px;
|
|
||||||
vertical-align: middle;
|
|
||||||
line-height: 2.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .customize-control-nav_menu_name {
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_name p:last-of-type {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-new-menu-submit {
|
|
||||||
float: left;
|
|
||||||
min-width: 85px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-bar .menu-item-handle,
|
|
||||||
.wp-customizer .menu-item-settings,
|
|
||||||
.wp-customizer .menu-item-settings .description-thin {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-bar {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-bar .menu-item-handle {
|
|
||||||
width: 100%;
|
|
||||||
max-width: 100%;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-handle .item-title {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-handle .item-type {
|
|
||||||
padding: 1px 5px 0 21px;
|
|
||||||
float: left;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-handle:hover {
|
|
||||||
z-index: 8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_item.has-notifications .menu-item-handle {
|
|
||||||
border-right: 4px solid #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings {
|
|
||||||
max-width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
z-index: 8;
|
|
||||||
padding: 10px;
|
|
||||||
background: #f0f0f1;
|
|
||||||
border: 1px solid #8c8f94;
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings .description-thin {
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
margin: 0 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings input[type="text"] {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings .submitbox {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings .link-to-original {
|
|
||||||
padding: 5px 0;
|
|
||||||
border: none;
|
|
||||||
font-style: normal;
|
|
||||||
margin: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item .submitbox .submitdelete {
|
|
||||||
float: right;
|
|
||||||
margin: 6px 0 0;
|
|
||||||
padding: 0;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Menu items reordering styles
|
|
||||||
*/
|
|
||||||
|
|
||||||
.menu-item-reorder-nav {
|
|
||||||
display: none;
|
|
||||||
background-color: #fff;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menus-move-left:before {
|
|
||||||
content: "\f345";
|
|
||||||
}
|
|
||||||
|
|
||||||
.menus-move-right:before {
|
|
||||||
content: "\f341";
|
|
||||||
}
|
|
||||||
|
|
||||||
.reordering .menu-item .item-controls,
|
|
||||||
.reordering .menu-item .item-type {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reordering .menu-item-reorder-nav {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control input.menu-name-field {
|
|
||||||
width: 100%; /* Override the 98% default for customizer inputs, to align with the size of menu items. */
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item .item-edit {
|
|
||||||
position: absolute;
|
|
||||||
left: -19px;
|
|
||||||
top: 2px;
|
|
||||||
display: block;
|
|
||||||
width: 30px;
|
|
||||||
height: 38px;
|
|
||||||
margin-left: 0 !important;
|
|
||||||
box-shadow: none;
|
|
||||||
outline: none;
|
|
||||||
overflow: hidden;
|
|
||||||
cursor: pointer;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before {
|
|
||||||
content: "\f142";
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings p.description {
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-settings dl {
|
|
||||||
margin: 12px 0 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-settings .checkbox-input {
|
|
||||||
margin-top: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-settings .menu-theme-locations {
|
|
||||||
border-top: 1px solid #c3c4c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-settings {
|
|
||||||
margin-top: 36px;
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-location-settings {
|
|
||||||
margin-top: 12px;
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .control-section-nav_menu .menu-location-settings {
|
|
||||||
margin-top: 24px;
|
|
||||||
border-top: 1px solid #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .control-section-nav_menu .menu-location-settings,
|
|
||||||
.customize-control-nav_menu_auto_add {
|
|
||||||
padding-top: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-location-settings .customize-control-checkbox .theme-location-set {
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_auto_add label {
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-location-settings .new-menu-locations-widget-note {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-menu {
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle {
|
|
||||||
color: #50575e;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Screen Options */
|
|
||||||
.customize-screen-options-toggle {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
color: #50575e;
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 0;
|
|
||||||
padding: 20px;
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .customize-info .customize-help-toggle {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:before {
|
|
||||||
padding: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:hover,
|
|
||||||
.customize-screen-options-toggle:active,
|
|
||||||
.customize-screen-options-toggle:focus,
|
|
||||||
.active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:focus,
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:focus {
|
|
||||||
/* Only visible in Windows High Contrast mode */
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:before {
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
border: none;
|
|
||||||
content: "\f111";
|
|
||||||
display: block;
|
|
||||||
font: 18px/1 dashicons;
|
|
||||||
padding: 5px;
|
|
||||||
text-align: center;
|
|
||||||
text-decoration: none !important;
|
|
||||||
text-indent: 0;
|
|
||||||
right: 6px;
|
|
||||||
position: absolute;
|
|
||||||
top: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:focus:before,
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:focus:before {
|
|
||||||
border-radius: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer #screen-options-wrap {
|
|
||||||
display: none;
|
|
||||||
background: #fff;
|
|
||||||
border-top: 1px solid #dcdcde;
|
|
||||||
padding: 4px 15px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .metabox-prefs label {
|
|
||||||
display: block;
|
|
||||||
padding-left: 0;
|
|
||||||
line-height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* rework the arrow indicator implementation for NVDA bug same as #32715 */
|
|
||||||
.wp-customizer .toggle-indicator {
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl .wp-customizer .toggle-indicator {
|
|
||||||
text-indent: 1px; /* account for the dashicon alignment */
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item .item-edit .toggle-indicator:before,
|
|
||||||
#available-menu-items .accordion-section-title .toggle-indicator:before {
|
|
||||||
content: "\f140";
|
|
||||||
display: block;
|
|
||||||
padding: 1px 0 1px 2px;
|
|
||||||
speak: never;
|
|
||||||
border-radius: 50%;
|
|
||||||
color: #787c82;
|
|
||||||
font: normal 20px/1 dashicons;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
text-decoration: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu .field-link-target,
|
|
||||||
.control-section-nav_menu .field-title-attribute,
|
|
||||||
.control-section-nav_menu .field-css-classes,
|
|
||||||
.control-section-nav_menu .field-xfn,
|
|
||||||
.control-section-nav_menu .field-description {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu.field-link-target-active .field-link-target,
|
|
||||||
.control-section-nav_menu.field-title-attribute-active .field-title-attribute,
|
|
||||||
.control-section-nav_menu.field-css-classes-active .field-css-classes,
|
|
||||||
.control-section-nav_menu.field-xfn-active .field-xfn,
|
|
||||||
.control-section-nav_menu.field-description-active .field-description {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* WARNING: The 20px factor is hard-coded in JS. */
|
|
||||||
.menu-item-depth-0 { margin-right: 0; }
|
|
||||||
.menu-item-depth-1 { margin-right: 20px; }
|
|
||||||
.menu-item-depth-2 { margin-right: 40px; }
|
|
||||||
.menu-item-depth-3 { margin-right: 60px; }
|
|
||||||
.menu-item-depth-4 { margin-right: 80px; }
|
|
||||||
.menu-item-depth-5 { margin-right: 100px; }
|
|
||||||
.menu-item-depth-6 { margin-right: 120px; }
|
|
||||||
.menu-item-depth-7 { margin-right: 140px; }
|
|
||||||
.menu-item-depth-8 { margin-right: 160px; } /* Not likely to be used or useful beyond this depth */
|
|
||||||
.menu-item-depth-9 { margin-right: 180px; }
|
|
||||||
.menu-item-depth-10 { margin-right: 200px; }
|
|
||||||
.menu-item-depth-11 { margin-right: 220px; }
|
|
||||||
|
|
||||||
/* @todo handle .menu-item-settings width */
|
|
||||||
.menu-item-depth-0 > .menu-item-bar { margin-left: 0; }
|
|
||||||
.menu-item-depth-1 > .menu-item-bar { margin-left: 20px; }
|
|
||||||
.menu-item-depth-2 > .menu-item-bar { margin-left: 40px; }
|
|
||||||
.menu-item-depth-3 > .menu-item-bar { margin-left: 60px; }
|
|
||||||
.menu-item-depth-4 > .menu-item-bar { margin-left: 80px; }
|
|
||||||
.menu-item-depth-5 > .menu-item-bar { margin-left: 100px; }
|
|
||||||
.menu-item-depth-6 > .menu-item-bar { margin-left: 120px; }
|
|
||||||
.menu-item-depth-7 > .menu-item-bar { margin-left: 140px; }
|
|
||||||
.menu-item-depth-8 > .menu-item-bar { margin-left: 160px; }
|
|
||||||
.menu-item-depth-9 > .menu-item-bar { margin-left: 180px; }
|
|
||||||
.menu-item-depth-10 > .menu-item-bar { margin-left: 200px; }
|
|
||||||
.menu-item-depth-11 > .menu-item-bar { margin-left: 220px; }
|
|
||||||
|
|
||||||
/* Submenu left margin. */
|
|
||||||
.menu-item-depth-0 .menu-item-transport { margin-right: 0; }
|
|
||||||
.menu-item-depth-1 .menu-item-transport { margin-right: -20px; }
|
|
||||||
.menu-item-depth-3 .menu-item-transport { margin-right: -60px; }
|
|
||||||
.menu-item-depth-4 .menu-item-transport { margin-right: -80px; }
|
|
||||||
.menu-item-depth-2 .menu-item-transport { margin-right: -40px; }
|
|
||||||
.menu-item-depth-5 .menu-item-transport { margin-right: -100px; }
|
|
||||||
.menu-item-depth-6 .menu-item-transport { margin-right: -120px; }
|
|
||||||
.menu-item-depth-7 .menu-item-transport { margin-right: -140px; }
|
|
||||||
.menu-item-depth-8 .menu-item-transport { margin-right: -160px; }
|
|
||||||
.menu-item-depth-9 .menu-item-transport { margin-right: -180px; }
|
|
||||||
.menu-item-depth-10 .menu-item-transport { margin-right: -200px; }
|
|
||||||
.menu-item-depth-11 .menu-item-transport { margin-right: -220px; }
|
|
||||||
|
|
||||||
/* WARNING: The 20px factor is hard-coded in JS. */
|
|
||||||
.reordering .menu-item-depth-0 { margin-right: 0; }
|
|
||||||
.reordering .menu-item-depth-1 { margin-right: 15px; }
|
|
||||||
.reordering .menu-item-depth-2 { margin-right: 30px; }
|
|
||||||
.reordering .menu-item-depth-3 { margin-right: 45px; }
|
|
||||||
.reordering .menu-item-depth-4 { margin-right: 60px; }
|
|
||||||
.reordering .menu-item-depth-5 { margin-right: 75px; }
|
|
||||||
.reordering .menu-item-depth-6 { margin-right: 90px; }
|
|
||||||
.reordering .menu-item-depth-7 { margin-right: 105px; }
|
|
||||||
.reordering .menu-item-depth-8 { margin-right: 120px; } /* Not likely to be used or useful beyond this depth */
|
|
||||||
.reordering .menu-item-depth-9 { margin-right: 135px; }
|
|
||||||
.reordering .menu-item-depth-10 { margin-right: 150px; }
|
|
||||||
.reordering .menu-item-depth-11 { margin-right: 165px; }
|
|
||||||
|
|
||||||
.reordering .menu-item-depth-0 > .menu-item-bar { margin-left: 0; }
|
|
||||||
.reordering .menu-item-depth-1 > .menu-item-bar { margin-left: 15px; }
|
|
||||||
.reordering .menu-item-depth-2 > .menu-item-bar { margin-left: 30px; }
|
|
||||||
.reordering .menu-item-depth-3 > .menu-item-bar { margin-left: 45px; }
|
|
||||||
.reordering .menu-item-depth-4 > .menu-item-bar { margin-left: 60px; }
|
|
||||||
.reordering .menu-item-depth-5 > .menu-item-bar { margin-left: 75px; }
|
|
||||||
.reordering .menu-item-depth-6 > .menu-item-bar { margin-left: 90px; }
|
|
||||||
.reordering .menu-item-depth-7 > .menu-item-bar { margin-left: 105px; }
|
|
||||||
.reordering .menu-item-depth-8 > .menu-item-bar { margin-left: 120px; }
|
|
||||||
.reordering .menu-item-depth-9 > .menu-item-bar { margin-left: 135px; }
|
|
||||||
.reordering .menu-item-depth-10 > .menu-item-bar { margin-left: 150px; }
|
|
||||||
.reordering .menu-item-depth-11 > .menu-item-bar { margin-left: 165px; }
|
|
||||||
|
|
||||||
.control-section-nav_menu.menu .menu-item-edit-active {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu.menu .menu-item-edit-active .menu-item-bar {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu.menu .sortable-placeholder {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
max-width: calc(100% - 2px);
|
|
||||||
float: right;
|
|
||||||
display: list-item;
|
|
||||||
border-color: #a7aaad;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-transport li.customize-control {
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu.menu ul.menu-item-transport .menu-item-bar {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Add-menu-items mode
|
|
||||||
*/
|
|
||||||
|
|
||||||
.adding-menu-items .control-section {
|
|
||||||
opacity: .4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adding-menu-items .control-panel.control-section,
|
|
||||||
.adding-menu-items .control-section.open {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-bar .item-delete {
|
|
||||||
color: #d63638;
|
|
||||||
position: absolute;
|
|
||||||
top: 2px;
|
|
||||||
left: -19px;
|
|
||||||
width: 30px;
|
|
||||||
height: 38px;
|
|
||||||
cursor: pointer;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-bar .item-delete:before {
|
|
||||||
content: "\f335";
|
|
||||||
position: absolute;
|
|
||||||
top: 9px;
|
|
||||||
right: 5px;
|
|
||||||
border-radius: 50%;
|
|
||||||
font: normal 20px/1 dashicons;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-bar .item-delete:hover,
|
|
||||||
.menu-item-bar .item-delete:focus {
|
|
||||||
box-shadow: none;
|
|
||||||
outline: none;
|
|
||||||
color: #d63638;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adding-menu-items .menu-item-bar .item-edit {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adding-menu-items .menu-item-bar .item-delete {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Styles for menu-item addition panel
|
|
||||||
*/
|
|
||||||
|
|
||||||
#available-menu-items.opening {
|
|
||||||
overflow-y: hidden; /* avoid scrollbar jitter with animating heights */
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items #available-menu-items-search.open {
|
|
||||||
height: 100%;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title {
|
|
||||||
border-right: none;
|
|
||||||
border-left: none;
|
|
||||||
background: #fff;
|
|
||||||
transition: background-color 0.15s;
|
|
||||||
/* Reset the value inherited from the base .accordion-section-title style. Ticket #37589. */
|
|
||||||
-webkit-user-select: auto;
|
|
||||||
user-select: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .open .accordion-section-title,
|
|
||||||
#available-menu-items #available-menu-items-search .accordion-section-title {
|
|
||||||
background: #f0f0f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* rework the arrow indicator implementation for NVDA bug see #32715 */
|
|
||||||
#available-menu-items .accordion-section-title:after {
|
|
||||||
content: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title:hover .toggle-indicator:before,
|
|
||||||
#available-menu-items .button-link:hover .toggle-indicator:before,
|
|
||||||
#available-menu-items .button-link:focus .toggle-indicator:before {
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .open .accordion-section-title .toggle-indicator:before {
|
|
||||||
content: "\f142";
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .available-menu-items-list {
|
|
||||||
overflow-y: auto;
|
|
||||||
max-height: 200px; /* This gets set in JS to fit the screen size, and based on # of sections. */
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title button {
|
|
||||||
display: block;
|
|
||||||
width: 28px;
|
|
||||||
height: 35px;
|
|
||||||
position: absolute;
|
|
||||||
top: 5px;
|
|
||||||
left: 5px;
|
|
||||||
box-shadow: none;
|
|
||||||
outline: none;
|
|
||||||
cursor: pointer;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title .no-items,
|
|
||||||
#available-menu-items .cannot-expand .accordion-section-title .spinner,
|
|
||||||
#available-menu-items .cannot-expand .accordion-section-title > button:not(#available-menu-items-search button.is-visible) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search.cannot-expand .accordion-section-title .spinner {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .cannot-expand .accordion-section-title .no-items {
|
|
||||||
float: left;
|
|
||||||
color: #50575e;
|
|
||||||
font-weight: 400;
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-content {
|
|
||||||
max-height: 290px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-content .available-menu-items-list {
|
|
||||||
margin: 0 0 64px;
|
|
||||||
padding: 1px 15px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#new-custom-menu-item .accordion-section-content {
|
|
||||||
padding: 0 15px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-tpl {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu-item-name.invalid,
|
|
||||||
#custom-menu-item-url.invalid,
|
|
||||||
.edit-menu-item-url.invalid,
|
|
||||||
.menu-name-field.invalid,
|
|
||||||
.menu-name-field.invalid:focus,
|
|
||||||
#available-menu-items .new-content-item .create-item-input.invalid,
|
|
||||||
#available-menu-items .new-content-item .create-item-input.invalid:focus {
|
|
||||||
border: 1px solid #d63638;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle .item-type {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle .item-title {
|
|
||||||
padding-right: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle {
|
|
||||||
box-shadow: none;
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle:hover {
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .item-title h4 {
|
|
||||||
padding: 0 0 5px;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .item-add {
|
|
||||||
position: absolute;
|
|
||||||
top: 1px;
|
|
||||||
right: 1px;
|
|
||||||
color: #8c8f94;
|
|
||||||
width: 30px;
|
|
||||||
height: 38px;
|
|
||||||
box-shadow: none;
|
|
||||||
outline: none;
|
|
||||||
cursor: pointer;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle .item-add:focus {
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .item-add:before {
|
|
||||||
content: "\f543";
|
|
||||||
position: relative;
|
|
||||||
right: 2px;
|
|
||||||
top: 3px;
|
|
||||||
display: inline-block;
|
|
||||||
height: 20px;
|
|
||||||
border-radius: 50%;
|
|
||||||
font: normal 20px/1.05 dashicons; /* line height is to account for the dashicon's vertical alignment */
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle.item-added .item-type,
|
|
||||||
#available-menu-items .menu-item-handle.item-added .item-title,
|
|
||||||
#available-menu-items .menu-item-handle.item-added:hover .item-add,
|
|
||||||
#available-menu-items .menu-item-handle.item-added .item-add:focus {
|
|
||||||
color: #8c8f94;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle.item-added .item-add:before {
|
|
||||||
content: "\f147";
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title.loading .spinner,
|
|
||||||
#available-menu-items-search.loading .accordion-section-title .spinner {
|
|
||||||
visibility: visible;
|
|
||||||
margin: 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search .spinner {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 20px; /* 13 container padding +1 input margin +6 ( ( 32 input height - 20 spinner height ) / 2 ) */
|
|
||||||
left: 21px;
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* search results list */
|
|
||||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
top: 75px; /* below title div / search input */
|
|
||||||
bottom: 0; /* 100% height that still triggers lazy load */
|
|
||||||
max-height: none;
|
|
||||||
width: 100%;
|
|
||||||
padding: 1px 15px 15px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search .nothing-found {
|
|
||||||
/* Compensate the 1px top padding of the container. */
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search .accordion-section-title:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search .accordion-section-content:empty {
|
|
||||||
min-height: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search.loading .accordion-section-content div {
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search.loading.loading-more .accordion-section-content div {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-preview {
|
|
||||||
transition: all 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-menu-items #available-menu-items {
|
|
||||||
right: 0;
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-menu-items .wp-full-overlay-main {
|
|
||||||
right: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-menu-items #customize-preview {
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-menu-items #customize-preview iframe {
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle .spinner {
|
|
||||||
display: none;
|
|
||||||
float: right;
|
|
||||||
margin: 0 0 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-menu-inserted-item-loading .spinner {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-menu-inserted-item-loading .menu-item-handle .item-type {
|
|
||||||
padding: 0 8px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-menu-inserted-item-loading .menu-item-handle,
|
|
||||||
.added-menu-item .menu-item-handle.loading {
|
|
||||||
padding: 10px 8px 10px 15px;
|
|
||||||
cursor: default;
|
|
||||||
opacity: .5;
|
|
||||||
background: #fff;
|
|
||||||
color: #787c82;
|
|
||||||
}
|
|
||||||
|
|
||||||
.added-menu-item .menu-item-handle {
|
|
||||||
transition-property: opacity, background, color;
|
|
||||||
transition-duration: 1.25s;
|
|
||||||
transition-timing-function: cubic-bezier( .25, -2.5, .75, 8 ); /* Replacement for .hide().fadeIn('slow') in JS to add emphasis when it's loaded. */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Add/delete Menus */
|
|
||||||
|
|
||||||
#customize-theme-controls .control-panel-content .control-section-nav_menu:nth-last-child(2) .accordion-section-title {
|
|
||||||
border-bottom-color: #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @todo update selector */
|
|
||||||
#accordion-section-add_menu {
|
|
||||||
margin: 15px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#accordion-section-add_menu h3 {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#accordion-section-add_menu h3,
|
|
||||||
#accordion-section-add_menu .customize-add-menu-button {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#accordion-section-add_menu .customize-add-menu-button {
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
#create-new-menu-submit {
|
|
||||||
float: left;
|
|
||||||
margin: 0 0 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-delete-item {
|
|
||||||
float: right;
|
|
||||||
padding: 1em 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.assigned-menu-locations-title p {
|
|
||||||
margin: 0 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.assigned-to-menu-location .menu-delete-item {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.assigned-to-menu-location .add-new-menu-item {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle {
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
.ui-sortable-disabled .menu-item-handle {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle:hover {
|
|
||||||
position: relative;
|
|
||||||
z-index: 10;
|
|
||||||
color: #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle:hover .item-type,
|
|
||||||
.menu-item-handle:hover .item-edit,
|
|
||||||
#available-menu-items .menu-item-handle:hover .item-add {
|
|
||||||
color: #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-edit-active .menu-item-handle {
|
|
||||||
border-color: #8c8f94;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_item {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu .new-menu-item-invitation {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu .customize-control-nav_menu-buttons {
|
|
||||||
margin-top: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* box-shadows
|
|
||||||
*/
|
|
||||||
|
|
||||||
.wp-customizer .menu-item .submitbox .submitdelete:focus,
|
|
||||||
.customize-screen-options-toggle:focus:before,
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:focus:before,
|
|
||||||
.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.menu-delete:focus,
|
|
||||||
.menu-item-bar .item-delete:focus:before,
|
|
||||||
#available-menu-items .item-add:focus:before {
|
|
||||||
box-shadow: 0 0 0 2px #2271b1;
|
|
||||||
/* Only visible in Windows High Contrast mode */
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
|
||||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
|
||||||
top: 63px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 640px) {
|
|
||||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
|
||||||
top: 146px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,883 +0,0 @@
|
||||||
#customize-theme-controls #accordion-section-menu_locations {
|
|
||||||
position: relative;
|
|
||||||
margin-top: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls #accordion-section-menu_locations > .accordion-section-title {
|
|
||||||
border-bottom-color: #dcdcde;
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .customize-section-title-nav_menus-heading,
|
|
||||||
#customize-theme-controls .customize-section-title-menu_locations-heading,
|
|
||||||
#customize-theme-controls .customize-section-title-menu_locations-description {
|
|
||||||
padding: 0 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description {
|
|
||||||
/* Override the default italic style for control descriptions */
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-in-location,
|
|
||||||
.menu-in-locations {
|
|
||||||
display: block;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .theme-location-set,
|
|
||||||
#customize-controls .control-section .accordion-section-title:focus .menu-in-location,
|
|
||||||
#customize-controls .control-section .accordion-section-title:hover .menu-in-location {
|
|
||||||
color: #50575e;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* The `edit-menu` and `create-menu` buttons also use the `button-link` class. */
|
|
||||||
.customize-control-nav_menu_location .edit-menu,
|
|
||||||
.customize-control-nav_menu_location .create-menu {
|
|
||||||
margin-left: 6px;
|
|
||||||
vertical-align: middle;
|
|
||||||
line-height: 2.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .customize-control-nav_menu_name {
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_name p:last-of-type {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-new-menu-submit {
|
|
||||||
float: right;
|
|
||||||
min-width: 85px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-bar .menu-item-handle,
|
|
||||||
.wp-customizer .menu-item-settings,
|
|
||||||
.wp-customizer .menu-item-settings .description-thin {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-bar {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-bar .menu-item-handle {
|
|
||||||
width: 100%;
|
|
||||||
max-width: 100%;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-handle .item-title {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-handle .item-type {
|
|
||||||
padding: 1px 21px 0 5px;
|
|
||||||
float: right;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-handle:hover {
|
|
||||||
z-index: 8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_item.has-notifications .menu-item-handle {
|
|
||||||
border-left: 4px solid #72aee6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings {
|
|
||||||
max-width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
z-index: 8;
|
|
||||||
padding: 10px;
|
|
||||||
background: #f0f0f1;
|
|
||||||
border: 1px solid #8c8f94;
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings .description-thin {
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
margin: 0 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings input[type="text"] {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings .submitbox {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings .link-to-original {
|
|
||||||
padding: 5px 0;
|
|
||||||
border: none;
|
|
||||||
font-style: normal;
|
|
||||||
margin: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item .submitbox .submitdelete {
|
|
||||||
float: left;
|
|
||||||
margin: 6px 0 0;
|
|
||||||
padding: 0;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Menu items reordering styles
|
|
||||||
*/
|
|
||||||
|
|
||||||
.menu-item-reorder-nav {
|
|
||||||
display: none;
|
|
||||||
background-color: #fff;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menus-move-left:before {
|
|
||||||
content: "\f341";
|
|
||||||
}
|
|
||||||
|
|
||||||
.menus-move-right:before {
|
|
||||||
content: "\f345";
|
|
||||||
}
|
|
||||||
|
|
||||||
.reordering .menu-item .item-controls,
|
|
||||||
.reordering .menu-item .item-type {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reordering .menu-item-reorder-nav {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control input.menu-name-field {
|
|
||||||
width: 100%; /* Override the 98% default for customizer inputs, to align with the size of menu items. */
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item .item-edit {
|
|
||||||
position: absolute;
|
|
||||||
right: -19px;
|
|
||||||
top: 2px;
|
|
||||||
display: block;
|
|
||||||
width: 30px;
|
|
||||||
height: 38px;
|
|
||||||
margin-right: 0 !important;
|
|
||||||
box-shadow: none;
|
|
||||||
outline: none;
|
|
||||||
overflow: hidden;
|
|
||||||
cursor: pointer;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before {
|
|
||||||
content: "\f142";
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item-settings p.description {
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-settings dl {
|
|
||||||
margin: 12px 0 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-settings .checkbox-input {
|
|
||||||
margin-top: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-settings .menu-theme-locations {
|
|
||||||
border-top: 1px solid #c3c4c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-settings {
|
|
||||||
margin-top: 36px;
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-location-settings {
|
|
||||||
margin-top: 12px;
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .control-section-nav_menu .menu-location-settings {
|
|
||||||
margin-top: 24px;
|
|
||||||
border-top: 1px solid #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .control-section-nav_menu .menu-location-settings,
|
|
||||||
.customize-control-nav_menu_auto_add {
|
|
||||||
padding-top: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-location-settings .customize-control-checkbox .theme-location-set {
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_auto_add label {
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-location-settings .new-menu-locations-widget-note {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-menu {
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle {
|
|
||||||
color: #50575e;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Screen Options */
|
|
||||||
.customize-screen-options-toggle {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
color: #50575e;
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 0;
|
|
||||||
padding: 20px;
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
top: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .customize-info .customize-help-toggle {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:before {
|
|
||||||
padding: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:hover,
|
|
||||||
.customize-screen-options-toggle:active,
|
|
||||||
.customize-screen-options-toggle:focus,
|
|
||||||
.active-menu-screen-options .customize-screen-options-toggle,
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
|
|
||||||
#customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
|
|
||||||
color: #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:focus,
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:focus {
|
|
||||||
/* Only visible in Windows High Contrast mode */
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:before {
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
border: none;
|
|
||||||
content: "\f111";
|
|
||||||
display: block;
|
|
||||||
font: 18px/1 dashicons;
|
|
||||||
padding: 5px;
|
|
||||||
text-align: center;
|
|
||||||
text-decoration: none !important;
|
|
||||||
text-indent: 0;
|
|
||||||
left: 6px;
|
|
||||||
position: absolute;
|
|
||||||
top: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-screen-options-toggle:focus:before,
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:focus:before {
|
|
||||||
border-radius: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer #screen-options-wrap {
|
|
||||||
display: none;
|
|
||||||
background: #fff;
|
|
||||||
border-top: 1px solid #dcdcde;
|
|
||||||
padding: 4px 15px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .metabox-prefs label {
|
|
||||||
display: block;
|
|
||||||
padding-right: 0;
|
|
||||||
line-height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* rework the arrow indicator implementation for NVDA bug same as #32715 */
|
|
||||||
.wp-customizer .toggle-indicator {
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl .wp-customizer .toggle-indicator {
|
|
||||||
text-indent: 1px; /* account for the dashicon alignment */
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-customizer .menu-item .item-edit .toggle-indicator:before,
|
|
||||||
#available-menu-items .accordion-section-title .toggle-indicator:before {
|
|
||||||
content: "\f140";
|
|
||||||
display: block;
|
|
||||||
padding: 1px 2px 1px 0;
|
|
||||||
speak: never;
|
|
||||||
border-radius: 50%;
|
|
||||||
color: #787c82;
|
|
||||||
font: normal 20px/1 dashicons;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
text-decoration: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu .field-link-target,
|
|
||||||
.control-section-nav_menu .field-title-attribute,
|
|
||||||
.control-section-nav_menu .field-css-classes,
|
|
||||||
.control-section-nav_menu .field-xfn,
|
|
||||||
.control-section-nav_menu .field-description {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu.field-link-target-active .field-link-target,
|
|
||||||
.control-section-nav_menu.field-title-attribute-active .field-title-attribute,
|
|
||||||
.control-section-nav_menu.field-css-classes-active .field-css-classes,
|
|
||||||
.control-section-nav_menu.field-xfn-active .field-xfn,
|
|
||||||
.control-section-nav_menu.field-description-active .field-description {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* WARNING: The 20px factor is hard-coded in JS. */
|
|
||||||
.menu-item-depth-0 { margin-left: 0; }
|
|
||||||
.menu-item-depth-1 { margin-left: 20px; }
|
|
||||||
.menu-item-depth-2 { margin-left: 40px; }
|
|
||||||
.menu-item-depth-3 { margin-left: 60px; }
|
|
||||||
.menu-item-depth-4 { margin-left: 80px; }
|
|
||||||
.menu-item-depth-5 { margin-left: 100px; }
|
|
||||||
.menu-item-depth-6 { margin-left: 120px; }
|
|
||||||
.menu-item-depth-7 { margin-left: 140px; }
|
|
||||||
.menu-item-depth-8 { margin-left: 160px; } /* Not likely to be used or useful beyond this depth */
|
|
||||||
.menu-item-depth-9 { margin-left: 180px; }
|
|
||||||
.menu-item-depth-10 { margin-left: 200px; }
|
|
||||||
.menu-item-depth-11 { margin-left: 220px; }
|
|
||||||
|
|
||||||
/* @todo handle .menu-item-settings width */
|
|
||||||
.menu-item-depth-0 > .menu-item-bar { margin-right: 0; }
|
|
||||||
.menu-item-depth-1 > .menu-item-bar { margin-right: 20px; }
|
|
||||||
.menu-item-depth-2 > .menu-item-bar { margin-right: 40px; }
|
|
||||||
.menu-item-depth-3 > .menu-item-bar { margin-right: 60px; }
|
|
||||||
.menu-item-depth-4 > .menu-item-bar { margin-right: 80px; }
|
|
||||||
.menu-item-depth-5 > .menu-item-bar { margin-right: 100px; }
|
|
||||||
.menu-item-depth-6 > .menu-item-bar { margin-right: 120px; }
|
|
||||||
.menu-item-depth-7 > .menu-item-bar { margin-right: 140px; }
|
|
||||||
.menu-item-depth-8 > .menu-item-bar { margin-right: 160px; }
|
|
||||||
.menu-item-depth-9 > .menu-item-bar { margin-right: 180px; }
|
|
||||||
.menu-item-depth-10 > .menu-item-bar { margin-right: 200px; }
|
|
||||||
.menu-item-depth-11 > .menu-item-bar { margin-right: 220px; }
|
|
||||||
|
|
||||||
/* Submenu left margin. */
|
|
||||||
.menu-item-depth-0 .menu-item-transport { margin-left: 0; }
|
|
||||||
.menu-item-depth-1 .menu-item-transport { margin-left: -20px; }
|
|
||||||
.menu-item-depth-3 .menu-item-transport { margin-left: -60px; }
|
|
||||||
.menu-item-depth-4 .menu-item-transport { margin-left: -80px; }
|
|
||||||
.menu-item-depth-2 .menu-item-transport { margin-left: -40px; }
|
|
||||||
.menu-item-depth-5 .menu-item-transport { margin-left: -100px; }
|
|
||||||
.menu-item-depth-6 .menu-item-transport { margin-left: -120px; }
|
|
||||||
.menu-item-depth-7 .menu-item-transport { margin-left: -140px; }
|
|
||||||
.menu-item-depth-8 .menu-item-transport { margin-left: -160px; }
|
|
||||||
.menu-item-depth-9 .menu-item-transport { margin-left: -180px; }
|
|
||||||
.menu-item-depth-10 .menu-item-transport { margin-left: -200px; }
|
|
||||||
.menu-item-depth-11 .menu-item-transport { margin-left: -220px; }
|
|
||||||
|
|
||||||
/* WARNING: The 20px factor is hard-coded in JS. */
|
|
||||||
.reordering .menu-item-depth-0 { margin-left: 0; }
|
|
||||||
.reordering .menu-item-depth-1 { margin-left: 15px; }
|
|
||||||
.reordering .menu-item-depth-2 { margin-left: 30px; }
|
|
||||||
.reordering .menu-item-depth-3 { margin-left: 45px; }
|
|
||||||
.reordering .menu-item-depth-4 { margin-left: 60px; }
|
|
||||||
.reordering .menu-item-depth-5 { margin-left: 75px; }
|
|
||||||
.reordering .menu-item-depth-6 { margin-left: 90px; }
|
|
||||||
.reordering .menu-item-depth-7 { margin-left: 105px; }
|
|
||||||
.reordering .menu-item-depth-8 { margin-left: 120px; } /* Not likely to be used or useful beyond this depth */
|
|
||||||
.reordering .menu-item-depth-9 { margin-left: 135px; }
|
|
||||||
.reordering .menu-item-depth-10 { margin-left: 150px; }
|
|
||||||
.reordering .menu-item-depth-11 { margin-left: 165px; }
|
|
||||||
|
|
||||||
.reordering .menu-item-depth-0 > .menu-item-bar { margin-right: 0; }
|
|
||||||
.reordering .menu-item-depth-1 > .menu-item-bar { margin-right: 15px; }
|
|
||||||
.reordering .menu-item-depth-2 > .menu-item-bar { margin-right: 30px; }
|
|
||||||
.reordering .menu-item-depth-3 > .menu-item-bar { margin-right: 45px; }
|
|
||||||
.reordering .menu-item-depth-4 > .menu-item-bar { margin-right: 60px; }
|
|
||||||
.reordering .menu-item-depth-5 > .menu-item-bar { margin-right: 75px; }
|
|
||||||
.reordering .menu-item-depth-6 > .menu-item-bar { margin-right: 90px; }
|
|
||||||
.reordering .menu-item-depth-7 > .menu-item-bar { margin-right: 105px; }
|
|
||||||
.reordering .menu-item-depth-8 > .menu-item-bar { margin-right: 120px; }
|
|
||||||
.reordering .menu-item-depth-9 > .menu-item-bar { margin-right: 135px; }
|
|
||||||
.reordering .menu-item-depth-10 > .menu-item-bar { margin-right: 150px; }
|
|
||||||
.reordering .menu-item-depth-11 > .menu-item-bar { margin-right: 165px; }
|
|
||||||
|
|
||||||
.control-section-nav_menu.menu .menu-item-edit-active {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu.menu .menu-item-edit-active .menu-item-bar {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu.menu .sortable-placeholder {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
max-width: calc(100% - 2px);
|
|
||||||
float: left;
|
|
||||||
display: list-item;
|
|
||||||
border-color: #a7aaad;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-transport li.customize-control {
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section-nav_menu.menu ul.menu-item-transport .menu-item-bar {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Add-menu-items mode
|
|
||||||
*/
|
|
||||||
|
|
||||||
.adding-menu-items .control-section {
|
|
||||||
opacity: .4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adding-menu-items .control-panel.control-section,
|
|
||||||
.adding-menu-items .control-section.open {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-bar .item-delete {
|
|
||||||
color: #d63638;
|
|
||||||
position: absolute;
|
|
||||||
top: 2px;
|
|
||||||
right: -19px;
|
|
||||||
width: 30px;
|
|
||||||
height: 38px;
|
|
||||||
cursor: pointer;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-bar .item-delete:before {
|
|
||||||
content: "\f335";
|
|
||||||
position: absolute;
|
|
||||||
top: 9px;
|
|
||||||
left: 5px;
|
|
||||||
border-radius: 50%;
|
|
||||||
font: normal 20px/1 dashicons;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-bar .item-delete:hover,
|
|
||||||
.menu-item-bar .item-delete:focus {
|
|
||||||
box-shadow: none;
|
|
||||||
outline: none;
|
|
||||||
color: #d63638;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adding-menu-items .menu-item-bar .item-edit {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adding-menu-items .menu-item-bar .item-delete {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Styles for menu-item addition panel
|
|
||||||
*/
|
|
||||||
|
|
||||||
#available-menu-items.opening {
|
|
||||||
overflow-y: hidden; /* avoid scrollbar jitter with animating heights */
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items #available-menu-items-search.open {
|
|
||||||
height: 100%;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title {
|
|
||||||
border-left: none;
|
|
||||||
border-right: none;
|
|
||||||
background: #fff;
|
|
||||||
transition: background-color 0.15s;
|
|
||||||
/* Reset the value inherited from the base .accordion-section-title style. Ticket #37589. */
|
|
||||||
-webkit-user-select: auto;
|
|
||||||
user-select: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .open .accordion-section-title,
|
|
||||||
#available-menu-items #available-menu-items-search .accordion-section-title {
|
|
||||||
background: #f0f0f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* rework the arrow indicator implementation for NVDA bug see #32715 */
|
|
||||||
#available-menu-items .accordion-section-title:after {
|
|
||||||
content: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title:hover .toggle-indicator:before,
|
|
||||||
#available-menu-items .button-link:hover .toggle-indicator:before,
|
|
||||||
#available-menu-items .button-link:focus .toggle-indicator:before {
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .open .accordion-section-title .toggle-indicator:before {
|
|
||||||
content: "\f142";
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .available-menu-items-list {
|
|
||||||
overflow-y: auto;
|
|
||||||
max-height: 200px; /* This gets set in JS to fit the screen size, and based on # of sections. */
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title button {
|
|
||||||
display: block;
|
|
||||||
width: 28px;
|
|
||||||
height: 35px;
|
|
||||||
position: absolute;
|
|
||||||
top: 5px;
|
|
||||||
right: 5px;
|
|
||||||
box-shadow: none;
|
|
||||||
outline: none;
|
|
||||||
cursor: pointer;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title .no-items,
|
|
||||||
#available-menu-items .cannot-expand .accordion-section-title .spinner,
|
|
||||||
#available-menu-items .cannot-expand .accordion-section-title > button:not(#available-menu-items-search button.is-visible) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search.cannot-expand .accordion-section-title .spinner {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .cannot-expand .accordion-section-title .no-items {
|
|
||||||
float: right;
|
|
||||||
color: #50575e;
|
|
||||||
font-weight: 400;
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-content {
|
|
||||||
max-height: 290px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-content .available-menu-items-list {
|
|
||||||
margin: 0 0 64px;
|
|
||||||
padding: 1px 15px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#new-custom-menu-item .accordion-section-content {
|
|
||||||
padding: 0 15px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-tpl {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-menu-item-name.invalid,
|
|
||||||
#custom-menu-item-url.invalid,
|
|
||||||
.edit-menu-item-url.invalid,
|
|
||||||
.menu-name-field.invalid,
|
|
||||||
.menu-name-field.invalid:focus,
|
|
||||||
#available-menu-items .new-content-item .create-item-input.invalid,
|
|
||||||
#available-menu-items .new-content-item .create-item-input.invalid:focus {
|
|
||||||
border: 1px solid #d63638;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle .item-type {
|
|
||||||
padding-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle .item-title {
|
|
||||||
padding-left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle {
|
|
||||||
box-shadow: none;
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle:hover {
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .item-title h4 {
|
|
||||||
padding: 0 0 5px;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .item-add {
|
|
||||||
position: absolute;
|
|
||||||
top: 1px;
|
|
||||||
left: 1px;
|
|
||||||
color: #8c8f94;
|
|
||||||
width: 30px;
|
|
||||||
height: 38px;
|
|
||||||
box-shadow: none;
|
|
||||||
outline: none;
|
|
||||||
cursor: pointer;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle .item-add:focus {
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .item-add:before {
|
|
||||||
content: "\f543";
|
|
||||||
position: relative;
|
|
||||||
left: 2px;
|
|
||||||
top: 3px;
|
|
||||||
display: inline-block;
|
|
||||||
height: 20px;
|
|
||||||
border-radius: 50%;
|
|
||||||
font: normal 20px/1.05 dashicons; /* line height is to account for the dashicon's vertical alignment */
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle.item-added .item-type,
|
|
||||||
#available-menu-items .menu-item-handle.item-added .item-title,
|
|
||||||
#available-menu-items .menu-item-handle.item-added:hover .item-add,
|
|
||||||
#available-menu-items .menu-item-handle.item-added .item-add:focus {
|
|
||||||
color: #8c8f94;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .menu-item-handle.item-added .item-add:before {
|
|
||||||
content: "\f147";
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items .accordion-section-title.loading .spinner,
|
|
||||||
#available-menu-items-search.loading .accordion-section-title .spinner {
|
|
||||||
visibility: visible;
|
|
||||||
margin: 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search .spinner {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 20px; /* 13 container padding +1 input margin +6 ( ( 32 input height - 20 spinner height ) / 2 ) */
|
|
||||||
right: 21px;
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* search results list */
|
|
||||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 75px; /* below title div / search input */
|
|
||||||
bottom: 0; /* 100% height that still triggers lazy load */
|
|
||||||
max-height: none;
|
|
||||||
width: 100%;
|
|
||||||
padding: 1px 15px 15px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search .nothing-found {
|
|
||||||
/* Compensate the 1px top padding of the container. */
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search .accordion-section-title:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search .accordion-section-content:empty {
|
|
||||||
min-height: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search.loading .accordion-section-content div {
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-menu-items-search.loading.loading-more .accordion-section-content div {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-preview {
|
|
||||||
transition: all 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-menu-items #available-menu-items {
|
|
||||||
left: 0;
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-menu-items .wp-full-overlay-main {
|
|
||||||
left: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-menu-items #customize-preview {
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-menu-items #customize-preview iframe {
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle .spinner {
|
|
||||||
display: none;
|
|
||||||
float: left;
|
|
||||||
margin: 0 8px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-menu-inserted-item-loading .spinner {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-menu-inserted-item-loading .menu-item-handle .item-type {
|
|
||||||
padding: 0 0 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-menu-inserted-item-loading .menu-item-handle,
|
|
||||||
.added-menu-item .menu-item-handle.loading {
|
|
||||||
padding: 10px 15px 10px 8px;
|
|
||||||
cursor: default;
|
|
||||||
opacity: .5;
|
|
||||||
background: #fff;
|
|
||||||
color: #787c82;
|
|
||||||
}
|
|
||||||
|
|
||||||
.added-menu-item .menu-item-handle {
|
|
||||||
transition-property: opacity, background, color;
|
|
||||||
transition-duration: 1.25s;
|
|
||||||
transition-timing-function: cubic-bezier( .25, -2.5, .75, 8 ); /* Replacement for .hide().fadeIn('slow') in JS to add emphasis when it's loaded. */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Add/delete Menus */
|
|
||||||
|
|
||||||
#customize-theme-controls .control-panel-content .control-section-nav_menu:nth-last-child(2) .accordion-section-title {
|
|
||||||
border-bottom-color: #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @todo update selector */
|
|
||||||
#accordion-section-add_menu {
|
|
||||||
margin: 15px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#accordion-section-add_menu h3 {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#accordion-section-add_menu h3,
|
|
||||||
#accordion-section-add_menu .customize-add-menu-button {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#accordion-section-add_menu .customize-add-menu-button {
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
#create-new-menu-submit {
|
|
||||||
float: right;
|
|
||||||
margin: 0 0 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-delete-item {
|
|
||||||
float: left;
|
|
||||||
padding: 1em 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.assigned-menu-locations-title p {
|
|
||||||
margin: 0 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.assigned-to-menu-location .menu-delete-item {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.assigned-to-menu-location .add-new-menu-item {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle {
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
.ui-sortable-disabled .menu-item-handle {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle:hover {
|
|
||||||
position: relative;
|
|
||||||
z-index: 10;
|
|
||||||
color: #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle:hover .item-type,
|
|
||||||
.menu-item-handle:hover .item-edit,
|
|
||||||
#available-menu-items .menu-item-handle:hover .item-add {
|
|
||||||
color: #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-edit-active .menu-item-handle {
|
|
||||||
border-color: #8c8f94;
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_item {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu .new-menu-item-invitation {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu .customize-control-nav_menu-buttons {
|
|
||||||
margin-top: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* box-shadows
|
|
||||||
*/
|
|
||||||
|
|
||||||
.wp-customizer .menu-item .submitbox .submitdelete:focus,
|
|
||||||
.customize-screen-options-toggle:focus:before,
|
|
||||||
#customize-controls .customize-info .customize-help-toggle:focus:before,
|
|
||||||
.wp-customizer button:focus .toggle-indicator:before,
|
|
||||||
.menu-delete:focus,
|
|
||||||
.menu-item-bar .item-delete:focus:before,
|
|
||||||
#available-menu-items .item-add:focus:before {
|
|
||||||
box-shadow: 0 0 0 2px #2271b1;
|
|
||||||
/* Only visible in Windows High Contrast mode */
|
|
||||||
outline: 2px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
|
||||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
|
||||||
top: 63px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 640px) {
|
|
||||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
|
||||||
top: 146px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,479 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
.wp-full-overlay-sidebar {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Hide all sidebar sections by default, only show them (via JS) once the
|
|
||||||
* preview loads and we know whether the sidebars are used in the template.
|
|
||||||
*/
|
|
||||||
|
|
||||||
.control-section.control-section-sidebar,
|
|
||||||
.customize-control-sidebar_widgets label,
|
|
||||||
.customize-control-sidebar_widgets .hide-if-js {
|
|
||||||
/* The link in .customize-control-sidebar_widgets .hide-if-js will fail if it ever gets used. */
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section.control-section-sidebar .accordion-section-content.ui-sortable {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Note: widget-tops are more compact when (max-height: 700px) and (min-width: 981px). */
|
|
||||||
.customize-control-widget_form .widget-top {
|
|
||||||
background: #fff;
|
|
||||||
transition: opacity 0.5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control .widget-action {
|
|
||||||
color: #787c82;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control .widget-top:hover .widget-action,
|
|
||||||
.customize-control .widget-action:focus {
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form:not(.widget-rendered) .widget-top {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form .widget-control-save {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form .spinner {
|
|
||||||
visibility: hidden;
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.previewer-loading .spinner {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.widget-form-disabled .widget-content {
|
|
||||||
opacity: 0.7;
|
|
||||||
pointer-events: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form .widget {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.wide-widget-control .widget-inside {
|
|
||||||
position: fixed;
|
|
||||||
right: 299px;
|
|
||||||
top: 25%;
|
|
||||||
border: 1px solid #dcdcde;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
.customize-control-widget_form.wide-widget-control .widget-inside > .form {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.wide-widget-control .widget-top {
|
|
||||||
transition: background-color 0.4s;
|
|
||||||
}
|
|
||||||
.customize-control-widget_form.wide-widget-control.expanding .widget-top,
|
|
||||||
.customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top {
|
|
||||||
background-color: #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-inside {
|
|
||||||
padding: 1px 10px 10px;
|
|
||||||
border-top: none;
|
|
||||||
line-height: 1.23076923;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
|
|
||||||
content: "\f142";
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.wide-widget-control .widget-action .toggle-indicator:before {
|
|
||||||
content: "\f141";
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.wide-widget-control.expanded .widget-action .toggle-indicator:before {
|
|
||||||
content: "\f139";
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-title-action {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-top,
|
|
||||||
.customize-control-widget_form .widget .customize-control-title {
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section.accordion-section.highlighted > .accordion-section-title,
|
|
||||||
.customize-control-widget_form.highlighted {
|
|
||||||
outline: none;
|
|
||||||
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#widget-customizer-control-templates {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Widget reordering styles
|
|
||||||
*/
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-reorder-nav {
|
|
||||||
display: none;
|
|
||||||
float: left;
|
|
||||||
background-color: #f6f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.move-widget:before {
|
|
||||||
content: "\f504";
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .move-widget-area {
|
|
||||||
display: none;
|
|
||||||
background: #fff;
|
|
||||||
border: 1px solid #c3c4c7;
|
|
||||||
border-top: none;
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .reordering .move-widget-area.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .move-widget-area .description {
|
|
||||||
margin: 0;
|
|
||||||
padding: 15px 20px;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select li {
|
|
||||||
position: relative;
|
|
||||||
margin: 0;
|
|
||||||
padding: 13px 42px 15px 15px;
|
|
||||||
color: #50575e;
|
|
||||||
border-top: 1px solid #c3c4c7;
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select li:before {
|
|
||||||
display: none;
|
|
||||||
content: "\f147";
|
|
||||||
position: absolute;
|
|
||||||
top: 12px;
|
|
||||||
right: 10px;
|
|
||||||
font: normal 20px/1 dashicons;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select li:last-child {
|
|
||||||
border-bottom: 1px solid #c3c4c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select .selected {
|
|
||||||
color: #fff;
|
|
||||||
background: #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select .selected:before {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .move-widget-actions {
|
|
||||||
text-align: left;
|
|
||||||
padding: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .reordering .widget-title-action {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .reordering .widget-reorder-nav {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Text Widget */
|
|
||||||
.wp-customizer div.mce-inline-toolbar-grp,
|
|
||||||
.wp-customizer div.mce-tooltip {
|
|
||||||
z-index: 500100 !important;
|
|
||||||
}
|
|
||||||
.wp-customizer .ui-autocomplete.wplink-autocomplete {
|
|
||||||
z-index: 500110; /* originally 100110, but z-index of .wp-full-overlay is 500000 */
|
|
||||||
}
|
|
||||||
.wp-customizer #wp-link-backdrop {
|
|
||||||
z-index: 500100; /* originally 100100, but z-index of .wp-full-overlay is 500000 */
|
|
||||||
}
|
|
||||||
.wp-customizer #wp-link-wrap {
|
|
||||||
z-index: 500105; /* originally 100105, but z-index of .wp-full-overlay is 500000 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Styles for new widget addition panel
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* override widgets admin page rules in wp-admin/css/widgets.css */
|
|
||||||
#widgets-left #available-widgets .widget {
|
|
||||||
float: none !important;
|
|
||||||
width: auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Keep rule that is no longer necessary on widgets.php. */
|
|
||||||
#available-widgets .widget-action {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ios #available-widgets {
|
|
||||||
transition: right 0s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-widgets .widget-tpl:hover,
|
|
||||||
#available-widgets .widget-tpl.selected {
|
|
||||||
background: #f6f7f7;
|
|
||||||
border-bottom-color: #c3c4c7;
|
|
||||||
color: #2271b1;
|
|
||||||
border-right: 4px solid #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .widget-title h3 {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-widgets .widget-title h3 {
|
|
||||||
padding: 0 0 5px;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-widgets .widget .widget-description {
|
|
||||||
padding: 0;
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-preview {
|
|
||||||
transition: all 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-widget #available-widgets {
|
|
||||||
right: 0;
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-widget .wp-full-overlay-main {
|
|
||||||
right: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-widget #customize-preview {
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Widget Icon styling
|
|
||||||
* No plurals in naming.
|
|
||||||
* Ordered from lowest to highest specificity.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#available-widgets .widget-title {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-widgets .widget-title:before {
|
|
||||||
content: "\f132";
|
|
||||||
position: absolute;
|
|
||||||
top: -3px;
|
|
||||||
left: 100%;
|
|
||||||
margin-left: 20px;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
color: #2c3338;
|
|
||||||
font: normal 20px/1 dashicons;
|
|
||||||
text-align: center;
|
|
||||||
box-sizing: border-box;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* dashicons-smiley */
|
|
||||||
#available-widgets [class*="easy"] .widget-title:before { content: "\f328"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-star-filled */
|
|
||||||
#available-widgets [class*="super"] .widget-title:before,
|
|
||||||
#available-widgets [class*="like"] .widget-title:before { content: "\f155"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-wordpress */
|
|
||||||
#available-widgets [class*="meta"] .widget-title:before { content: "\f120"; }
|
|
||||||
|
|
||||||
/* dashicons-archive */
|
|
||||||
#available-widgets [class*="archives"] .widget-title:before { content: "\f480"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-category */
|
|
||||||
#available-widgets [class*="categor"] .widget-title:before { content: "\f318"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-admin-comments */
|
|
||||||
#available-widgets [class*="comment"] .widget-title:before,
|
|
||||||
#available-widgets [class*="testimonial"] .widget-title:before,
|
|
||||||
#available-widgets [class*="chat"] .widget-title:before { content: "\f101"; }
|
|
||||||
|
|
||||||
/* dashicons-admin-post */
|
|
||||||
#available-widgets [class*="post"] .widget-title:before { content: "\f109"; }
|
|
||||||
|
|
||||||
/* dashicons-admin-page */
|
|
||||||
#available-widgets [class*="page"] .widget-title:before { content: "\f105"; }
|
|
||||||
|
|
||||||
/* dashicons-text */
|
|
||||||
#available-widgets [class*="text"] .widget-title:before { content: "\f478"; }
|
|
||||||
|
|
||||||
/* dashicons-admin-links */
|
|
||||||
#available-widgets [class*="link"] .widget-title:before { content: "\f103"; }
|
|
||||||
|
|
||||||
/* dashicons-search */
|
|
||||||
#available-widgets [class*="search"] .widget-title:before { content: "\f179"; }
|
|
||||||
|
|
||||||
/* dashicons-menu */
|
|
||||||
#available-widgets [class*="menu"] .widget-title:before,
|
|
||||||
#available-widgets [class*="nav"] .widget-title:before { content: "\f333"; }
|
|
||||||
|
|
||||||
/* dashicons-tagcloud */
|
|
||||||
#available-widgets [class*="tag"] .widget-title:before { content: "\f479"; }
|
|
||||||
|
|
||||||
/* dashicons-rss */
|
|
||||||
#available-widgets [class*="rss"] .widget-title:before { content: "\f303"; top: -6px; }
|
|
||||||
|
|
||||||
/* dashicons-calendar */
|
|
||||||
#available-widgets [class*="event"] .widget-title:before,
|
|
||||||
#available-widgets [class*="calendar"] .widget-title:before { content: "\f145"; top: -4px;}
|
|
||||||
|
|
||||||
/* dashicons-format-image */
|
|
||||||
#available-widgets [class*="image"] .widget-title:before,
|
|
||||||
#available-widgets [class*="photo"] .widget-title:before,
|
|
||||||
#available-widgets [class*="slide"] .widget-title:before,
|
|
||||||
#available-widgets [class*="instagram"] .widget-title:before { content: "\f128"; }
|
|
||||||
|
|
||||||
/* dashicons-format-gallery */
|
|
||||||
#available-widgets [class*="album"] .widget-title:before,
|
|
||||||
#available-widgets [class*="galler"] .widget-title:before { content: "\f161"; }
|
|
||||||
|
|
||||||
/* dashicons-format-video */
|
|
||||||
#available-widgets [class*="video"] .widget-title:before,
|
|
||||||
#available-widgets [class*="tube"] .widget-title:before { content: "\f126"; }
|
|
||||||
|
|
||||||
/* dashicons-format-audio */
|
|
||||||
#available-widgets [class*="music"] .widget-title:before,
|
|
||||||
#available-widgets [class*="radio"] .widget-title:before,
|
|
||||||
#available-widgets [class*="audio"] .widget-title:before { content: "\f127"; }
|
|
||||||
|
|
||||||
/* dashicons-admin-users */
|
|
||||||
#available-widgets [class*="login"] .widget-title:before,
|
|
||||||
#available-widgets [class*="user"] .widget-title:before,
|
|
||||||
#available-widgets [class*="member"] .widget-title:before,
|
|
||||||
#available-widgets [class*="avatar"] .widget-title:before,
|
|
||||||
#available-widgets [class*="subscriber"] .widget-title:before,
|
|
||||||
#available-widgets [class*="profile"] .widget-title:before,
|
|
||||||
#available-widgets [class*="grofile"] .widget-title:before { content: "\f110"; }
|
|
||||||
|
|
||||||
/* dashicons-cart */
|
|
||||||
#available-widgets [class*="commerce"] .widget-title:before,
|
|
||||||
#available-widgets [class*="shop"] .widget-title:before,
|
|
||||||
#available-widgets [class*="cart"] .widget-title:before { content: "\f174"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-shield */
|
|
||||||
#available-widgets [class*="secur"] .widget-title:before,
|
|
||||||
#available-widgets [class*="firewall"] .widget-title:before { content: "\f332"; }
|
|
||||||
|
|
||||||
/* dashicons-chart-bar */
|
|
||||||
#available-widgets [class*="analytic"] .widget-title:before,
|
|
||||||
#available-widgets [class*="stat"] .widget-title:before,
|
|
||||||
#available-widgets [class*="poll"] .widget-title:before { content: "\f185"; }
|
|
||||||
|
|
||||||
/* dashicons-feedback */
|
|
||||||
#available-widgets [class*="form"] .widget-title:before { content: "\f175"; }
|
|
||||||
|
|
||||||
/* dashicons-email-alt */
|
|
||||||
#available-widgets [class*="subscribe"] .widget-title:before,
|
|
||||||
#available-widgets [class*="news"] .widget-title:before,
|
|
||||||
#available-widgets [class*="contact"] .widget-title:before,
|
|
||||||
#available-widgets [class*="mail"] .widget-title:before { content: "\f466"; }
|
|
||||||
|
|
||||||
/* dashicons-share */
|
|
||||||
#available-widgets [class*="share"] .widget-title:before,
|
|
||||||
#available-widgets [class*="socia"] .widget-title:before { content: "\f237"; }
|
|
||||||
|
|
||||||
/* dashicons-translation */
|
|
||||||
#available-widgets [class*="lang"] .widget-title:before,
|
|
||||||
#available-widgets [class*="translat"] .widget-title:before { content: "\f326"; }
|
|
||||||
|
|
||||||
/* dashicons-location-alt */
|
|
||||||
#available-widgets [class*="locat"] .widget-title:before,
|
|
||||||
#available-widgets [class*="map"] .widget-title:before { content: "\f231"; }
|
|
||||||
|
|
||||||
/* dashicons-download */
|
|
||||||
#available-widgets [class*="download"] .widget-title:before { content: "\f316"; }
|
|
||||||
|
|
||||||
/* dashicons-cloud */
|
|
||||||
#available-widgets [class*="weather"] .widget-title:before { content: "\f176"; top: -4px;}
|
|
||||||
|
|
||||||
/* dashicons-facebook */
|
|
||||||
#available-widgets [class*="facebook"] .widget-title:before { content: "\f304"; }
|
|
||||||
|
|
||||||
/* dashicons-twitter */
|
|
||||||
#available-widgets [class*="tweet"] .widget-title:before,
|
|
||||||
#available-widgets [class*="twitter"] .widget-title:before { content: "\f301"; }
|
|
||||||
|
|
||||||
@media screen and (max-height: 700px) and (min-width: 981px) {
|
|
||||||
/* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */
|
|
||||||
.customize-control-widget_form {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-top {
|
|
||||||
box-shadow: none;
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-top:hover {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.last-widget {
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-title h3 {
|
|
||||||
padding: 13px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-top .widget-action {
|
|
||||||
padding: 8px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-reorder-nav span {
|
|
||||||
height: 39px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-reorder-nav span:before {
|
|
||||||
line-height: 39px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Compact the move widget areas. */
|
|
||||||
#customize-theme-controls .widget-area-select li {
|
|
||||||
padding: 9px 42px 11px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select li:before {
|
|
||||||
top: 8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,478 +0,0 @@
|
||||||
.wp-full-overlay-sidebar {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Hide all sidebar sections by default, only show them (via JS) once the
|
|
||||||
* preview loads and we know whether the sidebars are used in the template.
|
|
||||||
*/
|
|
||||||
|
|
||||||
.control-section.control-section-sidebar,
|
|
||||||
.customize-control-sidebar_widgets label,
|
|
||||||
.customize-control-sidebar_widgets .hide-if-js {
|
|
||||||
/* The link in .customize-control-sidebar_widgets .hide-if-js will fail if it ever gets used. */
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section.control-section-sidebar .accordion-section-content.ui-sortable {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Note: widget-tops are more compact when (max-height: 700px) and (min-width: 981px). */
|
|
||||||
.customize-control-widget_form .widget-top {
|
|
||||||
background: #fff;
|
|
||||||
transition: opacity 0.5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control .widget-action {
|
|
||||||
color: #787c82;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control .widget-top:hover .widget-action,
|
|
||||||
.customize-control .widget-action:focus {
|
|
||||||
color: #1d2327;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form:not(.widget-rendered) .widget-top {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form .widget-control-save {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form .spinner {
|
|
||||||
visibility: hidden;
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.previewer-loading .spinner {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.widget-form-disabled .widget-content {
|
|
||||||
opacity: 0.7;
|
|
||||||
pointer-events: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form .widget {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.wide-widget-control .widget-inside {
|
|
||||||
position: fixed;
|
|
||||||
left: 299px;
|
|
||||||
top: 25%;
|
|
||||||
border: 1px solid #dcdcde;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
.customize-control-widget_form.wide-widget-control .widget-inside > .form {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.wide-widget-control .widget-top {
|
|
||||||
transition: background-color 0.4s;
|
|
||||||
}
|
|
||||||
.customize-control-widget_form.wide-widget-control.expanding .widget-top,
|
|
||||||
.customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top {
|
|
||||||
background-color: #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-inside {
|
|
||||||
padding: 1px 10px 10px;
|
|
||||||
border-top: none;
|
|
||||||
line-height: 1.23076923;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
|
|
||||||
content: "\f142";
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.wide-widget-control .widget-action .toggle-indicator:before {
|
|
||||||
content: "\f139";
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-widget_form.wide-widget-control.expanded .widget-action .toggle-indicator:before {
|
|
||||||
content: "\f141";
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-title-action {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-top,
|
|
||||||
.customize-control-widget_form .widget .customize-control-title {
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-section.accordion-section.highlighted > .accordion-section-title,
|
|
||||||
.customize-control-widget_form.highlighted {
|
|
||||||
outline: none;
|
|
||||||
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#widget-customizer-control-templates {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Widget reordering styles
|
|
||||||
*/
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-reorder-nav {
|
|
||||||
display: none;
|
|
||||||
float: right;
|
|
||||||
background-color: #f6f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.move-widget:before {
|
|
||||||
content: "\f504";
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .move-widget-area {
|
|
||||||
display: none;
|
|
||||||
background: #fff;
|
|
||||||
border: 1px solid #c3c4c7;
|
|
||||||
border-top: none;
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .reordering .move-widget-area.active {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .move-widget-area .description {
|
|
||||||
margin: 0;
|
|
||||||
padding: 15px 20px;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select li {
|
|
||||||
position: relative;
|
|
||||||
margin: 0;
|
|
||||||
padding: 13px 15px 15px 42px;
|
|
||||||
color: #50575e;
|
|
||||||
border-top: 1px solid #c3c4c7;
|
|
||||||
cursor: pointer;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select li:before {
|
|
||||||
display: none;
|
|
||||||
content: "\f147";
|
|
||||||
position: absolute;
|
|
||||||
top: 12px;
|
|
||||||
left: 10px;
|
|
||||||
font: normal 20px/1 dashicons;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select li:last-child {
|
|
||||||
border-bottom: 1px solid #c3c4c7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select .selected {
|
|
||||||
color: #fff;
|
|
||||||
background: #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select .selected:before {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .move-widget-actions {
|
|
||||||
text-align: right;
|
|
||||||
padding: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .reordering .widget-title-action {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .reordering .widget-reorder-nav {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Text Widget */
|
|
||||||
.wp-customizer div.mce-inline-toolbar-grp,
|
|
||||||
.wp-customizer div.mce-tooltip {
|
|
||||||
z-index: 500100 !important;
|
|
||||||
}
|
|
||||||
.wp-customizer .ui-autocomplete.wplink-autocomplete {
|
|
||||||
z-index: 500110; /* originally 100110, but z-index of .wp-full-overlay is 500000 */
|
|
||||||
}
|
|
||||||
.wp-customizer #wp-link-backdrop {
|
|
||||||
z-index: 500100; /* originally 100100, but z-index of .wp-full-overlay is 500000 */
|
|
||||||
}
|
|
||||||
.wp-customizer #wp-link-wrap {
|
|
||||||
z-index: 500105; /* originally 100105, but z-index of .wp-full-overlay is 500000 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Styles for new widget addition panel
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* override widgets admin page rules in wp-admin/css/widgets.css */
|
|
||||||
#widgets-left #available-widgets .widget {
|
|
||||||
float: none !important;
|
|
||||||
width: auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Keep rule that is no longer necessary on widgets.php. */
|
|
||||||
#available-widgets .widget-action {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ios #available-widgets {
|
|
||||||
transition: left 0s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-widgets .widget-tpl:hover,
|
|
||||||
#available-widgets .widget-tpl.selected {
|
|
||||||
background: #f6f7f7;
|
|
||||||
border-bottom-color: #c3c4c7;
|
|
||||||
color: #2271b1;
|
|
||||||
border-left: 4px solid #2271b1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-controls .widget-title h3 {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-widgets .widget-title h3 {
|
|
||||||
padding: 0 0 5px;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-widgets .widget .widget-description {
|
|
||||||
padding: 0;
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-preview {
|
|
||||||
transition: all 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-widget #available-widgets {
|
|
||||||
left: 0;
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-widget .wp-full-overlay-main {
|
|
||||||
left: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.adding-widget #customize-preview {
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Widget Icon styling
|
|
||||||
* No plurals in naming.
|
|
||||||
* Ordered from lowest to highest specificity.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#available-widgets .widget-title {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#available-widgets .widget-title:before {
|
|
||||||
content: "\f132";
|
|
||||||
position: absolute;
|
|
||||||
top: -3px;
|
|
||||||
right: 100%;
|
|
||||||
margin-right: 20px;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
color: #2c3338;
|
|
||||||
font: normal 20px/1 dashicons;
|
|
||||||
text-align: center;
|
|
||||||
box-sizing: border-box;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* dashicons-smiley */
|
|
||||||
#available-widgets [class*="easy"] .widget-title:before { content: "\f328"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-star-filled */
|
|
||||||
#available-widgets [class*="super"] .widget-title:before,
|
|
||||||
#available-widgets [class*="like"] .widget-title:before { content: "\f155"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-wordpress */
|
|
||||||
#available-widgets [class*="meta"] .widget-title:before { content: "\f120"; }
|
|
||||||
|
|
||||||
/* dashicons-archive */
|
|
||||||
#available-widgets [class*="archives"] .widget-title:before { content: "\f480"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-category */
|
|
||||||
#available-widgets [class*="categor"] .widget-title:before { content: "\f318"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-admin-comments */
|
|
||||||
#available-widgets [class*="comment"] .widget-title:before,
|
|
||||||
#available-widgets [class*="testimonial"] .widget-title:before,
|
|
||||||
#available-widgets [class*="chat"] .widget-title:before { content: "\f101"; }
|
|
||||||
|
|
||||||
/* dashicons-admin-post */
|
|
||||||
#available-widgets [class*="post"] .widget-title:before { content: "\f109"; }
|
|
||||||
|
|
||||||
/* dashicons-admin-page */
|
|
||||||
#available-widgets [class*="page"] .widget-title:before { content: "\f105"; }
|
|
||||||
|
|
||||||
/* dashicons-text */
|
|
||||||
#available-widgets [class*="text"] .widget-title:before { content: "\f478"; }
|
|
||||||
|
|
||||||
/* dashicons-admin-links */
|
|
||||||
#available-widgets [class*="link"] .widget-title:before { content: "\f103"; }
|
|
||||||
|
|
||||||
/* dashicons-search */
|
|
||||||
#available-widgets [class*="search"] .widget-title:before { content: "\f179"; }
|
|
||||||
|
|
||||||
/* dashicons-menu */
|
|
||||||
#available-widgets [class*="menu"] .widget-title:before,
|
|
||||||
#available-widgets [class*="nav"] .widget-title:before { content: "\f333"; }
|
|
||||||
|
|
||||||
/* dashicons-tagcloud */
|
|
||||||
#available-widgets [class*="tag"] .widget-title:before { content: "\f479"; }
|
|
||||||
|
|
||||||
/* dashicons-rss */
|
|
||||||
#available-widgets [class*="rss"] .widget-title:before { content: "\f303"; top: -6px; }
|
|
||||||
|
|
||||||
/* dashicons-calendar */
|
|
||||||
#available-widgets [class*="event"] .widget-title:before,
|
|
||||||
#available-widgets [class*="calendar"] .widget-title:before { content: "\f145"; top: -4px;}
|
|
||||||
|
|
||||||
/* dashicons-format-image */
|
|
||||||
#available-widgets [class*="image"] .widget-title:before,
|
|
||||||
#available-widgets [class*="photo"] .widget-title:before,
|
|
||||||
#available-widgets [class*="slide"] .widget-title:before,
|
|
||||||
#available-widgets [class*="instagram"] .widget-title:before { content: "\f128"; }
|
|
||||||
|
|
||||||
/* dashicons-format-gallery */
|
|
||||||
#available-widgets [class*="album"] .widget-title:before,
|
|
||||||
#available-widgets [class*="galler"] .widget-title:before { content: "\f161"; }
|
|
||||||
|
|
||||||
/* dashicons-format-video */
|
|
||||||
#available-widgets [class*="video"] .widget-title:before,
|
|
||||||
#available-widgets [class*="tube"] .widget-title:before { content: "\f126"; }
|
|
||||||
|
|
||||||
/* dashicons-format-audio */
|
|
||||||
#available-widgets [class*="music"] .widget-title:before,
|
|
||||||
#available-widgets [class*="radio"] .widget-title:before,
|
|
||||||
#available-widgets [class*="audio"] .widget-title:before { content: "\f127"; }
|
|
||||||
|
|
||||||
/* dashicons-admin-users */
|
|
||||||
#available-widgets [class*="login"] .widget-title:before,
|
|
||||||
#available-widgets [class*="user"] .widget-title:before,
|
|
||||||
#available-widgets [class*="member"] .widget-title:before,
|
|
||||||
#available-widgets [class*="avatar"] .widget-title:before,
|
|
||||||
#available-widgets [class*="subscriber"] .widget-title:before,
|
|
||||||
#available-widgets [class*="profile"] .widget-title:before,
|
|
||||||
#available-widgets [class*="grofile"] .widget-title:before { content: "\f110"; }
|
|
||||||
|
|
||||||
/* dashicons-cart */
|
|
||||||
#available-widgets [class*="commerce"] .widget-title:before,
|
|
||||||
#available-widgets [class*="shop"] .widget-title:before,
|
|
||||||
#available-widgets [class*="cart"] .widget-title:before { content: "\f174"; top: -4px; }
|
|
||||||
|
|
||||||
/* dashicons-shield */
|
|
||||||
#available-widgets [class*="secur"] .widget-title:before,
|
|
||||||
#available-widgets [class*="firewall"] .widget-title:before { content: "\f332"; }
|
|
||||||
|
|
||||||
/* dashicons-chart-bar */
|
|
||||||
#available-widgets [class*="analytic"] .widget-title:before,
|
|
||||||
#available-widgets [class*="stat"] .widget-title:before,
|
|
||||||
#available-widgets [class*="poll"] .widget-title:before { content: "\f185"; }
|
|
||||||
|
|
||||||
/* dashicons-feedback */
|
|
||||||
#available-widgets [class*="form"] .widget-title:before { content: "\f175"; }
|
|
||||||
|
|
||||||
/* dashicons-email-alt */
|
|
||||||
#available-widgets [class*="subscribe"] .widget-title:before,
|
|
||||||
#available-widgets [class*="news"] .widget-title:before,
|
|
||||||
#available-widgets [class*="contact"] .widget-title:before,
|
|
||||||
#available-widgets [class*="mail"] .widget-title:before { content: "\f466"; }
|
|
||||||
|
|
||||||
/* dashicons-share */
|
|
||||||
#available-widgets [class*="share"] .widget-title:before,
|
|
||||||
#available-widgets [class*="socia"] .widget-title:before { content: "\f237"; }
|
|
||||||
|
|
||||||
/* dashicons-translation */
|
|
||||||
#available-widgets [class*="lang"] .widget-title:before,
|
|
||||||
#available-widgets [class*="translat"] .widget-title:before { content: "\f326"; }
|
|
||||||
|
|
||||||
/* dashicons-location-alt */
|
|
||||||
#available-widgets [class*="locat"] .widget-title:before,
|
|
||||||
#available-widgets [class*="map"] .widget-title:before { content: "\f231"; }
|
|
||||||
|
|
||||||
/* dashicons-download */
|
|
||||||
#available-widgets [class*="download"] .widget-title:before { content: "\f316"; }
|
|
||||||
|
|
||||||
/* dashicons-cloud */
|
|
||||||
#available-widgets [class*="weather"] .widget-title:before { content: "\f176"; top: -4px;}
|
|
||||||
|
|
||||||
/* dashicons-facebook */
|
|
||||||
#available-widgets [class*="facebook"] .widget-title:before { content: "\f304"; }
|
|
||||||
|
|
||||||
/* dashicons-twitter */
|
|
||||||
#available-widgets [class*="tweet"] .widget-title:before,
|
|
||||||
#available-widgets [class*="twitter"] .widget-title:before { content: "\f301"; }
|
|
||||||
|
|
||||||
@media screen and (max-height: 700px) and (min-width: 981px) {
|
|
||||||
/* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */
|
|
||||||
.customize-control-widget_form {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-top {
|
|
||||||
box-shadow: none;
|
|
||||||
margin-top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-top:hover {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.last-widget {
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-title h3 {
|
|
||||||
padding: 13px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-top .widget-action {
|
|
||||||
padding: 8px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-reorder-nav span {
|
|
||||||
height: 39px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.widget-reorder-nav span:before {
|
|
||||||
line-height: 39px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Compact the move widget areas. */
|
|
||||||
#customize-theme-controls .widget-area-select li {
|
|
||||||
padding: 9px 15px 11px 42px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .widget-area-select li:before {
|
|
||||||
top: 8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
|
@ -1,429 +0,0 @@
|
||||||
/*! This file is auto-generated */
|
|
||||||
/* Styles for the media library iframe (not used on the Library screen) */
|
|
||||||
|
|
||||||
div#media-upload-header {
|
|
||||||
margin: 0;
|
|
||||||
padding: 5px 5px 0;
|
|
||||||
font-weight: 600;
|
|
||||||
position: relative;
|
|
||||||
border-bottom: 1px solid #dcdcde;
|
|
||||||
background: #f6f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu {
|
|
||||||
overflow: hidden;
|
|
||||||
float: none;
|
|
||||||
position: relative;
|
|
||||||
right: 0;
|
|
||||||
bottom: -1px;
|
|
||||||
margin: 0 5px;
|
|
||||||
padding-right: 10px;
|
|
||||||
list-style: none;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu a {
|
|
||||||
padding: 0 7px;
|
|
||||||
display: block;
|
|
||||||
float: right;
|
|
||||||
line-height: 28px;
|
|
||||||
border-top: 1px solid #f6f7f7;
|
|
||||||
border-bottom: 1px solid #dcdcde;
|
|
||||||
background-color: #f6f7f7;
|
|
||||||
text-decoration: none;
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu li {
|
|
||||||
display: inline;
|
|
||||||
line-height: 200%;
|
|
||||||
list-style: none;
|
|
||||||
text-align: center;
|
|
||||||
white-space: nowrap;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu a.current {
|
|
||||||
font-weight: 400;
|
|
||||||
padding-right: 6px;
|
|
||||||
padding-left: 6px;
|
|
||||||
border: 1px solid #dcdcde;
|
|
||||||
border-bottom-color: #f0f0f1;
|
|
||||||
background-color: #f0f0f1;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload:after { /* clearfix */
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .slidetoggle {
|
|
||||||
border-top-color: #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload input[type="radio"] {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form label.form-help,
|
|
||||||
td.help {
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
||||||
form {
|
|
||||||
margin: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#search-filter {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form label.form-help, td.help {
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form p.help {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form fieldset {
|
|
||||||
width: 100%;
|
|
||||||
border: none;
|
|
||||||
text-align: justify;
|
|
||||||
margin: 0 0 1em;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* specific to the image upload form */
|
|
||||||
|
|
||||||
.image-align-none-label {
|
|
||||||
background: url(../images/align-none.png) no-repeat center right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-left-label {
|
|
||||||
background: url(../images/align-left.png) no-repeat center right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-center-label {
|
|
||||||
background: url(../images/align-center.png) no-repeat center right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-right-label {
|
|
||||||
background: url(../images/align-right.png) no-repeat center right;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.image-size td {
|
|
||||||
width: 460px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.image-size div.image-size-item {
|
|
||||||
margin: 0 0 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#library-form .progress,
|
|
||||||
#gallery-form .progress,
|
|
||||||
.insert-gallery,
|
|
||||||
.describe.startopen,
|
|
||||||
.describe.startclosed {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-item .thumbnail {
|
|
||||||
max-width: 128px;
|
|
||||||
max-height: 128px;
|
|
||||||
}
|
|
||||||
|
|
||||||
thead.media-item-info tr {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-table thead.media-item-info {
|
|
||||||
border: 8px solid #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
abbr.required,
|
|
||||||
span.required {
|
|
||||||
text-decoration: none;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.describe label {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.describe td.error {
|
|
||||||
padding: 2px 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.describe td.A1 {
|
|
||||||
width: 132px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.describe input[type="text"],
|
|
||||||
.describe textarea {
|
|
||||||
width: 460px;
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Specific to Uploader */
|
|
||||||
|
|
||||||
#media-upload p.ml-submit {
|
|
||||||
padding: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload p.help,
|
|
||||||
#media-upload label.help {
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .ui-sortable .media-item {
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload tr.image-size {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
height: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload #filter {
|
|
||||||
width: 623px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload #filter .subsubsub {
|
|
||||||
margin: 8px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .tablenav-pages a,
|
|
||||||
#media-upload .tablenav-pages .current {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 4px 5px 6px;
|
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1;
|
|
||||||
text-align: center;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .tablenav-pages a {
|
|
||||||
min-width: 17px;
|
|
||||||
border: 1px solid #c3c4c7;
|
|
||||||
background: #f6f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#filter .tablenav select {
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
padding: 2px;
|
|
||||||
vertical-align: top;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .del-attachment {
|
|
||||||
display: none;
|
|
||||||
margin: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_order {
|
|
||||||
float: left;
|
|
||||||
font-size: 11px;
|
|
||||||
margin: 8px 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_order_input {
|
|
||||||
border: 1px solid #dcdcde;
|
|
||||||
font-size: 10px;
|
|
||||||
padding: 1px;
|
|
||||||
width: 23px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-sortable-helper {
|
|
||||||
background-color: #fff;
|
|
||||||
border: 1px solid #a7aaad;
|
|
||||||
opacity: 0.6;
|
|
||||||
filter: alpha(opacity=60);
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload th.order-head {
|
|
||||||
width: 20%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload th.actions-head {
|
|
||||||
width: 25%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload a.wp-post-thumbnail {
|
|
||||||
margin: 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .widefat {
|
|
||||||
border-style: solid solid none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sorthelper {
|
|
||||||
height: 37px;
|
|
||||||
width: 623px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings th.label {
|
|
||||||
width: 160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings #basic th.label {
|
|
||||||
padding: 5px 0 5px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .title {
|
|
||||||
clear: both;
|
|
||||||
padding: 0 0 3px;
|
|
||||||
font-size: 1.6em;
|
|
||||||
border-bottom: 1px solid #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3.media-title {
|
|
||||||
font-size: 1.6em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4.media-sub-title {
|
|
||||||
border-bottom: 1px solid #dcdcde;
|
|
||||||
font-size: 1.3em;
|
|
||||||
margin: 12px;
|
|
||||||
padding: 0 0 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .title,
|
|
||||||
h3.media-title,
|
|
||||||
h4.media-sub-title {
|
|
||||||
font-family: Georgia,"Times New Roman",Times,serif;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #50575e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe td {
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe th.label {
|
|
||||||
padding-top: .5em;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe {
|
|
||||||
padding: 5px;
|
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
|
||||||
cursor: default;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe select {
|
|
||||||
width: 15em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe select option,
|
|
||||||
#gallery-settings .describe td {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings label,
|
|
||||||
#gallery-settings legend {
|
|
||||||
font-size: 13px;
|
|
||||||
color: #3c434a;
|
|
||||||
margin-left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .align .field label {
|
|
||||||
margin: 0 3px 0 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings p.ml-submit {
|
|
||||||
border-top: 1px solid #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings select#columns {
|
|
||||||
width: 6em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sort-buttons {
|
|
||||||
font-size: 0.8em;
|
|
||||||
margin: 3px 0 -8px 25px;
|
|
||||||
text-align: left;
|
|
||||||
max-width: 625px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sort-buttons a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sort-buttons #asc,
|
|
||||||
#sort-buttons #showall {
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sort-buttons span {
|
|
||||||
margin-left: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.media-types {
|
|
||||||
margin: 0;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.media-types-required-info {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.not-image {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.not-image tr.not-image {
|
|
||||||
display: table-row;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.not-image tr.image-only {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* HiDPI Displays
|
|
||||||
*/
|
|
||||||
@media print,
|
|
||||||
(min-resolution: 120dpi) {
|
|
||||||
|
|
||||||
.image-align-none-label {
|
|
||||||
background-image: url(../images/align-none-2x.png?ver=20120916);
|
|
||||||
background-size: 21px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-left-label {
|
|
||||||
background-image: url(../images/align-left-2x.png?ver=20120916);
|
|
||||||
background-size: 22px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-center-label {
|
|
||||||
background-image: url(../images/align-center-2x.png?ver=20120916);
|
|
||||||
background-size: 21px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-right-label {
|
|
||||||
background-image: url(../images/align-right-2x.png?ver=20120916);
|
|
||||||
background-size: 22px 15px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,428 +0,0 @@
|
||||||
/* Styles for the media library iframe (not used on the Library screen) */
|
|
||||||
|
|
||||||
div#media-upload-header {
|
|
||||||
margin: 0;
|
|
||||||
padding: 5px 5px 0;
|
|
||||||
font-weight: 600;
|
|
||||||
position: relative;
|
|
||||||
border-bottom: 1px solid #dcdcde;
|
|
||||||
background: #f6f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu {
|
|
||||||
overflow: hidden;
|
|
||||||
float: none;
|
|
||||||
position: relative;
|
|
||||||
left: 0;
|
|
||||||
bottom: -1px;
|
|
||||||
margin: 0 5px;
|
|
||||||
padding-left: 10px;
|
|
||||||
list-style: none;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu a {
|
|
||||||
padding: 0 7px;
|
|
||||||
display: block;
|
|
||||||
float: left;
|
|
||||||
line-height: 28px;
|
|
||||||
border-top: 1px solid #f6f7f7;
|
|
||||||
border-bottom: 1px solid #dcdcde;
|
|
||||||
background-color: #f6f7f7;
|
|
||||||
text-decoration: none;
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu li {
|
|
||||||
display: inline;
|
|
||||||
line-height: 200%;
|
|
||||||
list-style: none;
|
|
||||||
text-align: center;
|
|
||||||
white-space: nowrap;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu a.current {
|
|
||||||
font-weight: 400;
|
|
||||||
padding-left: 6px;
|
|
||||||
padding-right: 6px;
|
|
||||||
border: 1px solid #dcdcde;
|
|
||||||
border-bottom-color: #f0f0f1;
|
|
||||||
background-color: #f0f0f1;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload:after { /* clearfix */
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .slidetoggle {
|
|
||||||
border-top-color: #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload input[type="radio"] {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form label.form-help,
|
|
||||||
td.help {
|
|
||||||
color: #646970;
|
|
||||||
}
|
|
||||||
|
|
||||||
form {
|
|
||||||
margin: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#search-filter {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form label.form-help, td.help {
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form p.help {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form fieldset {
|
|
||||||
width: 100%;
|
|
||||||
border: none;
|
|
||||||
text-align: justify;
|
|
||||||
margin: 0 0 1em;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* specific to the image upload form */
|
|
||||||
|
|
||||||
.image-align-none-label {
|
|
||||||
background: url(../images/align-none.png) no-repeat center left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-left-label {
|
|
||||||
background: url(../images/align-left.png) no-repeat center left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-center-label {
|
|
||||||
background: url(../images/align-center.png) no-repeat center left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-right-label {
|
|
||||||
background: url(../images/align-right.png) no-repeat center left;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.image-size td {
|
|
||||||
width: 460px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.image-size div.image-size-item {
|
|
||||||
margin: 0 0 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#library-form .progress,
|
|
||||||
#gallery-form .progress,
|
|
||||||
.insert-gallery,
|
|
||||||
.describe.startopen,
|
|
||||||
.describe.startclosed {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-item .thumbnail {
|
|
||||||
max-width: 128px;
|
|
||||||
max-height: 128px;
|
|
||||||
}
|
|
||||||
|
|
||||||
thead.media-item-info tr {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-table thead.media-item-info {
|
|
||||||
border: 8px solid #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
abbr.required,
|
|
||||||
span.required {
|
|
||||||
text-decoration: none;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.describe label {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.describe td.error {
|
|
||||||
padding: 2px 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.describe td.A1 {
|
|
||||||
width: 132px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.describe input[type="text"],
|
|
||||||
.describe textarea {
|
|
||||||
width: 460px;
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Specific to Uploader */
|
|
||||||
|
|
||||||
#media-upload p.ml-submit {
|
|
||||||
padding: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload p.help,
|
|
||||||
#media-upload label.help {
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .ui-sortable .media-item {
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload tr.image-size {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
height: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload #filter {
|
|
||||||
width: 623px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload #filter .subsubsub {
|
|
||||||
margin: 8px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .tablenav-pages a,
|
|
||||||
#media-upload .tablenav-pages .current {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 4px 5px 6px;
|
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1;
|
|
||||||
text-align: center;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .tablenav-pages a {
|
|
||||||
min-width: 17px;
|
|
||||||
border: 1px solid #c3c4c7;
|
|
||||||
background: #f6f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#filter .tablenav select {
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
padding: 2px;
|
|
||||||
vertical-align: top;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .del-attachment {
|
|
||||||
display: none;
|
|
||||||
margin: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_order {
|
|
||||||
float: right;
|
|
||||||
font-size: 11px;
|
|
||||||
margin: 8px 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_order_input {
|
|
||||||
border: 1px solid #dcdcde;
|
|
||||||
font-size: 10px;
|
|
||||||
padding: 1px;
|
|
||||||
width: 23px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-sortable-helper {
|
|
||||||
background-color: #fff;
|
|
||||||
border: 1px solid #a7aaad;
|
|
||||||
opacity: 0.6;
|
|
||||||
filter: alpha(opacity=60);
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload th.order-head {
|
|
||||||
width: 20%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload th.actions-head {
|
|
||||||
width: 25%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload a.wp-post-thumbnail {
|
|
||||||
margin: 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .widefat {
|
|
||||||
border-style: solid solid none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sorthelper {
|
|
||||||
height: 37px;
|
|
||||||
width: 623px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings th.label {
|
|
||||||
width: 160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings #basic th.label {
|
|
||||||
padding: 5px 5px 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .title {
|
|
||||||
clear: both;
|
|
||||||
padding: 0 0 3px;
|
|
||||||
font-size: 1.6em;
|
|
||||||
border-bottom: 1px solid #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3.media-title {
|
|
||||||
font-size: 1.6em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4.media-sub-title {
|
|
||||||
border-bottom: 1px solid #dcdcde;
|
|
||||||
font-size: 1.3em;
|
|
||||||
margin: 12px;
|
|
||||||
padding: 0 0 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .title,
|
|
||||||
h3.media-title,
|
|
||||||
h4.media-sub-title {
|
|
||||||
font-family: Georgia,"Times New Roman",Times,serif;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #50575e;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe td {
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe th.label {
|
|
||||||
padding-top: .5em;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe {
|
|
||||||
padding: 5px;
|
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
|
||||||
cursor: default;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe select {
|
|
||||||
width: 15em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .describe select option,
|
|
||||||
#gallery-settings .describe td {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings label,
|
|
||||||
#gallery-settings legend {
|
|
||||||
font-size: 13px;
|
|
||||||
color: #3c434a;
|
|
||||||
margin-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings .align .field label {
|
|
||||||
margin: 0 1em 0 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings p.ml-submit {
|
|
||||||
border-top: 1px solid #dcdcde;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gallery-settings select#columns {
|
|
||||||
width: 6em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sort-buttons {
|
|
||||||
font-size: 0.8em;
|
|
||||||
margin: 3px 25px -8px 0;
|
|
||||||
text-align: right;
|
|
||||||
max-width: 625px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sort-buttons a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sort-buttons #asc,
|
|
||||||
#sort-buttons #showall {
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sort-buttons span {
|
|
||||||
margin-right: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.media-types {
|
|
||||||
margin: 0;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
p.media-types-required-info {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.not-image {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.not-image tr.not-image {
|
|
||||||
display: table-row;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.not-image tr.image-only {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* HiDPI Displays
|
|
||||||
*/
|
|
||||||
@media print,
|
|
||||||
(min-resolution: 120dpi) {
|
|
||||||
|
|
||||||
.image-align-none-label {
|
|
||||||
background-image: url(../images/align-none-2x.png?ver=20120916);
|
|
||||||
background-size: 21px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-left-label {
|
|
||||||
background-image: url(../images/align-left-2x.png?ver=20120916);
|
|
||||||
background-size: 22px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-center-label {
|
|
||||||
background-image: url(../images/align-center-2x.png?ver=20120916);
|
|
||||||
background-size: 21px 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-right-label {
|
|
||||||
background-image: url(../images/align-right-2x.png?ver=20120916);
|
|
||||||
background-size: 22px 15px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue