/* Stylesheet for GEOS-Chem Classic archived manual pages.
   Recreated for the archive: the original gc.css was never committed to
   this repo and could not be recovered, so this defines the classes the
   archived HTML actually references rather than restoring byte-for-byte. */

body {
  font-family: Times, "Times New Roman", serif;
  font-size: 14px;
  color: #000000;
}

a { color: #0000ee; }
a:visited { color: #551a8b; }

/* Text colors */
.green  { color: #009900; }
.red    { color: #ff0000; }
.orange { color: #ff9900; }
.purple { color: #660099; }

/* Monospace (code) text */
.courier14, .courier16, .courier16_green, .courier16_orange {
  font-family: "Courier New", Courier, monospace;
}
.courier14 { font-size: 14px; }
.courier16 { font-size: 16px; }
.courier16_green  { font-size: 16px; color: #009900; }
.courier16_orange { font-size: 16px; color: #ff9900; }

/* Sized text, with bold / italic / bold-italic variants */
.size12, .size12b, .size12bi { font-size: 12px; }
.size14, .size14b, .size14i, .size14bi { font-size: 14px; }
.size16, .size16b, .size16i, .size16bi { font-size: 16px; }
.size18, .size18b, .size18bi { font-size: 18px; }
.size20b, .size20bi { font-size: 20px; }
.size24bi { font-size: 24px; }
.size28b, .size28bi { font-size: 28px; }

.size12b, .size14b, .size16b, .size18b, .size20b, .size28b {
  font-weight: bold;
}
.size14i, .size16i {
  font-style: italic;
}
.size12bi, .size14bi, .size16bi, .size18bi, .size20bi, .size24bi, .size28bi {
  font-weight: bold;
  font-style: italic;
}

/* List styles */
ul.disc   { list-style-type: disc; }
ul.circle { list-style-type: circle; }
li.style1 { margin-bottom: 0.5em; }

/* Indented block */
.indent { margin-left: 2em; }
