This commit is contained in:
McShelby 2023-08-25 17:35:54 +00:00
parent 5a34dea278
commit fbcdb0358f
264 changed files with 9238 additions and 6710 deletions

View file

@ -521,7 +521,7 @@
background-color: rgba( 255, 255, 255, 1 ); /* var(--INTERNAL-MAIN-BG-color) */
}
.lightbox img{
.lightbox-back img{
background-color: rgba( 255, 255, 255, 1 ) /* var(--INTERNAL-MAIN-BG-color); */
}

View file

@ -340,7 +340,7 @@ dd {
#body img.border,
#body .video-container.border {
border: 2px solid rgba( 134, 134, 134, .125 );
border: 1px solid rgba( 134, 134, 134, .333 );
}
#body img.shadow,
@ -1780,7 +1780,7 @@ article ul > li > input[type="checkbox"]:checked::before {
}
/* CSS Lightbox https://codepen.io/gschier/pen/kyRXVx */
.lightbox {
.lightbox-back {
align-items: center;
background: rgba( 0, 0, 0, .8 );
bottom: 0;
@ -1795,11 +1795,11 @@ article ul > li > input[type="checkbox"]:checked::before {
z-index: 1999;
}
.lightbox:target {
.lightbox-back:target {
display: flex;
}
.lightbox img {
.lightbox-back img {
max-height: 95%;
max-width: 95%;
overflow: auto;

View file

@ -245,7 +245,7 @@ table {
background-color: var(--INTERNAL-MAIN-BG-color);
}
.lightbox img{
.lightbox-back img{
background-color: var(--INTERNAL-MAIN-BG-color);
}