/* The reason this css is called truth because i am NOT a furry i dont support lgbtq or whatever the fuck its going to be called */
/* i stole this css because i dont give a shit */


/* Fonts */ 
@font-face {
  font-family: fairy;
  src: url(https://dl.dropbox.com/s/8q4gzk812ilnbss/SWEETFAIRY-PERSONALUSE.otf);
}
#fairy {
  font-family: fairy;
}
@font-face {
  font-family: "Magica";
  src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
}
@font-face {
  font-family: "to japan";
  src: url(https://dl.dropbox.com/s/kdr109v6f0scyh6/To%20Japan.ttf);
}
@font-face{
  font-family: "mamemoji";
  src:url(https://dl.dropbox.com/s/y0um53c5m3g66dn/mamemoji.ttf);
}
/* General */ 
* {
  box-sizing: border-box;
}
:root {
  --dk-color: #f896c8;
  --mid-color: #ffdaed;
  --lt-color: #FFF7FB;
  --dkest-color: #e664ae;
  --accent: #70E6FD;
}
body {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 18px;
  color: var(--dkest-color);
  font-family: "magica";
}
html {
  background-image: url("images/bg-tile0.jpg");
  background-color: var(--mid-color);
}
a {
  color: var(--dkest-color);
  font-weight: bold;
}
a:hover {
  color: var(--accent);
  text-decoration: none;
}
h1,
h3,
h5 {
  color: var(--dk-color);
}
h2,
h4,
h6 {
  color: var(--accent);
}
hr {
  height: 2px;
  background-color: var(--dk-color);
  border:none;
}
.cuteHeading {
  font-size: 16px;
  border-radius: 5px;
  background-color: var(--dk-color);
  padding: 2px;
  font-family: "to japan";
  color: white;
  text-align: center;
  margin:0;
}
button {
  background: linear-gradient(90deg, rgba(255,218,237,1) 0%, rgba(255, 247, 251,1) 100%);
  color: var(--dkest-color);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 2px solid var(--dk-color);
  font-family: "magica";
  font-size: 18px;
  font-weight: bold;
  margin:0;
}
button:hover {
  background: linear-gradient(90deg, rgba(196,250,255,1) 0%, rgba(196,250,255,0) 100%);
  text-indent:10px;
}
.main {
  border: 3px ridge var(--dk-color);
  border-radius: 50px;
  background-color: var(--lt-color);
  box-shadow: 0 10px 15px 5px rgba(165,109,141,0.5);
  padding: 10px;
}
.boxStyle {
  border: 3px ridge var(--dk-color);
  overflow: hidden;
  box-shadow: 0 1px 1px 1px rgba(248, 150, 200, 0.5);
  background: linear-gradient(180deg, rgba(255, 247, 251, 1) 50%, rgba(250, 225, 237,1) 100%);
}
.marginzero {
  margin: 0;
}
.content {
  padding: 10px;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.notice {
  border: 3px dotted var(--dkest-color);
  border-radius: 10px;
  background-color: #fff;
  background-clip: padding-box;
  text-align: center;
  padding: 10px;
}
.highlightmark {
  background-color: #C4FAFE;
  font-weight: bold;
}
.siteMiniButton {
  width: 32px;
  height: 32px;
  transition: transform .2s;
}
.siteButton {
  width: 80px;
  height: 28px;
  border: 1px solid var(--dk-color);
  background-color: var(--mid-color);
  transition: transform .2s;
}
.fanlistingButton {
  width: 50px;
  height: 50px;
  border: 1px solid var(--dk-color);
  transition: transform .2s;
}
.pagedoll {
  filter:drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #FF73BA) drop-shadow(0px 1px 1px #FF73BA);
  margin: 10px;
  transition: transform .2s;
}
.pagedoll:hover {
  transform: rotate(5deg);
}
.cliques {
  filter:drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #FF73BA) drop-shadow(0px 1px 1px #FF73BA);
  margin: 3px;
  transition: transform .2s;
}
.textclique {
  margin-top: 5px;
}
.webring {
  margin-left: auto;
  margin-right: auto;
}
.fanlistingButton:hover, .siteButton:hover, .siteMiniButton:hover, .cliques:hover {
  transform: scale(1.1);
}
li {
  line-height: 20px; 
}
ul.pixelbullets {
  list-style-image: url("/Decorations/Favicon_Arrow.gif");
  margin:10px;
  padding:15px;
}
#backbutton{
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 50;
  filter:drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #FF73BA) drop-shadow(0px 1px 1px #FF73BA);
}
/* Header */ 
#header {
  background-image: url("/Decorations/Deco_Banner.png");
  height: 190px;  
  border-radius: 45px 45px 0 0;
  background-clip: padding-box;
  background-position: center;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 10px;
}
.title {
  font-size: 75px;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
}
/* Footer */ 
#footer {
  border-radius: 0 0 45px 45px;
  background: var(--mid-color);
  border: 3px ridge var(--dk-color);
  text-align:center;
  margin-top: 10px;
}
/* Index */
#indexGrid { 
  display: grid; 
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 250px 150px 40px 100px 100px;
  grid-column-gap: 10px;
  grid-row-gap: 10px; 
}
#indexNavigation { 
  grid-area: 1 / 1 / 3 / 2;
}
#indexNavigation .content {
  height: 370px; 
  overflow-y: auto;
  padding: 0;
}
#indexNavigation button {
  width: 100%;
}
#indexBody { 
  grid-area: 1 / 2 / 6 / 5;
  animation: scroll 60s linear infinite;
  background-image: url("/Decorations/Background_Checker_Pattern.png");
  overflow: hidden;
} 
#indexUpdates { 
  grid-area: 1 / 5 / 2 / 6;
}
#indexUpdates .content {
  height: 210px;
}
#indexFanlists{
  grid-area: 2 / 5 / 4 / 6;
  text-align: center;
}
#indexFanlists .content {
  height: 160px;
  padding: 5px;
}
#indexFanlists hr {
  width: 90%;
}
#indexBodyGrid { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  grid-template-rows: 360px 210px;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  padding: 15px;
}
#indexBodyMain { 
  grid-area: 1 / 1 / 2 / 3;
  background: url('') top repeat-x, linear-gradient(180deg, rgba(255, 247, 251, 1) 50%, rgba(250, 225, 237,1) 100%);
  background-size: 25%, cover;
  text-align: center;
  overflow: auto;
}
#indexButton { 
  grid-area: 2 / 2 / 3 / 3;
  text-align: center;
}
#indexStatus {
  grid-area: 2 / 1 / 3 / 2;
}
#statusIcon {
  width:100px;
  height:100px;
  float:left;
  background-size: 100px;
  background-repeat: no-repeat;
  background-image: url('/Decorations/Icon_Lazer_1.png');
}
#statusIcon:hover {
  background-image: url('/Decorations/Icon_Lazer_2.png');
}
#statuscafe {
  background: var(--lt-color);
  border-radius: 15px;
  border: 2px solid var(--dkest-color);
  box-sizing: border-box;
  margin: 10px;
  padding: 10px;
  position: relative;
  width: 90%
}
#statuscafe::after{
  border: 8px solid transparent;
  border-top: 10px solid var(--dkest-color);
  content:'';
  left: 30px;
  position: absolute;
  top: 100%
}
#statuscafe-username {
  margin-bottom: 3px;
  font-weight: bold;
}
#statuscafe-content {
}
#indexDecoButtons { 
  grid-area: 3 / 1 / 4 / 2; 
}
#marquee {
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 617px;
  white-space: nowrap;
}
#marquee-inner {
  display: block;
  width: 3076px;
  position: absolute;
  animation: marquee 30s linear infinite;
  font-size: 0px;
}
#marquee-inner:hover {
  animation-play-state: paused;
}
#marquee-inner img {
  width: 96px;
  height: 34px;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
