소도구:imageview.css

최근 편집: 2022년 12월 25일 (일) 10:28
낙엽1124 (토론 | 기여)님의 2022년 12월 25일 (일) 10:28 판 (낙엽1124님이 소도구:Imageview.css 문서를 넘겨주기를 만들지 않고 소도구:imageview.css 문서로 이동했습니다)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
#Imageview-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0007;
}

#Imageview-overlay .image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

#Imageview-overlay .loading-spinner {
  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: 0.6em;
}