@charset "UTF-8";
/* those special little 'NEW!' bullets */
li.new {
  list-style-image: url("/images/bullets/notif.svg");
}

details.new {
  position: relative;
}
details.new::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0em;
  left: -0.75em;
  content: " ";
  width: 3em;
  background-image: url("/images/new.png");
  background-size: contain;
  background-repeat: no-repeat;
}
details.new > summary {
  /* redoing the open/close triangle img as ::before */
  list-style-type: none;
  list-style-image: none;
}
details.new > summary::before {
  position: absolute;
  z-index: 3;
  content: var(--close-detail);
  top: 0.5em;
  left: -0.15em;
}
details.new[open] > summary::before {
  content: var(--open-detail);
  left: -0.3em;
  bottom: 0;
}

/* this is for stuff like the ships page, where i have that "read more" details dropdown */
.overview details {
  padding: 0;
  list-style-position: inside;
}
.overview h3 {
  margin: 5px;
  text-align: center;
}
.overview h3 + p {
  text-align: center;
  margin: 0;
}
.overview summary {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  -webkit-text-decoration: dashed underline;
          text-decoration: dashed underline;
  color: var(--detail-text);
}
.overview summary:hover, .overview summary:focus {
  -webkit-text-decoration: solid underline;
          text-decoration: solid underline;
  color: var(--bold-color);
  cursor: pointer;
}
.overview summary::before {
  color: var(--main-color);
  content: "[";
}
.overview summary::after {
  color: var(--main-color);
  content: "]";
}

/* this is for lists & non-nested details drop-downs */
.ChapListing ol > li,
.ChapListing ul > li {
  padding: 5px 0;
  font-size: 125%;
}
.ChapListing details > summary {
  margin: 0;
  padding: 10px 0;
  font-size: 1.25em;
  border-bottom: 1px solid var(--main-color);
}

/* this is for glossaries, particularly the gacha glossary */
#glossary article {
  margin: 10px 0;
  padding: 15px 10px;
  border-radius: 5px;
  background-color: var(--detail-box);
}
#glossary article p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
#glossary dfn,
#glossary a[class=local] {
  font-weight: bold;
  background-color: var(--aside-color);
}
#glossary dfn {
  font-family: "Josefin Slab", "Kiwi", "Kiwi Maru", "Courier New", Courier, monospace;
  font-size: 1.1em;
  border-radius: 8px;
  padding: 4px 8px;
}
#glossary a[class=local] {
  font-family: "Kiwi", "Kiwi Maru", "Courier New", Courier, monospace;
  font-size: 0.9em;
  border-radius: 4px;
  padding: 0 4px 2px;
}

/* this is for when i'm writing pages that are mostly just lists and it starts to get kind of hard to read w/o margins */
#notes li {
  margin: 3px;
}
#notes ul {
  padding-left: calc(var(--indent) / 1.15);
}
#notes blockquote {
  background-color: var(--detail-box);
  padding: 5px;
  margin: 5px 15px;
}

/* this is for making elements take up two columns for whatever reason */
.boxyWoxy {
  display: flex;
  flex-wrap: wrap;
}
.boxyWoxy article {
  width: 50%;
  max-width: 48%;
  margin: 5px min(5px, 1%);
  vertical-align: text-top;
  padding: 2px;
}
.boxyWoxy article h4 {
  text-align: center;
  margin: 2px auto 5px;
}
.boxyWoxy article .portrait {
  display: block;
  max-width: 60%;
  border: 5px solid var(--nav-foot-bg);
  background-color: var(--detail-text);
  z-index: 3;
}
.boxyWoxy article:nth-of-type(4n+2) .portrait, .boxyWoxy article:nth-of-type(4n+3) .portrait {
  background-color: var(--aside-summary-hover);
  border: 5px solid var(--main-color);
}
.boxyWoxy article > p:first-of-type {
  margin-top: 5px;
}
.boxyWoxy details {
  padding: 5px;
}
.boxyWoxy summary {
  text-align: center;
  margin: 0 auto;
}
.boxyWoxy details div {
  margin: 5px;
}
.boxyWoxy .Dialogue {
  padding: 0;
  margin: 5px 0;
  overflow-y: auto;
  scrollbar-width: thin;
}

