Sha256: 5645563c957072dfe6490adf07096427377f27999ee03d8397f933e73ffedcaa

Contents?: true

Size: 938 Bytes

Versions: 29

Compression:

Stored size: 938 Bytes

Contents

/* stylesheet for Re:VIEW web */
nav.side-content {
  width: 200px;
  position: fixed; }
  nav.side-content h1 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    border-top: none; }
  nav.side-content ul {
    list-style: none; }

.book-body {
  margin-left: 240px;
  margin-right: 40px;
  position: relative; }
  .book-body .book-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 32px 0 32px; }
  .book-body .book-navi {
    position: fixed;
    top: 0;
    min-width: 40px; }
    .book-body .book-navi a {
      text-decoration: none; }
  .book-body .book-prev {
    left: 210px; }
  .book-body .book-next {
    right: 10px; }
  .book-body .book-cursor {
    height: 100vh;
    text-align: center;
    font-size: 32pt;
    padding: 100px 0 0 0;
    color: #eee; }
  .book-body .book-cursor:hover {
    color: #333; }

footer p {
  margin-left: 240px;
  text-align: center; }

.cover-image img {
  max-width: 100%; }

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
review-3.0.0.preview3 samples/sample-book/src/style-web.css
review-3.0.0.preview2 samples/sample-book/src/style-web.css
review-3.0.0.preview1 test/sample-book/src/style-web.css
review-2.5.0 test/sample-book/src/style-web.css
review-2.4.0 test/sample-book/src/style-web.css
review-2.3.0 test/sample-book/src/style-web.css
review-2.2.0 test/sample-book/src/style-web.css
review-2.1.0 test/sample-book/src/style-web.css
review-2.0.0 test/sample-book/src/style-web.css