/* Altimexis definitions for Dark-Themed Stories */
/* Color scheme for use with Story-Responsive.css
/* Last modified August 23, 2024 by Altimexis */

/* Basics */
body,
td,
th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
}

body {
    margin-left: 5%;
    margin-right: 5%;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("textures/leather/7.jpg");
    background-repeat: repeat;
    background-blend-mode: darken;
}

.container {
    padding-left: 2em;
    padding-right: 2em;
    text-shadow: 0px 0px 2px #000;
}

.spacer,
.short-spacer {
  background-image: url("images/GreyLine.png");
}

.stories ul {
    width: 97%;
}

.stories li a{
  display: inline-block;
  text-align: center;
    padding-left: 0.1em;
    padding-right: 0.1em;
  width: 92%;
  margin: 0.5em 0.1em;
  border:1px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}

.vstack {
  display: inline-block;
  text-align: left;
  height: 1.4em;
}
.vstack > span {
  display: block;
  position: relative;
  text-align: center;
  width: 10em;
  height: 0;
}

.stories ul li a.tall {
    padding-top: 12px;
    padding-bottom: 12px;
}

.stories ul li a.short {
    padding-top: 1px;
    padding-bottom: 1px;
}

/* Links */
a:link {
    color: #66FFFF;
    text-decoration: none;
}

a:visited {
    color: #9999FF;
    text-decoration: none;
}

a:hover {
    color: #FFFF99;
    text-decoration: none;
}

a:active {
    color: #99FF99;
    text-decoration: none;
}

a:link:hover, a:visited:hover {
    color: #f66;
}
