/* WELCOME TO THE MONOLITHIC SPREADSHEET FROM HELL */
em {
  text-shadow: 1px 1px 2px rgba(255, 0, 255, 0.61);
}

.linkheader {
  margin: 5px;
  margin-top: 10px;
  padding: 1px;
  text-align: center;
  border: 1px solid #00f;
  border-left: none;
  border-right: none;
  /* TODO: Width between 70% - 100% */
  /*background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0), rgba(100, 21, 150, 0.48), rgba(0, 0, 0, 0.0));*/
}
.linkheader li {
  display: inline-block;
  margin: 5px;
  font-size: 1.2em;
}
.linkheader a {
  text-shadow: 1px 1px 1px #00f;
}
.bloodtext {
  text-shadow: 0px 1px 1px #100, 0px 2px 1px #200, 0px 3px 1px #300, 0px 4px 1px #400, 0px 5px 1px #500, 0px 6px 1px #600, 0px 7px 1px #700, 0px 8px 1px #800, 0px 9px 1px #900, 0px 10px 1px #a00, 0px 11px 1px #b00, 0px 12px 1px #c00, 0px 13px 1px #d00, 0px 14px 1px #e00, 0px 15px 1px #F00;
}
body {
  text-shadow: 1px 1px 1px #000;
  margin: 8px; /* this is needed for tribute on ff, same as default */
}
#mylogo {
  text-align: center;
}
#mylogo canvas {
  cursor: pointer;
  border: 1px solid #f00;
  border-image: linear-gradient(45deg, #f00 0%, #000 31%, #ff0 54%, #00f 63%, #f0f 75%, #00f 90%, #0f0);
  border-image-slice: 1;
  box-shadow: 30px 0px 62px -16px #f0f, -19px -13px 36px -16px #01ff5b, -9px 7px 58px -16px #00f;
}

#myname {
}
#myname canvas {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

@keyframes rot {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg);}
}

.starlist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.starlist > li {
  padding-left: 1em;
  text-indent: -1em;
}
.starlist > li:before {
  content: "*";
  padding-right: 5px;
  color: #55f;
}

.scroll-container {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
}
.vertical-scroll-container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.horizontal-scroll-container {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

#frames {
  margin: 0;
  padding: 0;
  text-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#frames div {
  margin: 0;
}
#frames > div {
  border: 2px ridge #ccc;
  border-bottom: 2px ridge grey;
  border-right: 2px ridge grey;
  display: inline-block;
  flex-grow: 1;
  /*white-space: nowrap;*/
}
/*uncomment for glitch*/
/*#frames div div {
  padding: .5em;
}*/

.chat, .randomxd, .tribtrig {
  width: 400px;
  height: 80px;
  display: block;
}
.randomxd {
  color: #ff8600;
  background-color: #0000e8;
}

.tribtrig {
  /*backdrop-filter: hue-rotate(270deg) contrast(1.2);*/
}
.tribtrig div {
  text-align: center;
}
.tribtrig .content {
  padding-top: .7em;
}
.tribtrig a {
  font-family: sans-serif;
  font-size: 3em;
  font-weight: bold;
  color: #010101;
  text-shadow: 2px 2px #e4b21b, -2px -2px #00ffdc, -3px 1px rgba(246, 0, 255, 0.1);
  padding: 4px;
}
.tribtrig a:hover, .tribtrig a:focus {
  text-shadow: 2px 2px #80bcff, -2px -2px #ff90ba, -3px 1px rgba(246, 0, 255, 0.1);
  background: none;
  border: 2px ridge #ff0;
}

