MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 13: Line 13:
   content: '';
   content: '';
   position: absolute;
   position: absolute;
   top: -50px;
   top: -70px;
   left: 50%; /* Центрируем изображение */
   left: 50%; /* Центрируем изображение */
   transform: translateX(-50%);
   transform: translateX(-50%);
   width: 100%; /* Немного уменьшенная ширина изображения */
   width: 100%; /* Немного уменьшенная ширина изображения */
   height: 100px;
   height: 130px;
   background: url("/images/0/08/Above_quote.png") no-repeat center top;
   background: url("/images/0/08/Above_quote.png") no-repeat center top;
   background-size: contain;
   background-size: contain;
Line 26: Line 26:
   content: '';
   content: '';
   position: absolute;
   position: absolute;
   bottom: -50px;
   bottom: -70px;
   left: 50%; /* Центрируем изображение */
   left: 50%; /* Центрируем изображение */
   transform: translateX(-50%);
   transform: translateX(-50%);
   width: 100%; /* Немного уменьшенная ширина изображения */
   width: 100%; /* Немного уменьшенная ширина изображения */
   height: 100px;
   height: 130px;
   background: url("/images/c/c8/Under_quote.png") no-repeat center bottom;
   background: url("/images/c/c8/Under_quote.png") no-repeat center bottom;
   background-size: contain;
   background-size: contain;

Navigation menu