mirror of
https://ghproxy.net/https://github.com/presscustomizr/hueman-child.git
synced 2025-08-26 06:13:53 +08:00
Initial commit
This commit is contained in:
commit
f3fcc026ae
3 changed files with 43 additions and 0 deletions
7
functions.php
Normal file
7
functions.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
/* ------------------------------------------------------------------------- *
|
||||
* Custom functions
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
// Add your custom functions here, or overwrite existing ones. Read more how to use:
|
||||
// http://codex.wordpress.org/Child_Themes
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
36
style.css
Normal file
36
style.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
/*
|
||||
Theme Name: Hueman Child
|
||||
Theme URI: http://alxmedia.se/themes/hueman/
|
||||
Description: Sample child theme for customization.
|
||||
Author: You
|
||||
Author URI:
|
||||
Template: hueman
|
||||
Version: 1.0.0
|
||||
*/
|
||||
|
||||
@import url("../hueman/style.css");
|
||||
|
||||
/* ------------------------------------------------------------------------- *
|
||||
* Theme customization starts here
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
/* Global */
|
||||
.mystyle {}
|
||||
|
||||
|
||||
/* Tablet - 800px, 768px & 720px */
|
||||
@media only screen and (min-width: 720px) and (max-width: 800px) {
|
||||
.mystyle {}
|
||||
}
|
||||
|
||||
|
||||
/* Mobile - 480px & 320px */
|
||||
@media only screen and (max-width: 719px) {
|
||||
.mystyle {}
|
||||
}
|
||||
|
||||
|
||||
/* Mobile - 320px */
|
||||
@media only screen and (max-width: 479px) {
|
||||
.mystyle {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue