/* Theme Name: Blog News Theme URI: https://codeworkweb.com/wordpress-themes/blog-news/ Template: xews-lite Text Domain: blog-news Author: Code Work Web Author URI: https://codeworkweb.com/ Description: Discover the ideal solution for your blog, magazine, or news website with our feature-rich online magazine theme. This theme is packed with effective features that will help your website stand out from the competition and take your online publication to new heights. Get free support at https://codeworkweb.com/contact/ and Check demo at https://demo.codeworkweb.com/xews/ Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,sticky-post,rtl-language-support,custom-colors,news,blog Version: 1.0.0 Tested up to: 6.4 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. News Magazine is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. */ .site-main .inner-content-wrapp article, .site-main .widget { background: #fff; padding: 30px; box-shadow: 0 1px 3px rgb(0 0 0/15%); } article:not(:first-child) { margin-top: 35px; } body.blog-list .wrapp-inner { padding-right: 0; } .widget.widget_block { margin-bottom: 35px; } .xews-archive-navigation { margin: 25px 0; } ul.wp-block-categories-list.wp-block-categories li { list-style: none; border-bottom: 1px solid #e5e5e5; } ul.wp-block-categories-list.wp-block-categories li:last-child { border: none; } ul.wp-block-categories-list.wp-block-categories { margin: 0; padding: 0; } .widget-area .wp-block-categories a { padding: 12px 0; } .blog-list.sidebar-right .img-wrapp a.post-thumbnail img, .blog-list.sidebar-left .img-wrapp a.post-thumbnail img { min-height: 250px; } .blog-list article:not(:first-child), .blog-list-alternate article:not(:first-child), body.blog-list .wrapp-inner { border: none; } /** * Dark mode */ [data-theme="dark"] body.custom-background { background-color: var(--theme-darkmode-bg-color); } [data-theme="dark"] .site-main .inner-content-wrapp article, [data-theme="dark"] .site-main .widget { background: #1d3140; } /** * element designs */ .code-wrapp.module1 .blog-outer-wrapp.col-3 { background: #fff; } .code-wrapp.module2.layout-1 .blog-outer-wrapp.col-1 { background: #fff; padding: 30px !important; } .code-wrapp.module2.layout-1 .blog-inner-wrapp img { object-fit: cover; min-height: 150px; }