<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.1
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

.twp-plugin-title, .twp-share-title {
    display: none;
}

/* счетчик внизу статьи-записи*/

.post-views-count {
    /* Прижимаем элемент к правому краю */
    display: block;
    text-align: right; /* Центрирует текст по правому краю */
    margin-top: 10px; /* Отступ сверху (по необходимости) */
    
    /* Стилизация цифры */
    font-size: 24px; /* Размер шрифта */
    font-weight: bold; /* Жирный шрифт */
    color: #3498db; /* Цвет текста */
    transition: transform 0.3s ease; /* Анимация при наведении */
}

/* Эффект при наведении мыши */
.post-views-count:hover {
    transform: scale(1.1); /* Увеличивает цифру при наведении */
    cursor: default; /* Изменяет курсор */
}
</pre></body></html>