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

Материал из Днепровская городская энциклопедии
Перейти к: навигация, поиск
(Новая страница: «CSS placed here will affect users of the mobile site: .skiptranslate span{ white-space: initial!important; } .navig-wrapper{ width: 100%; height:…»)
(нет различий)

Версия 10:04, 14 декабря 2018

/* CSS placed here will affect users of the mobile site */
.skiptranslate span{
    white-space: initial!important;
}
.navig-wrapper{
    width: 100%;
    height: auto;
}
.navig-row{
    margin: auto;
    width: 70%;
}
.navig-wrapper:after{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.navig-col{
    width: 33.33333%;
    float: left;
}
.navig-col img{
    height: auto;
    width: 100%;
}
.navig-col p{
    margin: 0 50px;
}

.navig-col p:hover {
    opacity: 0.8;
}