first commit

This commit is contained in:
ameye
2019-08-25 14:08:12 -04:00
commit 9cbc6149dd
482 changed files with 97191 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

File diff suppressed because it is too large Load Diff
+67
View File
@@ -0,0 +1,67 @@
.wexim.tp-bullets{
height: 110px !important;
width: 19px !important;
text-align: center;
display: inline-block;
position: relative;
}
.wexim .tp-bullet{
position:relative;
display: contents;
background: transparent;
cursor: pointer;
box-sizing: content-box;
}
.single-slide .wexim .tp-bullet{
display: none !important;
}
.wexim .tp-bullet .tp-bullet-inner{
width: 13px;
height: 13px;
position:relative;
border: 3px solid #ffffff;
border-radius: 50%;
background: transparent;
cursor: pointer;
box-sizing: content-box;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.dark-slider .wexim .tp-bullet .tp-bullet-inner{
border: 3px solid #4d4d4d;
}
.wexim .tp-bullet.selected .tp-bullet-inner{
transform: scale(1.4);
margin-top:2px;
background: #00bcd4;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.dark-slider .wexim .tp-bullet.selected .tp-bullet-inner{
background: transparent;
}
.wexim .tp-bullet:not(:last-child) .tp-line{
height: 20px;
width: 3px;
background: white;
display: block;
margin: 0 auto;
}
.dark-slider .wexim .tp-bullet:not(:last-child) .tp-line{
background: #4d4d4d;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

@@ -0,0 +1,41 @@
/*
* @author ThemePunch <info@themepunch.com>
* @link http://www.themepunch.com/
* @copyright 2018 ThemePunch
*/
.revaddonpaintbrush {
position: absolute;
top: 0;
left: 0;
}
.revaddonpaintbrush.swapping {
opacity: 0;
transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.tp-carousel-wrapper .revaddon-paintbrush.active-revslide {
cursor: auto;
}
.tp-revslider-slidesli[data-revaddonpaintbrushedges] .tp-bgimg {
transform-origin: center center !important;
}
.tp-revslider-slidesli[data-revaddonpaintbrushedges] .revaddonpaintbrush {
left: 50%;
top: 50%;
transform-origin: center center;
transform: translate(-50%, -50%);
}
File diff suppressed because one or more lines are too long