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

мНет описания правки
мНет описания правки
Метка: отменено
Строка 2213: Строка 2213:


@media screen and (min-width: 851px) {
@media screen and (min-width: 851px) {
.mobile {
display:none
}
.headder {
.headder {
width: 25%;
width: 25%;
Строка 2230: Строка 2226:


@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
.nomobile {
display: none !important;
}
.headder {
.headder {
width: 100%;
width: 100%;
Строка 2251: Строка 2243:
margin: 0 auto !important;
margin: 0 auto !important;
right: 0!important;
right: 0!important;
}
/*
.mobilefont {
font-size: 80%
}
*/
.mobile-image img {
width: 32px !important;
height: 32px !important;
}
}
}
}