Skip to content

Commit

Permalink
All child themes updated to the latest version of their online versio…
Browse files Browse the repository at this point in the history
…n presented in https://kaliumtheme.com
  • Loading branch information
arl1nd committed Nov 7, 2022
1 parent c05ec13 commit 5a1da0b
Show file tree
Hide file tree
Showing 24 changed files with 8,161 additions and 4,684 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
*/custom-skin.css
package-lock.json
package-lock.json
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Note: In order to install any of child themes of this repository you must have K

Purchase theme: [www.kaliumtheme.com](https://www.kaliumtheme.com/)

Developed by [Laborator](https://laborator.co/)
Developed by [Laborator](https://laborator.co)
75 changes: 44 additions & 31 deletions kalium-child-agency/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
Theme Name: Kalium - Agency Theme
Theme URI: https://kaliumtheme.com/
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Author URI: https://laborator.co
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -16,82 +16,95 @@ Custom modification only for AGENCY Demo - START

/* Homepage: Auto Type Line Height */
.wpb_wrapper .auto-type-element {
line-height: 90px;
line-height: 90px;
}

/* Homepage: Auto Type Black Block */
.wpb_wrapper .auto-type-element span.block {
background: #000;
color: #fff;
padding: 5px 10px;
background: #000;
color: #fff;
padding: 5px 10px;
}

/* Homepage: Auto Type changes for 768px and below screen sizes */
@media screen and (max-width: 768px) {
/* Homepage: Auto Type Line Height */
.wpb_wrapper .auto-type-element {
line-height: normal;
}
/* Homepage: Auto Type Line Height */
.wpb_wrapper .auto-type-element {
line-height: normal;
}

/* Homepage: Auto Type Black Block */
.wpb_wrapper .auto-type-element span.block {
padding: 0px 8px;
}
/* Homepage: Auto Type Black Block */
.wpb_wrapper .auto-type-element span.block {
padding: 0px 8px;
}
}

/* Blog: Comments Leave a Reply Background */
.post-comment-form {
background: #fff;
background: #fff;
}

/* Blog: Comments Caret */
.single-post .post-comments:before {
border-color: #f2f2f2 transparent transparent transparent;
border-color: #f2f2f2 transparent transparent transparent;
}

/* Contact: Input Border Bottom Color */
.contact-form input, .contact-form textarea {
border-bottom-color: #dadada;
.contact-form input,
.contact-form textarea {
border-bottom-color: #dadada;
}

/* Contact: Textarea Lines */
.contact-form textarea {
background-image: linear-gradient(#dadada 1px, transparent 1px);
background-image: linear-gradient(#dadada 1px, transparent 1px);
}

/* Portfolio: Thumbnail */
.portfolio-holder .thumb {
position: initial;
position: initial;
}

/* Portfolio: Category Color on Hover */
.portfolio-holder .thumb .hover-state .info p a:hover {
color: #222;
color: #222;
}

/* Portfolio: Likes Background */
.single-portfolio-holder .social .likes {
background: #fff;
background: #fff;
}

/* Blog: Search Background Color in Sidebar */
.widget.widget_product_search .search-bar input[name="s"],
.widget.widget_search .search-bar input[name="s"] {
background: #EEE;
background: #eee;
}

/* Blog: Hide underline from titles */
.blog-posts .post-item .post-details .post-title a:after {
display: none;
display: none;
}

/* Custom CSS made by Laborator :END*/
@media only screen and (max-width: 768px) {
.no-margin-desktop .vc_column-inner {
padding-left: 15px !important;
padding-right: 15px !important;
}
.no-margin-desktop .vc_column-inner {
padding-left: 15px !important;
padding-right: 15px !important;
}
}

/* Site line height */
body,
p {
line-height: 1.6;
}

/* Blog: Reply comments display */
.labeled-input-row {
flex-wrap: unset;
}

/* ===========================================================
Custom modification only for AGENCY Demo - END
=========================================================== */
Expand All @@ -100,5 +113,5 @@ Custom modification only for AGENCY Demo - END
User CSS modifications
=========================================================== */
.example {
color: red !important;
}
color: red !important;
}
Loading

0 comments on commit 5a1da0b

Please sign in to comment.