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 */
.social-media {
width: 50px;
height: 50px;
border: 2px solid #000;
border-radius: 8px;
background-color: #fff;
cursor: pointer;
transition: all 0.2s ease;
/* Добавляем внутренние отступы */
padding: 5px; /* Отступы со всех сторон */
box-sizing: border-box; /* Учитываем padding в размерах */
/* Фоновое изображение */
background-image: url('your-image.png');
background-size: 80%; /* Уменьшаем размер фона, чтобы были отступы */
background-position: center center; /* Центрируем */
background-repeat: no-repeat; /* Без повторения */
background-clip: content-box; /* Фон не выходит за пределы padding */
}
000
1:0
Return to MediaWiki:Common.css.