MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 5: Line 5:
     margin: 10px;
     margin: 10px;
     list-style-type: none; /* Убирает стандартные маркеры списка */
     list-style-type: none; /* Убирает стандартные маркеры списка */
    display: flex;
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: center;
     text-align: center; /* Центрирует содержимое по горизонтали */
     height: 200px; /* Задайте высоту в зависимости от ваших нужд */
    position: relative;
}
}
.custom-list-item zoomitagain {
    display: block;
    max-width: 100%; /* Устанавливает максимальную ширину */
    height: auto; /* Сохраняет пропорции изображения */
}




Navigation menu