소도구:imageview.css

최근 편집: 2018년 10월 20일 (토) 06:34
낙엽1124 (토론 | 기여)님의 2018년 10월 20일 (토) 06:34 판 (새 문서: #Imageview-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #0007; } #Imageview-overlay img { position: fixed; top: 0; bottom: 0; left: 0;...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
#Imageview-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0007;
}

#Imageview-overlay img {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 20em;
	max-height: 20em;
	background-color: white;
	border-radius: 5em;
	padding: .6em;
}