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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
297行目: 297行目:
.toctoggle,  
.toctoggle,  
.toctoggle a {
.toctoggle a {
     color: #1600fd !important;
     color: #ff7e00 !important;
     background-color: transparent;
     background-color: transparent;
     padding: 0.1rem 0.3rem;
     padding: 0.1rem 0.3rem;
308行目: 308行目:
.toctoggle:hover,  
.toctoggle:hover,  
.toctoggle a:hover {
.toctoggle a:hover {
     color: #1600fd !important;
     color: #ff7e00 !important;
     background-color: rgb(230, 230, 230);
     background-color: rgb(230, 230, 230);
}
}
314行目: 314行目:
/* 目次の「非表示」リンク */
/* 目次の「非表示」リンク */
.toc .toctogglelabel {
.toc .toctogglelabel {
     color: #1600fd;
     color: #ff7e00;
     background-color: transparent;
     background-color: transparent;
     padding: 0.1rem 0.5rem;
     padding: 0.1rem 0.5rem;
323行目: 323行目:


.toc .toctogglelabel:hover {
.toc .toctogglelabel:hover {
     color: #1600fd;
     color: #ff7e00;
     background-color: rgb(230, 230, 230);
     background-color: rgb(230, 230, 230);
}
}

案内メニュー