Sha256: bcf289cd972512f43d1fab4cf53356085eca2c728695112f4f60ffebcc074e2e

Contents?: true

Size: 1.92 KB

Versions: 3

Compression:

Stored size: 1.92 KB

Contents

html {
}

body {
  line-height: 1.5;
  font-size: 1em;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
  color: #c62828;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5, h6 {
  font-size: 1em;
}

a {
  color: #3f51b5;
}

a:hover {
  color: #303f9f;
}

img {
  max-width: 100%;
  line-height: 1;
}

pre {
  line-height: 1.2;
  margin: 1em 0;
  background-color: #f8f8f8;
  padding: 1em;
  white-space: pre-wrap;
}

.toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc ol ol {
  padding-left: 1em;
}

.toc a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}

ul, ol {
}

a.callout {
  display: inline-block;
  background: #333;
  color: white;
  border-radius: 50%;
  font-size: 0.75em;
  line-height: 1.5em;
  width: 1.5em;
  text-decoration: none;
  text-align: center;
}

ul.colist {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

figure {
  margin: 1em 0;
}

figure.image {
  text-align: center;
}

figcaption {
  font-style: italic;
}

.example {
  margin: 1em 0;
  padding: 1em;
  background: #eee;
}

.example > *:first-child {
  margin-top: 0;
}

.example > *:last-child {
  margin-bottom: 0;
}

.sidebar {
  margin: 1em 0;
  padding: 1em;
  background: #eee;
}

.sidebar > *:first-child {
  margin-top: 0;
}

.sidebar > *:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
  margin: 1em 0;
  text-align: left;
  border-collapse: collapse;
}

table caption {
  text-align: left;
  font-style: italic;
}

table thead th {
  border-bottom: 2px solid #ccc;
  padding: 0.75em;
}

table tbody td {
  border-bottom: 1px solid #ccc;
  padding: 0.75em;
}

blockquote {
  padding: 1em;
  margin: 1em 0;
  border-left: 2px solid #ccc;
  background: #eee;
}

blockquote > *:first-child {
  margin-top: 0;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

footer {
  border-top: 1px solid #ccc;
  margin-top: 1.5em;
  padding-top: 1em;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciibook-0.0.2.beta2 theme/share/default.css
asciibook-0.0.2.beta1 theme/share/default.css
asciibook-0.0.1 theme/share/default.css