Sha256: 031a134ad23972da4d386b333cf24003ecd77dc00e395a7624b92720330a42a5

Contents?: true

Size: 1.48 KB

Versions: 2

Compression:

Stored size: 1.48 KB

Contents

body, div, a, img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body { height: 100%; }
h1, p, ul { margin-top: 0; margin-bottom: 1.2em; }
h1 { margin-top: 0; margin-bottom: 0.6em; text-align: left; }
h2 { margin-top: 0; margin-bottom: 0.6em; text-align: left; }
h3 { margin-top: 0; margin-bottom: 0.6em; text-align: left; }
h4 { margin-top: 0; margin-bottom: 0.6em; text-align: left; }

.clear { clear: both; }

#wrapper {
  padding: 40px;
}

.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-home {
  top: 0;
  left: 0;
  height: 100px;
  z-index: 10001;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
storys-0.0.5 app/css/app.css
storys-0.0.4 app/css/app.css