#marquee-inner img:hover {
  transform: scale(1.2);
  z-index: 100;
}
#marquee-inner span {
  float: left;
  width: 50%;
  overflow: hidden;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -1538px;
  }
}
#indexNeighbors { 
  grid-area: 4 / 1 / 6 / 2;
  text-align: center;
}
#indexNeighbors .content {
  height: 170px;
}
#indexWebrings { 
  grid-area: 4 / 5 / 6 / 6;
}
#indexWebrings .content {
  height: 170px;
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-evenly;
  text-align: center;
}
h2.indexHeading {
  margin: 5px;
  color: var(--dk-color);
  font-weight: bold;
  font-family: "fairy";
  filter:drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #FF73BA) drop-shadow(0px 1px 1px #FF73BA);
}
/* About */
#aboutGrid { 
  display: grid; 
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 200px 200px 200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
#aboutPicture {
  grid-area: 1 / 1 / 2 / 2;
  background-image: url("/Decorations/CharLazer.png");
  background-position: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
#aboutLikes {
  grid-area: 2 / 1 / 3 / 2;
}
#aboutLikes ul.pixelbullets {
  list-style-image: url("/Decorations/Favicon_Check.gif");
}
#aboutDislikes {
  grid-area: 3 / 1 / 4 / 2;
}
#aboutDislikes ul.pixelbullets {
  list-style-image: url("/Decorations/Favicon_X.gif");
}
#aboutLikes p, #aboutDislikes p {
  margin: 0;
}
#aboutBody {
  grid-area: 1 / 2 / 4 / 6;
  border: 3px ridge var(--dk-color);
  animation: scroll 60s linear infinite;
  background-image: url("Decorations/Background_Checker_Pattern.png");
  padding: 10px 10px 0 10px;
}
#aboutContainer {
  height: calc(100% - 10px);
}
.tab {
  overflow: hidden;
  background-color: var(--dk-color);
}
.tab button {
  float: left;
  cursor: pointer;
  transition: 0.3s;
  height: 40px;
  background: linear-gradient(90deg, rgba(255,218,237,1) 0%, rgba(255, 247, 251,1) 100%);
}
.tab button:hover {
  background: linear-gradient(90deg, rgba(196, 250, 255,1) 0%, rgba(255, 247, 251,1) 100%);
}
.tab button.active {
  background: linear-gradient(90deg, rgba(196, 250, 255,1) 0%, rgba(255, 247, 251,1) 100%);
}
.tabcontent {
  display: none;
  border-top: none;
  padding: 20px;
  overflow: auto;
  height: calc(100% - 60px);
}
.tabpixel {
  float:left;
  margin-right:5px;
  height:20px
}
.FavChar {
  border: 3px dotted var(--dkest-color);
  border-radius: 20px;
  background: #fff;
  padding: 5px;
  height: 135px;
  margin: 5px;
  transition: transform .2s;
}
.FavChar:hover {
  box-shadow: 0 0 2px 1px var(--dkest-color);
  transform: scale(1.1);
}
/* Art */
#artgalleryContainer {
  padding: 10px;
  animation: scroll 60s linear infinite;
  background-image: url("/Decorations/Background_Checker_Pattern.png");
  overflow: hidden;
  border: 3px ridge var(--dk-color);
}
#artgalleryInner {
  background-image: url(/Decorations/Background_Pink_Notebook.png);
  background-color: var(--mid-color);
  background-repeat: repeat;
  height: 700px;
  overflow: auto;
}
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.thumbnail-image {
  width: 150px;
  height: 150px;
  margin: 10px;
  border-radius: 15px;
  cursor: pointer;
}
.gallery {
  width: 175px;
  margin: 5px;
  border: 3px dotted var(--dkest-color);
  border-radius: 15px;
  background: #fff;
  text-align: center;
  transition: transform .2s;
}
.gallery:hover {
  box-shadow: 0 0 2px 1px var(--dkest-color);
  transform: scale(1.1);
}
.desc {
  padding: 10px;
  text-align: center;
  font-size: 16px; 
}
h2.galleryHeading {
  font-family: "to japan";
  color: var(--lt-color);
  margin: 10px;
  padding: 5px;
  background-color: var(--dk-color);
  border-radius: 5px;
} 
#modal {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}
#modal img {
  display: block;
  margin: 0 auto;
  max-height: 90%;
  max-width: 90%;
  width: auto;
  height: auto;
}
#modal div {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  margin: auto;
  padding-top: 25px;
  height: 80%;
  width: 80%;
}
#modal p {
  text-align: center;
  margin: 5px auto;
  width: 50%;
  font-family: "Magica";
  color: white;
}
/* Graphics */
#graphicsContainer {
  padding: 10px;
  animation: scroll 60s linear infinite;
  background-image: url("/Decorations/Background_Checker_Pattern.png");
  overflow: hidden;
}
.graphicsContent {
  display: flex; 
  align-items: center; 
  justify-content: space-evenly;
  flex-wrap: wrap;
  border-top: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.Stamp {
  width: 99px;
  height: 56px;
}
.Userbar {
  width: 310px;
  height: 17px;
}
.OddStamp {
  Width: 99px;
} 
.Userbox {
  width: 310px;
  height: 63px;
}
.Blinkie {
  width: 180px;
  height: 24px;
}
.MiniButton {
  width: 88px;
  height: 31px;
}
.BigButton {
  width: 129px;
  height: 38px;
}
.ShinyBadge {
  height: 18px;
}
/* Section Titles */
.SectionTab {
  text-align: left;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid var(--dk-color);
  border-bottom: 3px solid var(--dk-color);
  padding: 1px;
  background-color: var(--mid-color);
  overflow: hidden;
}
.SectionIcon {
  height: 15px;
  margin: 5px 3px 0px 3px;
  float:left;
}
.SectionTitle {
  display: inline-block;
  margin: 1px 1px 5px 5px;
  color: var(--dk-color);
  font-size: 18px;
  font-weight: bold;
  font-family: "fairy";
  filter:drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #FF73BA) drop-shadow(0px 1px 1px #FF73BA);
}
.SectionButtons {
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 2px solid var(--dk-color);
  border-right: 2px solid var(--dk-color);
  color: var(--dk-color);
  padding: 2px;
  line-height: 8px;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.SectionButtonsDisplay {
	display: inline-block;
	float: right;
  margin-right: 5px;
  overflow: hidden;
}
.Subsection {
  font-size: 18px;
  color: var(--dkest-color);
  padding: 2px;
  background-color: var(--mid-color);
  background-clip: padding-box;
  border-bottom: 2px solid var(--dk-color);
}
/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-style: dashed;
}
.tooltip a {
  color: var(--dkest-color);
  font-weight: bold;
}
.tooltip a:hover {
  color: var(--accent);
  text-decoration: none;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext { 
  visibility: hidden;
  background-color: var(--lt-color);
  border: 2px solid var(--dkest-color);
  color: var(--dkest-color);
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  width: 150px;
  top: 100%;
  left: 50%; 
  margin-left: -75px;
}
.tooltip .tooltiptext::after {
  content:'';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border: 8px solid transparent;
  border-bottom: 8px solid var(--dkest-color);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
@media only screen and (max-width: 810px) {
  body {
    max-width: 100%;
    font-size: 16px;
  }
  .main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #header {
    background-image: url("/Decorations/Deco_Banner.png");
    height: 130px;  
    border-radius: 45px 45px 0 0;
    background-clip: padding-box;
    background-position: left;
    overflow: hidden;
    background-size: 160%;
  }
  .title {
    font-size: 50px;
    text-align: center;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px;
  }
  #indexGrid { 
    grid-template-columns: 1fr;
    grid-template-rows: 250px 250px 800px 200px 200px 200px;
  }
  #indexNavigation { 
    grid-area: 1 / 1 / 2 / 2;
  }
  #indexNavigation .content {
    height: 210px;
  }
  #indexUpdates { 
    grid-area: 2 / 1 / 3 / 2;
  }
  #indexBody { 
    grid-area: 3 / 1 / 4 / 2;
  }
  #indexBodyGrid { 
    grid-template-columns: 1fr; 
    grid-template-rows: 300px 175px 210px;
  }
  #indexBodyMain { 
    grid-area: 1 / 1 / 2 / 2;
  }
  #indexButton { 
    grid-area: 2 / 1 / 3 / 2;
    text-align: center;
  }
  #indexStatus {
    grid-area: 3 / 1 / 4 / 2;
  }
  #indexFanlists { 
    grid-area: 4 / 1 / 5 / 2;
  }
  #indexWebrings { 
    grid-area: 5 / 1 / 6 / 2;
  }
  #indexNeighbors { 
    grid-area: 6 / 1 / 7 / 2;
  }
  #indexDecoButtons {
    display: none;
  }
  #aboutGrid { 
    grid-template-columns: 1fr;
    grid-template-rows: 600px 200px 200px;
  }
  #aboutPicture {
    display: none;
  }
  #aboutBody {
    grid-area: 1 / 1 / 2 / 2;
  }
  #aboutLikes {
    grid-area: 2 / 1 / 3 / 2;
  }
  #aboutDislikes {
    grid-area: 3 / 1 / 4 / 2;
  }
  .FavChar {
    width: 95px;
    height: auto;
  }
  .quizColumn {
    flex: 100%;
  }
  .tabcontent {
    height: calc(100% - 180px);
  }
}
@media only screen and (max-width: 1200px) {
  .SectionButtonsDisplay {
    display: none;
  }
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--dk-color) var(--lt-color);
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: var(--lt-color);
  }

  *::-webkit-scrollbar-thumb {
    background-color: var(--dk-color);
    border-radius: 10px;
    border: 1px solid var(--dkest-color);
}
/* Animations */   
@keyframes scroll {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
.textbox {
  border: 2px solid #d3aed4;
  padding: 16px;
  background: #fffbe9;
  border-radius: 8px;
  margin: 16px 0;
}