「MediaWiki:MobileUI.css」の版間の差分

提供:Vikipedia
編集の要約なし
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
9行目: 9行目:
}
}


.secondary-navigation-enabled.animations nav[data-mobile-ui-right-menu-visible="true"] {
#mobile-ui-page-right {
    -webkit-transition: none !important;
    transition: none !important;
}
 
#mw-mf-page-left[data-mobile-ui-right-menu-visible="true"] {
    width: 100% !important;
}
 
#mw-mf-page-left[data-mobile-ui-right-menu-visible="true"] .mobile-ui-right-menu {
    padding-left: 40% !important;
}
 
#mw-mf-page-left[data-mobile-ui-right-menu-visible="true"] .mobile-ui-left-menu,
#mw-mf-page-left[data-mobile-ui-right-menu-visible="false"] .mobile-ui-right-menu {
     display: none !important;
     display: none !important;
}
}

2019年11月20日 (水) 23:24時点における版

.mobile-ui-icon-puzzle:before {
    background-image:
        linear-gradient(transparent, transparent),
        url("https://images.2ch.me/2/26/パズルピースのアイコン.svg");
}

#mobile-ui-right-menu-button:after {
    content: "ログインメニュー";
}

#mobile-ui-page-right {
    display: none !important;
}

.mobile-ui-block {
    display: block !important;
}

.mobile-ui-black {
    color: black !important;
}

.mobile-ui-bold {
    font-weight: bold !important;
}

.mobile-ui-pb-0 {
    padding-bottom: 0 !important;
}

.mobile-ui-not-article .mobile-ui-only-article,
.mobile-ui-hidden {
    display: none !important;
}