Easy Allies Wiki
Easy Allies Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
/* Slider template */
  +
.fandom-slider__nav {
  +
bottom: 0px;
  +
height: 90px;
  +
}
  +
  +
.fandom-slider__nav__caption {
  +
height:100px;
  +
  +
}
  +
  +
.fandom-slider__nav__caption div {
  +
height: 100px;
  +
white-space: normal;
  +
position: static;
  +
bottom:0px;
  +
}
  +
  +
.fandom-slider__nav__thumbs {
  +
bottom: 15px;
  +
  +
}
  +
  +
/* Back-to-top Button Format */
  +
#BackToTopBtn div {
  +
opacity: 0.7;
  +
transition: .5s;
  +
}
  +
#BackToTopBtn div:hover {
  +
opacity: 1;
  +
}
  +
 
window.BackToTopModern = true;
 
window.BackToTopModern = true;

Latest revision as of 04:56, 28 August 2022

/* Slider template */
.fandom-slider__nav {
	bottom: 0px; 
	height: 90px;
}
	
.fandom-slider__nav__caption {
	height:100px;
	
}

.fandom-slider__nav__caption div {
    height: 100px;  
    white-space: normal; 
    position: static;
    bottom:0px;
}

.fandom-slider__nav__thumbs {
	bottom: 15px;
	
}

/* Back-to-top Button Format */
#BackToTopBtn div {
    opacity: 0.7;
    transition: .5s;
}
#BackToTopBtn div:hover {
    opacity: 1;
}

window.BackToTopModern = true;