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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
282行目: 282行目:
}
}


/* 目次のタイトル */
/* 目次のタイトル全体 */
.toc-title {
#toc #mw-toc-heading,
     color: #ffffff;
.toc .toctitle h2 {
     color: #ffffff !important;
     font-weight: 700;
     font-weight: 700;
     font-size: 1.4rem;
     font-size: 1.4rem;
290行目: 291行目:
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
}
/* 目次の「非表示」リンク */
 
.toc .toctogglelabel {
/* 非表示リンクのスタイル */
     color: #FFCC70;
.toctoggle,
.toctoggle a {
     color: #FFCC70 !important;
     background-color: rgba(255, 255, 255, 0.2);
     background-color: rgba(255, 255, 255, 0.2);
     padding: 0.3rem 0.6rem;
     padding: 0.3rem 0.6rem;
299行目: 302行目:
     backdrop-filter: blur(4px);
     backdrop-filter: blur(4px);
     transition: all 0.3s ease;
     transition: all 0.3s ease;
    text-decoration: none;
}
}
.toc .toctogglelabel:hover {
 
     color: #ffffff;
.toctoggle:hover,
.toctoggle a:hover {
     color: #ffffff !important;
     background-color: rgba(255, 255, 255, 0.3);
     background-color: rgba(255, 255, 255, 0.3);
}
}
334行目: 340行目:
/* ホバー時のスタイル */
/* ホバー時のスタイル */
.toc a:hover {
.toc a:hover {
     color: #ffffff;
     color: #ffffff !important;
     background: linear-gradient(45deg, #4158D0, #C850C0);
     background: linear-gradient(45deg, #4158D0, #C850C0);
     transform: translateX(6px);
     transform: translateX(6px);
349行目: 355行目:
}
}


/* 非表示ボタン */
/* ホバー時の番号の色 */
.toc .toctoggle {
.toc a:hover .toc-number {
     color: #ffffff;
     color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
    backdrop-filter: blur(4px);
}
}


案内メニュー