/*wikitable by @limegreen on neocities. a link is appreciated!*/


/*to change the fonts here, go to google fonts, find ones you'd like, and use the @import snippet*/
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700');



/*example styles*/


/*global colors. change here to see the effect*/
:root {
  --backgroundcolor: black;
  --textcolor: #e6e6e6;
  --header: white;
  --main: black;
  --footer: black;
  --borders: black;

  /*links*/
  --link: white;
  --linkhover: white;
  
  /*headings*/
  --breadcrumb: black;
  --h1: white;
  --h2: white;
  --h3: white;
  --headerunderline: black;
  
  /*boxes*/
  --quotebackground:black;
  --quotetext: white;
  --boxbg: black;
  --showcontentborder:white;
  
  --seriesofbg:#bfbfbf;
  --seriesoftext:#2b2b2b;
  
  /*infotable*/
  --infotext: white;
  --infoboxbg: black;
  --centertext: black;
  --boldtext: white;
}




/* header font */
#showComic, header, h1, h2, h3, h4, h5 {
  font-family: 'Dwtdcomix-Regular';
  
}

@font-face {
  font-family: 'Dwtdcomix-Regular';
  src: url("https://dwtd1975.neocities.org/Dwtdcomix-Regular.ttf");
}

/* body font */
.subPage p, footer, #authorNotes, .archiveTable {
  font-family: 'Helvetica';
}

body{
  background-image: url("https://dwtd1975.neocities.org/img/DWTD2025LOGOTILE.png");
  background-color: var(--backgroundcolor);
  font-family:Atkinson Hyperlegible;
  font-size: 15.5px;
  margin: 0;
  color: var(--textcolor);
}
/*container*/
.wrapper{ 
 min-height: 100vh;
 margin: auto;
 /*width of the content*/
 width: 85%;
 margin: auto;
 border:2px solid var(--borders);
 margin-top: 10px;
 margin-bottom: 15px;
}
/*main content*/
main{
 padding: 10px;
 background: var(--main);
 min-height: 100vh;
   clear: left;
}
/*links*/
a{
 color: var(--link); 
}
/*link hover*/
 a:hover{
 color: var(--linkhover);
 text-decoration: underline;
}

div.gallery {
  margin: 5px;
  border: none;
  width: 250px;
  height: auto;
  float: left;
}

div.gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.desc {
  padding: 15px;
  text-align: center;
}

div.gallery2 {
  margin: 5px;
  border: none;
  width: 250px;
  float: left;
  text-align: center;
}

div.gallery2 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}



  /* Hover Effect for August */
  .august:hover {
    content: url('https://dwtd1975.neocities.org/img/Busts/DWTD2026-Cast-August2.png');
  }

  /* Hover Effect for Clifford */
  .clifford:hover {
    content: url('https://dwtd1975.neocities.org/img/Busts/DWTD2026-Cast-Clifford2.png');
  }

  /* Hover Effect for Crystin */
  .crystin:hover {
    content: url('https://dwtd1975.neocities.org/img/Busts/DWTD2026-Cast-Crystin2.png');
  }

  /* Hover Effect for Edgar */
  .edgar:hover {
    content: url('https://dwtd1975.neocities.org/img/Busts/DWTD2026-Cast-Edgar2.png');
  }

  /* Hover Effect for Rozzlyn */
  .rozzlyn:hover {
    content: url('https://dwtd1975.neocities.org/img/Busts/DWTD2026-Cast-Rozzlyn2.png');
  }




@media screen and (max-width: 768px) {
  div.gallery,
  div.gallery2 {
    width: 90%;
    float: none;
    margin: 10px auto;
  }

  div.desc {
    max-height: none;
    overflow-y: visible;
  }
}

@media screen and (max-width: 768px) {
  #cover-image {
    float: none !important;
    display: block;
    width: 100% !important;
    height: auto;
    margin: 1em 0;
  }
}




