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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
308行目: 308行目:
.toctoggle a:hover {
.toctoggle a:hover {
     color: #ffffff !important;
     color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.3);
}
/* 目次の「非表示」リンク */
.toc .toctogglelabel {
    color: #FFCC70;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}
.toc .toctogglelabel:hover {
    color: #ffffff;
     background-color: rgba(255, 255, 255, 0.3);
     background-color: rgba(255, 255, 255, 0.3);
}
}

案内メニュー