Sha256: 9513dbbd1309dda61f577276f2ba3c44bafc89d530c6f780235302c4490de22a

Contents?: true

Size: 1.43 KB

Versions: 2

Compression:

Stored size: 1.43 KB

Contents

#gallery {
  padding: 0 20px;
  background: #333;
  transform: translateZ(0px);
}

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

#audio {
  width: 100%;
  padding: 0 100px;
}

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

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

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

#gallery.audio {
  padding-top: 20px;
}

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

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

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

  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;

  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-pack: center;
  box-align: 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

2 entries across 2 versions & 1 rubygems

Version Path
servel-0.4.0 lib/servel/templates/gallery.css
servel-0.3.0 lib/servel/templates/gallery.css