MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 28: Line 28:
     /* Positioning and size */
     /* Positioning and size */
     position: absolute;
     position: absolute;
     z-index: -20; /* Ensure it's on top of all objects */
     z-index: 20; /* Ensure it's on top of all objects */
     top: 50%; /* Center vertically relative to the text */
     top: 50%; /* Center vertically relative to the text */
     left: 50%; /* Center horizontally relative to the text */
     left: 50%; /* Center horizontally relative to the text */
Line 56: Line 56:


.lyric-outside-table {
.lyric-outside-table {
    z-index: 10; /* Ensure it's on top of all objects */
     border-collapse: collapse;
     border-collapse: collapse;
     border: 3px solid #CC1E1E; /* Внешняя граница таблицы */
     border: 3px solid #CC1E1E; /* Внешняя граница таблицы */

Navigation menu