Sha256: 1f409b52df23997820c3d078d2a80eea5342848c18c2accb9db145b4182fb91e

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

body {
  font-family: sans-serif;

  margin: 1em;
  margin-left: 30%;
  max-width: 600px;
}


/* headings */

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 3em;
  border-bottom: thin solid silver;
}


/* table of contents */

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

  max-width: 25%;
  padding: 1em;
  overflow: auto;
}

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

#navigation ul {
  margin-left: -1.75em;
}


/* admonitions */

.admonition {
  border: thin solid steelblue;
  background-color: aliceblue;
  padding: 1em;
  margin-bottom: 1em;
  margin-top: 1em;

  min-height: 170px;
}

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


/* source code */

tt {
  background-color: #cfc;
}

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. */

a img {
  border: none;
}

em, strong {
  font-family: serif;
}

.formal .title {
  margin-top: 3em;
}

Version data entries

1 entries across 1 versions & 1 rubygems

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