Sha256: 406e534a6f41cf6bb2629ec96c30e94dabfcf7f4631a7378494ad21ded2b6e8a

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

/* Shared */
* { margin: 0; padding: 0; font: 18px/1.4em 'Open Sans', Helvetica, Arial, sans-serif; }
html, body { height: 100%; }
body { color: #000000; background-color: #ffffff; }
img { border: none; vertical-align: middle; }
h1, p, ul { margin-bottom: 1.2em; }
b { font-weight: bold; }
i { font-style: italic; }
ul { margin-left: 30px; }
h1 { font-size: 40px; margin-bottom: 0.6em; text-align: left; font-weight: bold; }
h2 { font-size: 30px; margin-bottom: 0.6em; text-align: left; font-weight: bold; }
h3 { font-size: 24px; margin-bottom: 0.6em; text-align: left; font-weight: bold; }
h4 { font-size: 20px; margin-bottom: 0.6em; text-align: left; font-weight: bold; }

.clear { clear: both; }

#wrapper {
  margin: 0 auto;
  padding: 40px;
}

#wrapper, #wrapper div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#page-back, #page-next {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 10000;
}

#page-back:active, #page-next:active {
  background-color: #000000;
  opacity: 0.2;
}

#page-back {
  left: 0;
}

#page-next {
  right: 0;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
storys-0.0.2 app/css/app.css