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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
291行目: 291行目:
     font-size: 1.4rem;
     font-size: 1.4rem;
     margin-bottom: 1.2rem;
     margin-bottom: 1.2rem;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
     text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
}


297行目: 297行目:
.toctoggle,  
.toctoggle,  
.toctoggle a {
.toctoggle a {
     color: #70CCFF !important;
     color: #3090FF !important;
     background-color: transparent;
     background-color: transparent;
     padding: 0.1rem 0.5rem;
     padding: 0.1rem 0.3rem;
     border-radius: 2px;
     border-radius: 2px;
     font-size: 0.9rem;
     font-size: 0.9rem;
309行目: 309行目:
.toctoggle a:hover {
.toctoggle a:hover {
     color: #70CCFF !important;
     color: #70CCFF !important;
     background-color: rgb(255, 255, 255);
     background-color: rgb(230, 230, 230);
}
}


/* 目次の「非表示」リンク */
/* 目次の「非表示」リンク */
.toc .toctogglelabel {
.toc .toctogglelabel {
     color: #70CCFF;
     color: #3090FF;
     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: #70CCFF;
     color: #3090FF;
     background-color: rgb(255, 255, 255);
     background-color: rgb(230, 230, 230);
}
}


案内メニュー