Version Description
(27th SEPTEMBER 2019) = * Improvements: Need to create an option to clear the cache in tree shaking #3680 * Improvements: Only get the required dashicons for Admin Toolbar #3707 * Fixed: When enabling Treeshaking it removes the Swift icons TTF #3665 * Fixed: List numbers are not in position #3704 * Fixed: Menu Auto closing when # in the url #3633 * Fixed: Facebook Like script not loading #3633
Download this release
Release Info
Developer | mohammed_kaludi |
Plugin | AMP for WP – Accelerated Mobile Pages |
Version | 0.9.98.13 |
Comparing to | |
See all releases |
Code changes from version 0.9.98.12 to 0.9.98.13
- README.md +9 -1
- accelerated-moblie-pages.php +2 -2
- changelog.txt +8 -0
- includes/features/performance/performance-functions.php +10 -1
- includes/features/performance/performance-options.php +9 -1
- readme.txt +9 -6
- templates/design-manager/design-1/elements/social-icons.php +1 -1
- templates/design-manager/design-1/header-bar.php +1 -1
- templates/design-manager/design-1/style.php +3 -0
- templates/design-manager/design-2/elements/social-icons.php +1 -1
- templates/design-manager/design-3/elements/social-icons.php +2 -2
- templates/design-manager/swift/style.php +0 -3
- templates/features.php +5 -9
- templates/template-mode/admin-bar.css +1 -1054
README.md
CHANGED
@@ -4,7 +4,7 @@ Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, go
|
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.2.3
|
7 |
-
Stable tag: 0.9.98.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -191,6 +191,14 @@ You can contact us from [here](https://ampforwp.com/contact/)
|
|
191 |
|
192 |
== Changelog ==
|
193 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
= 0.9.98.12 (25th SEPTEMBER 2019) =
|
195 |
* Improvements: User wants Wordpress admin toolbar in the AMP area #3450
|
196 |
* Improvements: we want the amp menu showing from left or right side both. #3095
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.2.3
|
7 |
+
Stable tag: 0.9.98.13
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
191 |
|
192 |
== Changelog ==
|
193 |
|
194 |
+
= 0.9.98.13 (27th SEPTEMBER 2019) =
|
195 |
+
* Improvements: Need to create an option to clear the cache in tree shaking #3680
|
196 |
+
* Improvements: Only get the required dashicons for Admin Toolbar #3707
|
197 |
+
* Fixed: When enabling Treeshaking it removes the Swift icons TTF #3665
|
198 |
+
* Fixed: List numbers are not in position #3704
|
199 |
+
* Fixed: Menu Auto closing when # in the url #3633
|
200 |
+
* Fixed: Facebook Like script not loading #3633
|
201 |
+
|
202 |
= 0.9.98.12 (25th SEPTEMBER 2019) =
|
203 |
* Improvements: User wants Wordpress admin toolbar in the AMP area #3450
|
204 |
* Improvements: we want the amp menu showing from left or right side both. #3095
|
accelerated-moblie-pages.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Accelerated Mobile Pages
|
4 |
Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
|
5 |
Description: AMP for WP - Accelerated Mobile Pages for WordPress
|
6 |
-
Version: 0.9.98.
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: https://ampforwp.com/
|
9 |
Donate link: https://www.paypal.me/Kaludi/25
|
@@ -20,7 +20,7 @@ define('AMPFORWP_PLUGIN_DIR_URI', plugin_dir_url(__FILE__));
|
|
20 |
define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.html');
|
21 |
define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
|
22 |
define('AMPFORWP_MAIN_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
|
23 |
-
define('AMPFORWP_VERSION','0.9.98.
|
24 |
define('AMPFORWP_EXTENSION_DIR',plugin_dir_path(__FILE__).'includes/options/extensions');
|
25 |
if(!defined('AMPFROWP_HOST_NAME')){
|
26 |
$urlinfo = get_bloginfo('url');
|
3 |
Plugin Name: Accelerated Mobile Pages
|
4 |
Plugin URI: https://wordpress.org/plugins/accelerated-mobile-pages/
|
5 |
Description: AMP for WP - Accelerated Mobile Pages for WordPress
|
6 |
+
Version: 0.9.98.13
|
7 |
Author: Ahmed Kaludi, Mohammed Kaludi
|
8 |
Author URI: https://ampforwp.com/
|
9 |
Donate link: https://www.paypal.me/Kaludi/25
|
20 |
define('AMPFORWP_DISQUS_URL',plugin_dir_url(__FILE__).'includes/disqus.html');
|
21 |
define('AMPFORWP_IMAGE_DIR',plugin_dir_url(__FILE__).'images');
|
22 |
define('AMPFORWP_MAIN_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
|
23 |
+
define('AMPFORWP_VERSION','0.9.98.13');
|
24 |
define('AMPFORWP_EXTENSION_DIR',plugin_dir_path(__FILE__).'includes/options/extensions');
|
25 |
if(!defined('AMPFROWP_HOST_NAME')){
|
26 |
$urlinfo = get_bloginfo('url');
|
changelog.txt
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
= 0.9.98.12 (25th SEPTEMBER 2019) =
|
4 |
* Improvements: User wants Wordpress admin toolbar in the AMP area #3450
|
5 |
* Improvements: we want the amp menu showing from left or right side both. #3095
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 0.9.98.13 (27th SEPTEMBER 2019) =
|
4 |
+
* Improvements: Need to create an option to clear the cache in tree shaking #3680
|
5 |
+
* Improvements: Only get the required dashicons for Admin Toolbar #3707
|
6 |
+
* Fixed: When enabling Treeshaking it removes the Swift icons TTF #3665
|
7 |
+
* Fixed: List numbers are not in position #3704
|
8 |
+
* Fixed: Menu Auto closing when # in the url #3633
|
9 |
+
* Fixed: Facebook Like script not loading #3633
|
10 |
+
|
11 |
= 0.9.98.12 (25th SEPTEMBER 2019) =
|
12 |
* Improvements: User wants Wordpress admin toolbar in the AMP area #3450
|
13 |
* Improvements: we want the amp menu showing from left or right side both. #3095
|
includes/features/performance/performance-functions.php
CHANGED
@@ -246,7 +246,13 @@ if( !function_exists("ampforwp_tree_shaking_purify_amphtml") ){
|
|
246 |
|
247 |
add_action( 'redux/options/redux_builder_amp/saved', 'ampforwp_clear_tree_shaking',10,2);
|
248 |
function ampforwp_clear_tree_shaking($options, $changed_values){
|
249 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
$upload_dir = wp_upload_dir();
|
251 |
$user_dirname = $upload_dir['basedir'] . '/' . 'ampforwp-tree-shaking';
|
252 |
if(file_exists($user_dirname)){
|
@@ -260,6 +266,9 @@ function ampforwp_clear_tree_shaking($options, $changed_values){
|
|
260 |
}
|
261 |
}
|
262 |
}
|
|
|
|
|
|
|
263 |
}
|
264 |
}
|
265 |
// Tree shaking feature #2949 --- ends here ---
|
246 |
|
247 |
add_action( 'redux/options/redux_builder_amp/saved', 'ampforwp_clear_tree_shaking',10,2);
|
248 |
function ampforwp_clear_tree_shaking($options, $changed_values){
|
249 |
+
|
250 |
+
// If the current user don't have proper permission then return
|
251 |
+
if (! current_user_can( 'manage_options' )){
|
252 |
+
return;
|
253 |
+
}
|
254 |
+
|
255 |
+
if( is_admin() && (( isset($changed_values['ampforwp_css_tree_shaking']) && $options['ampforwp_css_tree_shaking']=='0' ) || isset($changed_values['amp-design-selector']) || isset($changed_values['css_editor']) || ampforwp_get_setting('ampforwp_css_tree_shaking_clear_cache')==1)){
|
256 |
$upload_dir = wp_upload_dir();
|
257 |
$user_dirname = $upload_dir['basedir'] . '/' . 'ampforwp-tree-shaking';
|
258 |
if(file_exists($user_dirname)){
|
266 |
}
|
267 |
}
|
268 |
}
|
269 |
+
$selectedOption = get_option('redux_builder_amp',true);
|
270 |
+
$selectedOption['ampforwp_css_tree_shaking_clear_cache'] = 0;
|
271 |
+
update_option('redux_builder_amp',$selectedOption);
|
272 |
}
|
273 |
}
|
274 |
// Tree shaking feature #2949 --- ends here ---
|
includes/features/performance/performance-options.php
CHANGED
@@ -75,8 +75,16 @@ use ReduxCore\ReduxFramework\Redux;
|
|
75 |
'id' => 'ampforwp_css_tree_shaking',
|
76 |
'type' => 'switch',
|
77 |
'title' => esc_html__('Optimize CSS (beta)', 'accelerated-mobile-pages'),
|
78 |
-
|
79 |
'default' => 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
)
|
81 |
)
|
82 |
|
75 |
'id' => 'ampforwp_css_tree_shaking',
|
76 |
'type' => 'switch',
|
77 |
'title' => esc_html__('Optimize CSS (beta)', 'accelerated-mobile-pages'),
|
78 |
+
'tooltip-subtitle' => esc_html__('Improve size of the CSS and Page Speed with Tree Shaking Feature.', 'accelerated-mobile-pages'),
|
79 |
'default' => 0
|
80 |
+
),
|
81 |
+
array(
|
82 |
+
|
83 |
+
'id' => 'ampforwp_css_tree_shaking_clear_cache',
|
84 |
+
'type' => 'checkbox',
|
85 |
+
'title' => esc_html__('Want to clear the Cache?', 'accelerated-mobile-pages'),
|
86 |
+
'desc' => esc_html__('Select the above checkbox and then hit "Save Changes" to clear the Cache.', 'accelerated-mobile-pages'),
|
87 |
+
'required'=>array('ampforwp_css_tree_shaking','=','1')
|
88 |
)
|
89 |
)
|
90 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: AMP, accelerated mobile pages, mobile, amp project, google amp, amp wp, go
|
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.2.3
|
7 |
-
Stable tag: 0.9.98.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -191,6 +191,14 @@ You can contact us from [here](https://ampforwp.com/contact/)
|
|
191 |
|
192 |
== Changelog ==
|
193 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
= 0.9.98.12 (25th SEPTEMBER 2019) =
|
195 |
* Improvements: User wants Wordpress admin toolbar in the AMP area #3450
|
196 |
* Improvements: we want the amp menu showing from left or right side both. #3095
|
@@ -215,10 +223,5 @@ You can contact us from [here](https://ampforwp.com/contact/)
|
|
215 |
* Fixed: Default heading tag should load if no option is selected in Header Module #3651
|
216 |
* Fixed: Pretty Permalinks for Twitter Share? option is not working #3662
|
217 |
|
218 |
-
= 0.9.98.11 (20th SEPTEMBER 2019) =
|
219 |
-
* Improvements: Improved AMP Advertisement option panel
|
220 |
-
* Fixed: Mobile redirection causing extra redirects from /amp to /amp/ #3660
|
221 |
-
* Fixed: The lightbox should not work for the image if any external link is added in its anchor tag. #3599
|
222 |
-
|
223 |
|
224 |
Full changelog available [ at changelog.txt](https://plugins.svn.wordpress.org/accelerated-mobile-pages/trunk/changelog.txt)
|
4 |
Donate link: https://www.paypal.me/Kaludi/25
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.2.3
|
7 |
+
Stable tag: 0.9.98.13
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
191 |
|
192 |
== Changelog ==
|
193 |
|
194 |
+
= 0.9.98.13 (27th SEPTEMBER 2019) =
|
195 |
+
* Improvements: Need to create an option to clear the cache in tree shaking #3680
|
196 |
+
* Improvements: Only get the required dashicons for Admin Toolbar #3707
|
197 |
+
* Fixed: When enabling Treeshaking it removes the Swift icons TTF #3665
|
198 |
+
* Fixed: List numbers are not in position #3704
|
199 |
+
* Fixed: Menu Auto closing when # in the url #3633
|
200 |
+
* Fixed: Facebook Like script not loading #3633
|
201 |
+
|
202 |
= 0.9.98.12 (25th SEPTEMBER 2019) =
|
203 |
* Improvements: User wants Wordpress admin toolbar in the AMP area #3450
|
204 |
* Improvements: we want the amp menu showing from left or right side both. #3095
|
223 |
* Fixed: Default heading tag should load if no option is selected in Header Module #3651
|
224 |
* Fixed: Pretty Permalinks for Twitter Share? option is not working #3662
|
225 |
|
|
|
|
|
|
|
|
|
|
|
226 |
|
227 |
Full changelog available [ at changelog.txt](https://plugins.svn.wordpress.org/accelerated-mobile-pages/trunk/changelog.txt)
|
templates/design-manager/design-1/elements/social-icons.php
CHANGED
@@ -31,7 +31,7 @@ if(true == ampforwp_get_setting('ampforwp-social-share')){ ?>
|
|
31 |
data-href="<?php echo esc_url($facebook_like_url); ?>" <?php ampforwp_nofollow_social_links(); ?>>
|
32 |
</amp-facebook-like>
|
33 |
<?php }
|
34 |
-
}
|
35 |
$fblikewidth = ampforwp_get_setting('ampforwp-facebook-like-width');
|
36 |
if(empty($fblikewidth)){
|
37 |
$fblikewidth = "140";
|
31 |
data-href="<?php echo esc_url($facebook_like_url); ?>" <?php ampforwp_nofollow_social_links(); ?>>
|
32 |
</amp-facebook-like>
|
33 |
<?php }
|
34 |
+
}elseif( true == ampforwp_get_setting('ampforwp-facebook-like-button') && true == ampforwp_get_setting('ampforwp-facebook-like-data-action') ){
|
35 |
$fblikewidth = ampforwp_get_setting('ampforwp-facebook-like-width');
|
36 |
if(empty($fblikewidth)){
|
37 |
$fblikewidth = "140";
|
templates/design-manager/design-1/header-bar.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<?php endif; ?>
|
11 |
<?php if(isset($redux_builder_amp['ampforwp-amp-menu']) && $redux_builder_amp['ampforwp-amp-menu']){ ?>
|
12 |
<div on='tap:sidebar.toggle' role="button" aria-label="Navigation" tabindex="0" class="nav_container">
|
13 |
-
<a
|
14 |
<span></span>
|
15 |
<span></span>
|
16 |
<span></span>
|
10 |
<?php endif; ?>
|
11 |
<?php if(isset($redux_builder_amp['ampforwp-amp-menu']) && $redux_builder_amp['ampforwp-amp-menu']){ ?>
|
12 |
<div on='tap:sidebar.toggle' role="button" aria-label="Navigation" tabindex="0" class="nav_container">
|
13 |
+
<a class="toggle-text">
|
14 |
<span></span>
|
15 |
<span></span>
|
16 |
<span></span>
|
templates/design-manager/design-1/style.php
CHANGED
@@ -294,6 +294,9 @@ a.btt:hover {
|
|
294 |
.amp-category-block ul{ list-style-type:none }
|
295 |
.amp-category-block-btn{ display: block; text-align: center; font-size: 13px; margin-top: 15px; border-bottom: 1px solid #f1f1f1; text-decoration: none; }
|
296 |
.design_1_wrapper .amp-category-block, .category-widget-wrapper{ max-width: 840px; margin: 1.5em auto; }
|
|
|
|
|
|
|
297 |
.category-widget-gutter{ margin:1.5em 26px 3.5em }
|
298 |
.category-widget-gutter h4{ margin-bottom: 0px;}
|
299 |
.category-widget-gutter ul{ margin-top: 10px; list-style-type:none; padding:0 }
|
294 |
.amp-category-block ul{ list-style-type:none }
|
295 |
.amp-category-block-btn{ display: block; text-align: center; font-size: 13px; margin-top: 15px; border-bottom: 1px solid #f1f1f1; text-decoration: none; }
|
296 |
.design_1_wrapper .amp-category-block, .category-widget-wrapper{ max-width: 840px; margin: 1.5em auto; }
|
297 |
+
.design_1_wrapper .amp-wp-header .nav_container .toggle-text{
|
298 |
+
cursor:pointer;
|
299 |
+
}
|
300 |
.category-widget-gutter{ margin:1.5em 26px 3.5em }
|
301 |
.category-widget-gutter h4{ margin-bottom: 0px;}
|
302 |
.category-widget-gutter ul{ margin-top: 10px; list-style-type:none; padding:0 }
|
templates/design-manager/design-2/elements/social-icons.php
CHANGED
@@ -32,7 +32,7 @@ if(true == ampforwp_get_setting('ampforwp-social-share')){ ?>
|
|
32 |
data-href="<?php echo esc_url($facebook_like_url); ?>">
|
33 |
</amp-facebook-like>
|
34 |
<?php }
|
35 |
-
}
|
36 |
$fblikewidth = ampforwp_get_setting('ampforwp-facebook-like-width');
|
37 |
if(empty($fblikewidth)){
|
38 |
$fblikewidth = "140";
|
32 |
data-href="<?php echo esc_url($facebook_like_url); ?>">
|
33 |
</amp-facebook-like>
|
34 |
<?php }
|
35 |
+
}elseif ( true == ampforwp_get_setting('ampforwp-facebook-like-button') && true == ampforwp_get_setting('ampforwp-facebook-like-data-action')){
|
36 |
$fblikewidth = ampforwp_get_setting('ampforwp-facebook-like-width');
|
37 |
if(empty($fblikewidth)){
|
38 |
$fblikewidth = "140";
|
templates/design-manager/design-3/elements/social-icons.php
CHANGED
@@ -27,7 +27,7 @@ if ( is_single() || (is_page() && isset($redux_builder_amp['ampforwp-page-social
|
|
27 |
if(true == ampforwp_get_setting('ampforwp-social-share') && false == ampforwp_get_setting('ampforwp-facebook-like-data-action')){ ?>
|
28 |
<div class="amp-wp-content ampforwp-social-icons-wrapper ampforwp-social-icons">
|
29 |
<i class="icono-share"></i>
|
30 |
-
<?php if ( true == ampforwp_get_setting('ampforwp-facebook-like-button') ) {
|
31 |
$facebook_like_url = '';
|
32 |
$facebook_like_url = $amp_permalink;
|
33 |
if ( $facebook_like_url ) { ?>
|
@@ -38,7 +38,7 @@ if(true == ampforwp_get_setting('ampforwp-social-share') && false == ampforwp_ge
|
|
38 |
data-href="<?php echo esc_url($facebook_like_url); ?>">
|
39 |
</amp-facebook-like>
|
40 |
<?php }
|
41 |
-
}
|
42 |
$fblikewidth = ampforwp_get_setting('ampforwp-facebook-like-width');
|
43 |
if(empty($fblikewidth)){
|
44 |
$fblikewidth = "140";
|
27 |
if(true == ampforwp_get_setting('ampforwp-social-share') && false == ampforwp_get_setting('ampforwp-facebook-like-data-action')){ ?>
|
28 |
<div class="amp-wp-content ampforwp-social-icons-wrapper ampforwp-social-icons">
|
29 |
<i class="icono-share"></i>
|
30 |
+
<?php if ( true == ampforwp_get_setting('ampforwp-facebook-like-button') && false == ampforwp_get_setting('ampforwp-facebook-like-data-action')) {
|
31 |
$facebook_like_url = '';
|
32 |
$facebook_like_url = $amp_permalink;
|
33 |
if ( $facebook_like_url ) { ?>
|
38 |
data-href="<?php echo esc_url($facebook_like_url); ?>">
|
39 |
</amp-facebook-like>
|
40 |
<?php }
|
41 |
+
}elseif ( true == ampforwp_get_setting('ampforwp-facebook-like-button') && true == ampforwp_get_setting('ampforwp-facebook-like-data-action')){
|
42 |
$fblikewidth = ampforwp_get_setting('ampforwp-facebook-like-width');
|
43 |
if(empty($fblikewidth)){
|
44 |
$fblikewidth = "140";
|
templates/design-manager/swift/style.php
CHANGED
@@ -676,9 +676,6 @@ padding-right:20px;
|
|
676 |
padding-left: 20px;
|
677 |
<?php } ?>
|
678 |
}
|
679 |
-
.ampforwp-inline-related-post .artl-cnt ul li, .artl-cnt ol li{
|
680 |
-
position: unset;
|
681 |
-
}
|
682 |
.artl-cnt ul li:before{content: "";display: inline-block;width: 5px;height: 5px;background: #333;position: absolute;top:12px;
|
683 |
<?php if( true == ampforwp_get_setting('amp-rtl-select-option') ) {?>
|
684 |
right:0;
|
676 |
padding-left: 20px;
|
677 |
<?php } ?>
|
678 |
}
|
|
|
|
|
|
|
679 |
.artl-cnt ul li:before{content: "";display: inline-block;width: 5px;height: 5px;background: #333;position: absolute;top:12px;
|
680 |
<?php if( true == ampforwp_get_setting('amp-rtl-select-option') ) {?>
|
681 |
right:0;
|
templates/features.php
CHANGED
@@ -1184,7 +1184,7 @@ function ampforwp_sticky_social_icons(){
|
|
1184 |
data-href="<?php echo esc_url($facebook_like_url); ?>">
|
1185 |
</amp-facebook-like>
|
1186 |
<?php }
|
1187 |
-
}
|
1188 |
$fblikewidth = ampforwp_get_setting('ampforwp-facebook-like-width');
|
1189 |
if(empty($fblikewidth)){
|
1190 |
$fblikewidth = "140";
|
@@ -7080,14 +7080,10 @@ function ampforwp_head_css(){
|
|
7080 |
$pref = get_user_option( "show_admin_bar_front", get_current_user_id() );
|
7081 |
if($pref==="true"){
|
7082 |
$css = ampforwp_get_remote_content(AMPFORWP_PLUGIN_DIR_URI."/templates/template-mode/admin-bar.css");
|
7083 |
-
$
|
7084 |
-
$
|
7085 |
-
@
|
7086 |
-
|
7087 |
-
margin-top: 46px;
|
7088 |
-
}
|
7089 |
-
#headerwrap{top:46px;}
|
7090 |
-
}";
|
7091 |
echo css_sanitizer($css);
|
7092 |
}
|
7093 |
}
|
1184 |
data-href="<?php echo esc_url($facebook_like_url); ?>">
|
1185 |
</amp-facebook-like>
|
1186 |
<?php }
|
1187 |
+
}elseif ( true == ampforwp_get_setting('ampforwp-facebook-like-button') && true == ampforwp_get_setting('ampforwp-facebook-like-data-action')){
|
1188 |
$fblikewidth = ampforwp_get_setting('ampforwp-facebook-like-width');
|
1189 |
if(empty($fblikewidth)){
|
1190 |
$fblikewidth = "140";
|
7080 |
$pref = get_user_option( "show_admin_bar_front", get_current_user_id() );
|
7081 |
if($pref==="true"){
|
7082 |
$css = ampforwp_get_remote_content(AMPFORWP_PLUGIN_DIR_URI."/templates/template-mode/admin-bar.css");
|
7083 |
+
$incurl = includes_url();
|
7084 |
+
$incurl = trailingslashit($incurl) .'fonts/dashicons.ttf?50db0456fde2a241f005968eede3f987';
|
7085 |
+
$css.='@font-face{font-family:dashicons;src:url('.esc_url( $incurl ).') format("truetype");
|
7086 |
+
font-weight:400;font-style:normal}.amp-wp-header,.design2-header,.design3-header,.header{margin-top:32px}#headerwrap{top:32px}#wp-admin-bar-my-account .avatar{float:right;margin-top:6px}#wp-admin-bar-wpseo-notifications .yoast-issue-counter{float:right}@media(max-width:782px){.amp-wp-header,.design2-header,.design3-header,.header{margin-top:46px}#headerwrap{top:46px}}';
|
|
|
|
|
|
|
|
|
7087 |
echo css_sanitizer($css);
|
7088 |
}
|
7089 |
}
|
templates/template-mode/admin-bar.css
CHANGED
@@ -1,1054 +1 @@
|
|
1 |
-
|
2 |
-
#wpadminbar * {
|
3 |
-
height: auto;
|
4 |
-
width: auto;
|
5 |
-
margin: 0;
|
6 |
-
padding: 0;
|
7 |
-
/* Removed because interferes with amp-img>img: position: static; */
|
8 |
-
text-shadow: none;
|
9 |
-
text-transform: none;
|
10 |
-
letter-spacing: normal;
|
11 |
-
font-size: 13px;
|
12 |
-
font-weight: 400;
|
13 |
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
14 |
-
line-height: 32px;
|
15 |
-
border-radius: 0;
|
16 |
-
box-sizing: content-box;
|
17 |
-
transition: none;
|
18 |
-
-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */
|
19 |
-
-moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */
|
20 |
-
}
|
21 |
-
|
22 |
-
.rtl #wpadminbar * {
|
23 |
-
font-family: Tahoma, sans-serif;
|
24 |
-
}
|
25 |
-
|
26 |
-
html:lang(he-il) .rtl #wpadminbar * {
|
27 |
-
font-family: Arial, sans-serif;
|
28 |
-
}
|
29 |
-
|
30 |
-
#wpadminbar .ab-empty-item {
|
31 |
-
cursor: default;
|
32 |
-
}
|
33 |
-
|
34 |
-
#wpadminbar .ab-empty-item,
|
35 |
-
#wpadminbar a.ab-item,
|
36 |
-
#wpadminbar > #wp-toolbar span.ab-label,
|
37 |
-
#wpadminbar > #wp-toolbar span.noticon {
|
38 |
-
color: #eee;
|
39 |
-
}
|
40 |
-
|
41 |
-
#wpadminbar #wp-admin-bar-site-name a.ab-item,
|
42 |
-
#wpadminbar #wp-admin-bar-my-sites a.ab-item {
|
43 |
-
white-space: nowrap;
|
44 |
-
overflow: hidden;
|
45 |
-
text-overflow: ellipsis;
|
46 |
-
}
|
47 |
-
|
48 |
-
#wpadminbar ul li:before,
|
49 |
-
#wpadminbar ul li:after {
|
50 |
-
content: normal;
|
51 |
-
}
|
52 |
-
|
53 |
-
#wpadminbar a,
|
54 |
-
#wpadminbar a:hover,
|
55 |
-
#wpadminbar a img,
|
56 |
-
#wpadminbar a img:hover {
|
57 |
-
outline: none;
|
58 |
-
border: none;
|
59 |
-
text-decoration: none;
|
60 |
-
background: none;
|
61 |
-
}
|
62 |
-
|
63 |
-
#wpadminbar a:focus,
|
64 |
-
#wpadminbar a:active,
|
65 |
-
#wpadminbar input[type="text"],
|
66 |
-
#wpadminbar input[type="password"],
|
67 |
-
#wpadminbar input[type="number"],
|
68 |
-
#wpadminbar input[type="search"],
|
69 |
-
#wpadminbar input[type="email"],
|
70 |
-
#wpadminbar input[type="url"],
|
71 |
-
#wpadminbar select,
|
72 |
-
#wpadminbar textarea,
|
73 |
-
#wpadminbar div {
|
74 |
-
box-shadow: none;
|
75 |
-
outline: none;
|
76 |
-
}
|
77 |
-
|
78 |
-
#wpadminbar {
|
79 |
-
direction: ltr;
|
80 |
-
color: #ccc;
|
81 |
-
font-size: 13px;
|
82 |
-
font-weight: 400;
|
83 |
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
84 |
-
line-height: 32px;
|
85 |
-
height: 32px;
|
86 |
-
position: fixed;
|
87 |
-
top: 0;
|
88 |
-
left: 0;
|
89 |
-
width: 100%;
|
90 |
-
min-width: 600px; /* match the min-width of the body in wp-admin.css */
|
91 |
-
z-index: 99999;
|
92 |
-
background: #23282d;
|
93 |
-
}
|
94 |
-
|
95 |
-
#wpadminbar .ab-sub-wrapper,
|
96 |
-
#wpadminbar ul,
|
97 |
-
#wpadminbar ul li {
|
98 |
-
background: none;
|
99 |
-
clear: none;
|
100 |
-
list-style: none;
|
101 |
-
margin: 0;
|
102 |
-
padding: 0;
|
103 |
-
position: relative;
|
104 |
-
text-indent: 0;
|
105 |
-
z-index: 99999;
|
106 |
-
}
|
107 |
-
|
108 |
-
#wpadminbar ul#wp-admin-bar-root-default>li {
|
109 |
-
margin-right: 0;
|
110 |
-
}
|
111 |
-
|
112 |
-
#wpadminbar .quicklinks ul {
|
113 |
-
text-align: left;
|
114 |
-
}
|
115 |
-
|
116 |
-
#wpadminbar li {
|
117 |
-
float: left;
|
118 |
-
}
|
119 |
-
|
120 |
-
#wpadminbar .ab-empty-item {
|
121 |
-
outline: none;
|
122 |
-
}
|
123 |
-
|
124 |
-
#wpadminbar .quicklinks .ab-top-secondary > li {
|
125 |
-
float: right;
|
126 |
-
}
|
127 |
-
|
128 |
-
#wpadminbar .quicklinks a,
|
129 |
-
#wpadminbar .quicklinks .ab-empty-item,
|
130 |
-
#wpadminbar .shortlink-input {
|
131 |
-
height: 32px;
|
132 |
-
display: block;
|
133 |
-
padding: 0 10px;
|
134 |
-
margin: 0;
|
135 |
-
}
|
136 |
-
|
137 |
-
#wpadminbar .quicklinks > ul > li > a {
|
138 |
-
padding: 0 8px 0 7px;
|
139 |
-
}
|
140 |
-
|
141 |
-
#wpadminbar .menupop .ab-sub-wrapper,
|
142 |
-
#wpadminbar .shortlink-input {
|
143 |
-
margin: 0;
|
144 |
-
padding: 0;
|
145 |
-
box-shadow: 0 3px 5px rgba(0,0,0,0.2);
|
146 |
-
background: #32373c;
|
147 |
-
display: none;
|
148 |
-
position: absolute;
|
149 |
-
float: none;
|
150 |
-
}
|
151 |
-
|
152 |
-
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
153 |
-
min-width: 100%;
|
154 |
-
}
|
155 |
-
|
156 |
-
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
157 |
-
right: 0;
|
158 |
-
left: auto;
|
159 |
-
}
|
160 |
-
|
161 |
-
#wpadminbar .ab-submenu {
|
162 |
-
padding: 6px 0;
|
163 |
-
}
|
164 |
-
|
165 |
-
#wpadminbar .selected .shortlink-input {
|
166 |
-
display: block;
|
167 |
-
}
|
168 |
-
|
169 |
-
#wpadminbar .quicklinks .menupop ul li {
|
170 |
-
float: none;
|
171 |
-
}
|
172 |
-
|
173 |
-
#wpadminbar .quicklinks .menupop ul li a strong {
|
174 |
-
font-weight: 600;
|
175 |
-
}
|
176 |
-
|
177 |
-
#wpadminbar .quicklinks .menupop ul li .ab-item,
|
178 |
-
#wpadminbar .quicklinks .menupop ul li a strong,
|
179 |
-
#wpadminbar .quicklinks .menupop:focus-within ul li .ab-item,
|
180 |
-
#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
|
181 |
-
#wpadminbar .shortlink-input {
|
182 |
-
line-height: 26px;
|
183 |
-
height: 26px;
|
184 |
-
white-space: nowrap;
|
185 |
-
min-width: 140px;
|
186 |
-
}
|
187 |
-
|
188 |
-
#wpadminbar .shortlink-input {
|
189 |
-
width: 200px;
|
190 |
-
}
|
191 |
-
|
192 |
-
#wpadminbar.nojs li:hover > .ab-sub-wrapper,
|
193 |
-
#wpadminbar li:focus-within > .ab-sub-wrapper {
|
194 |
-
display: block;
|
195 |
-
}
|
196 |
-
|
197 |
-
#wpadminbar .menupop li:hover > .ab-sub-wrapper,
|
198 |
-
#wpadminbar .menupop li:focus-within > .ab-sub-wrapper {
|
199 |
-
margin-left: 100%;
|
200 |
-
margin-top: -32px;
|
201 |
-
}
|
202 |
-
|
203 |
-
#wpadminbar .ab-top-secondary .menupop li:hover > .ab-sub-wrapper,
|
204 |
-
#wpadminbar .ab-top-secondary .menupop li:focus-within > .ab-sub-wrapper {
|
205 |
-
margin-left: 0;
|
206 |
-
left: inherit;
|
207 |
-
right: 100%;
|
208 |
-
}
|
209 |
-
|
210 |
-
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
|
211 |
-
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
212 |
-
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
|
213 |
-
#wpadminbar .ab-top-menu > li:focus-within > .ab-item {
|
214 |
-
background: #32373c;
|
215 |
-
color: #00b9eb;
|
216 |
-
}
|
217 |
-
#wpadminbar .ab-top-menu > li:focus-within > .ab-item {
|
218 |
-
background: #32373c;
|
219 |
-
color: #00b9eb;
|
220 |
-
}
|
221 |
-
|
222 |
-
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
|
223 |
-
#wpadminbar > #wp-toolbar li:focus-within span.ab-label,
|
224 |
-
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
|
225 |
-
color: #00b9eb;
|
226 |
-
}
|
227 |
-
|
228 |
-
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
|
229 |
-
#wpadminbar .ab-icon,
|
230 |
-
#wpadminbar .ab-item:before {
|
231 |
-
position: relative;
|
232 |
-
float: left;
|
233 |
-
font: normal 20px/1 dashicons;
|
234 |
-
speak: none;
|
235 |
-
padding: 4px 0;
|
236 |
-
-webkit-font-smoothing: antialiased;
|
237 |
-
-moz-osx-font-smoothing: grayscale;
|
238 |
-
background-image: none !important;
|
239 |
-
margin-right: 6px;
|
240 |
-
}
|
241 |
-
|
242 |
-
#wpadminbar .ab-icon:before,
|
243 |
-
#wpadminbar .ab-item:before,
|
244 |
-
#wpadminbar #adminbarsearch:before {
|
245 |
-
color: #a0a5aa;
|
246 |
-
color: rgba(240,245,250,0.6);
|
247 |
-
}
|
248 |
-
|
249 |
-
#wpadminbar .ab-icon:before,
|
250 |
-
#wpadminbar .ab-item:before,
|
251 |
-
#wpadminbar #adminbarsearch:before {
|
252 |
-
position: relative;
|
253 |
-
transition: all .1s ease-in-out;
|
254 |
-
}
|
255 |
-
|
256 |
-
#wpadminbar .ab-label {
|
257 |
-
display: inline-block;
|
258 |
-
height: 32px;
|
259 |
-
}
|
260 |
-
|
261 |
-
#wpadminbar .ab-submenu .ab-item {
|
262 |
-
color: #b4b9be;
|
263 |
-
color: rgba(240,245,250,0.7);
|
264 |
-
}
|
265 |
-
|
266 |
-
#wpadminbar .quicklinks .menupop ul li a,
|
267 |
-
#wpadminbar .quicklinks .menupop ul li a strong,
|
268 |
-
#wpadminbar .quicklinks .menupop:focus-within ul li a,
|
269 |
-
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
|
270 |
-
color: #b4b9be;
|
271 |
-
color: rgba(240,245,250,0.7);
|
272 |
-
}
|
273 |
-
|
274 |
-
#wpadminbar .quicklinks .menupop ul li a:hover,
|
275 |
-
#wpadminbar .quicklinks .menupop ul li a:focus,
|
276 |
-
#wpadminbar .quicklinks .menupop ul li a:hover strong,
|
277 |
-
#wpadminbar .quicklinks .menupop ul li a:focus strong,
|
278 |
-
#wpadminbar .quicklinks .ab-sub-wrapper .menupop:focus-within > a,
|
279 |
-
#wpadminbar .quicklinks .menupop:focus-within ul li a:hover,
|
280 |
-
#wpadminbar .quicklinks .menupop:focus-within ul li a:focus,
|
281 |
-
#wpadminbar .quicklinks .menupop:focus-within ul li div[tabindex]:hover,
|
282 |
-
#wpadminbar .quicklinks .menupop:focus-within ul li div[tabindex]:focus,
|
283 |
-
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
|
284 |
-
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
|
285 |
-
#wpadminbar li:hover .ab-icon:before,
|
286 |
-
#wpadminbar li:hover .ab-item:before,
|
287 |
-
#wpadminbar li a:focus .ab-icon:before,
|
288 |
-
#wpadminbar li .ab-item:focus:before,
|
289 |
-
#wpadminbar li .ab-item:focus .ab-icon:before,
|
290 |
-
#wpadminbar li:focus-within .ab-icon:before,
|
291 |
-
#wpadminbar li:focus-within .ab-item:before,
|
292 |
-
#wpadminbar li:hover #adminbarsearch:before,
|
293 |
-
#wpadminbar li #adminbarsearch.adminbar-focused:before {
|
294 |
-
color: #00b9eb;
|
295 |
-
}
|
296 |
-
|
297 |
-
#wpadminbar.mobile .quicklinks .ab-icon:before,
|
298 |
-
#wpadminbar.mobile .quicklinks .ab-item:before {
|
299 |
-
color: #b4b9be;
|
300 |
-
}
|
301 |
-
|
302 |
-
#wpadminbar .menupop .menupop > .ab-item:before,
|
303 |
-
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
304 |
-
position: absolute;
|
305 |
-
font: normal 17px/1 dashicons;
|
306 |
-
speak: none;
|
307 |
-
-webkit-font-smoothing: antialiased;
|
308 |
-
-moz-osx-font-smoothing: grayscale;
|
309 |
-
}
|
310 |
-
|
311 |
-
#wpadminbar .menupop .menupop > .ab-item {
|
312 |
-
display: block;
|
313 |
-
padding-right: 2em;
|
314 |
-
}
|
315 |
-
|
316 |
-
#wpadminbar .menupop .menupop > .ab-item:before {
|
317 |
-
top: 1px;
|
318 |
-
right: 4px;
|
319 |
-
content: "\f139";
|
320 |
-
color: inherit;
|
321 |
-
}
|
322 |
-
|
323 |
-
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {
|
324 |
-
padding-left: 2em;
|
325 |
-
padding-right: 1em;
|
326 |
-
}
|
327 |
-
|
328 |
-
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
329 |
-
top: 1px;
|
330 |
-
left: 6px;
|
331 |
-
content: "\f141";
|
332 |
-
}
|
333 |
-
|
334 |
-
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
|
335 |
-
display: block;
|
336 |
-
position: relative;
|
337 |
-
right: auto;
|
338 |
-
margin: 0;
|
339 |
-
box-shadow: none;
|
340 |
-
}
|
341 |
-
|
342 |
-
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
|
343 |
-
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
|
344 |
-
background: #464b50;
|
345 |
-
}
|
346 |
-
|
347 |
-
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover,
|
348 |
-
#wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a {
|
349 |
-
color: #00b9eb;
|
350 |
-
}
|
351 |
-
|
352 |
-
#wpadminbar .quicklinks a span#ab-updates {
|
353 |
-
background: #eee;
|
354 |
-
color: #32373c;
|
355 |
-
display: inline;
|
356 |
-
padding: 2px 5px;
|
357 |
-
font-size: 10px;
|
358 |
-
font-weight: 600;
|
359 |
-
border-radius: 10px;
|
360 |
-
}
|
361 |
-
|
362 |
-
#wpadminbar .quicklinks a:hover span#ab-updates {
|
363 |
-
background: #fff;
|
364 |
-
color: #000;
|
365 |
-
}
|
366 |
-
|
367 |
-
#wpadminbar .ab-top-secondary {
|
368 |
-
float: right;
|
369 |
-
}
|
370 |
-
|
371 |
-
#wpadminbar ul li:last-child,
|
372 |
-
#wpadminbar ul li:last-child .ab-item {
|
373 |
-
box-shadow: none;
|
374 |
-
}
|
375 |
-
|
376 |
-
/**
|
377 |
-
* My Account
|
378 |
-
*/
|
379 |
-
#wp-admin-bar-my-account > ul {
|
380 |
-
min-width: 198px;
|
381 |
-
}
|
382 |
-
|
383 |
-
#wp-admin-bar-my-account > .ab-item:before {
|
384 |
-
content: "\f110";
|
385 |
-
top: 2px;
|
386 |
-
float: right;
|
387 |
-
margin-left: 6px;
|
388 |
-
margin-right: 0;
|
389 |
-
}
|
390 |
-
|
391 |
-
#wp-admin-bar-my-account.with-avatar > .ab-item:before {
|
392 |
-
display: none;
|
393 |
-
content: none;
|
394 |
-
}
|
395 |
-
|
396 |
-
#wp-admin-bar-my-account.with-avatar > ul {
|
397 |
-
min-width: 270px;
|
398 |
-
}
|
399 |
-
|
400 |
-
#wpadminbar #wp-admin-bar-user-actions > li {
|
401 |
-
margin-left: 16px;
|
402 |
-
margin-right: 16px;
|
403 |
-
}
|
404 |
-
|
405 |
-
#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
|
406 |
-
padding: 6px 0 12px;
|
407 |
-
}
|
408 |
-
|
409 |
-
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
|
410 |
-
margin-left: 88px;
|
411 |
-
}
|
412 |
-
|
413 |
-
#wpadminbar #wp-admin-bar-user-info {
|
414 |
-
margin-top: 6px;
|
415 |
-
margin-bottom: 15px;
|
416 |
-
height: auto;
|
417 |
-
background: none;
|
418 |
-
}
|
419 |
-
|
420 |
-
#wp-admin-bar-user-info .avatar {
|
421 |
-
/* TODO: The amp-img>img does not get loaded since the container is initially hidden, and :hover does not trigger a re-calc. Resizing the window does, however. */
|
422 |
-
position: absolute;
|
423 |
-
left: -72px;
|
424 |
-
top: 4px;
|
425 |
-
width: 64px;
|
426 |
-
height: 64px;
|
427 |
-
}
|
428 |
-
|
429 |
-
#wpadminbar #wp-admin-bar-user-info a {
|
430 |
-
background: none;
|
431 |
-
height: auto;
|
432 |
-
}
|
433 |
-
|
434 |
-
#wpadminbar #wp-admin-bar-user-info span {
|
435 |
-
background: none;
|
436 |
-
padding: 0;
|
437 |
-
height: 18px;
|
438 |
-
}
|
439 |
-
|
440 |
-
#wpadminbar #wp-admin-bar-user-info .display-name,
|
441 |
-
#wpadminbar #wp-admin-bar-user-info .username {
|
442 |
-
display: block;
|
443 |
-
}
|
444 |
-
|
445 |
-
#wpadminbar #wp-admin-bar-user-info .username {
|
446 |
-
color: #a0a5aa;
|
447 |
-
font-size: 11px;
|
448 |
-
}
|
449 |
-
|
450 |
-
#wpadminbar #wp-admin-bar-my-account.with-avatar > .ab-empty-item img,
|
451 |
-
#wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
|
452 |
-
width: 16px; /* Was auto. */
|
453 |
-
height: 16px;
|
454 |
-
padding: 0;
|
455 |
-
border: 1px solid #82878c;
|
456 |
-
background: #eee;
|
457 |
-
line-height: 24px;
|
458 |
-
vertical-align: middle;
|
459 |
-
margin: -4px 0 0 6px;
|
460 |
-
float: none;
|
461 |
-
display: inline-block; /* Was inline. */
|
462 |
-
}
|
463 |
-
|
464 |
-
/**
|
465 |
-
* WP Logo
|
466 |
-
*/
|
467 |
-
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
|
468 |
-
width: 15px;
|
469 |
-
height: 20px;
|
470 |
-
margin-right: 0;
|
471 |
-
padding: 6px 0 5px;
|
472 |
-
}
|
473 |
-
|
474 |
-
#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
|
475 |
-
padding: 0 7px;
|
476 |
-
}
|
477 |
-
|
478 |
-
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
|
479 |
-
content: "\f120";
|
480 |
-
top: 2px;
|
481 |
-
}
|
482 |
-
|
483 |
-
/*
|
484 |
-
* My Sites & Site Title
|
485 |
-
*/
|
486 |
-
#wpadminbar .quicklinks li .blavatar {
|
487 |
-
float: left;
|
488 |
-
font: normal 16px/1 dashicons !important;
|
489 |
-
speak: none;
|
490 |
-
-webkit-font-smoothing: antialiased;
|
491 |
-
-moz-osx-font-smoothing: grayscale;
|
492 |
-
color: #eee;
|
493 |
-
}
|
494 |
-
|
495 |
-
#wpadminbar .quicklinks li a:hover .blavatar,
|
496 |
-
#wpadminbar .quicklinks li a:focus .blavatar,
|
497 |
-
#wpadminbar .quicklinks .ab-sub-wrapper .menupop:focus-within > a .blavatar {
|
498 |
-
color: #00b9eb;
|
499 |
-
}
|
500 |
-
|
501 |
-
#wpadminbar .quicklinks li .blavatar:before {
|
502 |
-
content: "\f120";
|
503 |
-
height: 16px;
|
504 |
-
width: 16px;
|
505 |
-
display: inline-block;
|
506 |
-
margin: 6px 8px 0 -2px;
|
507 |
-
}
|
508 |
-
|
509 |
-
#wpadminbar #wp-admin-bar-appearance {
|
510 |
-
margin-top: -12px;
|
511 |
-
}
|
512 |
-
|
513 |
-
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
514 |
-
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
515 |
-
content: "\f541";
|
516 |
-
top: 2px;
|
517 |
-
}
|
518 |
-
|
519 |
-
#wpadminbar #wp-admin-bar-customize > .ab-item:before {
|
520 |
-
content: "\f540";
|
521 |
-
top: 2px;
|
522 |
-
}
|
523 |
-
|
524 |
-
|
525 |
-
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
|
526 |
-
content: "\f464";
|
527 |
-
top: 2px;
|
528 |
-
}
|
529 |
-
|
530 |
-
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
531 |
-
content: "\f226";
|
532 |
-
}
|
533 |
-
|
534 |
-
.wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
535 |
-
content: "\f102";
|
536 |
-
}
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
/**
|
541 |
-
* Comments
|
542 |
-
*/
|
543 |
-
#wpadminbar #wp-admin-bar-comments .ab-icon {
|
544 |
-
margin-right: 6px;
|
545 |
-
}
|
546 |
-
|
547 |
-
#wpadminbar #wp-admin-bar-comments .ab-icon:before {
|
548 |
-
content: "\f101";
|
549 |
-
top: 3px;
|
550 |
-
}
|
551 |
-
|
552 |
-
#wpadminbar #wp-admin-bar-comments .count-0 {
|
553 |
-
opacity: .5;
|
554 |
-
}
|
555 |
-
|
556 |
-
/**
|
557 |
-
* New Content
|
558 |
-
*/
|
559 |
-
#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
|
560 |
-
content: "\f132";
|
561 |
-
top: 4px;
|
562 |
-
}
|
563 |
-
|
564 |
-
/**
|
565 |
-
* Updates
|
566 |
-
*/
|
567 |
-
#wpadminbar #wp-admin-bar-updates .ab-icon:before {
|
568 |
-
content: "\f463";
|
569 |
-
top: 2px;
|
570 |
-
}
|
571 |
-
|
572 |
-
/**
|
573 |
-
* Search
|
574 |
-
*/
|
575 |
-
#wpadminbar #wp-admin-bar-search .ab-item {
|
576 |
-
padding: 0;
|
577 |
-
background: transparent;
|
578 |
-
}
|
579 |
-
|
580 |
-
#wpadminbar #adminbarsearch {
|
581 |
-
position: relative;
|
582 |
-
height: 32px;
|
583 |
-
padding: 0 2px;
|
584 |
-
z-index: 1;
|
585 |
-
}
|
586 |
-
|
587 |
-
#wpadminbar #adminbarsearch:before {
|
588 |
-
position: absolute;
|
589 |
-
top: 6px;
|
590 |
-
left: 5px;
|
591 |
-
z-index: 20;
|
592 |
-
font: normal 20px/1 dashicons !important;
|
593 |
-
content: "\f179";
|
594 |
-
speak: none;
|
595 |
-
-webkit-font-smoothing: antialiased;
|
596 |
-
-moz-osx-font-smoothing: grayscale;
|
597 |
-
}
|
598 |
-
|
599 |
-
/* The admin bar search field needs to reset many styles that might be inherited from the active Theme CSS. See ticket #40313. */
|
600 |
-
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
|
601 |
-
display: inline-block;
|
602 |
-
float: none;
|
603 |
-
position: relative;
|
604 |
-
z-index: 30;
|
605 |
-
font-size: 13px;
|
606 |
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
607 |
-
line-height: 24px;
|
608 |
-
text-indent: 0;
|
609 |
-
height: 24px;
|
610 |
-
width: 24px;
|
611 |
-
max-width: none;
|
612 |
-
padding: 0 3px 0 24px;
|
613 |
-
margin: 0;
|
614 |
-
color: #ccc;
|
615 |
-
background-color: rgba( 255, 255, 255, 0 );
|
616 |
-
border: none;
|
617 |
-
outline: none;
|
618 |
-
cursor: pointer;
|
619 |
-
box-shadow: none;
|
620 |
-
box-sizing: border-box;
|
621 |
-
transition-duration: 400ms;
|
622 |
-
transition-property: width, background;
|
623 |
-
transition-timing-function: ease;
|
624 |
-
}
|
625 |
-
|
626 |
-
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
|
627 |
-
z-index: 10;
|
628 |
-
color: #000;
|
629 |
-
width: 200px;
|
630 |
-
background-color: rgba( 255, 255, 255, 0.9 );
|
631 |
-
cursor: text;
|
632 |
-
border: 0;
|
633 |
-
}
|
634 |
-
|
635 |
-
/* Removed IE hacks. */
|
636 |
-
|
637 |
-
#wpadminbar #adminbarsearch .adminbar-button {
|
638 |
-
display: none;
|
639 |
-
}
|
640 |
-
|
641 |
-
/**
|
642 |
-
* Customize support classes
|
643 |
-
*/
|
644 |
-
.no-customize-support .hide-if-no-customize,
|
645 |
-
.customize-support .hide-if-customize,
|
646 |
-
.no-customize-support #wpadminbar .hide-if-no-customize,
|
647 |
-
.no-customize-support.wp-core-ui .hide-if-no-customize,
|
648 |
-
.no-customize-support .wp-core-ui .hide-if-no-customize,
|
649 |
-
.customize-support #wpadminbar .hide-if-customize,
|
650 |
-
.customize-support.wp-core-ui .hide-if-customize,
|
651 |
-
.customize-support .wp-core-ui .hide-if-customize {
|
652 |
-
display: none;
|
653 |
-
}
|
654 |
-
|
655 |
-
/* Skip link */
|
656 |
-
#wpadminbar .screen-reader-text,
|
657 |
-
#wpadminbar .screen-reader-text span {
|
658 |
-
border: 0;
|
659 |
-
clip: rect(1px, 1px, 1px, 1px);
|
660 |
-
-webkit-clip-path: inset(50%);
|
661 |
-
clip-path: inset(50%);
|
662 |
-
height: 1px;
|
663 |
-
margin: -1px;
|
664 |
-
overflow: hidden;
|
665 |
-
padding: 0;
|
666 |
-
position: absolute;
|
667 |
-
width: 1px;
|
668 |
-
word-wrap: normal !important;
|
669 |
-
}
|
670 |
-
|
671 |
-
#wpadminbar .screen-reader-shortcut {
|
672 |
-
position: absolute;
|
673 |
-
top: -1000em;
|
674 |
-
}
|
675 |
-
|
676 |
-
#wpadminbar .screen-reader-shortcut:focus {
|
677 |
-
left: 6px;
|
678 |
-
top: 7px;
|
679 |
-
height: auto;
|
680 |
-
width: auto;
|
681 |
-
display: block;
|
682 |
-
font-size: 14px;
|
683 |
-
font-weight: 600;
|
684 |
-
padding: 15px 23px 14px;
|
685 |
-
background: #f1f1f1;
|
686 |
-
color: #0073aa;
|
687 |
-
z-index: 100000;
|
688 |
-
line-height: normal;
|
689 |
-
text-decoration: none;
|
690 |
-
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
|
691 |
-
}
|
692 |
-
|
693 |
-
/**
|
694 |
-
* Removed IE 6-targeted rules
|
695 |
-
*/
|
696 |
-
|
697 |
-
/* Removed No @font-face support */
|
698 |
-
|
699 |
-
@media screen and ( max-width: 782px ) {
|
700 |
-
/* Toolbar Touchification*/
|
701 |
-
html #wpadminbar {
|
702 |
-
height: 46px;
|
703 |
-
min-width: 300px;
|
704 |
-
}
|
705 |
-
|
706 |
-
#wpadminbar * {
|
707 |
-
font-size: 14px;
|
708 |
-
font-weight: 400;
|
709 |
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
710 |
-
line-height: 32px;
|
711 |
-
}
|
712 |
-
|
713 |
-
#wpadminbar .quicklinks > ul > li > a,
|
714 |
-
#wpadminbar .quicklinks .ab-empty-item {
|
715 |
-
padding: 0;
|
716 |
-
height: 46px;
|
717 |
-
line-height: 46px;
|
718 |
-
width: auto;
|
719 |
-
}
|
720 |
-
|
721 |
-
#wpadminbar .ab-icon {
|
722 |
-
font: 40px/1 dashicons !important;
|
723 |
-
margin: 0;
|
724 |
-
padding: 0;
|
725 |
-
width: 52px;
|
726 |
-
height: 46px;
|
727 |
-
text-align: center;
|
728 |
-
}
|
729 |
-
|
730 |
-
#wpadminbar .ab-icon:before {
|
731 |
-
text-align: center;
|
732 |
-
}
|
733 |
-
|
734 |
-
#wpadminbar .ab-submenu {
|
735 |
-
padding: 0;
|
736 |
-
}
|
737 |
-
|
738 |
-
#wpadminbar #wp-admin-bar-site-name a.ab-item,
|
739 |
-
#wpadminbar #wp-admin-bar-my-sites a.ab-item,
|
740 |
-
#wpadminbar #wp-admin-bar-my-account a.ab-item {
|
741 |
-
text-overflow: clip;
|
742 |
-
}
|
743 |
-
|
744 |
-
#wpadminbar .ab-label {
|
745 |
-
display: none;
|
746 |
-
}
|
747 |
-
|
748 |
-
#wpadminbar .menupop li:hover > .ab-sub-wrapper,
|
749 |
-
#wpadminbar .menupop li:focus-within > .ab-sub-wrapper {
|
750 |
-
margin-top: -46px;
|
751 |
-
}
|
752 |
-
|
753 |
-
#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop > .ab-item {
|
754 |
-
padding-right: 30px;
|
755 |
-
}
|
756 |
-
|
757 |
-
#wpadminbar .menupop .menupop > .ab-item:before {
|
758 |
-
top: 10px;
|
759 |
-
right: 6px;
|
760 |
-
}
|
761 |
-
|
762 |
-
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item {
|
763 |
-
font-size: 16px;
|
764 |
-
padding: 8px 16px;
|
765 |
-
}
|
766 |
-
|
767 |
-
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty {
|
768 |
-
display: none;
|
769 |
-
}
|
770 |
-
|
771 |
-
/* WP logo */
|
772 |
-
#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
|
773 |
-
padding: 0;
|
774 |
-
}
|
775 |
-
|
776 |
-
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
|
777 |
-
padding: 0;
|
778 |
-
width: 52px;
|
779 |
-
height: 46px;
|
780 |
-
text-align: center;
|
781 |
-
vertical-align: top;
|
782 |
-
}
|
783 |
-
|
784 |
-
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
|
785 |
-
font: 28px/1 dashicons !important;
|
786 |
-
top: -3px;
|
787 |
-
}
|
788 |
-
|
789 |
-
#wpadminbar .ab-icon,
|
790 |
-
#wpadminbar .ab-item:before {
|
791 |
-
padding: 0;
|
792 |
-
}
|
793 |
-
|
794 |
-
/* My Sites and "Site Title" menu */
|
795 |
-
#wpadminbar #wp-admin-bar-my-sites > .ab-item,
|
796 |
-
#wpadminbar #wp-admin-bar-site-name > .ab-item,
|
797 |
-
#wpadminbar #wp-admin-bar-customize > .ab-item,
|
798 |
-
#wpadminbar #wp-admin-bar-edit > .ab-item,
|
799 |
-
#wpadminbar #wp-admin-bar-my-account > .ab-item {
|
800 |
-
text-indent: 100%;
|
801 |
-
white-space: nowrap;
|
802 |
-
overflow: hidden;
|
803 |
-
width: 52px;
|
804 |
-
padding: 0;
|
805 |
-
color: #a0a5aa; /* @todo not needed? this text is hidden */
|
806 |
-
position: relative;
|
807 |
-
}
|
808 |
-
|
809 |
-
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
|
810 |
-
#wpadminbar .ab-icon,
|
811 |
-
#wpadminbar .ab-item:before {
|
812 |
-
padding: 0;
|
813 |
-
margin-right: 0;
|
814 |
-
}
|
815 |
-
|
816 |
-
#wpadminbar #wp-admin-bar-edit > .ab-item:before,
|
817 |
-
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
818 |
-
#wpadminbar #wp-admin-bar-site-name > .ab-item:before,
|
819 |
-
#wpadminbar #wp-admin-bar-customize > .ab-item:before,
|
820 |
-
#wpadminbar #wp-admin-bar-my-account > .ab-item:before {
|
821 |
-
display: block;
|
822 |
-
text-indent: 0;
|
823 |
-
font: normal 32px/1 dashicons;
|
824 |
-
speak: none;
|
825 |
-
top: 7px;
|
826 |
-
width: 52px;
|
827 |
-
text-align: center;
|
828 |
-
-webkit-font-smoothing: antialiased;
|
829 |
-
-moz-osx-font-smoothing: grayscale;
|
830 |
-
}
|
831 |
-
|
832 |
-
#wpadminbar #wp-admin-bar-appearance {
|
833 |
-
margin-top: 0;
|
834 |
-
}
|
835 |
-
|
836 |
-
#wpadminbar .quicklinks li .blavatar:before {
|
837 |
-
display: none;
|
838 |
-
}
|
839 |
-
|
840 |
-
/* Search */
|
841 |
-
#wpadminbar #wp-admin-bar-search {
|
842 |
-
display: none;
|
843 |
-
}
|
844 |
-
|
845 |
-
/* New Content */
|
846 |
-
#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
|
847 |
-
top: 0;
|
848 |
-
line-height: 53px;
|
849 |
-
height: 46px !important;
|
850 |
-
text-align: center;
|
851 |
-
width: 52px;
|
852 |
-
display: block;
|
853 |
-
}
|
854 |
-
|
855 |
-
/* Updates */
|
856 |
-
#wpadminbar #wp-admin-bar-updates {
|
857 |
-
text-align: center;
|
858 |
-
}
|
859 |
-
|
860 |
-
#wpadminbar #wp-admin-bar-updates .ab-icon:before {
|
861 |
-
top: 3px;
|
862 |
-
}
|
863 |
-
|
864 |
-
/* Comments */
|
865 |
-
#wpadminbar #wp-admin-bar-comments .ab-icon {
|
866 |
-
margin: 0;
|
867 |
-
}
|
868 |
-
|
869 |
-
#wpadminbar #wp-admin-bar-comments .ab-icon:before {
|
870 |
-
display: block;
|
871 |
-
font-size: 34px;
|
872 |
-
height: 46px;
|
873 |
-
line-height: 47px;
|
874 |
-
top: 0;
|
875 |
-
}
|
876 |
-
|
877 |
-
/* My Account */
|
878 |
-
#wpadminbar #wp-admin-bar-my-account > a {
|
879 |
-
position: relative;
|
880 |
-
white-space: nowrap;
|
881 |
-
text-indent: 150%; /* More than 100% indention is needed since this element has padding */
|
882 |
-
width: 28px;
|
883 |
-
padding: 0 10px;
|
884 |
-
overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */
|
885 |
-
}
|
886 |
-
|
887 |
-
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
|
888 |
-
position: absolute;
|
889 |
-
top: 13px;
|
890 |
-
right: 10px;
|
891 |
-
width: 26px;
|
892 |
-
height: 26px;
|
893 |
-
}
|
894 |
-
|
895 |
-
#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
|
896 |
-
padding: 0;
|
897 |
-
}
|
898 |
-
|
899 |
-
#wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar {
|
900 |
-
display: none;
|
901 |
-
}
|
902 |
-
|
903 |
-
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
|
904 |
-
margin: 0;
|
905 |
-
}
|
906 |
-
|
907 |
-
#wpadminbar #wp-admin-bar-user-info .display-name {
|
908 |
-
height: auto;
|
909 |
-
font-size: 16px;
|
910 |
-
line-height: 24px;
|
911 |
-
color: #eee;
|
912 |
-
}
|
913 |
-
|
914 |
-
#wpadminbar #wp-admin-bar-user-info a {
|
915 |
-
padding-top: 4px;
|
916 |
-
}
|
917 |
-
|
918 |
-
#wpadminbar #wp-admin-bar-user-info .username {
|
919 |
-
line-height: 0.8 !important;
|
920 |
-
margin-bottom: -2px;
|
921 |
-
}
|
922 |
-
|
923 |
-
/* Show only default top level items */
|
924 |
-
#wp-toolbar > ul > li {
|
925 |
-
display: none;
|
926 |
-
}
|
927 |
-
|
928 |
-
#wpadminbar li#wp-admin-bar-menu-toggle,
|
929 |
-
#wpadminbar li#wp-admin-bar-wp-logo,
|
930 |
-
#wpadminbar li#wp-admin-bar-my-sites,
|
931 |
-
#wpadminbar li#wp-admin-bar-updates,
|
932 |
-
#wpadminbar li#wp-admin-bar-site-name,
|
933 |
-
#wpadminbar li#wp-admin-bar-customize,
|
934 |
-
#wpadminbar li#wp-admin-bar-new-content,
|
935 |
-
#wpadminbar li#wp-admin-bar-edit,
|
936 |
-
#wpadminbar li#wp-admin-bar-comments,
|
937 |
-
#wpadminbar li#wp-admin-bar-my-account {
|
938 |
-
display: block;
|
939 |
-
}
|
940 |
-
|
941 |
-
/* Allow dropdown list items to appear normally */
|
942 |
-
#wpadminbar li:hover ul li,
|
943 |
-
#wpadminbar li:focus-within ul li,
|
944 |
-
#wpadminbar li:hover ul li:hover ul li {
|
945 |
-
display: list-item;
|
946 |
-
}
|
947 |
-
|
948 |
-
/* Override default min-width so dropdown lists aren't stretched
|
949 |
-
to 100% viewport width at responsive sizes. */
|
950 |
-
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
951 |
-
min-width: -webkit-fit-content;
|
952 |
-
min-width: -moz-fit-content;
|
953 |
-
min-width: fit-content;
|
954 |
-
}
|
955 |
-
|
956 |
-
#wpadminbar ul#wp-admin-bar-root-default > li {
|
957 |
-
margin-right: 0;
|
958 |
-
}
|
959 |
-
|
960 |
-
/* Experimental fix for touch toolbar dropdown positioning */
|
961 |
-
#wpadminbar .ab-top-menu,
|
962 |
-
#wpadminbar .ab-top-secondary,
|
963 |
-
#wpadminbar #wp-admin-bar-wp-logo,
|
964 |
-
#wpadminbar #wp-admin-bar-my-sites,
|
965 |
-
#wpadminbar #wp-admin-bar-site-name,
|
966 |
-
#wpadminbar #wp-admin-bar-updates,
|
967 |
-
#wpadminbar #wp-admin-bar-comments,
|
968 |
-
#wpadminbar #wp-admin-bar-new-content,
|
969 |
-
#wpadminbar #wp-admin-bar-edit,
|
970 |
-
#wpadminbar #wp-admin-bar-my-account {
|
971 |
-
position: static;
|
972 |
-
}
|
973 |
-
|
974 |
-
#wpadminbar #wp-admin-bar-my-account {
|
975 |
-
float: right;
|
976 |
-
}
|
977 |
-
|
978 |
-
.network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account {
|
979 |
-
margin-right: 0;
|
980 |
-
}
|
981 |
-
|
982 |
-
/* Realign arrows on taller responsive submenus */
|
983 |
-
|
984 |
-
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
985 |
-
top: 10px;
|
986 |
-
left: 0;
|
987 |
-
}
|
988 |
-
}
|
989 |
-
|
990 |
-
/* Smartphone */
|
991 |
-
@media screen and (max-width: 600px) {
|
992 |
-
/* Removed: #wpadminbar { position: absolute; } */
|
993 |
-
|
994 |
-
#wp-responsive-overlay {
|
995 |
-
position: fixed;
|
996 |
-
top: 0;
|
997 |
-
left: 0;
|
998 |
-
width: 100%;
|
999 |
-
height: 100%;
|
1000 |
-
z-index: 400;
|
1001 |
-
}
|
1002 |
-
|
1003 |
-
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
1004 |
-
width: 100%;
|
1005 |
-
left: 0;
|
1006 |
-
}
|
1007 |
-
|
1008 |
-
#wpadminbar .menupop .menupop > .ab-item:before {
|
1009 |
-
display: none;
|
1010 |
-
}
|
1011 |
-
|
1012 |
-
#wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper {
|
1013 |
-
margin-left: 0;
|
1014 |
-
}
|
1015 |
-
|
1016 |
-
#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper {
|
1017 |
-
margin: 0;
|
1018 |
-
width: 100%;
|
1019 |
-
top: auto;
|
1020 |
-
left: auto;
|
1021 |
-
position: relative;
|
1022 |
-
}
|
1023 |
-
|
1024 |
-
#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper .ab-item {
|
1025 |
-
font-size: 16px;
|
1026 |
-
padding: 6px 15px 19px 30px;
|
1027 |
-
}
|
1028 |
-
|
1029 |
-
#wpadminbar li:hover ul li ul li {
|
1030 |
-
display: list-item;
|
1031 |
-
}
|
1032 |
-
|
1033 |
-
#wpadminbar li#wp-admin-bar-wp-logo,
|
1034 |
-
#wpadminbar li#wp-admin-bar-updates {
|
1035 |
-
display: none;
|
1036 |
-
}
|
1037 |
-
|
1038 |
-
/* Make submenus full-width at this size */
|
1039 |
-
|
1040 |
-
#wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper {
|
1041 |
-
position: static;
|
1042 |
-
box-shadow: none;
|
1043 |
-
}
|
1044 |
-
}
|
1045 |
-
|
1046 |
-
/* Very narrow screens */
|
1047 |
-
@media screen and (max-width: 400px) {
|
1048 |
-
#wpadminbar li#wp-admin-bar-comments {
|
1049 |
-
display: none;
|
1050 |
-
}
|
1051 |
-
}
|
1052 |
-
html{
|
1053 |
-
margin-top: 32px;
|
1054 |
-
}
|
1 |
+
#wpadminbar,#wpadminbar *{font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:32px}#wpadminbar *{height:auto;width:auto;margin:0;padding:0;text-shadow:none;text-transform:none;letter-spacing:normal;border-radius:0;box-sizing:content-box;transition:none;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}#wpadminbar .ab-empty-item{cursor:default;outline:0}#wpadminbar .ab-empty-item,#wpadminbar a.ab-item,#wpadminbar>#wp-toolbar span.ab-label{color:#eee}#wpadminbar #wp-admin-bar-site-name a.ab-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#wpadminbar ul li:after,#wpadminbar ul li:before{content:normal}#wpadminbar a,#wpadminbar a:hover{outline:0;border:0;text-decoration:none;background:0}#wpadminbar a:active,#wpadminbar a:focus,#wpadminbar div{box-shadow:none;outline:0}#wpadminbar{direction:ltr;color:#ccc;height:32px;position:fixed;top:0;left:0;width:100%;min-width:600px;z-index:99999;background:#23282d}#wpadminbar .ab-sub-wrapper,#wpadminbar ul,#wpadminbar ul li{background:0;clear:none;list-style:none;margin:0;padding:0;position:relative;text-indent:0;z-index:99999}#wpadminbar ul#wp-admin-bar-root-default>li{margin-right:0}#wpadminbar .quicklinks ul{text-align:left}#wpadminbar li{float:left}#wpadminbar .quicklinks .ab-top-secondary>li{float:right}#wpadminbar .quicklinks .ab-empty-item,#wpadminbar .quicklinks a{height:32px;display:block;padding:0 10px;margin:0}#wpadminbar .quicklinks>ul>li>a{padding:0 8px 0 7px}#wpadminbar .menupop .ab-sub-wrapper{margin:0;padding:0;box-shadow:0 3px 5px rgba(0,0,0,.2);background:#32373c;display:none;position:absolute;float:none}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{min-width:100%}#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper{right:0;left:auto}#wpadminbar .ab-submenu{padding:6px 0}#wpadminbar .quicklinks .menupop ul li{float:none}#wpadminbar .quicklinks .menupop ul li .ab-item,#wpadminbar .quicklinks .menupop:focus-within ul li .ab-item,#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item{line-height:26px;height:26px;white-space:nowrap;min-width:140px}#wpadminbar li:focus-within>.ab-sub-wrapper,#wpadminbar.nojs li:hover>.ab-sub-wrapper{display:block}#wpadminbar .menupop li:focus-within>.ab-sub-wrapper,#wpadminbar .menupop li:hover>.ab-sub-wrapper{margin-left:100%;margin-top:-32px}#wpadminbar .ab-top-menu>li:focus-within>.ab-item,#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus{background:#32373c;color:#00b9eb}#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label,#wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label,#wpadminbar>#wp-toolbar li:focus-within span.ab-label{color:#00b9eb}#wpadminbar .ab-icon,#wpadminbar .ab-item:before,#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{position:relative;float:left;font:400 20px/1 dashicons;speak:none;padding:4px 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none;margin-right:6px}#wpadminbar .ab-icon:before,#wpadminbar .ab-item:before{color:#a0a5aa;color:rgba(240,245,250,.6);position:relative;transition:all .1s ease-in-out}#wpadminbar .ab-label{display:inline-block;height:32px}#wpadminbar .ab-submenu .ab-item,#wpadminbar .quicklinks .menupop ul li a,#wpadminbar .quicklinks .menupop:focus-within ul li a,#wpadminbar.nojs .quicklinks .menupop:hover ul li a{color:#b4b9be;color:rgba(240,245,250,.7)}#wpadminbar .quicklinks .menupop ul li a:focus,#wpadminbar .quicklinks .menupop ul li a:hover,#wpadminbar .quicklinks .menupop:focus-within ul li a:focus,#wpadminbar .quicklinks .menupop:focus-within ul li a:hover,#wpadminbar .quicklinks .menupop:focus-within ul li div[tabindex]:focus,#wpadminbar .quicklinks .menupop:focus-within ul li div[tabindex]:hover,#wpadminbar li .ab-item:focus .ab-icon:before,#wpadminbar li .ab-item:focus:before,#wpadminbar li a:focus .ab-icon:before,#wpadminbar li:focus-within .ab-icon:before,#wpadminbar li:focus-within .ab-item:before,#wpadminbar li:hover .ab-icon:before,#wpadminbar li:hover .ab-item:before,#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover{color:#00b9eb}#wpadminbar .menupop .menupop>.ab-item:before{position:absolute;font:400 17px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:1px;right:4px;content:"\f139";color:inherit}#wpadminbar .menupop .menupop>.ab-item{display:block;padding-right:2em}#wpadminbar .quicklinks .menupop ul.ab-sub-secondary{display:block;position:relative;right:auto;margin:0;box-shadow:none;background:#464b50}#wpadminbar .quicklinks .menupop .ab-sub-secondary>li>a:hover{color:#00b9eb}#wpadminbar .ab-top-secondary{float:right}#wpadminbar ul li:last-child,#wpadminbar ul li:last-child .ab-item{box-shadow:none}#wp-admin-bar-my-account>.ab-item:before{content:"\f110";top:2px;float:right;margin-left:6px;margin-right:0}#wp-admin-bar-my-account.with-avatar>.ab-item:before{display:none;content:none}#wpadminbar #wp-admin-bar-user-actions>li{margin-left:16px;margin-right:16px}#wpadminbar #wp-admin-bar-user-actions.ab-submenu{padding:6px 0 12px}#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li{margin-left:88px}#wpadminbar #wp-admin-bar-user-info{margin-top:6px;margin-bottom:15px;height:auto;background:0}#wpadminbar #wp-admin-bar-user-info a{background:0;height:auto}#wpadminbar #wp-admin-bar-user-info span{background:0;padding:0;height:18px}#wpadminbar #wp-admin-bar-user-info .display-name{display:block}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{width:15px;height:20px;margin-right:0;padding:6px 0 5px}#wpadminbar #wp-admin-bar-wp-logo>.ab-item{padding:0 7px}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before{content:"\f120";top:2px}#wpadminbar #wp-admin-bar-appearance{margin-top:-12px}#wpadminbar #wp-admin-bar-customize>.ab-item:before{content:"\f540";top:2px}#wpadminbar #wp-admin-bar-edit>.ab-item:before{content:"\f464";top:2px}#wpadminbar #wp-admin-bar-site-name>.ab-item:before{top:2px;content:"\f226"}#wpadminbar #wp-admin-bar-comments .ab-icon{margin-right:6px}#wpadminbar #wp-admin-bar-comments .ab-icon:before{content:"\f101";top:3px}#wpadminbar #wp-admin-bar-comments .count-0{opacity:.5}#wpadminbar #wp-admin-bar-new-content .ab-icon:before{content:"\f132";top:4px}#wpadminbar #wp-admin-bar-updates .ab-icon:before{content:"\f463";top:2px}#wpadminbar .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}#wpadminbar .screen-reader-shortcut{position:absolute;top:-1000em}#wpadminbar .screen-reader-shortcut:focus{left:6px;top:7px;height:auto;width:auto;display:block;font-size:14px;font-weight:600;padding:15px 23px 14px;background:#f1f1f1;color:#0073aa;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,.6)}@media screen and (max-width:782px){html #wpadminbar{height:46px;min-width:300px}#wpadminbar *{font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:32px}#wpadminbar .quicklinks .ab-empty-item,#wpadminbar .quicklinks>ul>li>a{padding:0;height:46px;line-height:46px;width:auto}#wpadminbar .ab-icon{font:40px/1 dashicons;margin:0;width:52px;height:46px;text-align:center}#wpadminbar .ab-icon:before{text-align:center}#wpadminbar .ab-submenu{padding:0}#wpadminbar #wp-admin-bar-my-account a.ab-item,#wpadminbar #wp-admin-bar-site-name a.ab-item{text-overflow:clip}#wpadminbar .ab-label{display:none}#wpadminbar .menupop li:focus-within>.ab-sub-wrapper,#wpadminbar .menupop li:hover>.ab-sub-wrapper{margin-top:-46px}#wpadminbar #wp-admin-bar-comments .ab-icon,#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li{margin:0}#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop>.ab-item{padding-right:30px}#wpadminbar .menupop .menupop>.ab-item:before{top:10px;right:6px}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-item{font-size:16px;padding:8px 16px}#wpadminbar #wp-admin-bar-wp-logo>.ab-item{padding:0}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{padding:0;width:52px;height:46px;text-align:center;vertical-align:top}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before{font:28px/1 dashicons;top:-3px}#wpadminbar .ab-icon,#wpadminbar .ab-item:before{padding:0}#wpadminbar #wp-admin-bar-customize>.ab-item,#wpadminbar #wp-admin-bar-edit>.ab-item,#wpadminbar #wp-admin-bar-my-account>.ab-item,#wpadminbar #wp-admin-bar-site-name>.ab-item{text-indent:100%;white-space:nowrap;overflow:hidden;width:52px;padding:0;color:#a0a5aa;position:relative}#wpadminbar .ab-icon,#wpadminbar .ab-item:before,#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{padding:0;margin-right:0}#wpadminbar #wp-admin-bar-customize>.ab-item:before,#wpadminbar #wp-admin-bar-edit>.ab-item:before,#wpadminbar #wp-admin-bar-my-account>.ab-item:before,#wpadminbar #wp-admin-bar-site-name>.ab-item:before{display:block;text-indent:0;font:400 32px/1 dashicons;speak:none;top:7px;width:52px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpadminbar #wp-admin-bar-appearance{margin-top:0}#wpadminbar #wp-admin-bar-new-content .ab-icon:before{top:0;line-height:53px;height:46px;text-align:center;width:52px;display:block}#wpadminbar #wp-admin-bar-updates{text-align:center}#wpadminbar #wp-admin-bar-updates .ab-icon:before{top:3px}#wpadminbar #wp-admin-bar-comments .ab-icon:before{display:block;font-size:34px;height:46px;line-height:47px;top:0}#wpadminbar #wp-admin-bar-my-account>a{position:relative;white-space:nowrap;text-indent:150%;width:28px;padding:0 10px;overflow:hidden}#wpadminbar #wp-admin-bar-user-actions.ab-submenu{padding:0}#wpadminbar #wp-admin-bar-user-info .display-name{height:auto;font-size:16px;line-height:24px;color:#eee}#wpadminbar #wp-admin-bar-user-info a{padding-top:4px}#wp-toolbar>ul>li{display:none}#wpadminbar li#wp-admin-bar-comments,#wpadminbar li#wp-admin-bar-customize,#wpadminbar li#wp-admin-bar-edit,#wpadminbar li#wp-admin-bar-my-account,#wpadminbar li#wp-admin-bar-new-content,#wpadminbar li#wp-admin-bar-site-name,#wpadminbar li#wp-admin-bar-updates,#wpadminbar li#wp-admin-bar-wp-logo{display:block}#wpadminbar li:focus-within ul li,#wpadminbar li:hover ul li,#wpadminbar li:hover ul li:hover ul li{display:list-item}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}#wpadminbar ul#wp-admin-bar-root-default>li{margin-right:0}#wpadminbar #wp-admin-bar-comments,#wpadminbar #wp-admin-bar-edit,#wpadminbar #wp-admin-bar-my-account,#wpadminbar #wp-admin-bar-new-content,#wpadminbar #wp-admin-bar-site-name,#wpadminbar #wp-admin-bar-updates,#wpadminbar #wp-admin-bar-wp-logo,#wpadminbar .ab-top-menu,#wpadminbar .ab-top-secondary{position:static}#wpadminbar #wp-admin-bar-my-account{float:right}}@media screen and (max-width:600px){#wpadminbar .menupop .menupop>.ab-item:before,#wpadminbar li#wp-admin-bar-updates,#wpadminbar li#wp-admin-bar-wp-logo{display:none}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{width:100%;left:0}#wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper{margin-left:0}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper{margin:0;width:100%;top:auto;left:auto;position:static;box-shadow:none}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper .ab-item{font-size:16px;padding:6px 15px 19px 30px}#wpadminbar li:hover ul li ul li{display:list-item}}@media screen and (max-width:400px){#wpadminbar li#wp-admin-bar-comments{display:none}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|