コンテンツにスキップ

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

編集の要約なし
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
7行目: 7行目:
#mobile-ui-right-menu-button:after {
#mobile-ui-right-menu-button:after {
     content: "ログインメニュー";
     content: "ログインメニュー";
}
#mobile-ui-page-right {
    display: none !important;
}
}


32行目: 28行目:
.mobile-ui-hidden {
.mobile-ui-hidden {
     display: none !important;
     display: none !important;
}
.secondary-navigation-enabled {
    overflow: hidden;
    touch-action: none;
}
#mobile-ui-page-right {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 275px;
    max-width: 80%;
    z-index: 2;
    overflow-y: auto;
    background-color: #eaecf0;
    transform: translate(100%,0);
}
.animations #mobile-ui-page-right {
    transition: transform 0.25s ease-in-out;
}
.animations.secondary-navigation-enabled #mobile-ui-page-right {
    transform: translate(0,0);
}
#mobile-ui-page-right ul {
    padding-bottom: 22px;
}
#mobile-ui-page-right ul li:first-child {
    border-top: 0;
}
#mobile-ui-page-right ul li {
    background-color: #ffffff;
    position: relative;
    border-top: 1px solid #eaecf0;
    margin-top: -1px;
}
#mobile-ui-page-right ul li a:visited, #mobile-ui-page-right ul li a:active {
    color: #54595d;
}
#mobile-ui-page-right ul li a {
    color: #54595d;
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 10px 12px 15px;
}
#mobile-ui-page-right ul li a span {
    font-size: 0.875em;
    font-weight: bold;
    vertical-align: middle;
}
}
Cookieは私達のサービスを提供するのに役立ちます。このサービスを使用することにより、お客様はCookieの使用に同意するものとします。