MediaWiki:Common.css: различия между версиями

Материал из Indecoder
Нет описания правки
Метка: ручная отмена
Нет описания правки
Строка 22: Строка 22:
     margin-right: 0;
     margin-right: 0;
     width: 100%;
     width: 100%;
     height: auto;
     height: 300px;
     max-width: 100%;
     max-width: 100%;
   }
   }
}
}

Версия от 20:30, 25 августа 2024

body.page-Category_Изображения_косметических_продуктов .mw-category-generated .mw-headline {
    display: none; /* Скрывает заголовок "Подкатегории" */
}
/* Десктопная версия (по умолчанию) */
.float-right-box {
  width: 300px;
  height: 300px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ccc;
  position: relative;
  float: right;
  margin-left: 10px;
  background-color: white;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .float-right-box {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 300px;
    max-width: 100%;
  }
}