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.
.tow-disclaimer-container {
display: inline-flex;
flex-direction: column;
max-width: 50%;
width: 100%;
background-color: #EFB737; /* Фоновый цвет */
border: 2px solid #D02019; /* Граница */
border-radius: 10px 10px 0 0; /* Скругленные верхние углы */
overflow: hidden; /* Скрытие переполненного контента */
margin: 0 auto; /* Центрирование */
z-index: 100; /* Выше других слоев */
box-sizing: border-box;
}
.tow-disclaimer-banner {
text-align: center;
padding: 0.5em;
border-radius: 10px 10px 0 0;
}
000
1:0
Return to MediaWiki:Common.css.