13,005
回編集
編集の要約なし |
編集の要約なし |
||
268行目: | 268行目: | ||
/* MediaWiki 目次のグラデーションスタイル */ | /* MediaWiki 目次のグラデーションスタイル */ | ||
/* 目次全体のコンテナ */ | /* 目次全体のコンテナ */ | ||
#toc, | #toc, | ||
310行目: | 309行目: | ||
color: #4a90a8; | color: #4a90a8; | ||
text-decoration: underline; | text-decoration: underline; | ||
background-color: rgba(255, 255, 255, 0.95); | |||
border: 2px solid #4a90a8; | |||
padding: 2px 6px; | |||
border-radius: 4px; | |||
transition: all 0.2s ease; | |||
} | } | ||