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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
298行目: 298行目:
.toctoggle a {
.toctoggle a {
     color: #70CCFF !important;
     color: #70CCFF !important;
     background-color: rgb(255, 255, 255);
     background-color: transparent;
     padding: 0.1rem 0.5rem;
     padding: 0.1rem 0.5rem;
     border-radius: 2px;
     border-radius: 2px;
     font-size: 0.9rem;
     font-size: 0.9rem;
    backdrop-filter: blur(2px);
     transition: all 0.3s ease;
     transition: all 0.3s ease;
     text-decoration: none;
     text-decoration: none;
309行目: 308行目:
.toctoggle:hover,  
.toctoggle:hover,  
.toctoggle a:hover {
.toctoggle a:hover {
     color: #ffffff !important;
     color: #70CCFF !important;
     background-color: rgba(255, 255, 255, 0.3);
     background-color: rgb(255, 255, 255);
}
}


/* 目次の「非表示」リンク */
/* 目次の「非表示」リンク */
.toc .toctogglelabel {
.toc .toctogglelabel {
     color: #FFCC70;
     color: #70CCFF;
     background-color: rgba(255, 255, 255, 0.2);
     background-color: transparent;
     padding: 0.3rem 0.6rem;
     padding: 0.1rem 0.5rem;
     border-radius: 6px;
     border-radius: 2px;
     font-size: 0.9rem;
     font-size: 0.9rem;
    backdrop-filter: blur(4px);
     transition: all 0.3s ease;
     transition: all 0.3s ease;
}
}


.toc .toctogglelabel:hover {
.toc .toctogglelabel:hover {
     color: #ffffff;
     color: #70CCFF;
     background-color: rgba(255, 255, 255, 0.3);
     background-color: rgb(255, 255, 255);
}
}


案内メニュー