/*
hey kitsu fixed your css,maybe we should leave a copyright text here rather then the site we copied the template from,"counter isnt this your css file,you could have done this when you edited the css a month ago",fair enough,but youve had this site up for nearly a year and it looked like complete shit when i got here,"hey!",you know im not wrong,"9-9 it had its charm",sure it did
we really need to stop fighting in every empty text box,"agreed"-kitsu
wait did we really leave this in production
"apparently"-kitsu 12:55 3/23/2025
*/
html{
scrollbar-color:orange black;
}
h1{
color:#ffa000
}
body {
  background-color: black;
  color:cyan;

}
a{
  color:orange
}
input,textarea,select{border-color:orange;
  color:#ffFF00;
background-color:#000;
border-width:1px;
}
 
.center{
  text-align:center;
}
#comic{
  position:absolute;
  left:1%;
  top:0%;
  width:30%;
  height:50%;
 resize:both;
}
#comicimg{
  width:100%;
}
#comicWide{
  position:absolute;
  left:1%;
  top:1%;
  width:98%;
 resize:both;
}

.no{
 color:#ff00FF; 
 user-select: none;
 padding-left:0% !important;
}
#links{
  background:#302011;
  position:absolute;
  width:100%;
  left:0px;
  top:90%;
  height:20%;
  text-align:center;
  color:#ffff00; !important;
}
#linkstall{
  background:#302011;
  position:absolute;
  width:100%;
  left:0px;
  top:60%;
  height:50%;
  text-align:center;
  color:#ffff00; !important;
}
#links a,#links p,#linkstall a,#linkstall p{
  padding-left:3%;
  padding-right:3%;
  font-size:70%;
}