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

Материал из Indecoder
Нет описания правки
Нет описания правки
Строка 26: Строка 26:
     max-width: 100%;
     max-width: 100%;
   }
   }
}
.full-width-table {
  width: 100%;
}
}

Версия от 14:23, 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%;
}