:root {
  --width: 76em;
  --left-margin: 1em;
  --bottom-margin: 2em;

  --bg-color: #0f0f0f;
  --bg-gradient-color: #282828;
  --bg-deg: 270deg;

  --text-color: #ddd;
  --link-color: #ee0000;
  --link-outgoing-indicator-color: #bbb;
  --visited-link-color: #af0000;
  --button-bg-color: #282828;
  --button-text-color: #ee0000;
  --block-text-color: #bbb;
  --block-bg-color: #232323;
  --block-border-color: #333;
  --font: "IA Writer Mono";
}

body {
  color: var(--text-color);
  background-color: var(--bg-color);
  font-family: var(--font);
  margin-left: var(--left-margin);
  max-width: var(--width);
  position: relative;
  margin-bottom: var(--bottom-margin);

  background-image: linear-gradient(var(--bg-deg), var(--bg-gradient-color), var(--bg-color) 40%, var(--bg-color) 100%);
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;

  /* animation: background_gradient_animation 7s ease-in-out infinite; */
}

blockquote {
  text-align: center;
  vertical-align: top;
  text-decoration: none;
}

button {
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  font-family: var(--font);
}

div.block {
  width: 60em; /* rahhhh ems are so useful */
  padding-left: 1em;
  padding-right: 1em;
  background-color: var(--block-bg-color);
  border-style: dotted;
  border-color: var(--block-border-color);
  color: var(--block-text-color);
}

a[target="_blank"]:not(.noindicator):after {
  /* if you need to change the stroke color, do a s//g on stroke:*; */
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cg id='layer1' transform='translate(-2.6486934,-1.3197212)'%3E%3Cpath style='fill:none;stroke:%23ffffff;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers' d='m 6.6145837,3.0459044 -3.5690153,4.71e-5 V 10.183263 H 10.183599 V 6.6142553' id='path1' /%3E%3Cg id='g3' style='stroke:%23ffffff;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1'%3E%3Cpath style='fill:none;stroke:%23ffffff;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers' d='M 8.1583492,1.7990206 H 11.547202 V 5.1041979' id='path2' /%3E%3Cpath style='fill:none;stroke:%23ffffff;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers' d='M 11.589041,1.7383641 6.2756533,7.0517505' id='path3' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  height: 1em;
  width: auto;
  padding-inline-start: 0.4em;
  aspect-ratio: 1;
  line-height: 2;
  vertical-align: text-top;
  font-size: 0.6em;
}

a:visited {
  color: var(--link-color)
}

a[target="_blank"]:visited {
  color: var(--link-color);
}

a:link,
.red {
  color: var(--link-color)
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* ol > li::marker { */
/*   font-weight: bold; */
/* } */

ul li {
  list-style-type: none;
  counter-increment: list;
}

ul li::before {
  content: "- ";
  color: white;
}

footer {
  text-align: center;
  color: white;
}

header {
  text-align: left;
  color: white;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  white-space: nowrap;
}

th {
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px;

  font-weight: bold;
  overflow: hidden;
  padding: 10px 8px;
  word-break: normal;
  white-space: nowrap;
}

td {
  text-align: center;
  vertical-align: center;
  text-decoration: none;

  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px;

  overflow: hidden;
  padding: 10px 8px;
  word-break: normal;
  white-space: nowrap;
}

code {
  background-color: var(--block-bg-color);
  font-family: var(--font);
}

.indexfooter {
  /* padding-bottom: 1em; */
  display: flexbox;
  justify-content: center;
  align-items: center;
}

.bottom {
  position: fixed;
  bottom: 0px;
  max-width: var(--width);
}

.blink {
  -webkit-animation: 1s linear infinite condemned_blink_effect;
  /* for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect;
}

.fastblink {
  -webkit-animation: 0.5s linear infinite condemned_blink_effect;
  /* for Safari 4.0 - 8.0 */
  animation: 0.5s linear infinite condemned_blink_effect;
}

.centerbox {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flipimage {
  transform: scaleX(-1);
}

.inlineimage {
  height: 2em;
  vertical-align: text-bottom;
}

.emoji {
  height: 3em;
}

.footer-flags-etc {
  max-height: 3em;
}

.no-antialiasing {
  image-rendering: optimizeSpeed;
  image-rendering: pixelated;
}

.constrain-8831 {
  width: 88px;
  height: 31px;
}

.art {
  width: 50%;
}

.redacted {
  background-color: #333;
  color: red;
}

.blogimage {
  width: 50%;
}

.vertblogimage {
  width: 35%;
}

.normal {
  font-style: normal;
  font-weight: normal;
}

.caption {
  font-size: 0.85em;
  font-style: italic;
}

.fake-h3 {
  font-size: large;
  font-weight: bold;
}

/* fonnnnts */

@font-face {
  font-family: xythese;
  src: url("../font/xythese-3x5.ttf");
}

@font-face {
  font-family: "IA Writer Mono";
  src: url("../font/ia_writer_mono/ia-writer-mono-latin-400-normal.woff2");
  font-weight: normal;
}

@font-face {
  font-family: "IA Writer Mono";
  src: url("../font/ia_writer_mono/ia-writer-mono-latin-700-normal.woff2");
  font-weight: bold;
}

@font-face {
  font-family: "IA Writer Mono";
  src: url("../font/ia_writer_mono/ia-writer-mono-latin-400-italic.woff2");
  font-style: italic;
}

@font-face {
  font-family: "IA Writer Mono";
  src: url("../font/ia_writer_mono/ia-writer-mono-latin-700-italic.woff2");
  font-weight: bold;
  font-style: italic;
}


.xythese {
  font-family: xythese;
}



/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }

  50% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }

  50% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

.rainbow {
  background: linear-gradient(to right,
      #ff0000,
      #ff8c00,
      #fffb00,
      #00ff11,
      #0084ff,
      #a200ff,
      #ff00ea,
      #ff0000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-decoration-color: transparent;
  animation: rainbow_animation 3s linear infinite;
  background-size: 45em 100% !important;
}

@keyframes rainbow_animation {
  0% {
    background-position: 0% 0;
  }

  100% {
    background-position: 46em 0;
  }
}


@keyframes background_gradient_animation {
  0% {
    background-position-x: 8em;
  }

  50% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 8em;
  }
}