.bio {
  border-bottom: 1px solid var(--main-color);
}
.bio details > div p {
  margin: 0.5rem 0;
}
.bio details > div p:first-child {
  margin-top: 0;
}
.bio details > div p:last-child {
  margin-bottom: 0;
}
.bio .revert {
  letter-spacing: normal;
}
.bio .overview {
  margin-bottom: 5px;
}
.bio .intro {
  min-height: 4rem;
  height: 10rem;
  max-height: 12rem;
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 100%;
}
.bio table,
.bio tr,
.bio th,
.bio td {
  table-layout: fixed;
  background: none;
  border: none;
  color: var(--main-color);
}
.bio th {
  font-weight: normal;
}
.bio tr {
  border-bottom: 1px solid var(--detail-text);
}
.bio tr:last-child {
  border: none;
}
.bio td {
  border-right: 1px solid var(--detail-text);
}
.bio td:last-child {
  border-right: none;
}

.portraitWrapper {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.otherLinks {
  position: absolute;
  z-index: 2;
  max-width: 36px;
  height: 36px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.otherLinks img,
.otherLinks svg {
  display: block;
  margin: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.otherLinks img.tumblr,
.otherLinks svg.tumblr {
  width: 55.56%;
}
.otherLinks img.tumblr use,
.otherLinks svg.tumblr use {
  transform: scale(75%) translate(-20%, -15%);
  transform-origin: center;
}
.otherLinks img.ao3, .otherLinks img.dreamwidth,
.otherLinks svg.ao3,
.otherLinks svg.dreamwidth {
  max-width: 90%;
}
.otherLinks img.ao3,
.otherLinks svg.ao3 {
  margin-top: -10%;
  height: 36px;
}
.otherLinks img.ao3 use,
.otherLinks svg.ao3 use {
  transform: scale(30.5%) translate(-50%, 60%);
}
.otherLinks img.dreamwidth, .otherLinks img.bluesky,
.otherLinks svg.dreamwidth,
.otherLinks svg.bluesky {
  height: 28px;
  margin: -2px auto;
}
.otherLinks img.dreamwidth use, .otherLinks img.bluesky use,
.otherLinks svg.dreamwidth use,
.otherLinks svg.bluesky use {
  transform-origin: center;
}
.otherLinks img.dreamwidth use,
.otherLinks svg.dreamwidth use {
  transform: scale(42.5%) translate(-50%, -65%);
}
.otherLinks img.bluesky use,
.otherLinks svg.bluesky use {
  transform: scale(40%) translate(-65%, -25%);
}
.otherLinks img.twt,
.otherLinks svg.twt {
  transform: translate(2px, 4px);
}
.otherLinks img.icon,
.otherLinks svg.icon {
  border-radius: 5px;
}
.otherLinks svg {
  fill: currentColor;
  max-height: 36px;
}
.otherLinks a {
  background-color: var(--nav-foot-bg);
  border-radius: 10px;
  border: 4px solid var(--nav-foot-bg);
  opacity: 0.65;
  margin: 2px 0;
  padding: 0;
  max-height: 36px;
  height: 36px;
  transition-duration: 0.3s;
}
.otherLinks a:hover {
  opacity: 1;
  transition: 0.3s;
}

/* the weebring */
#WeebRing {
  font-size: 1.5em;
  background-color: var(--detail-box);
  margin: 0 auto;
  padding: 10px;
  border: 1px solid var(--menu-hover);
  border-radius: 30px 15px 30px 0;
}
#WeebRing .icon {
  background-color: var(--same-contrast, var(--detail-text));
  border: 1px solid var(--detail-text);
  border-radius: 5px;
  margin: 0 5px;
}
#WeebRing em, #WeebRing em *,
#WeebRing strong,
#WeebRing strong * {
  text-shadow: -2px -2px 0 var(--aside-color), -2px 2px 0 var(--aside-color), -2px -1px 0 var(--aside-color), -2px 1px 0 var(--aside-color), -2px 0 0 var(--aside-color), 2px -2px 0 var(--aside-color), 2px 2px 0 var(--aside-color), 2px -1px 0 var(--aside-color), 2px 1px 0 var(--aside-color), 2px 0 0 var(--aside-color), 1px 1px var(--aside-color), 1px -1px var(--aside-color), 1px 0 var(--aside-color), -1px 1px var(--aside-color), -1px -1px var(--aside-color), -1px 0 var(--aside-color), 0 2px var(--aside-color), 0 -2px var(--aside-color), 0 -1px var(--aside-color), 0 1px var(--aside-color);
}
#WeebRing ul > ol,
#WeebRing ol > ul {
  font-size: 85%;
}
#WeebRing ul > ol li,
#WeebRing ol > ul li {
  margin-top: 0;
}
#WeebRing ul > ol > li:last-child,
#WeebRing ol > ul > li:last-child {
  margin-bottom: var(--indent);
}

