@charset "utf-8";

/*
    Author: Skippy & Kumie
    Date: 7/7/2025

    Filename: pageeStyle.css
    General stylesheet for the DAIL comic pages

*/

/* ==============================================================
 *  Width for...uh I don't know? Really big monitors I guess @__@
 * ==============================================================
 */

@media (min-width: 3000px) {
  #header {
    display: block;
    background-image: url("https://dail.zaxon.zone/comic/TheBoyz8.png");
    background-color:rgba(55,46,150,0.95);
    border-radius:50px;
    background-repeat: no-repeat;
    background-size: auto 500px;
    height: 500px;
    margin: 0px  auto  0px  auto;
    max-width: 1800px;
  }
  
  #header a img {
    height: 100%;
    float: right;  
  }
  
  body {
    font-size:20px;
    background: #372E96 url("/comic/MuyVirusPattern.png") left top repeat;
    background-size: 30%;
    background-color: #372E96;  
    font-family: "Baskervville SC", serif;
    font-weight:bold;
  }

  nav {
    display:block;
    color:#130932;
    background-image: linear-gradient(rgba(255,74,109,1), rgba(55,46,150,0.85));
    max-width: 1800px;
    margin: 0px  auto  0px  auto;
    height: 80px;
    border: 2px inset #FF4A6D;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    margin: 0 20px 0 20px;
  }

  nav ul li {
    width: 200px;
    height: 80px;
    margin-left: 0;
  }

  nav ul li a {
    text-decoration: none;
    display: block;
    color: white;
    font-size: 50px;
    text-align: center;
    height: 70px;
    padding-top: 10px;
  }

  nav ul li:hover {
    background-image: linear-gradient(rgba(255,74,109,0.85), rgba(55,46,150,1));
  }

  nav ul li a:hover {
    color:#130932;
  }
  
  #page {
    width: 100%;
    padding: 10px 0 10px 0;
    display: block;  
    margin: 50px auto 50px auto;
  }
  
  #cover {
    display: block;
    max-width: 850px;
    min-width: 600px;
    height: auto;
    margin: auto;
  }
  
  #cover img {
    width: 100%;
    height: auto;
    border: 2px inset #FF4A6D;
  }
  
  #spread {
   display:none;
  }
  
  #p1, #p2 {
    display: none;  
  }
  
  #buttons {
    display: flex;  
    margin: 20px auto 20px auto;
  }

  #prev, #next {
    display: block;
    width: 10%;
    max-width: 350px;
    margin: auto;
    height: 100%;
  }
  
  #prev {
    margin-right: 0px;  
  }
  
  #next {
    margin-left: 0px; 
  }

  #prev a, #next a {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    text-decoration: none;
  }
  
  #prev a img, #next a img{
    display: block;
    width: 100%;
    max-width: 900px;
    margin: auto;
  }
  
  footer {
    font-size: 60px;
    background-image: linear-gradient(rgba(55,46,150,0.5), rgba(55,46,150,0.95));
    border-radius:10px;
    display:block;
    padding: 10px;
    text-align: center;
    margin: 50px  auto  25px  auto;
    max-width: 1920px;
    color:white;
    text-shadow:3px 0px #E53148, 4px -1px #573DD7;
  }
}

/* ========================
 *  Width for most laptops
 * ========================
 *
 */

@media (max-width: 3000px) and (min-width: 999px) { 
  
  #header {
    display: block;
    background-image: url("https://dail.zaxon.zone/comic/TheBoyz8.png");
    background-color:rgba(55,46,150,0.95);
    border-radius:50px;
    background-repeat: no-repeat;
    background-size: auto 200px;
    height: 200px;
    margin: 0px  auto  0px  auto;
    max-width: 1000px;
  }
  
  #header a img {
    height: 100%;
    float: right;  
  }
  
  body {
    font-size:20px;
    background: #372E96 url("/comic/MuyVirusPattern.png") left top repeat;
    background-size: 40%;
    background-color: #372E96;  
    font-family: "Baskervville SC", serif;
    font-weight:bold;
  }

  nav {
    display:block;
    color:#130932;
    background-image: linear-gradient(rgba(255,74,109,1), rgba(55,46,150,0.85));
    max-width: 1000px;
    margin: 0px  auto  0px  auto;
    height: 50px;
    border: 2px inset #FF4A6D;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    margin: 0 20px 0 20px;
  }

  nav ul li {
    width: 200px;
    height: 50px;
    margin-left: 0;
  }

  nav ul li a {
    text-decoration: none;
    display: block;
    color: white;
    text-align: center;
    height: 50px;
    padding-top: 10px;
  }

  nav ul li:hover {
    background-image: linear-gradient(rgba(255,74,109,0.85), rgba(55,46,150,1));
  }

  nav ul li a:hover {
    color:#130932;
  }

  #page {
    width: 100%;
    padding: 30px 0 30px 0;
    display: flex;
    margin-bottom: 0;
  }

  #cover {
    display: block;
    max-width: 29%;
    height: auto;
    width: auto;
    margin: auto;
    margin-bottom: 0;
  }
  
  #cover img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: auto;
    border: 2px inset #FF4A6D;
  }
  
  #spread {
   display:none;
  }

  #cover img {
    width: 100%;
    height: auto;
    border: 2px inset #FF4A6D;
  }
  

  #p1, #p2 {
    display: none;
  }

  #buttons {
    display: flex;  
    margin: 0 auto 20px auto;
  }

  #prev, #next {
    display: block;
    width: 13%;
    margin: auto;
    height: 100%;
  }
  
  #prev {
    margin-right: 0px;  
  }
  
  #next {
    margin-left: 0px; 
  }

  #prev a, #next a {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    text-decoration: none;
  }
  
  #prev a img, #next a img{
    display: block;
    width: 100%;
    max-width: 900px;
    margin: auto;
  }
  
  footer {
    font-size: 20px;
    background-image: linear-gradient(rgba(55,46,150,0.5), rgba(55,46,150,0.95));
    border-radius:10px;
    display:block;
    height: 40px;
    padding: 10px;
    text-align: center;
    margin: 50px  auto  25px  auto;
    max-width: 1000px;
    color:white;
    text-shadow:3px 0px #E53148, 4px -1px #573DD7;
  }
  
}

