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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
329行目: 329行目:
/* 目次の項目コンテナ */
/* 目次の項目コンテナ */
.toc ul {
.toc ul {
     background-color: rgba(255, 255, 255, 0.95);
     background-color: rgb(255, 255, 255);
     padding: 1rem;
     padding:         0.5rem;
     margin: 0;
     margin:           0;
     border-radius: 12px;
     border-radius:   12px;
     box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
     box-shadow:       inset 0 2px 4px rgba(0, 0, 0, 0.05);
}
}


/* 目次の項目 */
/* 目次の項目 */
.toc li {
.toc li {
     margin: 0.3rem 0;
     margin:     0.1rem 0;
     padding: 0.2rem 0;
     padding:   0.1rem 0;
     transition: all 0.3s ease;
     transition: all 0.3s ease;
}
}
359行目: 359行目:
/* リンクの基本スタイル */
/* リンクの基本スタイル */
.toc a {
.toc a {
     color: #2d3748;
     color:           #2d3748;
     text-decoration: none;
     text-decoration: none;
     display: block;
     display:         block;
     padding: 0.4rem 0.8rem;
     padding:         0.2rem 0.6rem;
     border-radius: 8px;
     border-radius:   8px;
     transition: all 0.3s ease;
     transition:     all 0.3s ease;
     font-weight: 500;
     font-weight:     500;
}
}


374行目: 374行目:
     transform: translateX(6px);
     transform: translateX(6px);
     border: none;
     border: none;
     padding: 0.4rem 0.8rem; /* 0.6rem 1rem から 0.4rem 0.8rem に変更 */
     padding: 0.2rem 0.6rem; /* 0.4rem 0.8rem から 0.2rem 0.6rem に変更 */
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
}

案内メニュー