avatica/css/screen.css [1473:1546]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

strong {
  font-weight: 700;
}

p {
  line-height: 1.5em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

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

/* Article HTML */
article h2, article h3, article h4, article h5, article h6 {
  margin: 1em 0;
}
article h4 {
  color: #fff;
}
article ul li p {
  margin: 0;
}
article ul li blockquote {
  margin: 10px 0;
}
article ul li,
article ol li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

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

blockquote {
  border-left: 2px solid #777;
  padding-left: 20px;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

/* Tables */
table {
  width: 100%;
  background-color: #555;
  margin: 0.5em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



css/screen.css [1475:1549]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

strong {
  font-weight: 700;
}

p {
  line-height: 1.5em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

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

/* Article HTML */
article h2, article h3, article h4, article h5, article h6 {
  margin: 1em 0;
}
article h4 {
  color: #fff;
}
article ul li p {
  margin: 0;
}
article ul li blockquote {
  margin: 10px 0;
}
article ul li,
article ol li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

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

blockquote {
  border-left: 2px solid #777;
  padding-left: 20px;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}

/* Tables */
table {
  /* Allow code inside tables to wrap when there is no space */
  width: 100%;
  background-color: #555;
  margin: 0.5em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



