Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

No edit summary
No edit summary
Line 493: Line 493:
    border: 2px solid #FF851B;
    border: 2px solid #FF851B;
    border-radius: 8px;
    border-radius: 8px;
    margin: 0 auto; /* Auto centers horizontally */
    padding: 10px;
    padding: 10px;
    color: #FFFFFF;
    color: #FFFFFF;
    width: 100%; /* Or max-width if you want */
    max-width: 100%;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto; /* Just in case the JS doesn't apply it early enough */
    align-items: center;
}
}
/* Tame the dynamically-generated slideshow div */
/* Tame the dynamically-generated slideshow div */