@media only screen and (max-width: 800px) {
  details.new::before {
    top: -0.1em;
    left: -0.85em;
  }
  .ChapListing details > summary {
    padding: 15px 5px;
    font-size: 125%;
    padding-right: calc(var(--indent) / 1.5);
  }
}
@media only screen and (max-width: 750px) {
  #WeebRing {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 650px) {
  .otherLinks {
    max-width: 56px;
  }
  .otherLinks a {
    max-height: 56px;
    height: 56px;
  }
  .otherLinks svg {
    max-height: 56px;
    height: 56px;
    width: 56px;
  }
  .otherLinks svg.tumblr use {
    transform: scale(125%) translate(7.5%, 10.5%);
  }
  .otherLinks svg.ao3, .otherLinks svg.dreamwidth, .otherLinks svg.bluesky {
    max-height: 48px;
    height: 48px;
  }
  .otherLinks svg.ao3 use {
    transform: scale(47.5%) translate(-15%, 60%);
  }
  .otherLinks svg.dreamwidth use {
    transform: scale(70%) translate(-15%, -15%);
  }
  .otherLinks svg.twt use {
    transform: scale(190%);
  }
  .otherLinks svg.bluesky use {
    transform: scale(70%) translateX(-15%);
  }
  .otherLinks img.ao3 {
    margin-top: 15%;
  }
  .otherLinks img.dreamwidth {
    margin-top: 2px;
    height: 44px;
  }
  .boxyWoxy article {
    width: 100%;
    max-width: 100%;
    margin: 15px 10px;
  }
  .boxyWoxy article:nth-of-type(odd) .portrait {
    background-color: var(--detail-text);
    border-color: var(--nav-foot-bg);
  }
  .boxyWoxy article:nth-of-type(odd) .otherLinks {
    left: 1em;
  }
  .boxyWoxy article:nth-of-type(even) .portrait {
    background-color: var(--aside-summary-hover);
    border-color: var(--main-color);
  }
  .boxyWoxy article:nth-of-type(even) .otherLinks {
    right: 1em;
  }
  .portrait {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .otherLinks:has(a:nth-of-type(4)) {
    max-width: 100%;
    width: 90%;
    grid-template-columns: repeat(2, 2fr);
  }
  .otherLinks:has(a:nth-of-type(4)) a {
    max-width: 56px;
    width: 56px;
  }
  .otherLinks:has(a:nth-of-type(4)) a:nth-of-type(even) {
    justify-self: end;
  }
}
@media only print {
  .boxyWoxy article {
    width: 100%;
    max-width: 100%;
    margin: 15px 10px;
  }
  .boxyWoxy article .portrait {
    max-width: 10rem;
  }
  .boxyWoxy article:nth-of-type(odd) .portrait {
    border-color: var(--nav-foot-bg);
  }
  .boxyWoxy article:nth-of-type(even) .portrait {
    border-color: var(--main-color);
  }
  .boxyWoxy .Dialogue {
    max-height: 100%;
  }
  .intro {
    min-height: 0;
    height: -moz-max-content;
    height: max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}/*# sourceMappingURL=directorysupplement.css.map */