Add Verti color variants
This commit is contained in:
parent
5d28f9ced8
commit
5ec5a39e42
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
@import url("https://static.netsyms.net/fonts/oleo-script/Oleo_Script.css");
|
||||
@import url("https://static.netsyms.net/fonts/open-sans/Open_Sans.css");
|
||||
|
||||
/* Blue color */
|
||||
/*
|
||||
Verti by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
@ -1314,10 +1314,10 @@ body {
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
|
||||
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
|
||||
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
|
||||
background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
|
||||
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("../../assets/css/images/bg01.png");
|
||||
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("../../assets/css/images/bg01.png");
|
||||
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("../../assets/css/images/bg01.png");
|
||||
background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("../../assets/css/images/bg01.png");
|
||||
background-color: #f7f7f7;
|
||||
background-position: top left, top left;
|
||||
background-repeat: repeat-x, repeat;
|
2587
public/themes/verti/colors/green/main.css
Normal file
2587
public/themes/verti/colors/green/main.css
Normal file
File diff suppressed because it is too large
Load Diff
2587
public/themes/verti/colors/red/main.css
Normal file
2587
public/themes/verti/colors/red/main.css
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
header("Link: <" . get_theme_url(false) . "/assets/css/fontawesome-all.min.css>; rel=preload; as=style", false);
|
||||
header("Link: <" . get_fontawesome_css(false) . ">; rel=preload; as=style", false);
|
||||
header("Link: <https://static.netsyms.net/fonts/oleo-script/Oleo_Script.css>; rel=preload; as=style", false);
|
||||
header("Link: <https://static.netsyms.net/fonts/open-sans/Open_Sans.css>; rel=preload; as=style", false);
|
||||
?>
|
||||
@ -12,6 +12,6 @@ header("Link: <https://static.netsyms.net/fonts/open-sans/Open_Sans.css>; rel=pr
|
||||
<title><?php get_site_name(); ?></title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="<?php get_theme_url(); ?>/assets/css/fontawesome-all.min.css" />
|
||||
<link rel="stylesheet" href="<?php get_theme_url(); ?>/assets/css/main.css" />
|
||||
<link rel="stylesheet" href="<?php get_fontawesome_css(); ?>" />
|
||||
<link rel="stylesheet" href="<?php get_theme_color_url(); ?>/main.css" />
|
||||
<?php get_header(); ?>
|
||||
|
@ -24,5 +24,17 @@
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"default": {
|
||||
"title": "Blue",
|
||||
"description": ""
|
||||
},
|
||||
"green": {
|
||||
"title": "Green",
|
||||
"description": ""
|
||||
},
|
||||
"red": {
|
||||
"title": "Red",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user