mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-04-30 23:26:38 +00:00
deploy: 686ea66e67
This commit is contained in:
parent
5a34dea278
commit
fbcdb0358f
264 changed files with 9238 additions and 6710 deletions
|
@ -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); */
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -245,7 +245,7 @@ table {
|
|||
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||
}
|
||||
|
||||
.lightbox img{
|
||||
.lightbox-back img{
|
||||
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue