模板:Gallery/styles.css

来自决策链云智库
< 模板:Gallery
Zeroclanzhang讨论 | 贡献2024年1月25日 (四) 00:14的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.template-gallery {
	margin-top: var( --space-md );
	display: flex;
	overflow: auto;
	gap: var( --space-xs );
}

.template-gallery a.mw-file-description {
	display: block;
    border-radius: var( --border-radius--small );
    overflow: hidden;
}

.template-gallery a.mw-file-description img {
    transition: transform 250ms ease;
}

.template-gallery a.mw-file-description:hover img {
    transform: scale(1.1);
}

.template-gallery video {
	max-width: none !important;
	max-height: 120px !important;
    width: auto !important;
    overflow: hidden;
    border-radius: var( --border-radius--small );
}