diff options
author | Yury German <blueknight@gentoo.org> | 2019-04-28 18:30:29 -0400 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2019-04-28 18:30:29 -0400 |
commit | 4ef1e1c47c509ea8ca1f194fcfb9ce816c01f29e (patch) | |
tree | 171fddc56d74d8492ffb703f04543896b6344243 /themes/mantra | |
parent | Updating packages for 5.1.1 (diff) | |
download | blogs-gentoo-4ef1e1c47c509ea8ca1f194fcfb9ce816c01f29e.tar.gz blogs-gentoo-4ef1e1c47c509ea8ca1f194fcfb9ce816c01f29e.tar.bz2 blogs-gentoo-4ef1e1c47c509ea8ca1f194fcfb9ce816c01f29e.zip |
Updating the themes
Updated themes. The followng themes updated:
Mantra - 3.0.5 => 3.1.0, Twenty Fifteen 2.2 => 2.4
Twenty Fourteen 2.4 => 2.6, Twenty Sixteen 1.7 => 1.9
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'themes/mantra')
-rw-r--r-- | themes/mantra/admin/js/admin.js | 8 | ||||
-rw-r--r-- | themes/mantra/admin/settings.php | 2 | ||||
-rw-r--r-- | themes/mantra/functions.php | 2 | ||||
-rw-r--r-- | themes/mantra/includes/custom-styles.php | 10 | ||||
-rw-r--r-- | themes/mantra/includes/theme-frontpage.php | 4 | ||||
-rw-r--r-- | themes/mantra/includes/theme-functions.php | 3 | ||||
-rw-r--r-- | themes/mantra/includes/theme-setup.php | 3 | ||||
-rw-r--r-- | themes/mantra/readme.txt | 26 | ||||
-rw-r--r-- | themes/mantra/resources/css/rtl.css | 1 | ||||
-rw-r--r-- | themes/mantra/style.css | 335 |
10 files changed, 240 insertions, 154 deletions
diff --git a/themes/mantra/admin/js/admin.js b/themes/mantra/admin/js/admin.js index d026e51f..462394f0 100644 --- a/themes/mantra/admin/js/admin.js +++ b/themes/mantra/admin/js/admin.js @@ -41,7 +41,7 @@ jQuery(document).ready(function() { }); // Jquery confim window on reset to defaults - jQuery('#mantra_defaults').click (function() { + jQuery('#mantra_defaults').click( function() { if (!confirm('Reset Mantra Settings to Defaults?')) { return false; } }); @@ -130,12 +130,12 @@ jQuery(document).ready(function() { $sliderNr=jQuery('#mantra_slideType').val(); //Show category if a category type is selected if ($sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) - jQuery('#slider-category').show(); - else jQuery('#slider-category').hide(); + jQuery('#slider-category').show(); + else jQuery('#slider-category').hide(); //Show number of slides if that's the case if ($sliderNr=="Latest Posts" || $sliderNr =="Random Posts" || $sliderNr =="Sticky Posts" || $sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) jQuery('#slider-post-number').show(); - else jQuery('#slider-post-number').hide(); + else jQuery('#slider-post-number').hide(); });//onchange funciton diff --git a/themes/mantra/admin/settings.php b/themes/mantra/admin/settings.php index 553b2d6f..81875345 100644 --- a/themes/mantra/admin/settings.php +++ b/themes/mantra/admin/settings.php @@ -258,7 +258,7 @@ function doAjaxRequest(){ jQuery('#post-dropdown').html(data); }, error: function(errorThrown){ - alert('Error':errorThrown); + alert( {'Error':errorThrown} ); console.log(errorThrown); } }); diff --git a/themes/mantra/functions.php b/themes/mantra/functions.php index 903c40e7..ff875ae0 100644 --- a/themes/mantra/functions.php +++ b/themes/mantra/functions.php @@ -9,7 +9,7 @@ // theme specifics define ('_CRYOUT_THEME_NAME','mantra'); -define ('_CRYOUT_THEME_VERSION','3.0.5'); +define ('_CRYOUT_THEME_VERSION','3.1.0'); require_once(get_template_directory() . "/admin/main.php"); // Load necessary admin files diff --git a/themes/mantra/includes/custom-styles.php b/themes/mantra/includes/custom-styles.php index 153ef422..9ec4b91b 100644 --- a/themes/mantra/includes/custom-styles.php +++ b/themes/mantra/includes/custom-styles.php @@ -176,7 +176,7 @@ function mantra_custom_styles() { if ($mantra_footercolor != "171717") { ?> #footer2 { background-color:<?php echo esc_attr( $mantra_footercolor ); ?>; }<?php }
if ($mantra_titlecolor != "0D85CC") { ?> #site-title span a { color:<?php echo esc_attr( $mantra_titlecolor ); ?>; }<?php }
if ($mantra_descriptioncolor != "0D85CC") { ?> #site-description { color:<?php echo esc_attr( $mantra_descriptioncolor ); ?>; }<?php }
- if ($mantra_contentcolor != "333333") { ?> #content, #content p, #content ul, #content ol { color:<?php echo esc_attr( $mantra_contentcolor ); ?> ;}<?php }
+ if ($mantra_contentcolor != "333333") { ?> #content { color:<?php echo esc_attr( $mantra_contentcolor ); ?> ;}<?php }
if ($mantra_linkscolor != "0D85CC") { ?> .widget-area a:link, .widget-area a:visited, a:link, a:visited ,#searchform #s:hover, #container #s:hover, #access a:hover,
#wp-calendar tbody td a, #site-info a, #site-copyright a, #access li:hover > a,
#access ul ul:hover > a { color:<?php echo esc_attr( $mantra_linkscolor ); ?>; }<?php }
@@ -188,10 +188,10 @@ function mantra_custom_styles() { if ($mantra_sideheadbackcolor != "444444") { ?> .widget-title { background-color:<?php echo esc_attr( $mantra_sideheadbackcolor ); ?>; }<?php }
if ($mantra_sideheadtextcolor != "2EA5FD") { ?> .widget-title { color:<?php echo esc_attr( $mantra_sideheadtextcolor ); ?>; }<?php }
- if ($mantra_magazinelayout == "Enable") { ?> #content article.post{ float:left; width:47%; margin-right:3%; }
- #content article.sticky { margin-right:3%;padding:0; }
+ if ($mantra_magazinelayout == "Enable") { ?> #content article.post{ float:left; width:48%; margin-right:4%; }
+ #content article.sticky { padding: 0; }
#content article.sticky > * {margin:2%;}
- #content article:nth-of-type(2n+1) {clear: both; } <?php } ?>
+ #content article:nth-of-type(2n) {clear: right; margin-right: 0;} <?php } ?>
#footer-widget-area .widget-title { color:<?php echo esc_attr( $mantra_footerheader ); ?>; }
#footer-widget-area a { color:<?php echo esc_attr( $mantra_footertext ); ?>; }
@@ -215,7 +215,7 @@ function mantra_custom_styles() { if ($mantra_postcateg == "Hide") { ?> .entry-meta span.bl_categ, .entry-meta2 span.bl_categ { display:none; } <?php }
if ($mantra_posttag == "Hide") { ?> .entry-utility span.bl_posted, .entry-meta2 span.bl_tagg,.entry-meta3 span.bl_tagg { display:none; } <?php }
if ($mantra_postbook == "Hide") { ?> .entry-utility span.bl_bookmark { display:none; } <?php }
- if ($mantra_parmargin) { ?> #content p:not(:last-child), .entry-content ul, .entry-summary ul,
+ if ($mantra_parmargin) { ?> .entry-content p:not(:last-child), .entry-content ul, .entry-summary ul,
.entry-content ol, .entry-summary ol { margin-bottom:<?php echo esc_attr( $mantra_parmargin ); ?>;} <?php }
if ($mantra_parindent != "0px") { ?> p {text-indent: <?php echo esc_attr( $mantra_parindent );?>; } <?php }
if ($mantra_posttime == "Hide") { ?> .entry-meta .entry-time { display:none; } <?php }
diff --git a/themes/mantra/includes/theme-frontpage.php b/themes/mantra/includes/theme-frontpage.php index aaba9bbb..a730d6b6 100644 --- a/themes/mantra/includes/theme-frontpage.php +++ b/themes/mantra/includes/theme-frontpage.php @@ -167,8 +167,8 @@ function mantra_frontpage_generator() { <?php } // columns // Frontpage text areas - if (!empty($mantra_fronttext3)) {?><div id="front-text3" class="front-text"><?php echo do_shortcode( $mantra_fronttext3 ) ?></div><?php } - if (!empty($mantra_fronttext4)) {?><div id="front-text4" class="front-text"><?php echo do_shortcode( $mantra_fronttext4 ) ?></div><?php } + if (!empty($mantra_fronttext3)) {?><div id="front-text3" class="front-text"><?php echo do_shortcode( force_balance_tags( $mantra_fronttext3 ) ) ?></div><?php } + if (!empty($mantra_fronttext4)) {?><div id="front-text4" class="front-text"><?php echo do_shortcode( force_balance_tags( $mantra_fronttext4 ) ) ?></div><?php } ?> </div> <!-- frontpage --> diff --git a/themes/mantra/includes/theme-functions.php b/themes/mantra/includes/theme-functions.php index 5658a254..dfadb1cd 100644 --- a/themes/mantra/includes/theme-functions.php +++ b/themes/mantra/includes/theme-functions.php @@ -33,6 +33,7 @@ add_action( 'wp_head', 'mantra_header_scripts', 100 ); */ function mantra_title_and_description() { global $mantra_options; + global $mantra_totalSize; extract( $mantra_options ); // Header styling and image loading @@ -41,7 +42,7 @@ function mantra_title_and_description() { global $post; if (get_header_image() != '') { $header_image = get_header_image(); } - if ( is_singular() && has_post_thumbnail( $post->ID ) && ($mantra_fheader == "Enable") && ($image = wp_get_attachment_image_src(get_post_thumbnail_id( $post->ID ), 'header' ) ) && (intval($image[1]) >= HEADER_IMAGE_WIDTH) ): + if ( is_singular() && has_post_thumbnail( $post->ID ) && ($mantra_fheader == "Enable") && ($image = wp_get_attachment_image_src(get_post_thumbnail_id( $post->ID ), 'header' ) ) && (intval($image[1]) >= $mantra_totalSize) ): $header_image = $image[0]; endif; diff --git a/themes/mantra/includes/theme-setup.php b/themes/mantra/includes/theme-setup.php index cc23596d..216c6740 100644 --- a/themes/mantra/includes/theme-setup.php +++ b/themes/mantra/includes/theme-setup.php @@ -86,8 +86,7 @@ function mantra_setup() { add_theme_support( 'custom-background' ); // Register image size for the theme's header area - $mantra_hheight = intval( $mantra_hheight ); - add_image_size( 'header', apply_filters( 'mantra_header_image_width', $mantra_totalSize ), apply_filters( 'mantra_header_image_height', $mantra_hheight), true ); + add_image_size( 'header', apply_filters( 'mantra_header_image_width', $mantra_totalSize ), apply_filters( 'mantra_header_image_height', intval($mantra_hheight) ), apply_filters( 'mantra_header_image_crop', true ) ); // Register image size for presentation page slider add_image_size( 'slider', apply_filters( 'mantra_slider_image_width', $mantra_fpsliderwidth ), apply_filters( 'mantra_slider_image_height', $mantra_fpsliderheight ), true ); diff --git a/themes/mantra/readme.txt b/themes/mantra/readme.txt index 504ae8f3..563bab36 100644 --- a/themes/mantra/readme.txt +++ b/themes/mantra/readme.txt @@ -1,11 +1,11 @@ ============= Mantra WordPress Theme -Copyright 2011-18 Cryout Creations +Copyright 2011-19 Cryout Creations Author: Cryout Creations Requires at least: 4.2 -Tested up to: 4.9.6 -Stable tag: 3.0.5 +Tested up to: 5.0.3 +Stable tag: 3.1.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html Donate link: https://www.cryoutcreations.eu/donate/ @@ -71,7 +71,7 @@ https://www.pexels.com/photo/attractive-bar-barista-breakfast-296888/ All other images bundled with the theme (used in the demo presentation page and admin section) are created by Cryout Creations and released with the theme under GPLv3 as well. -== Original Translations == +== Original Translations Contributors == Chinese (Simplified) - L�n Xuan Li Czech - Satapouch @@ -95,11 +95,27 @@ Turkish - Emre Dalkili� == Changelog == += 3.1.0 = +* Added 'mantra_header_image_crop' filter for 'header' image size crop position attribute +* Added HTML markup auto-correction on presentation page extra text areas +* Adjusted general lists bullet styling to improve compatibility with plugins and Gutenberg +* Fixed widgets containing custom HTML sometimes overlapping in the sidebars +* Fixed posts on the presentation page having extra margin when magazine layout was used +* Fixed use of undefined constant sometimes making featured images unusable in the header +* Gutenberg editor tweaks and improvements: + * Added suport for wide image blocks in content + * Adjusted aligned elements styling to improve compatibility with Gutenberg + * Improved list appearance in blocks + * Improved horizontal ruler (hr) styling to work with Gutenberg + * Fixed captions alignment and sizing in Gutenberg blocks + * Fixed block galleries margins + * Fixed cover image blocks text appearance + = 3.0.5 = * Added option to control editor styling activation after reintroducing basic editor styling * Improved slider captions by making slide links clickable through the captions * Improved slider administration interface by hiding unused fields when slider shortcode is used -* Changed default excerpt ellipis value to avoid settings page issues on some servers +* Changed default excerpt ellipsis value to avoid settings page issues on some servers * Fixed magazine layout two columns responsiveness * Fixed usage of obsolete constant in generated styling diff --git a/themes/mantra/resources/css/rtl.css b/themes/mantra/resources/css/rtl.css index 83f7bd6d..a5c212b8 100644 --- a/themes/mantra/resources/css/rtl.css +++ b/themes/mantra/resources/css/rtl.css @@ -61,6 +61,7 @@ body { .entry-content ul > li { padding-left: 0; padding-right: 20px; + background-position-x: right; } .entry-content li li { diff --git a/themes/mantra/style.css b/themes/mantra/style.css index ad14b4e8..7f9f1905 100644 --- a/themes/mantra/style.css +++ b/themes/mantra/style.css @@ -4,13 +4,13 @@ Theme URI: https://www.cryoutcreations.eu/wordpress-themes/mantra Description: Mantra is a do-it-yourself WordPress theme, featuring a pack of over 100 customization options and easy to use tweaks capable of tuning WordPress to your very specific needs and likes. With the help of a simple and efficient user interface you can customize everything:the layout (1,2 or 3 columns), total and partial site widths, colors (all texts, links, backgrounds etc.), fonts (over 35 font-families plus all Google Fonts), text and header sizes, post metas, post excerpts, post formats, header and background images, custom menus, 27 social media links and icons, pins, bullets and much much more. With a fully responsive layout,a customizable showcase presentation page, animated slider, magazine and blog layouts, 8 widget areas, modern graphics and an easy and intuitive admin section, you can start creating your dream site right now. Author: Cryout Creations Author URI: https://www.cryoutcreations.eu -Version: 3.0.5 +Version: 3.1.0 License: GNU General Public License v2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, footer-widgets, grid-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news Text domain: mantra -Copyright (c) 2011-2018 Cryout Creations +Copyright (c) 2011-2019 Cryout Creations https://www.cryoutcreations.eu */ @@ -136,22 +136,22 @@ a img { } /* Post info */ -.crycon-author:before { content: '\e801'; } /* '?' */ -.crycon-category:before { content: '\e805'; } /* '?' */ -.crycon-category2:before { content: '\e817'; } /* '?' */ -.crycon-folder-close:before { content: '\e81c'; } /* '?' */ -.crycon-folder-open:before { content: '\e81d'; } /* '?' */ -.crycon-tag:before { content: '\e802'; } /* '?' */ -.crycon-bookmark:before { content: '\e810'; } /* '?' */ -.crycon-edit:before { content: '\e804'; } /* '?' */ -.crycon-comment:before { content: '\e800'; } /* '?' */ -.crycon-comments:before { content: '\e815';} /* '?' */ -.crycon-date:before { content: '\e82b'; } /* '?' */ -.crycon-time:before { content: '\e80d'; } /* '?' */ +.crycon-author:before { content: '\e801'; } +.crycon-category:before { content: '\e805'; } +.crycon-category2:before { content: '\e817'; } +.crycon-folder-close:before { content: '\e81c'; } +.crycon-folder-open:before { content: '\e81d'; } +.crycon-tag:before { content: '\e802'; } +.crycon-bookmark:before { content: '\e810'; } +.crycon-edit:before { content: '\e804'; } +.crycon-comment:before { content: '\e800'; } +.crycon-comments:before { content: '\e815';} +.crycon-date:before { content: '\e82b'; } +.crycon-time:before { content: '\e80d'; } .crycon-forward:before { content: '\e81b';-webkit-transform:rotate(180deg) scale(-1, 1);-ms-transform:rotate(180deg) scale(-1, 1);transform:rotate(180deg) scale(-1, 1);margin-left:5px;font-size:10px; --moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } /* '?' */ +-moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } .crycon-reply:before { content: '\e81b';transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);margin-right:5px;font-size:10px; --moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } /* '?' */ +-moz-transition:.2s margin ease; -o-transition:.2s margin ease; -webkit-transition:.2s margin ease; transition:.2s margin ease; } /* Post metas */ .crycon-metas:before { @@ -162,100 +162,152 @@ a img { color: #555; } -.crycon-time:before,.crycon-folder-close:before, .crycon-folder-open:before {font-size:14px; } /* '?' */ -.crycon-time:before {margin-top:1px; } /* '?' */ -.crycon-edit:before {margin-right:1px; } /* '?' */ +.crycon-time:before,.crycon-folder-close:before, .crycon-folder-open:before {font-size:14px; } +.crycon-time:before {margin-top:1px; } +.crycon-edit:before {margin-right:1px; } /* Post formats */ -.crycon-status:before { content: '\e81a'; } /* '?' */ -.crycon-aside:before { content: '\e82a'; } /* '?' */ -.crycon-link:before { content: '\e818'; } /* '?' */ -.crycon-audio:before { content: '\e823'; } /* '?' */ -.crycon-video:before { content: '\e829'; } /* '?' */ -.crycon-image:before { content: '\e824'; } /* '?' */ -.crycon-gallery:before { content: '\e825'; } /* '?' */ -.crycon-quote:before { content: '\e80f'; } /* '?' */ +.crycon-status:before { content: '\e81a'; } +.crycon-aside:before { content: '\e82a'; } +.crycon-link:before { content: '\e818'; } +.crycon-audio:before { content: '\e823'; } +.crycon-video:before { content: '\e829'; } +.crycon-image:before { content: '\e824'; } +.crycon-gallery:before { content: '\e825'; } +.crycon-quote:before { content: '\e80f'; } /* Misc */ -.crycon-search:before { content: '\e816'; } /* '?' */ -.crycon-down-dir:before { content: '\e803'; } /* '?' */ -.crycon-right-dir:before { content: '\e806'; } /* '?' */ -.crycon-angle-left:before { content: '\e807'; } /* '?' */ -.crycon-angle-right:before { content: '\e808'; } /* '?' */ -.crycon-angle-up:before { content: '\e809'; } /* '?' */ -.crycon-angle-down:before { content: '\e80a'; } /* '?' */ -.crycon-minus:before { content: '\e80b'; } /* '?' */ -.crycon-left-open:before { content: '\e80c'; } /* '?' */ -.crycon-up:before { content: '\e80e'; } /* '?' */ -.crycon-left-dir:before { content: '\e811'; } /* '?' */ -.crycon-up-open:before { content: '\e812'; } /* '?' */ -.crycon-ok:before { content: '\e813'; } /* '?' */ -.crycon-cancel:before { content: '\e814'; } /* '?' */ -.crycon-up-dir:before { content: '\e819'; } /* '?' */ -.crycon-right-open:before { content: '\e81e'; } /* '?' */ -.crycon-home:before { content: '\e81f'; } /* '?' */ -.crycon-menu:before { content: '\e820'; } /* '?' */ -.crycon-plus:before { content: '\e821'; } /* '?' */ -.crycon-down-open:before { content: '\e822'; } /* '?' */ -.crycon-down:before { content: '\e826'; } /* '?' */ -.crycon-left:before { content: '\e827'; } /* '?' */ -.crycon-right:before { content: '\e828'; } /* '?' */ -.crycon-star-empty:before { content: '\e82c'; } /* '?' */ -.crycon-star:before { content: '\e82d'; } /* '?' */ -.crycon-mail:before { content: '\e82e'; } /* '?' */ -.crycon-home-1:before { content: '\e82f'; } /* '?' */ -.crycon-attach:before { content: '\e830'; } /* '?' */ -.crycon-eye:before { content: '\e831'; } /* '?' */ -.crycon-eye-off:before { content: '\e832'; } /* '?' */ -.crycon-tags:before { content: '\e833'; } /* '?' */ -.crycon-flag:before { content: '\e834'; } /* '?' */ -.crycon-warning:before { content: '\e835'; } /* '?' */ -.crycon-location:before { content: '\e836'; } /* '?' */ -.crycon-trash:before { content: '\e837'; } /* '?' */ -.crycon-doc:before { content: '\e838'; } /* '?' */ -.crycon-phone:before { content: '\e839'; } /* '?' */ -.crycon-cog:before { content: '\e83a'; } /* '?' */ -.crycon-basket:before { content: '\e83b'; } /* '?' */ -.crycon-basket-circled:before { content: '\e83c'; } /* '?' */ -.crycon-wrench:before { content: '\e83d'; } /* '?' */ -.crycon-wrench-circled:before { content: '\e83e'; } /* '?' */ -.crycon-mic:before { content: '\e83f'; } /* '?' */ -.crycon-volume:before { content: '\e840'; } /* '?' */ -.crycon-volume-down:before { content: '\e841'; } /* '?' */ -.crycon-volume-off:before { content: '\e842'; } /* '?' */ -.crycon-headphones:before { content: '\e843'; } /* '?' */ -.crycon-lightbulb:before { content: '\e844'; } /* '?' */ -.crycon-resize-full:before { content: '\e845'; } /* '?' */ -.crycon-resize-full-alt:before { content: '\e846'; } /* '?' */ -.crycon-resize-small:before { content: '\e847'; } /* '?' */ -.crycon-resize-vertical:before { content: '\e848'; } /* '?' */ -.crycon-resize-horizontal:before { content: '\e849'; } /* '?' */ -.crycon-move:before { content: '\e84a'; } /* '?' */ -.crycon-zoom-in:before { content: '\e84b'; } /* '?' */ -.crycon-zoom-out:before { content: '\e84c'; } /* '?' */ -.crycon-arrows-cw:before { content: '\e84d'; } /* '?' */ -.crycon-desktop:before { content: '\e84e'; } /* '?' */ -.crycon-inbox:before { content: '\e84f'; } /* '?' */ -.crycon-cloud:before { content: '\e850'; } /* '?' */ -.crycon-book:before { content: '\e851'; } /* '?' */ -.crycon-certificate:before { content: '\e852'; } /* '?' */ -.crycon-tasks:before { content: '\e853'; } /* '?' */ -.crycon-thumbs-up:before { content: '\e854'; } /* '?' */ -.crycon-thumbs-down:before { content: '\e855'; } /* '?' */ -.crycon-help-circled:before { content: '\e856'; } /* '?' */ -.crycon-star-circled:before { content: '\e857'; } /* '?' */ -.crycon-bell:before { content: '\e858'; } /* '?' */ -.crycon-rss:before { content: '\e859'; } /* '?' */ -.crycon-trash-circled:before { content: '\e85a'; } /* '?' */ -.crycon-cogs:before { content: '\e85b'; } /* '?' */ -.crycon-cog-circled:before { content: '\e85c'; } /* '?' */ -.crycon-calendar-circled:before { content: '\e85d'; } /* '?' */ -.crycon-mic-circled:before { content: '\e85e'; } /* '?' */ -.crycon-volume-up:before { content: '\e85f'; } /* '?' */ -.crycon-print:before { content: '\e860'; } /* '?' */ -.crycon-edit-alt:before { content: '\e861'; } /* '?' */ -.crycon-edit-2:before { content: '\e862'; } /* '?' */ -.crycon-block:before { content: '\e863'; } /* '?' */ +.crycon-search:before { content: '\e816'; } +.crycon-down-dir:before { content: '\e803'; } +.crycon-right-dir:before { content: '\e806'; } +.crycon-angle-left:before { content: '\e807'; } +.crycon-angle-right:before { content: '\e808'; } +.crycon-angle-up:before { content: '\e809'; } +.crycon-angle-down:before { content: '\e80a'; } +.crycon-minus:before { content: '\e80b'; } +.crycon-left-open:before { content: '\e80c'; } +.crycon-up:before { content: '\e80e'; } +.crycon-left-dir:before { content: '\e811'; } +.crycon-up-open:before { content: '\e812'; } +.crycon-ok:before { content: '\e813'; } +.crycon-cancel:before { content: '\e814'; } +.crycon-up-dir:before { content: '\e819'; } +.crycon-right-open:before { content: '\e81e'; } +.crycon-home:before { content: '\e81f'; } +.crycon-menu:before { content: '\e820'; } +.crycon-plus:before { content: '\e821'; } +.crycon-down-open:before { content: '\e822'; } +.crycon-down:before { content: '\e826'; } +.crycon-left:before { content: '\e827'; } +.crycon-right:before { content: '\e828'; } +.crycon-star-empty:before { content: '\e82c'; } +.crycon-star:before { content: '\e82d'; } +.crycon-mail:before { content: '\e82e'; } +.crycon-home-1:before { content: '\e82f'; } +.crycon-attach:before { content: '\e830'; } +.crycon-eye:before { content: '\e831'; } +.crycon-eye-off:before { content: '\e832'; } +.crycon-tags:before { content: '\e833'; } +.crycon-flag:before { content: '\e834'; } +.crycon-warning:before { content: '\e835'; } +.crycon-location:before { content: '\e836'; } +.crycon-trash:before { content: '\e837'; } +.crycon-doc:before { content: '\e838'; } +.crycon-phone:before { content: '\e839'; } +.crycon-cog:before { content: '\e83a'; } +.crycon-basket:before { content: '\e83b'; } +.crycon-basket-circled:before { content: '\e83c'; } +.crycon-wrench:before { content: '\e83d'; } +.crycon-wrench-circled:before { content: '\e83e'; } +.crycon-mic:before { content: '\e83f'; } +.crycon-volume:before { content: '\e840'; } +.crycon-volume-down:before { content: '\e841'; } +.crycon-volume-off:before { content: '\e842'; } +.crycon-headphones:before { content: '\e843'; } +.crycon-lightbulb:before { content: '\e844'; } +.crycon-resize-full:before { content: '\e845'; } +.crycon-resize-full-alt:before { content: '\e846'; } +.crycon-resize-small:before { content: '\e847'; } +.crycon-resize-vertical:before { content: '\e848'; } +.crycon-resize-horizontal:before { content: '\e849'; } +.crycon-move:before { content: '\e84a'; } +.crycon-zoom-in:before { content: '\e84b'; } +.crycon-zoom-out:before { content: '\e84c'; } +.crycon-arrows-cw:before { content: '\e84d'; } +.crycon-desktop:before { content: '\e84e'; } +.crycon-inbox:before { content: '\e84f'; } +.crycon-cloud:before { content: '\e850'; } +.crycon-book:before { content: '\e851'; } +.crycon-certificate:before { content: '\e852'; } +.crycon-tasks:before { content: '\e853'; } +.crycon-thumbs-up:before { content: '\e854'; } +.crycon-thumbs-down:before { content: '\e855'; } +.crycon-help-circled:before { content: '\e856'; } +.crycon-star-circled:before { content: '\e857'; } +.crycon-bell:before { content: '\e858'; } +.crycon-rss:before { content: '\e859'; } +.crycon-trash-circled:before { content: '\e85a'; } +.crycon-cogs:before { content: '\e85b'; } +.crycon-cog-circled:before { content: '\e85c'; } +.crycon-calendar-circled:before { content: '\e85d'; } +.crycon-mic-circled:before { content: '\e85e'; } +.crycon-volume-up:before { content: '\e85f'; } +.crycon-print:before { content: '\e860'; } +.crycon-edit-alt:before { content: '\e861'; } +.crycon-edit-2:before { content: '\e862'; } +.crycon-block:before { content: '\e863'; } + +/* = Gutenberg +-------------------------------------------------------------- */ + +.entry-content .wp-block-archives, +.entry-content .wp-block-categories, +.entry-content .wp-block-latest-posts { + padding: 0; + list-style: none; +} + +.wp-block-quote.is-large, .wp-block-quote.is-style-large { + padding: 2em; + margin-left: auto; + margin-right: auto; + font-size: 1.2em; +} + +.aligncenter[class^='wp-block']:not([class^='wp-block-cover']) { + display: table; +} + +.wp-block-separator { + max-width: 25%; +} +.wp-block-separator.is-style-wide { + max-width: 100%; +} +.wp-block-separator.is-style-dots::before { + color: inherit; +} + +.wp-block-button { + transition: .2s opacity; +} + +.wp-block-button:hover { + opacity: 0.85; +} + +#content p.has-regular-font-size, +#content p.has-large-font-size, +#content p.has-larger-font-size { + margin-bottom: 0.5em; + line-height: 1; +} + +.alignwide { + max-width: 115%; + margin-left: -6%; + margin-right: -6%; +} /* =Layout -------------------------------------------------------------- */ @@ -439,15 +491,16 @@ hr { color: #333; } -#content p:not(:last-child) { +.entry-content p:not(:last-child) { margin-bottom: 1em; } -.entry-content ul, .entry-summary ul { +.entry-content ul, +.entry-summary ul { margin-left: 1.5em; } -.entry-content ul, .entry-summary ul , +.entry-content ul, .entry-summary ul, .entry-content ol, .entry-summary ol { margin-bottom: 1.5em; } @@ -457,23 +510,32 @@ hr { padding-left: 20px; } -.entry-content li li { +.entry-content li li { margin-left: 15px; } +.entry-content ul[class^='wp-block'], +.entry-content ul[class^='wp-block'] > li, +.entry-content [class^='wp-block'] ul, +.entry-content [class^='wp-block'] ul > li { + margin-left: 0; + padding-left: 0; + background-image: none; +} + ol { - list-style: decimal; + list-style-type: decimal; margin-left: 1.5em; } ol ol { - list-style: upper-alpha; + list-style-type: upper-alpha; } ol ol ol { - list-style: lower-roman; + list-style-type: lower-roman; } ol ol ol ol { - list-style: lower-alpha; + list-style-type: lower-alpha; } ul ul, ol ol, @@ -1469,49 +1531,49 @@ article.format-aside h3.entry-format { /* =Images -------------------------------------------------------------- */ -#content img { +.entry-content img { margin: 0; height: auto; max-width: 100%; } -#content table img { +.entry-content table img { max-width: initial; } -#content img:hover {} +img:hover {} -#content .alignleft, -#content img.alignleft { - display: inline; +.alignleft, +img.alignleft { float: left; margin-right: 24px; margin-top: 4px; } -#content .alignright, -#content img.alignright { - display: inline; +.alignright, +img.alignright { float: right; margin-top: 4px; margin-left: 24px; } -#content .aligncenter, -#content img.aligncenter { - display: block; +.aligncenter, +img.aligncenter { clear: both; margin-right: auto; margin-left: auto; } +img.aligncenter { + display: block; +} -#content img.alignleft, -#content img.alignright, -#content img.aligncenter { +img.alignleft, +img.alignright, +img.aligncenter { margin-bottom: 12px; } -#content .wp-caption { +.wp-caption { max-width: 100%; margin-bottom: 20px; padding: 34px 0 4px; @@ -1520,7 +1582,7 @@ article.format-aside h3.entry-format { border-radius: 2px; } -#content .wp-caption img { +.wp-caption img { width: 100%; margin: 0 auto; padding: 0; @@ -1528,14 +1590,14 @@ article.format-aside h3.entry-format { box-shadow: none; } -#content .wp-caption p.wp-caption-text { +.wp-caption p.wp-caption-text { padding: 10px; font-size: .9em; text-align: center; text-indent: 0; } -#content .wp-smiley { +.wp-smiley { width:auto !important; margin: 0; border: 0 !important; @@ -2051,9 +2113,16 @@ h3#reply-title { } .widget-container { + position: relative; margin: 0 0 40px 0; } +.widget-container::after { + content: ""; + display: block; + clear: both; +} + .widget-title { position: relative; width: 100%; |