「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時点における最新版