mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-24 18:32:44 +08:00
37 lines
No EOL
1.9 KiB
CSS
37 lines
No EOL
1.9 KiB
CSS
/*
|
|
Theme Name: Hueman
|
|
Theme URI: https://presscustomizr.com/hueman/
|
|
Version: 3.5.6-alpha
|
|
Description: The Hueman theme loads fast and is 100% mobile-friendly according to Google. One of the best rated theme for blogs and magazines on WordPress.org. Powering 70K+ websites around the world.
|
|
Author: nikeo
|
|
Author URI: https://presscustomizr.com
|
|
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
|
|
Text Domain: hueman
|
|
Domain Path: /languages
|
|
Copyright: (c) 2015-2019 Nicolas GUILLAUME (nikeo), 2013-2015 Alexander Agnarson
|
|
License: GNU General Public License v3.0
|
|
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
|
*/
|
|
|
|
/*
|
|
* The main css stylesheet of the Hueman theme is located in /assets/front/css/main.css.
|
|
|
|
* The main reason why the main stylesheet of the Hueman theme has been moved to another place is minification.
|
|
* Minification is a technique to compress a css file and therefore improve speed (page load time) of your website.
|
|
|
|
* This style.css file provides details about the Theme (in the form of comments above) that is read by WordPress, and therefore cannot be minified.
|
|
|
|
* Note : You can load the not minified stylesheet if you uncheck the option in the customizer > Advanced Options > performances
|
|
*/
|
|
|
|
|
|
/*
|
|
* >> Developers <<
|
|
* For better performances, the current style.css file is not loaded by the theme. @see hu_styles() in functions/init-front.php
|
|
*
|
|
* If you want to make quick style test / changes, consider using the Custom CSS section in Appearance > customize > advanced options > Additional CSS.
|
|
* It will persist on theme update because saved in database.
|
|
*
|
|
* To make important CSS customizations, you'll want to use a child theme and add your css rules in the style.css file of this child theme.
|
|
* https://codex.wordpress.org/Child_Themes
|
|
*/ |