소도구:imageview.css

최근 편집: 2020년 1월 8일 (수) 05:52
페미위키 깃헙 가젯 봇 (토론 | 기여)님의 2020년 1월 8일 (수) 05:52 판 (Github @lens0021의 https://github.com/femiwiki/remote-gadgets/commit/427786e)
#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;
}