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

提供: MochiuWiki : SUSE, EC, PCB

編集の要約なし
タグ: 差し戻し済み
ページの白紙化
タグ: 白紙化 手動差し戻し
 
1行目: 1行目:
/* 画像ホバー時の拡大 */
.content img {
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}


.content img:hover {
    transform: scale(1.5);
    z-index: 1000;
    position: relative;
}

2025年12月19日 (金) 18:42時点における最新版