/* Theme Name: CA Simplex Blog Theme URI: https://wpthemes.chitrarchana.com/ Author: Chitrarchana Author URI: chitrarchana.com Description: CA Simplex Blog is a WordPress theme that has gained popularity among bloggers due to its minimalist and modern design. It is specifically designed for bloggers who want to focus on their content without any distractions. The theme has a clean and uncluttered layout that emphasizes readability and simplicity, making it easy for readers to navigate and enjoy the blog. One of the key features of CA Simplex Blog is its emphasis on readability. The theme's typography is carefully chosen to ensure that your content is easy to read, and the layout is optimized for quick scanning. This means that your readers can quickly find the information they are looking for, without getting bogged down in unnecessary details. The simplicity of CA Simplex Blog is also worth mentioning. The theme is designed to be straightforward and easy to use, with a minimalist approach that eliminates distractions and unnecessary elements. This means that you can focus on creating great content without worrying about complicated settings or features. Moreover, CA Simplex Blog is highly customizable, with a variety of options that allow you to tailor the theme to your specific needs. You can choose from different color schemes, change the typography, and add your own logo or header image. This means that you can make your blog truly unique, without having to learn how to code or hire a designer. In terms of suitability, CA Simplex Blog is versatile and can be used by various types of bloggers, regardless of their niche or focus. Personal bloggers, lifestyle bloggers, fashion bloggers, food bloggers, and travel bloggers are just a few examples of bloggers who can benefit from using this theme. Ultimately, CA Simplex Blog is a great choice for bloggers who want a clean, modern, and easy-to-use WordPress theme that puts their content front and center. Version: 1.0 Tested up to: 6.2 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: ca-simplex-blog Tags: Custom Background , Custom Logo, Custom Menu, Footer Widgets, News, Right Sidebar, Editor Style , Translation Ready, Two Columns, Theme Options , Threaded Comments , Flexible Header, Featured Images */ /* Reset */ html { font-size: 16px; line-height: 1.5; font-family: sans-serif; } body { margin: 0; padding: 0; } img { max-width: 100%; height: auto; } h1 { color: #000; } /* Typography */ h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 0 0 20px; } a { color: #000; text-decoration: none; } a:hover { text-decoration: underline; color: #000; } .post-list { list-style: none; margin: 0; padding: 0; } .post-list li { margin-bottom: 20px; } .comments { list-style: none; margin: 0; padding: 0; } .comment { margin-bottom: 20px; } .comment-avatar { float: left; margin-right: 20px; } .comment-body { overflow: hidden; } .comment-author { font-weight: bold; margin: 0; } .comment-date { font-size: 0.8rem; color: #666; } .comment-content { margin: 10px 0; } .comment-reply { margin-left: 50px; } .table { width: 100%; border-collapse: collapse; margin: 20px 0; } .table th { background-color: #000; color: #fff; padding: 10px; text-align: left; } .table td { border: 1px solid #ccc; padding: 10px; } /*--------Comments-----------*/ /* Style the comments section */ .comments-area { background-color: #f9f9f9; padding: 20px; margin-top: 30px; border: 1px solid #ddd; } /* Style the comment form */ .comment-form { margin-top: 30px; } /* Style the comment form fields */ .comment-form label { display: block; margin-bottom: 10px; font-weight: bold; } .comment-form input[type="text"], .comment-form textarea { width: 100%; padding: 10px; border: 1px solid #ddd; margin-bottom: 20px; } /* Style the comment list */ .comment-list { margin-top: 30px; } .comment { margin-bottom: 30px; } .comment-author { font-weight: bold; margin-bottom: 10px; } .comment-meta { font-style: italic; margin-bottom: 10px; } .comment-content { margin-bottom: 10px; } .comment-reply-link { font-weight: bold; text-decoration: none; border-bottom: 1px solid #000; padding-bottom: 5px; } .comment-reply-link:hover { color: #f00; } /* Style the comment navigation links */ .comment-navigation { margin-top: 30px; display: flex; justify-content: space-between; } .comment-nav-prev, .comment-nav-next { padding: 10px; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 5px; } .comment-nav-prev a, .comment-nav-next a { text-decoration: none; color: #333; } .comment-nav-prev:hover, .comment-nav-next:hover { background-color: #ddd; } /*----------------sidebar---------------------*/ #sidebar { background-color: #ffeaed; border: 1px solid #ddd; padding: 20px; margin-top: 40px; } div#sidebar li { list-style: none; padding: 5px; margin: 10px; color: #000; font-weight: 500; border-bottom: 1px solid #ccc; } /* Sidebar widgets */ #sidebar .widget { margin-bottom: 30px; } /* Sidebar widget title */ #sidebar .widget-title { font-size: 30px; font-weight: bold; margin-bottom: 20px; color: #ff9fad; } div#sidebar h2 { color: #ff9fad; } .wp-block-calendar table th { font-weight: 400; background: #ff9fad; } .wp-block-calendar tbody td, .wp-block-calendar th { padding: 0.25em; border: 1px solid #ff0505; } /* Sidebar widget links */ #sidebar a { color: #000; text-decoration: none; font-size: 18px; } /* Sidebar widget links on hover */ #sidebar a:hover { color: #ff9fad; } /*----------Recommended CSS-------*/ .wp-caption { font-size: 14px; color: #666; background-color: #f7f7f7; border: 1px solid #ddd; padding: 5px; } .wp-caption-text { font-size: 12px; color: #999; text-align: center; } .gallery-caption { font-size: 14px; color: #666; background-color: #f7f7f7; border: 1px solid #ddd; padding: 5px; } .bypostauthor { font-size: 14px; font-weight: bold; color: #333; } .alignright { float: right; margin-left: 10px; } .alignleft { float: left; margin-right: 10px; } .aligncenter { display: block; margin: 0 auto; } /*-----------button--------*/ .button { display: inline-block; padding: 10px 20px; border: none; border-radius: 5px; font-size: 1rem; text-align: center; text-decoration: none; background-color: #000; color: #fff; } .button:hover { background-color: #ff9fad; } /*--------------pagination----------*/ .pagination { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; } .pagination li { margin: 0 5px; } .pagination a { display: block; padding: 5px 10px; text-decoration: none; color: #000; border: 1px solid #ccc; border-radius: 5px; } .pagination a:hover { background-color: #ff9fad; } .pagination .current { background-color: #000; color: #fff; border-color: #000; } /*-------------------------------------Header CSS-------------------------------*/ /* Layout */ .date-time-file { background-color: #202020; padding: 6px 0; color: #fff; text-align: center; } span.topbar-date-head { display: inline-flex; font-weight: 600; } span.topbar-date-head p { margin: 0px 10px; } .header { background-color: #fff; padding: 20px; margin-bottom: 20px; } .site-title { font-size: 2rem; font-weight: bold; margin: 0; } .main { display: flex; flex-wrap: wrap; } .content { flex: 2; margin-right: 20px; } p.site-description { font-size: 26px; color: #fff; } .site-header { background-color: #000; border-bottom: 1px solid #ccc; } h1.site-title a:hover { text-decoration: none; } .head-banner-img { position: relative; background-size: cover; background-position: center; } h1.site-title a { font-size: 70px; color: #fff; } .site-branding { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 50px; display: flex; flex-direction: column; align-items: center; text-align: center; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .site-logo img { max-width: 100%; height: auto; } .site-title, .site-description { margin: 0; } .site-header .site-logo h1 { margin: 0; font-size: 36px; font-weight: 700; } .site-header .site-logo img { max-height: 50px; } /*------------------------------------Index.php----------------------------------*/ h2.entry-title { font-size: 38px; } /* Content Styles */ .entry-content { font-size: 18px; line-height: 1.6; margin-bottom: 1.5em; } .entry-header { margin-bottom: 1.5em; } .entry-title { font-size: 24px; line-height: 1.2; margin-bottom: 0.5em; } .entry-meta { font-size: 14px; margin-bottom: 1em; } .entry-meta a { color: #777; text-decoration: none; } .entry-meta a:hover { color: #ff9fad; } .entry-footer { margin-top: 1.5em; } .entry-title { margin-bottom: 10px; } .entry-content { margin-bottom: 20px; } .page-links { margin-top: 20px; clear: both; } .tags-list { margin-bottom: 10px; } .read-more-link { display: inline-block; margin-top: 10px; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; color: #fff; background-color: #007bff; padding: 10px 15px; border-radius: 4px; text-decoration: none; transition: all 0.3s ease; } .read-more-link:hover { background-color: #ff9fad; } .single-post .post-thumbnail { padding: 0px 0px 40px 0px; } .single-post header.entry-header h1 { font-size: 36px; padding: 10px 0px; } .singlepost-category { padding: 20px 0px 0px 0px; } .singlepost-category a { background: #ff9fad; padding: 3px 15px; margin: 2px; } .page-container { margin-top: 40px; } .card-body a { background: #ff9fad; border: none; } .card-body a:hover { background: #000; } /*-----------------Section-----------------------*/ /* Style for section */ /* Style for section heading */ section h2 { font-size: 36px; color: #000; margin-bottom: 20px; } /* Style for section content */ section p { font-size: 18px; color: #000; line-height: 1.5; margin-bottom: 30px; } header.entry-header h1 { padding: 40px 0px; } /*-----------Section One-------------*/ h2.post-title { font-size: 19px; padding: 10px; } section#section1 .post-thumbnail { padding: 10px; } .section-heading-main h3 { text-align: center; padding: 0px 0px 30px 0px; font-size: 36px; } /*-------------------Post Nav-----------*/ .post-navigation { display: flex; justify-content: space-between; margin: 2em 0; } .nav-previous a, .nav-next a { background-color: #ff9fad; border: 1px solid #ff9fad; color: #000; display: block; padding: 1em; text-align: center; text-decoration: none; transition: background-color 0.2s ease-in-out; } .nav-previous a:hover, .nav-next a:hover { background-color: #000; color: #fff; border: 1px solid #000; } .nav-previous a { border-radius: 5px 0 0 5px; } .nav-next a { border-radius: 0 5px 5px 0; } @media screen and (max-width: 768px) { .post-navigation { flex-direction: column; } .nav-previous a, .nav-next a { width: 100%; border-radius: 5px; margin-bottom: 1em; } } /*-----------------Footer--------------------*/ /* Footer styles */ footer { background-color: #000000; color: #fff; padding: 20px; font-size: 14px; } .wp-block-latest-posts.wp-block-latest-posts__list { list-style: initial; padding-left: 0px; font-size: 18px; } .widget_text p { font-size: 16px; } footer a { color: #fff; text-decoration: none; } footer a:hover { color: #ff9fad; } /* Copyright styles */ .copyright { margin-top: 10px; font-size: 12px; color: #777; } .footer-copyright { text-align: center; background: #111; padding: 10px; color: #fff; } /*-----------------------MOBILE Media*/ @media only screen and (max-width: 768px) { p.site-description { font-size: 14px; color: #fff; } .site-branding { padding: 5px; } h1.site-title a { font-size: 30px; color: #fff; } footer { padding: 10px; } }