Template:Artist Previews/styles.css: Difference between revisions

From Archon Arcana - The KeyForge Wiki
(Undo revision 33631 by Coffeesaga (talk))
Tag: Undo
No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
.pageOverlay {
    font-size:0px;
    line-height:0px;
    height:0px;
    float:left;
}
.pageOverlay img {
    display:none;
}
.pageOverlay p {
    height:0px;
}


.artGallery a:link,
.artGallery a:link,
Line 11: Line 25:
     display: flex;
     display: flex;
     flex-wrap: wrap;
     flex-wrap: wrap;
     justify-content: flex-start;
     justify-content: center;
     margin-top: 20px;
     margin-top: 20px;
     margin-bottom: 20px;
     margin-bottom: 20px;
Line 42: Line 56:
     transform: scale(1.5);
     transform: scale(1.5);
     object-fit: cover;
     object-fit: cover;
     object-position: -9px 6px;
     object-position: -9px 10px;
     margin: 0px;
     margin: 0px;
     opacity: .6;
     opacity: .6;
Line 54: Line 68:
     transform: scale(1.5);
     transform: scale(1.5);
     object-fit: cover;
     object-fit: cover;
     object-position: -5px -20px;
     object-position: -5px -15px;
     margin: 0px;
     margin: 0px;
     opacity: .6;
     opacity: .6;
Line 66: Line 80:
     transform: scale(1.5);
     transform: scale(1.5);
     object-fit: cover;
     object-fit: cover;
     object-position: 0px -100px;
     object-position: 0px -90px;
     margin: 0px;
     margin: 0px;
     opacity: .6;
     opacity: .6;
Line 93: Line 107:


   .artistCards:hover img {
   .artistCards:hover img {
     opacity: .9;
     opacity: 1;
   }
   }


