Added debug page, Improved Splide galleries
Update .gitignore, composer.php, and 12 more files...
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
* -----------------------------------------------------------------------------
|
||||
* NibblePoker.lu CSS
|
||||
* Version: 0.0.3
|
||||
* Copyright, 2023 Bozet Herwin
|
||||
* Version: I'm not counting anymore
|
||||
* Copyright, 2023-2024 Bozet Herwin
|
||||
* -----------------------------------------------------------------------------
|
||||
* Source: https://github.com/aziascreations/Web-NibblePoker
|
||||
* Source: https://github.com/NibblePoker/Web-NibblePoker
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
@@ -63,3 +63,4 @@
|
||||
@import 'site/content'; // Uses fixed sizes and floats
|
||||
@import 'site/video';
|
||||
@import 'site/modal';
|
||||
@import 'site/splide';
|
||||
|
@@ -62,14 +62,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Zoom-in effect for image galleries
|
||||
.splide li {
|
||||
transition: all 0.20s ease-in-out;
|
||||
}
|
||||
.splide li:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
//.align-v-t
|
||||
|
||||
#logo-sidebar {
|
||||
|
16
resources/NibblePoker/scss/site/splide.scss
Normal file
16
resources/NibblePoker/scss/site/splide.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
|
||||
|
||||
/* Splide Rules */
|
||||
|
||||
// Zoom-in effect for image galleries
|
||||
.splide li {
|
||||
transition: all 0.20s ease-in-out;
|
||||
}
|
||||
.splide li:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
// Generic max-height rule
|
||||
.splide, .splide * {
|
||||
max-height: 400px;
|
||||
}
|
@@ -4,7 +4,7 @@
|
||||
|
||||
/* Site > Text > Commons */
|
||||
|
||||
p, a, h1, h2, h3, h4, h5, h6, td, th, .code, summary, label {
|
||||
p, a, h1, h2, h3, h4, h5, h6, td, th, code, .code, summary, label {
|
||||
color: #{$color-text-regular-normal};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user