MediaWiki:Common.css: различия между версиями
Luciana (обсуждение | вклад) Нет описания правки Метка: отменено |
Luciana (обсуждение | вклад) Нет описания правки |
||
| (не показано 37 промежуточных версий этой же участницы) | |||
| Строка 1: | Строка 1: | ||
#reverinDateWidget { | #reverinDateWidget { | ||
font-size: | font-size: 12px; /* Универсальный размер */ | ||
font-weight: normal; /* Обычный текст */ | font-weight: normal; /* Обычный текст */ | ||
color: #333; | color: #333; | ||
| Строка 8: | Строка 8: | ||
border-top: 1px solid #ccc; | border-top: 1px solid #ccc; | ||
text-align: center; | text-align: center; | ||
line-height: 1. | line-height: 1.2; | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
gap: 2px; | gap: 2px; | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
| Строка 20: | Строка 20: | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
gap: | gap: 4px; | ||
font-weight: normal; /* Обе строки теперь не жирные */ | |||
} | } | ||
#reverinDateWidget a { | #reverinDateWidget a { | ||
text-decoration: none; /* Убираем подчеркивание */ | |||
color: inherit; /* Делаем ссылки того же цвета, что и обычный текст */ | |||
font-weight: normal; /* | font-weight: normal; /* Убираем жирность ссылок */ | ||
} | } | ||
Текущая версия от 09:05, 16 марта 2025
#reverinDateWidget {
font-size: 12px; /* Универсальный размер */
font-weight: normal; /* Обычный текст */
color: #333;
background: #f8f9fa;
padding: 5px 8px;
border-radius: 4px;
border-top: 1px solid #ccc;
text-align: center;
line-height: 1.2;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2px;
white-space: nowrap;
}
#reverinDateWidget .row {
display: flex;
justify-content: center;
gap: 4px;
font-weight: normal; /* Обе строки теперь не жирные */
}
#reverinDateWidget a {
text-decoration: none; /* Убираем подчеркивание */
color: inherit; /* Делаем ссылки того же цвета, что и обычный текст */
font-weight: normal; /* Убираем жирность ссылок */
}