/* Theme Name: Blog Desheecode Theme URI: https://desheecode.com/blog-desheecode Author: Raviranjan Kumar Author URI: https://profiles.wordpress.org/desheecode Description: A modern and clean blog theme perfect for personal and professional blogs. Features a responsive design, customizable header, and multiple widget areas. Version: 1.0.1 Requires at least: 5.0 Tested up to: 6.7 Requires PHP: 7.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: blog-desheecode Tags: blog, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, right-sidebar, accessibility-ready Copyright 2025 Raviranjan Kumar This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. */ /* Reset CSS */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.6; color: #333; background: #f8f9fa; } /* Header */ .site-header { background: #fff; padding: 20px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .site-title { font-size: 2em; margin: 0; } .site-description { margin: 10px 0 0; color: #666; } /* Navigation */ .main-navigation { background: #333; padding: 10px 0; } .main-navigation ul { list-style: none; margin: 0; padding: 0; } .main-navigation li { display: inline-block; margin-right: 20px; } .main-navigation a { color: #fff; text-decoration: none; } /* Content */ .site-content { max-width: 1200px; margin: 40px auto; padding: 0 20px; } .content-area { float: left; width: 70%; padding-right: 40px; } .widget-area { float: right; width: 30%; } /* Posts */ .post { background: #fff; margin-bottom: 40px; padding: 30px; border-radius: 5px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .entry-title { font-size: 1.8em; margin-bottom: 20px; } .entry-meta { color: #666; margin-bottom: 20px; } /* Footer */ .site-footer { background: #333; color: #fff; padding: 20px 0; text-align: center; clear: both; } /* WordPress Core CSS Classes */ .wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; margin-bottom: 1em; } .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; } .sticky { background: #f7f7f7; padding: 1em; } .gallery-caption { display: block; font-size: 0.8em; } .bypostauthor { border-left: 3px solid #0073aa; padding-left: 1em; } .alignright { float: right; margin: 0.5em 0 1em 1em; } .alignleft { float: left; margin: 0.5em 1em 1em 0; } .aligncenter { display: block; margin: 0.5em auto; } .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } /* Responsive */ @media screen and (max-width: 768px) { .content-area, .widget-area { float: none; width: 100%; padding: 0; } .widget-area { margin-top: 40px; } }