/*breadcrumbs*/
.breadcrumb{
color: var(--breadcrumb);  
}
header{
  height: 100px;
  border-bottom:1px dashed var(--borders);
  background:var(--header);
}
/*prevent image overflow*/
main img{
  max-width: 100%;
}
/*footer*/
footer{
  background:var(--footer);
  padding: 35px;
  border-top:1px dashed var(--borders);
  text-align: center;
}

/*headers*/
h1,h2,h3{
overflow: hidden;
border-bottom: 1px dashed var(--headerunderline); 
}
h2{
font-size: 19pt; 
}
h3{
font-size: 16pt; 
}

/*table of contents*/
.showcontent{
  padding: 3px;
  font-weight: bold;
}
.contents{
 background-color:var(--boxbg);
  width: 14%;
 padding: 7px;
 border: 2px solid var(--showcontentborder);
}
/*this changes the dropdown to a hamburger menu for desktop screens*/
.toc summary {
    list-style-type: 'â˜° ';
}
.toc ul{
 list-style: none;
  margin-left: -30px;
}


/*quotes*/
.quotebox{
  width: 30%;
  background-size: cover;
  font-style: italic; 
  padding: 10px; 
 
 padding: 13px;
  border-left: solid;
  background-color:var(--quotebackground);
  color: var(--quotetext);
}

/*series of*/
.revealsummary{
  text-align: center;
 background-color:var(--seriesofbg);
  padding: 10px;
 font-weight: bold;
  border: 2px solid var(--showcontentborder);
}
.reveal{
  text-align: center;
 background-color:var(--seriesofbg);
  padding: 5px;
  width: 50%;
  border: 2px solid var(--showcontentborder);
  color: var(--seriesoftext);

}

/*flair*/
 #flair::before {
  background-size: cover;
  background-size: 25px 25px;
  display: inline-block;
  width: 30px; 
  height: 20px;
  margin-left: 4px;
  content:"âš¶";
}

/*flair with image- delete above if using. you will need to play with the width and height to make it fit properly*/

/*  #flair::before { background-image: url('https://i.ibb.co/SwkXQjP/itsalime.png');
  background-size: cover;
  background-size: 20px 25px;
  display: inline-block;
  width: 20px; 
  height: 20px;
  margin-left: 4px;
  content:" ";
}*/

/*infotable*/
.infotable {
  float:right;
  margin-left:5px;
  background:var(--infoboxbg);
  border-left:2px solid var(--borders);
  border:2px dashed var(--borders);
  width:21%;
  font-size: 14px;
  color: var(--infotext);
  
}
.infotable img{
  max-width: 100%;
  margin: auto;
}
.infotable th {
  text-align:left;
 
}
.infotable th{
    padding: 5px;
  font-family: 'Dwtdcomix-Regular';
  color: white;
}
.infotable ul{
  list-style: none;
  padding: 0px;
  margin: 4px;
}
#centertext{
  text-align: center;
  background: var(--centertext);
}
/*clear float after infobox*/
#clear::after {
  content: "";
  clear: both;
  display: table;
}
/*responsiveness*/

/*narrow*/
@media(max-width: 900px) {
  .infotable{
    width: 30%;
  }
    .wrapper{
    width: 100%;
  }
      .chapters{
    width: 50%;
  }
  .reveal{
    width: 60%;
  }
  }  
/*medium*/
@media(max-width: 1250px) {
  .infotable{
    width: 35%;
  }
   .contents{
    width: 40%;
  }
  }  

/*mobile */
@media(orientation: portrait) {
  .quotebox{
    width: 90%;
    margin: auto;
    padding: 15px;
    margin-top: 10px;
  }
  body{
    margin-top: 0px;
  }
   .infotable{
    width: 100%;
     margin-bottom: 20px;
  }
 
  .wrapper{
    width: 95%;
  }
    .chapters{
    width: 50%;
  }
  .main{
    padding-top: 20px;
  }
  .contents{
    width: 95%;
  }
   .reveal{
    width: 95%;
  }
}