MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,245: Line 1,245:
     font-family: HALColant-TextRegular!important;
     font-family: HALColant-TextRegular!important;
     cursor: pointer;
     cursor: pointer;
}
.entry-nrs-query {
    display: flex;          /* Use Flexbox */
    flex-wrap: wrap;        /* Allow items to wrap to the next line */
    justify-content: center; /* Center items horizontally */
    margin: 0 auto;        /* Center the container */
    max-width: 95%;        /* Limit maximum width to 95% of the screen width */
    gap: 10px;              /* Space between items */
}
.entry-number-in-nrs {
    flex: 0 0 auto;        /* Don't grow, don't shrink, auto basis */
    padding: 5px 10px;    /* Padding inside each entry number box */
    border: 1px solid black; /* Border for each entry number */
    text-align: center;    /* Center text inside the box */
}
}

Navigation menu