MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 19: Line 19:
   height: 50px;
   height: 50px;
   background: url("/images/0/08/Above_quote.png") no-repeat center top;
   background: url("/images/0/08/Above_quote.png") no-repeat center top;
   z-index: 5; /* Изображение выше контейнера */
   z-index: 3; /* Изображение выше контейнера */
}
}


Line 31: Line 31:
   height: 50px;
   height: 50px;
   background: url("/images/c/c8/Under_quote.png") no-repeat center bottom;
   background: url("/images/c/c8/Under_quote.png") no-repeat center bottom;
   z-index: 5; /* Изображение выше контейнера */
   z-index: 3; /* Изображение выше контейнера */
}
}


.quote-content {
.quote-content {
   position: relative;
   position: relative;
   z-index: 7; /* Текст выше фона и изображений */
   z-index: 3; /* Текст выше фона и изображений */
   padding: 20px 10px; /* Отступы внутри белого контейнера */
   padding: 20px 10px; /* Отступы внутри белого контейнера */
   text-align: center; /* Центрируем текст */
   text-align: center; /* Центрируем текст */
  background: white; /* Убедимся, что у текста белый фон */
}
}


Navigation menu