/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* npc/style.css
 *
 * copyright (c) 2023 drow <drow@bin.sh>
 * all rights reserved
*/
/*
 * dark blue = #0e2a58
 * light blue = #dee5f0
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* npc sheet */

  div.npc_sheet {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #0e2a58;
    background: url('https://khazad-cdn.com/mines/abfe8463068c6ff2e8c89181ef40e577-6adfe35b9a8b05960f040dc072933264.png'),
      linear-gradient(to right, #dee5f0, #ffffff);
  }
  div.npc_sheet h2 {
    margin: 1ex auto !important;
    text-align: center;
    font-family: 'Amarante', sans-serif;
    font-size: 200%;
  }
  div.npc_sheet div.key {
    text-transform: uppercase;
    font-family: 'Amarante', sans-serif;
    color: #0e2a58;
  }
  div.npc_sheet span.deco {
    padding-right: 0.25em;
    font-size: 150%;
    line-height: 66%;
  }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* print */

  @media print {        
    .layout_header { display: none; }
    .page_h1 { display: none; }
    .flexform { display: none; }
    .layout_footer { display: none; }
    .screen_only { display: none; }
  }   

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