/* =======================================
 *  Width for most iPads and Kindles, etc.
 * =======================================
 */

@media (max-width: 999px) and (min-width: 771px) { 
  
  #header {
    display: block;
    background-image: url("https://dail.zaxon.zone/comic/TheBoyz8.png");
    background-color:rgba(55,46,150,0.95);
    border-radius:50px;
    background-repeat: no-repeat;
    background-size: auto 200px;
    height: 200px;
    margin: 0px  auto  0px  auto;
    max-width: 900px;
  }
  
  #header a img {
    max-height: 100%;
    float: right;
  }
  
  body {
    font-size:20px;
    background: #372E96 url("/comic/MuyVirusPattern.png") left top repeat;
    background-size: 50%;
    background-color: #372E96;  
    font-family: "Baskervville SC", serif;
    font-weight: bold;
  }
  
   nav {
    color:white;
    background-image: linear-gradient(rgba(255,74,109,1), rgba(55,46,150,0.85));
    max-width: 900px;
    margin: 0px  auto  10px  auto;
    border: 2px inset #FF4A6D;
  }
  
  nav ul {
    display: grid;
    grid-template-areas: '1 3'
                         '2 4';
    column-gap: 10px;
    row-gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0 20px 0 20px;
  }
  
  nav ul li {
    width: 100%;
    text-align: center;
    border: 2px inset #FF4A6D;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  nav ul li a {
    text-decoration: none;
    display: block;
    color: white;
    text-align: center;
    padding: 20px 0 20px 0;
  }
  
  nav ul li:hover {
    background-image: linear-gradient(rgba(255,74,109,0.85), rgba(55,46,150,1));
  }

  nav ul li a:hover {
    color: #130932;
  }
  
  #page {
    display: block;
    max-width: 85%;
    margin: auto;
    width: auto;
  }
  
  #cover {
    display: block; 
    max-width: 60%;
    margin: auto;
  }
  
  #spread {
   display:none;
  }

  #cover img {
    width: 100%;
    height: auto; 
    border: 2px inset #FF4A6D;
  }
  
  
  #p1, #p2 {
    display: none;  
  }
  
  #buttons {
    display: flex;  
    margin: 20px 0 20px 0;
    height: 100px;
  }

  #prev, #next {
    display: block;
    width: 150px;
    margin: auto;
  }
  
  #prev {
    margin-right: 10px;  
  }
  
  #next {
    margin-left: 10px;
  }

  #prev a, #next a {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    text-decoration: none;
    text-align: center;
  }
  
  #prev a img, #next a img{
    height: 100%;
    width: 100%;
  }
  
  footer {
    font-size:15px;
    background-image: linear-gradient(rgba(55,46,150,0.5), rgba(55,46,150,0.95));
    border-radius:10px;
    display:block;
    height: 40px;
    padding: 10px;
    text-align: center;
    margin: 50px  auto  25px  auto;
    max-width: 900px;
    color:white;
    text-shadow:3px 0px #E53148, 4px -1px #573DD7;
  }
}


