Skip to content

Commit

Permalink
Major update
Browse files Browse the repository at this point in the history
  • Loading branch information
puikinsh committed Aug 13, 2018
1 parent a13ca8a commit 23f1b49
Show file tree
Hide file tree
Showing 289 changed files with 27,492 additions and 9,478 deletions.
File renamed without changes.
131 changes: 131 additions & 0 deletions assets/css/style-overrides.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
/**
%1$s - epsilon_general_separator -
%2$s - epsilon_accent_color - #0385d0
%3$s - epsilon_accent_color_second - #a1083a
%4$s - epsilon_text_separator -
%5$s - epsilon_title_color - #1a171c
%6$s - epsilon_text_color - #777777
%7$s - epsilon_link_color - #0385d0
%8$s - epsilon_link_hover_color - #a1083a
%9$s - epsilon_link_active_color - #333333
%10$s - epsilon_menu_separator -
%11$s - epsilon_header_background - #151c1f
%12$s - epsilon_dropdown_menu_background - #a1083a
%13$s - epsilon_dropdown_menu_hover_background - #940534
%14$s - epsilon_menu_item_color - #ebebeb
%15$s - epsilon_menu_item_hover_color - #ffffff
%16$s - epsilon_menu_item_active_color - #0385d0
%17$s - epsilon_footer_separator -
%18$s - epsilon_footer_contact_background - #0377bb
%19$s - epsilon_footer_background - #192229
%20$s - epsilon_footer_title_color - #ffffff
%21$s - epsilon_footer_text_color - #a9afb1
%22$s - epsilon_footer_link_color - #a9afb1
%23$s - epsilon_footer_link_hover_color - #ffffff
%24$s - epsilon_footer_link_active_color - #a9afb1
*/

/* ==========================================================================
=Accent colors
========================================================================== */
body{
color: %6$s;
}
.pricing p,
.about_top p{
color: %6$s !important;
}
.btn-primary {
background: %7$s;
border: 1px solid %7$s;
}
.mc4wp-form button{
background: %7$s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background: %8$s !important;
border-color: %8$s !important;
}
.btn-primary.btn-outline{
border-color: %7$s;
color: %7$s;
}
h1, h2, h3, h4, h5, h6, figure, article h2 a, .pricing .pricing-heading, .about_top h2{
color: %5$s;
}
.colorlib-nav ul li.has-dropdown .dropdown{
background-color: %12$s;
}
.colorlib-nav ul li.has-dropdown .dropdown:before{
border-bottom-color: %12$s;
}

.colorlib-nav ul li.has-dropdown .dropdown li a{
color: %14$s;
}
.colorlib-nav ul li.has-dropdown .dropdown li a:hover{
color: %15$s;
}

article h2 a:hover,
.pricing .price,
.colorlib-social-icons li a{
color: %7$s;
}
.colorlib-social-icons li a:hover{
color: %8$s;
}
.services .icon i,
.colorlib-work-featured .mobile-wrap .desc .features .icon i{
color: %2$s;
}
.colorlib-intro .play a{
background-color: %2$s;
box-shadow: 0 0 0 %2$s65;
-webkit-box-shadow: 0 0 0 %2$s65;
}
#colorlib-footer{
background-color: %18$s;
}
#colorlib-footer h4{
color: %20$s;
}
#colorlib-footer .colorlib-widget p{
color: %21$s;
}
.copy a{
color: %22$s;
}
.copy a:hover{
color: %23$s;
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 %2$s65;
}
70% {
-webkit-box-shadow: 0 0 0 30px %2$s00;
}
100% {
-webkit-box-shadow: 0 0 0 0 %2$s00;
}
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 %2$s65;
-webkit-box-shadow: 0 0 0 0 %2$s65;
box-shadow: 0 0 0 0 %2$s65;
}
70% {
-moz-box-shadow: 0 0 0 30px %2$s00;
-webkit-box-shadow: 0 0 0 30px %2$s00;
box-shadow: 0 0 0 30px %2$s00;
}
100% {
-moz-box-shadow: 0 0 0 0 %2$s00;
-webkit-box-shadow: 0 0 0 0 %2$s00;
box-shadow: 0 0 0 0 %2$s00;
}
}


