/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* demonweb/jagged.css
 *
 * copyright (c) 2000-2025 drow <drow@bin.sh>
 * all rights reserved.
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* structure */

  div#body {
    padding-top: 130px;
  }
  div#header {
    position: absolute; top: 5px; left: 5px;
    width: 600px; height: 600px;
    background: url('jagged-8.webp') no-repeat top left;
  }
  div#header h1 {
    display: none;
  }
  div.content {
    padding-left: 200px; padding-right: 10%
  }
  div.banner {
    margin: 0.5em 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #404040;
    padding: 2ex 2em;
    background: #000000;
  }

  p#clock {
    position: absolute; top: 1ex; right: 2em;
    margin: 0px;
    padding: 0px;
    text-align: right;
  }

  /* loft anchors */
  a { position: relative; z-index: 42; }

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

