1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/gallery/all.less

30 lines
568 B
Text
Executable file

/* load swipe box */
@import "swipebox/css/swipebox.less";
/* fix image paths */
#swipebox-slider .slide-loading {
background: url(swipebox/img/loader.gif) no-repeat center center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
background-image: url(swipebox/img/icons.png);
}
/* style overrides */
#swipebox-overlay {
background: rgba(0, 0, 0, 0.95);
}
#swipebox-top-bar {
div.title {
font-size: 15px;
line-height: 1.5em;
}
div.caption {
font-size: 13px;
line-height: 1.5em;
}
padding: 10px;
}