@media (max-width: 771px) and (min-width: 710px) {

  #header img {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 200px;
    height: auto;
    width: auto;  
  }
  
  body {
    font-size:20px;
    background: #372E96 url("/comic/MuyVirusPattern.png") left top repeat;
    background-size: 50%;
    background-color: #372E96;  
    font-family: "Baskervville SC", serif;
    font-weight: bold;
  }
  
   nav {
    color:white;
    background-image: linear-gradient(rgba(255,74,109,1), rgba(55,46,150,0.85));
    max-width: 900px;
    margin: 0px  auto  10px  auto;
    border: 2px inset #FF4A6D;
  }
  
  nav ul {
    display: grid;
    grid-template-areas: '1 3'
                         '2 4';
    column-gap: 10px;
    row-gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0 20px 0 20px;
  }
  
  nav ul li {
    width: 100%;
    text-align: center;
    border: 2px inset #FF4A6D;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  nav ul li a {
    text-decoration: none;
    display: block;
    color: white;
    text-align: center;
    padding: 20px 0 20px 0;
  }
  
  nav ul li:hover {
    background-image: linear-gradient(rgba(255,74,109,0.85), rgba(55,46,150,1));
  }

  nav ul li a:hover {
    color: #130932;
  }
  
  #page {
    display: block;
    max-width: 85%;
    margin: auto;
    width: auto;
  }
  
  #cover {
    display: block;
    margin: auto;
    max-width: 60%;
  }
  
  #spread {
   display:none;
  }

  #cover img {
    width: 100%;
    height: auto;  
    border: 2px inset #FF4A6D;
  }
  
  #p1, #p2 {
    display: none;  
  }
  
  #buttons {
    display: flex;  
    margin: 20px 0 20px 0;
    height: 100px;
  }

  #prev, #next {
    display: block;
    width: 150px;
    margin: auto;
  }
  
  #prev {
    margin-right: 10px;  
  }
  
  #next {
    margin-left: 10px;
  }

  #prev a, #next a {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    text-decoration: none;
    text-align: center;
  }
  
  #prev a img, #next a img{
    height: 100%;
    width: 100%;
  }
  
  footer {
    font-size:15px;
    background-image: linear-gradient(rgba(55,46,150,0.5), rgba(55,46,150,0.95));
    border-radius:10px;
    display:block;
    height: 40px;
    padding: 10px;
    text-align: center;
    margin: 50px  auto  25px  auto;
    max-width: 900px;
    color:white;
    text-shadow:3px 0px #E53148, 4px -1px #573DD7;
  } 
}


/* =========================================================
 *  CSS for devices width 500px and below (most smartphones)
 * =========================================================
 */


@media (max-width: 710px) {
  #header a img {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 200px;
    height: auto;
    width: auto;
  }
  
  body {
    font-size:20px;
    background: #372E96 url("/comic/MuyVirusPattern.png") left top repeat;
    background-size: 80%;
    background-color: #372E96;  
    font-family: "Baskervville SC", serif;
    font-weight: bold;
  }

  nav {
    display:block;
    color:#130932;
    background-image: linear-gradient(rgba(255,74,109,1), rgba(55,46,150,0.85));
    max-width: 900px;
    margin: 0px  auto  0px  auto;
    border: 2px inset #FF4A6D;
  }
  
  nav ul {
    display: grid;
    grid-template-areas: '1 3'
                         '2 4';
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  nav ul li {
    display: block;
    border: 2px inset #FF4A6D;
    width: 50%;
    height: 30px;
    margin: 5px auto 5px auto;
    padding: 10px;
    
  }

  nav ul li a {
    text-decoration: none;
    display: block;
    color: white;
    text-align: center;
  }

  nav ul li:hover {
    background-image: linear-gradient(rgba(255,74,109,0.85), rgba(55,46,150,1));
  }

  nav ul li a:hover {
    color: #130932;
  }
  
  #page {
    display: block;
    max-width: 100%;
    margin: auto;
    width: auto;
    margin-top: 10px;
  }
  
  #spread {
   display:none;
  }

  #cover img {
    display: block;
    margin: auto;
    max-width: 50%;
    height: auto;
    border: 2px inset #FF4A6D;
  }
  
  #p1, #p2 {
    display: none;  
  }
  
  #buttons {
    display: flex;  
    margin: 10px 0 10px 0;
    height: 100px;
  }

  #prev, #next {
    display: block;
    width: 25%;
    margin: auto;
  }
  
  #prev {
    margin-right: 5px;  
  }
  
  #next {
    margin-left: 5px;  
  }

  #prev a, #next a {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    text-decoration: none;
    text-align: center;
  }
  
  #prev a img, #next a img{
    height: 100%;
    width: 100%;
  }
  
  footer {
    font-size:15px;
    background-image: linear-gradient(rgba(55,46,150,0.5), rgba(55,46,150,0.95));
    border-radius:10px;
    display:block;
    padding: 10px;
    text-align: center;
    margin: 0  auto  25px  auto;
    max-width: 900px;
    color:white;
    font-size: 15px;
    text-shadow:3px 0px #E53148, 4px -1px #573DD7;
  }
}