Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

No edit summary
No edit summary
Line 489: Line 489:
         color: #FFFFFF; /* White text */
         color: #FFFFFF; /* White text */
     }
     }
.mw-jsslideshow {
    max-width: 100%;
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    background-color: #002B5C;
    border: 2px solid #FF851B;
    border-radius: 8px;
    box-sizing: border-box;
}
.mw-jsslideshow .slick-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.slick-dots {
    bottom: 10px;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #fff;
}


/* Optional mobile-friendly tweaks */
/* Optional mobile-friendly tweaks */
Line 522: Line 496:
    }
    }
}
}
     /* ===== Table of Contents (TOC) ===== */
     /* ===== Table of Contents (TOC) ===== */
Line 663: Line 635:
         border-top: 1px solid #FF851B;
         border-top: 1px solid #FF851B;
     }
     }
    .pi-image-collection .pi-image + .pi-caption {
    display: block;
    text-align: center; /* Centers the caption */
    font-style: italic; /* Optional: Makes the text italic */
    color: #FFB84D;
    font-size: 90%; /* Optional: Slightly smaller font */
    margin-top: 5px; /* Space between image and caption */
    font-family: 'Metamorphous', cursive;
}
     /* ===== vector  Specific Tweaks ===== */
     /* ===== vector  Specific Tweaks ===== */
     /* Sidebar collapsed state */
     /* Sidebar collapsed state */
Line 1,199: Line 1,162:
     border-radius: 4px;
     border-radius: 4px;
     background-color: #001933;
     background-color: #001933;
     margin: 2px; /* Center the image */
     width: 100%; /* Makes it fill the container */
}
.pi-image {
width: 100%; /* Makes it fill the container */
     display: block;
     display: block;
     margin: auto; /* Centers the image */
     margin: auto; /* Centers the image */