Sha256: 36fbc18d6377dfd2fba1b32c6350a9db7d2699712279244f1e71e49c51af43a9

Contents?: true

Size: 1.36 KB

Versions: 4

Compression:

Stored size: 1.36 KB

Contents

#gallery {
  background: #333;
  transform: translateZ(0px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#image, #video, #audio, #text {
  display: none;
  max-width: 100%;
  margin: 0 auto 0 auto;
}

#video:focus, #audio:focus {
  outline: none;
}

#audio {
  width: 100%;
}

#text {
  overflow: auto;
  color: #000000;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  #image, #video, #audio, #text {
    max-height: 100%;
  }
}

#gallery.video, #gallery.audio, #gallery.text {
  padding: 0 100px;
}

#gallery.video #video {
  display: block;
}

#gallery.image #image {
  display: block;
}

#gallery.audio #audio {
  display: block;
}

#gallery.text #text {
  display: block;
}

.paginator {
  position: fixed;
  width: 100px;
  z-index: 10000;

  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.paginator:active {
  background-color: #000000;
  opacity: 0.4;
}

.paginator:hover {
  cursor: pointer;
}

#page-back {
  top: 0;
  bottom: 0;
  left: 0;
}

#page-next {
  top: 0;
  bottom: 0;
  right: 0;
}

#page-back-10 {
  bottom: 0;
  left: 0;
  height: 100px;
  z-index: 10001;
}

#page-next-10 {
  bottom: 0;
  right: 0;
  height: 100px;
  z-index: 10001;
}

#page-toggle-size {
  top: 0;
  left: 0;
  height: 100px;
  z-index: 10001;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
servel-0.15.0 lib/servel/templates/css/gallery.css
servel-0.14.0 lib/servel/templates/css/gallery.css
servel-0.13.0 lib/servel/templates/css/gallery.css
servel-0.12.0 lib/servel/templates/css/gallery.css