/* Theme Name: arcs Theme URI: http://arcs_theme.com Description: A versatile blog theme. Author: arcs Author URI: http://www.arcscorp.com/ Version: 2.03 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: arcs_theme Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, blog Tested up to: 5.9 Requires PHP: 5.6 Copyright: (c) 2024 arcs Group Ltd */ /* Add this to your child theme's style.css file */ @import url('assets/css/fontawesome-all.min.css'); @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic'); /* Additional CSS for theme-specific elements */ .comment-author.vcard { width: 35px; } ul.recent-posts-list { display: flex; align-items: center; } .recent-post-thumbnail img { height: 200px; } ul.recent-posts-list > li { padding: 20px; border: 1px solid; border-radius: 10px; margin: 0 15px; height: 500px; } .entry-content { margin: 0 auto; width: 85%; padding: 50px; background: #fff; } .error-404.not-found { width: 100%; height: 100vh; background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; position: relative; } .glass-box { background: rgba(255, 0, 0, 0.5); border-radius: 16px; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.3); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; padding: 20px; } .glass-box .page-header h1 { color: #fff; font-size: 30px; } .glass-box .page-content p { color: #fff; } .post-tags { margin-top: 20px; } .post-tags span { font-weight: bold; } .widget-tags .tagcloud a { display: inline-block; margin-right: 5px; margin-bottom: 5px; padding: 3px 8px; background-color: #f0f0f0; border-radius: 3px; text-decoration: none; color: #333; }