MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 38: Line 38:
.quote-content {
.quote-content {
   position: relative;
   position: relative;
   z-index: 4; /* Текст выше фона и изображений */
   z-index: 7;
   padding: 20px 10px; /* Отступы внутри белого контейнера */
   padding: 20px 10px;
   text-align: center; /* Центрируем текст */
   text-align: center;
   font-family: 'MyCustomFont2', sans-serif;
  background: white;
   font-family: 'MyCustomFont2', sans-serif; /* Использование шрифта MyCustomFont2 */
  font-style: italic; /* Курсив для текста цитаты */
  color: #555; /* Цвет текста (мягкий серый) */
  font-size: 16px; /* Уменьшенный размер шрифта */
  border-left: 4px solid #ccc; /* Левый отступ для выделения */
  margin-left: 20px; /* Отступ для визуального эффекта */
  overflow: hidden; /* Предотвращаем переполнение */
}
}


Navigation menu