.chat {
  /* stema */
  background-color: #262626;
  background-image: linear-gradient(#262626, #161616);
  /*border: 1px solid #161616 !important;*/
}
.chat pre, .insomnia pre, .prebreak {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.chat .joppiesaus {
  color: #8bb43b;
}
.chat .gish {
  color: #54a5c4;
}

.t1 {
  width: 20vw;
  height: 22vh;
}
.t2 {
  width: 30vw;
  height: 30vh;
  min-height: 200px;
}
.halfofthechildrendied {
  color: #000;
  background-color: #fff;
  min-width: 400px;
  width: 21vw;
}
.insomnia {
  max-width: 400px;
  color: #080;
  background-color: #100;
}
.goodmorning {
  min-width: 400px;
  color: orange;
}
.msn {
  width: 15vw;
}
.skull {
  width: 50vw;
  max-width: 400px;
  white-space: nowrap;
  min-height: 200px;
  text-align: center;
}
.skull img {
  margin: 16px;
}
.skull div {
  background-image: url(img/bg15.gif);
  background-attachment: local;
}
.skull .content {
  min-width: 450px;
}
.recipes {
}
.recipes h1 {
  border: 10px outset silver;
  background-color: orange;
  color: #f00;
  text-shadow: 2px 2px #ff0;
  font-family: sans-serif;
  box-shadow: 0 0 14px 2px #ff6314, inset 0 0 8px 3px #ffd400;
}
.recipes ul {
  list-style-image: url(data:image/gif;base64,R0lGODlhEAAQAPIAAHpmAI8pAMlGEpaAEcmuIODHSPXebgAAACH5BAEAAAcALAAAAAAQABAAAANLeLowQyvGVkyRkoYN8aFGIAQXBoab0TFDZbxwqZxbYAzv2r6DaN+WBQ5Yg+EWhMoQVlwdksbQSIVJDosyCRT28iCVOe/3lRUTHIUEADs=);
}
.recipes a:hover, .recipes a:focus {
  box-shadow: 0 0 14px 2px #ff6314;
}

.gifcities {
  position: relative;
  background-image: url(img/bg4.png);
  text-shadow: 0px 0px 10px #000;
  width: 20vw;
}
.gifcities .content {
  text-align: center;
}
.gifcities .bottomribbon {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background-image: url(img/cityribbon.png);
}
.gifcities h1 {
  color: #f00;
  text-shadow: none;
  text-decoration: underline;
}
.gifcities h1 span {
  background-color: #ff0;
}
.gifcities h1 a {
  background-color: #000;
}

.tired {
  color: #d003d0;
  background-color: #000;
  width: 9em;
}
.marsinternet {
  width: 10em;
  text-shadow: 1px 1px brown;
  background-color: rgba(199, 103, 18, 0.77);
}
.gymnasticoffice {
  width: 13em;
  color: #0ff;
  background-color: #0d3a27;
}
.tvads {
  width: 10em;
  background-color: gray;
  color: brown;
}
.copyright {
  width: 11em;
  color: #b00b13;
  background-color: #5a1ade;
  text-shadow: 1px 1px #d00d1e;
}
.takemeaway {
  width: 10em;
  background-color: #400;
  color: #003;
  text-shadow: 1px 1px 1px #00c;
}
.takemeaway .content {
  background: linear-gradient(#400, #301);
}
.pissedoffisptv {
  text-shadow: 1px 1px 1px #000;
  background-color: rgba(1, 0, 0, 0.1);
}
.thefinaldayofschool {
  font-family: sans-serif;
  color: #ffa725;
  background-color: #000001;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(34, 0, 0, 0.85));
  text-shadow: 1px 1px 5px purple, 1px 1px #000;
  width: 48%;
  min-width: 10em;
}
.chat5 {
  width: 19em;
}
.linuxsucks {
  font-family: "Ubuntu", sans-serif;
  text-shadow: 1px 1px 1px #000;
  background: linear-gradient(34deg, #711d5d, #de4819);
}
.linuxsucks a {
  color: #09d0e8;
}
.linuxsucks code {
  font-family: "Ubuntu Mono", monospace;
  padding: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}
.vrstuff {
  width: 18em;
}
.consume {
  width: 70%;
}
.consume .content {
  background: linear-gradient(rgba(100, 0, 0, 0.5), transparent);
}
.consume .content > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  flex-flow: row wrap;
  justify-content: space-around;
}
.consume .content > div div {
  display: inline-block;
  flex-grow: 1;
  flex-shrink: 1;
  margin: auto;
}
.consume h1 {
  text-align: center;
  text-shadow: 1px 1px 3px #900;
  transition: text-shadow 1s linear;
}
.consume h1:hover {
  text-shadow: -3px 0px 4px #900;
}
.consume ins {
  display: block;
  margin: 0;
  padding: 0;
  font-size: .8em;
  color: rgba(128, 128, 128, 0.4);
  text-decoration: none;
}
.consume h2 {
  font-style: italic;
  margin: 0.1em;
  text-shadow: 0 0 2px #009;
}
/*.consume h2:after {
  content: ":";
  color: rgba(100, 100, 100, 0.5);
}*/
.consume ul {
  margin: 2px;
  padding: 3px;
}
.consume .movies span {
  color: grey;
  text-shadow: none;
}
.consume .movies {
  font-family: serif;
  background-color: #000;
  box-shadow: 0px 0px 15px #000;
}
.consume .movies li {
  text-shadow: 1px 1px 1px #900;
  color: Orange;
}
.consume .tvshows li:before {
  color: #163131;
  content: ">"
}
.consume .tvshows {
  background-color: #062f00;
  color: #f7ff00;
  text-shadow: -1px 0px 1px #f55;
  box-shadow: 0px 0px 15px #1d5403;
}
.consume .vidya {
  font-family: monospace;
  box-shadow: 0 0 1em rgba(0, 0, 100, 0.5);
  background-color: rgba(0, 0, 100, 0.5);
}
.consume .vidya li:before {
  color: #891252;
  content: "-";
}
.consume .vidya li:nth-child(even):before {
  color: #991252;
  content: "+";
}
.banner {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  width: 30vw;
}
.banner a {
  color: #f00;
}
.banner a:hover, .banner a:focus, .banner code {
  background-color: #e02422;
}
.banner .magicbanner {
  height: 32px;
  background-image: url(img/joppiesaus-banner-1.png);
}
.banner .magicbanner:hover {
  background-image: url(img/joppiesaus-banner-2.png);
}
.content.padding {
  padding: 5px;
}
.photographsofmywebsite {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  color: #2196f3;
}
.photographsofmywebsite img {
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 3em #2196f3;
  flex-shrink: 0;
}
.misclinks {
  color: #ff0;
  background-color: #070;
  text-shadow: 1px 1px #673ab7;
  text-align: center;
}
.misclinks a {
  color: #00ffe0;
}
.misclinks ul {
  padding: 0;
  list-style-type: none;
}
.vrstuff h1 {
  text-shadow: 2px 2px #00f;
}
.vrstuff .content {
  background: linear-gradient(rgba(0, 185, 220, 0.3), transparent);
}

.chat6 a:hover span, .chat6 a:focus span {
  color: #f00;
  background-color: #ff0;
}

.lib {
  text-shadow: 1px 1px rgba(255, 0, 0, 0.65);
}
.lib a {
  text-shadow: 1px 1px #00f;
}
.lib ul {
  background: linear-gradient(90deg, #000, transparent 30%);
}
.lib ul li:nth-child(even){
  list-style-type: square;
}
.lib h1 > span {
  color: grey;
  font-size: 8px;
}
.lib h1 {
  text-align: center;
}
.lib h1:before, .lib h1:after {
  content: "~";
  color: #00d8ff;
  padding: 4px;
}
.cvdes {
  font-family: serif;
  text-shadow: 0px 0px 1em #008;
  background-color: rgba(0, 0, 112, 0.8);
  color: #ff0;
}
.cvdes .content {
  background: linear-gradient(180deg, rgba(0, 0, 112, 1.0) 78%, rgba(0, 0, 112, 0.6), rgba(0, 0, 112, 0.1), transparent), repeating-linear-gradient(45deg, #fff200, #FFEB3B 20px, rgba(0, 19, 169, 0.85) 20px, rgba(0, 22, 193, 0.91) 40px) local;
  min-height: 100%;
  padding-bottom: 10px;
}
.cvdes span.padding {
  box-sizing: border-box;
  display: block;
  padding: 5px;
  background: linear-gradient(transparent, rgba(0, 0, 112, 1.0)), repeating-linear-gradient(45deg, rgba(0, 0, 255, 0.1), rgba(10, 0, 200, 0.1) 20px, #f00 20px, #f00 40px);
}
.cvdes h1 {
  margin: 0;
}
.cvdes ul li:nth-child(even) {
  list-style-type: square;
}
.cvdes a {
  background-color: #010140;
  color: #f00;
}
.cvdes a:hover, .cvdes a:focus {
  background-color: #f00;
  color: #ff0;
}

.words {
  background-color: rgba(249, 212, 102, 0.63);
  width: 11em;
}
.words p {
  text-shadow: 1px 1px 1px #3132ff;
}
.words em {
  color: #f00;
  font-weight: bold;
  font-size: 2em;
  text-shadow: 1px 1px #ff0;
}
.words em:hover {
  text-transform: uppercase;
}
.words ::-moz-selection {
  background-color: #8b0000;
}
.words ::selection {
  background-color: #8b0000;
}

.miserabletips {
  /*width: 40vw;*/
  background-color: rgba(10, 10, 10, 0.78);
  color: #eee;
}

.conformingto, .fbanners {
  height: 120px;
}
.conformingto {
  width: 49vw;
}
.conformingto > div {
  background: linear-gradient(45deg, rgba(244, 67, 54, 0.64), rgba(0, 0, 0, 0.1), rgba(26, 50, 179, 0.7)) local;
}
.conformingto .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}
.conformingto a {
  flex-grow: 1;
  text-align: center;
}
.conformingto .subscrieb {
  text-shadow: 1px 1px 1px #f00;
}
.conformingto img:hover, .fbanners img:hover {
  filter: hue-rotate(180deg);
}
.hostedbyneocities img {
  height: 100px;
}

.fbanners {
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 46vw;
  min-width: 88px;
}
.fbanners .content {
  text-align: center;
}

.suckbar {
  height: 24px;
  width: 100vw;
  background-color: #c0c0c0;
  background: linear-gradient(90deg, #c0c0c0, rgba(251, 15, 255, 0.9));
  padding: 0;
  white-space: nowrap;
  position: relative;
  text-align: center;
}
.suckbar img {
  float: left;
}
.suckbar img:hover {
  filter: contrast(300%);
  cursor: pointer;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.75);
}
.suckbar .useragent {
  font-size: 10px;
  text-shadow: .5px .5px rgba(0, 0, 0, .5);
  word-break: break-all;
}
.suckbar .time {
  font-size: 20px;
  margin: 1px;
  font-family: Ubuntu, monospace;
  color: #1d00ea;
  text-shadow: 1px 1px #00fff4;
  position: absolute;
  right: 0;
  float: right;
}

.oneyear {
  text-align: center;
  font-style: italic;
  text-shadow: 1px 1px 2px #000;
  border: 1px solid grey;
  border-image: linear-gradient(90deg, rgba(0,0,0,0.0),rgba(255, 0, 0, 0.08), rgba(125, 125, 125, 0.63), rgba(37, 0, 255, 0.05),rgba(0,0,0,0.0));
  border-image-slice: 1;
}
.oneyear:before, .oneyear:after {
  content: "~";
  margin: 5px;
  color: #ff0;
}

.adult1 {
  color: #4CAF50;
}
.hardtoread {
  text-shadow: 10px 1px #ff6a00;
}
.notendoftheworld {
  width: 35em;
  color: #ff7676;
  background-color: #4e0000;
  text-shadow: 0 -1px #000;
}

.dreams {
  width: 27em;
  color: #00ffe0;
  text-shadow: 0 0 1px #000, 0 0 1em rgba(0, 220, 255, 0.41), 1px 1px #9a0094;
  letter-spacing: 0;
  background-color: #0b005d;
  background: linear-gradient(40deg, rgba(103, 0, 0, 0.93), rgba(0, 39, 228, 0.87));
  transition: letter-spacing 5s ease-out;
  font-size: 18px;
}
.dreams:hover {
  letter-spacing: 1em;
  transition: letter-spacing 100s linear;
}
.dreams span {
  font-size: 1.2em;
  font-style: italic;
  text-shadow: 2px 2px #f00;
}

.android_software {
	width: 31em;
}
.dutch_bands {
	width: 31em;
	background: linear-gradient(#000028, #000);
}
.dutch_bands a {
	color: #99f;
}
.dutch_bands a:hover {
	color: #000;
	background: #99f;
}
.dutch_bands li {
	list-style-type: disclosure-closed;
}
.dutch_bands h2 {
	font-family: papyrus, ani, serif;
}

.traintr {
  overflow: hidden;
}
.traintr img {
  height: 96px;
  animation: train_drive_by 60s linear 0s infinite;
}

@keyframes train_drive_by {
  0%
  {
    transform: translate3d(1200%,0,0);
  }
  100%
  {
    transform: translate3d(-1200%,0,0);
  }
}

.stx, .traintr {
    width: 100%;
}

em {
    color: #ff0;
}

.halloween {
  color: #38f3ab;
}
.halloween a {
  color: #ff9800;
}
.halloween a:focus, .halloween a:hover {
  background-color: #ff9800;
  color: #000;
}
.halloween em {
  color: #f00;
}
/*.halloween ul {
  list-style-image: url(/img/skullbut.gif);
}*/
#frames > div.halloween {
  border: 2px ridge #962929;
  border-bottom: 2px ridge #9a0b0b;
  border-right: 2px ridge #900707;
}
