0.0.109
This commit is contained in:
@@ -939,9 +939,14 @@ body.n_scroll{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list_characters_widget_how_dev{
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.list_characters_widget_how_dev > li{
|
.list_characters_widget_how_dev > li{
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-transform: unset;
|
text-transform: unset;
|
||||||
|
list-style: '- ';
|
||||||
}
|
}
|
||||||
|
|
||||||
/*block present technology*/
|
/*block present technology*/
|
||||||
@@ -1271,7 +1276,12 @@ body.n_scroll{
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error_input_html ul,li{
|
.error_input_html > ul{
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
.error_input_html > li{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|||||||
@@ -205,6 +205,7 @@ function change_slide (index_this_slide,type,list_lenght,new_slide_inf){
|
|||||||
function autoPlaySlider () {
|
function autoPlaySlider () {
|
||||||
let next_slide = null
|
let next_slide = null
|
||||||
let new_slide = null
|
let new_slide = null
|
||||||
|
if (document.querySelector(".functions_btns_slider")){
|
||||||
if (!autoplayInterval){
|
if (!autoplayInterval){
|
||||||
autoplayInterval = setInterval(function (){
|
autoplayInterval = setInterval(function (){
|
||||||
let datainf_cont
|
let datainf_cont
|
||||||
@@ -225,6 +226,7 @@ function autoPlaySlider () {
|
|||||||
} else {
|
} else {
|
||||||
// autoPlaySlider()
|
// autoPlaySlider()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// function stopAutoPlaySlider () {
|
// function stopAutoPlaySlider () {
|
||||||
|
|||||||
Reference in New Issue
Block a user