MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки Метка: отменено |
Pok (обсуждение | вклад) м Отмена версии 102091, сделанной Pok (обсуждение) Метка: отмена |
||
| Строка 2213: | Строка 2213: | ||
@media screen and (min-width: 851px) { | @media screen and (min-width: 851px) { | ||
.mobile { | |||
display:none | |||
} | |||
.headder { | .headder { | ||
width: 25%; | width: 25%; | ||
| Строка 2226: | Строка 2230: | ||
@media screen and (max-width: 850px) { | @media screen and (max-width: 850px) { | ||
.nomobile { | |||
display: none !important; | |||
} | |||
.headder { | .headder { | ||
width: 100%; | width: 100%; | ||
| Строка 2243: | Строка 2251: | ||
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; | |||
} | } | ||
} | } | ||