/** CSS placed here will be applied to all skins */

/* <pre> */

/*
 * NICER TABLES
 * Open the table with {| class="oberin"
 * Open a red table cell with | class="red" |
 */
table.oberin {
  border-collapse: collapse;
}
table.oberin th, table.oberin td {
  border: solid 1px gray;
  padding: 5px;
}
table.oberin th.red, table.oberin td.red {
  background: #fed;
}

/*
 * EDIT LINKS
 * Readers, please please please edit and contribute
 * #ca-edit is the header link
 * #fe_edit_link is the footer link
 */
#ca-edit {
  font-weight: bold;
  font-style: italic;
}
#fe_edit_link {
  font-weight: bold;
  font-style: italic;
}

/*
 * DISPLAY TAGLINE BELOW MAIN ARTICLE HEADER
 * this code swiped from http://nethack.wikia.com/wiki/Monobook.css
 */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}

/* </pre> */