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.
.licontent-actual {
z-index: -2; /* Устанавливаем уровень слоя ниже upper_tables */
}
/*photo frames */
/* Стиль для контейнера изображения с рамкой и подписью */
.photo-frame {
display: inline-block; /* Для корректного центрирования и отображения */
text-align: center; /* Центрирование подписи */
margin: 5px 5px; /* Верх/низ: 5px, лево/право: 5px */
vertical-align: top; /* Выравнивание по верхнему краю, чтобы избежать смещений */
opacity: 0; /* Изначально невидимый */
animation: fadeIn 1s ease forwards; /* Анимация появления */
}
/* Анимация появления */
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px); /* Легкий сдвиг вниз */
000
1:0
Return to MediaWiki:Common.css.