70 changes: 65 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
padding: 4px 40px;
padding: 10px 40px;
}
input[type="password"]{
box-shadow: none;
Expand Down Expand Up @@ -345,6 +345,7 @@ input[type=search] {
position: relative;
background-repeat: no-repeat;
z-index: 0;
background-color: #499bea;
}
@media screen and (max-width: 768px) {
.video-hero {
Expand Down Expand Up @@ -401,8 +402,8 @@ input[type=search] {
position: relative;
}
.video-hero .display-tc h2 {
color: #fff;
font-size: 60px !important;
color: #fff;
margin-bottom: 20px;
font-weight: 300;
}
Expand Down Expand Up @@ -1044,7 +1045,7 @@ article p.author-wrap .author {
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
margin-bottom: 10px;
margin-bottom: 25px;
}
.pricing p{
color: #808080 !important;
Expand Down Expand Up @@ -1425,6 +1426,10 @@ input[type="text"] {
padding-left: 10px;
padding-right: 10px;
}
#colorlib-footer .colorlib-social-icons li a [class^="icon-"],
#colorlib-footer .colorlib-social-icons li a [class*=" icon-"]{
color: inherit;
}
#colorlib-footer .colorlib-social-icons li a:first-child {
padding-left: 0;
}
Expand Down Expand Up @@ -1861,10 +1866,10 @@ input[type="text"] {
background: url(../images/loader.gif) center no-repeat #fff;
}
.js .animate-box {
opacity: 0;
/*opacity: 0;*/
}
.js .customize-partial-edit-shortcuts-shown .animate-box{
opacity: 1;
/*opacity: 1;*/
}

/*----------------------------------------------*/
Expand Down Expand Up @@ -1908,4 +1913,59 @@ input[type="text"] {
display: block;
width: auto;
}
}

/*-----------------------------------------------*/
.ewf-text-align--left
{
text-align: left;
}

.ewf-text-align--center
{
text-align: center;
}

.ewf-text-align--right
{
text-align: right;
}
.ewf-section--spacing-sm-top
{
padding-top: 35px;
}

.ewf-section--spacing-md-top
{
padding-top: 70px;
}

.ewf-section--spacing-lg-top
{
padding-top: 105px;
}

.ewf-section--spacing-none-top
{
padding-top: 0;
}

.ewf-section--spacing-sm-bottom
{
padding-bottom: 35px;
}

.ewf-section--spacing-md-bottom
{
padding-bottom: 70px;
}

.ewf-section--spacing-lg-bottom
{
padding-bottom: 105px;
}

.ewf-section--spacing-none-bottom
{
padding-bottom: 0;
}
7 changes: 3 additions & 4 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php if( is_active_sidebar( 'footer-1' ) ) {?>

<footer id="colorlib-footer">
<div class="container">
<div class="row row-pb-md">
<?php dynamic_sidebar( 'footer-1' ); ?>
<?php get_sidebar( 'footer' ); ?>
</div>
</div>
</footer>
<?php } ?>

<?php if( get_theme_mod( 'unapp_enable_footer_copyright', 'true' ) ) { ?>
<div class="copy">
Expand All @@ -15,7 +14,7 @@
<div class="col-md-12 text-center">
<p>
<?php
echo wp_kses_post( get_theme_mod( 'unapp_copyright_contents', sprintf( esc_html__( 'Unapp Themes &copy; %s. All rights reserved.', 'unapp' ), date( 'Y' ) ) ) );
echo wp_kses_post( get_theme_mod( 'unapp_copyright_contents', 'Copyright 2018 All rights reserved' ) );
?>
</p>
</div>
Expand Down
Loading

0 comments on commit 23f1b49

Please sign in to comment.