Sha256: a22e264b74122dacd6453eb06fd7d4f7ac1e79085938a943cb9684b8078faff6

Contents?: true

Size: 1.96 KB

Versions: 1

Compression:

Stored size: 1.96 KB

Contents

body {
  font-family: sans-serif;
  line-height: 2em;

  margin-left: 275px;
  margin-right: 50px;
  margin-bottom: 5em;
  max-width: 600px;
}


/* headings */

th, h1, h2, h3, h4, h5, h6, .title {
  font-family: serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 5em;
  padding: 0.5em;
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  padding: 1em;
  background-color: mistyrose;
}

h2 {
  background-color: bisque;
}

h3 {
  background-color: oldlace;
}


/* table of contents */

#navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;

  max-width: 200px;
  padding: 1em;
  overflow: auto;

  background-color: white;
}

#navigation h1, #navigation h2, #navigation h3, #navigation h4, #navigation h5, #navigation h6 {
  font-size: smaller;
}

#navigation li {
  margin-left: -1.25em;
}


/* admonitions */

.admonition {
  border: thin solid steelblue;
  background-color: aliceblue;
  padding: 1em;
  padding-top: 0px;
}

.admonition img {
  margin-right: 2em;
}


/* source code */

tt {
  font-weight: bold;
  background-color: lemonchiffon;
}

pre, blockquote .code {
  padding: 1em;
  line-height: normal;
  overflow: auto;
  display: block;
}

pre {
  border: thin solid darkgray;
  background-color: whitesmoke;
}

.code {
  border: thin solid darkkhaki;
  background-color: ivory;
}


/* tables */

th, td {
  padding: 1em;
  border: thin solid silver;
}

th {
  background-color: whitesmoke;
}


/* formal blocks; see http://www.sagehill.net/docbookxsl/FormalTitles.html */

.formal {
  margin: 1em;
}

.title {
  display: block;
  font-size: large;
}

.formal .title {
  text-align: center
}


  /* center-align any tables and images */

  .formal table, .formal img, #navigation img {
    margin-left: auto;
    margin-right: auto;
  }

  .formal img, #navigation img {
    display: block;
  }


/* misc. */

.cover-page {
  text-align: center;
}

a img {
  border: none;
}


  /* extra spacing before big block elements */

  .admonition, .figure {
    margin-top: 3em;
  }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-vpi-12.0.0 doc/common.css