Line 129: Line 143:


   .artistCards .cardFull {
   .artistCards .cardFull {
     max-width: 200px;
     width: 300px;
    width: 100%;
     height: 420px;
     height: 100%;
    transform: scale(1);
     object-fit: cover;
     object-fit: cover;
     object-position: -60px -50px;
     object-position: -100px -60px;
     margin: 0px;
     margin: 0px;
     opacity:1;
     opacity:1;
Line 140: Line 152:


   .artistCards .cardArtifact {
   .artistCards .cardArtifact {
     max-width: 200px;
     width: 300px;
    width: 100%;
     height: 420px;
     height: 100%;
    transform: scale(1);
     object-fit: cover;
     object-fit: cover;
     object-position: -60px -70px;
     object-position: -60px -70px;
Line 151: Line 161:


   .artistCards .cardUpgrade {
   .artistCards .cardUpgrade {
     max-width: 200px;
     width: 300px;
    width: 100%;
     height: 420px;
     height: 100%;
    transform: scale(1);
     object-fit: cover;
     object-fit: cover;
     object-position: center -190px;
     object-position: -40px -190px;
     margin: 0px;
     margin: 0px;
     opacity: 1;
     opacity: 1;
   }
   }




Line 192: Line 201:


   .artistCards {
   .artistCards {
    background-color: #c0c0c0;
     width: 100%;
     width: 100%;
     height: 30px;
     flex: 1;
     display: block;
     display: block;
    position: relative;
     overflow: hidden;
     overflow: hidden;
    border:1px solid black;
   }
   }
    
 
    .artistCards .cardFull {
   div.artistCards:nth-child(even) {
     width: 100%;
     background-color: #e0e0e0;
    height: 100%;
  }
    transform: scale(1.2);
 
     object-fit: cover;
  div.artistCards:nth-child(odd) {
     object-position: 0px 25%;
     background-color: #ffffff;
    margin: 0px;
  }
     opacity: .5;
 
  .artistCards .cardFull {
     display: none;
  }
 
  .artistCards .cardArtifact {
     display: none;
   }
   }
    
 
      .artistCards .cardArtifact {
   .artistCards .cardUpgrade {
     width: 100%;
     display: none;
    height: 100%;
    transform: scale(1.2);
    object-fit: cover;
    object-position: 0px 25%;
    margin: 0px;
    opacity: .5;
   }
   }
    
 
        .artistCards .cardUpgrade {
   .artistCards .hiddenMobile {
     width: 100%;
     display: none;
    height: 100%;
    transform: scale(1.2);
    object-fit: cover;
    object-position: 0px 60%;
    margin: 0px;
    opacity: .5;
   }
   }


    
 
    .artistCards .artistName {
   .artistCards .artistName {
     width:50%;
     width: 100%;
    min-width:170px;
     text-align: left;
    max-width:200px;
     opacity: 1;
     text-align: center;
     color: black;
     background-color: #202020;
     padding-left:20px;
     opacity:1;
     color: white;
     font-size: 1.1em;
     font-size: 1.1em;
    position: absolute;
     padding-top: 8px;
    bottom: 0px;
     padding-bottom: 8px;
    left: 0px;
     padding-top: 6px;
     padding-bottom: 6px;
     box-sizing: border-box;
     box-sizing: border-box;
    border-top-right-radius:20px;
   }
   }
    
 
   .artGallery a:link,
  .artGallery a:hover,
  .artGallery a:visited {
    color: black;
    text-decoration: none;
    border-bottom:1px dotted black;
  }
}
}

Latest revision as of 20:03, 3 December 2020

.pageOverlay {
    font-size:0px;
    line-height:0px;
    height:0px;
    float:left;
}

.pageOverlay img {
    display:none;
}

.pageOverlay p {
    height:0px;
}

.artGallery a:link,
.artGallery a:hover,
.artGallery a:visited {
  color: white;
  text-decoration: none;
}

@media screen and (min-width:451px) {
  .artGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
  }

  .artistCards {
    background-color: #c0c0c0;
    width: 100%;
    height: 200px;
    max-width: 200px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5%;
    transition: all .3s ease-in-out;
    margin-bottom: 1%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    box-shadow: 3px 3px 0px #505050;
    border-top: 1px solid #505050;
    border-left: 1px solid #505050;
  }

  .artistCards .cardFull {
    max-width: 200px;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    object-fit: cover;
    object-position: -9px 10px;
    margin: 0px;
    opacity: .6;
    transition: all .3s ease-in-out;
  }

  .artistCards .cardArtifact {
    max-width: 200px;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    object-fit: cover;
    object-position: -5px -15px;
    margin: 0px;
    opacity: .6;
    transition: all .3s ease-in-out;
  }

  .artistCards .cardUpgrade {
    max-width: 200px;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    object-fit: cover;
    object-position: 0px -90px;
    margin: 0px;
    opacity: .6;
    transition: all .3s ease-in-out;

  }


  .artistCards .artistName {
    width: 100%;
    text-align: center;
    background-color: #303030;
    color: white;
    font-size: 1.3em;
    position: absolute;
    bottom:0px;
    left: 0px;
    padding-top: 11px;
    padding-bottom: 8px;
    box-sizing: border-box;
  }

  .artistCards:hover {
    box-shadow: 3px 3px 0px #505050, 3px 3px 8px #505050;
  }

  .artistCards:hover img {
    opacity: 1;
  }

}


/* average sized phones */
@media screen and (min-width:360px) and (max-width:450px) {
  .artGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
  }

  .artistCards {
    background-color: #c0c0c0;
    width: 100%;
    height: 150px;
    max-width: 150px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 2px 0px #505050;
    border-top: 1px solid #505050;
    border-left: 1px solid #505050;
  }

  .artistCards .cardFull {
    width: 300px;
    height: 420px;
    object-fit: cover;
    object-position: -100px -60px;
    margin: 0px;
    opacity:1;
  }

  .artistCards .cardArtifact {
    width: 300px;
    height: 420px;
    object-fit: cover;
    object-position: -60px -70px;
    margin: 0px;
    opacity: 1;
  }

  .artistCards .cardUpgrade {
    width: 300px;
    height: 420px;
    object-fit: cover;
    object-position: -40px -190px;
    margin: 0px;
    opacity: 1;
  }



  .artistCards .artistName {
    width: 100%;
    text-align: center;
    background-color: #303030;
    color: white;
    font-size: 1em;
    position: absolute;
    bottom:0px;
    left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
  }

}



/* very small phones */
@media screen and (max-width:359px) {
  .artGallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .artistCards {
    width: 100%;
    flex: 1;
    display: block;
    overflow: hidden;
  }

  div.artistCards:nth-child(even) {
    background-color: #e0e0e0;
  }

  div.artistCards:nth-child(odd) {
    background-color: #ffffff;
  }

  .artistCards .cardFull {
    display: none;
  }

  .artistCards .cardArtifact {
    display: none;
  }

  .artistCards .cardUpgrade {
    display: none;
  }

  .artistCards .hiddenMobile {
    display: none;
  }


  .artistCards .artistName {
    width: 100%;
    text-align: left;
    opacity: 1;
    color: black;
    padding-left:20px;
    font-size: 1.1em;
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
  }

  .artGallery a:link,
  .artGallery a:hover,
  .artGallery a:visited {
    color: black;
    text-decoration: none;
    border-bottom:1px dotted black;
  }
}