first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;
if ( !function_exists( 'solarify_child_enqueue_styles' ) ):
function solarify_child_enqueue_styles() {
$parent_style = 'solarify-css-style';
wp_enqueue_style( $parent_style, get_parent_theme_file_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_theme_file_uri() . '/style.css',
array( $parent_style ),
wp_get_theme()->get('Version')
);
}
endif;
add_action( 'wp_enqueue_scripts', 'solarify_child_enqueue_styles' );

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 KiB

View File

@@ -0,0 +1,127 @@
/*
Theme Name: Solarify Child
Theme URI: http://webdesign-finder.com/solarify
Template: solarify
Author: WPRollers
Author URI: https://themeforest.net/user/wprollers
Description: Solarify - Renewable Energy Equipment Manufacturer WordPress theme
Tags: custom-header,left-sidebar,right-sidebar,post-formats,full-width-template
Version: 1.0.18
*/
html {
scroll-behavior: smooth;
}
.intro_section div {
}
.slide_description {
}
@media (min-width: 1200px) {
.intro_section .slide_description {
max-width: 63% !important;
}
}
@media (min-width: 992px) {
.intro_section .slide_description {
max-width: 63% !important;
}
}
.text-justify {
text-align: justify;
text-justify: inter-character;
}
#section1::before {
display: block;
position: relative;
top: -90px;
visibility: hidden;
}
.page_breadcrumbs {
display:none;
}
.page_footer [class*="col-"]:first-child .widget-theme-wrapper .widget_contacts {
margin-top: 27px;
}
//zmiana koloru na glownej stronie - kwadraty przy zdjeciach
.fw-main-row .cs .radial_lighting {
background-image: --webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(46, 49, 49, 0.9));
background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(46, 49, 49, 0.9));
}
.cs.main_color4, .cs.main_bg_color4 {
background-color: #708090 !important;
background-image: --webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(46, 49, 49, 0.9)) !important;
background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(46, 49, 49, 0.9)) !important;
}
#section-1 img, #section-3 img, #section-5 img, #section-7 img, #section-9 img, #section-11 img {
width: 100%;
clip-path: polygon(0 0,100% 0,100% 100%,0 85%);
}
#section-2 img, #section-4 img, #section-6 img, #section-8 img, #section-10 img, #section-12 img {
width: 100%;
clip-path: polygon(0 0,100% 0,100% 85%,0 100%);
}
.intro_section .slides {
height: 100vh;
overflow: auto;
}
.header_white .sf-menu > li.active > a,
.header_white .sf-menu > li.current-menu-item > a,
.header_white .sf-menu > li.current-menu-ancestor > a,
.header_white .sf-menu > li > a:hover {
color: #1b355a !important;
}
.ls .highlight, .ls .highlight1 {
font-weight: bold;
border-color: #4ebbe3;
color: #1b355a !important;
}
.section_header {
text-transform: uppercase;
}
.page_footer .menu-main-menu-container ul, ul li {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.page_footer .menu-main-menu-container ul, ul li, .widget_nav_menu li a {
font-size: 15px;
}
.page_footer .menu-main-menu-container ul li {
float: left;
border: none;
border-bottom: none;
}
.page_footer .menu-main-menu-container ul li:last-child {
border-bottom: none;
}
.page_footer .menu-main-menu-container ul li a::before {
display: none;
}
.page_footer .widget_nav_menu {
margin-top: 16px !important;
}