/* * Theme Name: BeautyTemple * Theme URI: https://github.com/themescraft/beautytemple * Author: ThemesCraft.co * Author URI: https://themescraft.co/ * Description: "BeautyTemple" is the ultimate WordPress theme meticulously crafted for passionate beauty bloggers. Elevate your online presence with this stunning theme that seamlessly blends modern aesthetics with user-friendly functionality. BeautyTemple offers a captivating design, featuring a harmonious balance of elegance and simplicity. Its responsive layout ensures a flawless experience on any device, while customizable sections allow you to showcase beauty tutorials, product reviews, and your unique expertise. Transform your blog into a captivating beauty sanctuary with BeautyTemple, where style meets functionality for the ultimate beauty blogging experience. * Version: 1.1.9 * License: GNU General Public License v3 or later * License URI: http://www.gnu.org/licenses/gpl-3.0.html * Text Domain: beautytemple * Tags: custom-background, two-columns, right-sidebar, theme-options, grid-layout, translation-ready, threaded-comments, sticky-post, post-formats, custom-menu, custom-header * Tested up to: 6.4 * Requires PHP: 7.0 * BeautyTemple WordPress theme, Copyright (C) 2014 ThemesCraft.co * BeautyTemple WordPress theme is licensed under the GNU General Public License * * BeautyTemple is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. * Underscores is distributed under the terms of the GNU GPL v2 or later. */ /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; }