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

提供: MochiuWiki : SUSE, EC, PCB

編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
1行目: 1行目:
/*.mw-content-ltr {*/
/* 画像ホバー時の拡大 */
/* font-family: "Droid Sans" !important;*/
.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時点における版

/* 画像ホバー時の拡大 */
.content img {
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

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