View source for MediaWiki:Common.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* Media */
.mw-parser-output .media_box-container {
display: flex;
flex-wrap: wrap;
gap: 10px; /* Уменьшил gap для компактности */
justify-content: flex-start; /* Изменил выравнивание */
}
.mw-parser-output .media_box {
width: 40px; /* Установил фиксированную ширину для кнопок */
height: 40px; /* Установил фиксированную высоту для кнопок */
box-sizing: border-box;
border: 2px solid #D02019;
border-radius: 5px; /* Уменьшил радиус для маленьких кнопок */
overflow: hidden;
transition: transform 0.3s ease, filter 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
background-color: #f0f0f0;
000
1:0
Return to MediaWiki:Common.css.