MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,251: Line 1,251:
     justify-content: center; /* Center items horizontally */
     justify-content: center; /* Center items horizontally */
     margin: 0 auto;        /* Center the container */
     margin: 0 auto;        /* Center the container */
    max-width: 95%;        /* Limit maximum width to 95% of the screen width */
    gap: 10px;              /* Space between items */
}
}


Line 1,263: Line 1,261:
     font-family: HALColant-TextRegular;
     font-family: HALColant-TextRegular;
     color: black;
     color: black;
}
.entry-number-in-nrs a {
color: black;
}
.entry-number-in-nrs a:hover {
color: black;
font-weight: italic;
}
}

Navigation menu