sliderjs
Version:
lightweight slideshow engine using CSS, Canvas and WebGL Transitions
40 lines (33 loc) • 497 B
text/less
// LAYOUT THEME
// Embed theme
// FIXME deprecated
.sliderjs.th-embed {
.footer {
padding: 0;
background: none;
}
.pages, a.prevSlide, a.nextSlide {
position: absolute;
z-index: 20;
bottom: 0;
}
.pages {
padding: 3px 10px;
text-align: center;
left: 8%;
width: 80%;
a {
padding: 0 4px;
}
}
a.prevSlide, a.nextSlide {
margin: 0;
padding: 5px 10px;
}
a.prevSlide {
left: 0;
}
a.nextSlide {
right: 0;
}
}