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

Материал из Indecoder
Нет описания правки
Нет описания правки
Строка 29: Строка 29:
.full-width-table {
.full-width-table {
   width: 100%;
   width: 100%;
  border-color: black;
  border: 1px;
  align: center;
}
}

Версия от 15:02, 30 августа 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;
    align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 300px;
    max-width: 100%;
  }
}
.full-width-table {
  width: 100%;
  border-color: black;
  border: 1px;
  align: center;
}