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

From Archon Arcana - The KeyForge Wiki
no edit summary
No edit summary
No edit summary
Line 192: Line 192:
   .artistCards {
   .artistCards {
     width: 100%;
     width: 100%;
     height:30px;
     flex: 1;
     display: block;
     display: block;
     overflow: hidden;
     overflow: hidden;
     border-radius:10px;
     border-radius: 10px;
     position:relative;
     position: relative;
     margin-bottom:5px;
     margin-bottom: 5px;
   }
   }
 
 
   div.artistCards:nth-child(even) {
   div.artistCards:nth-child(even) {
     background-color:#505050;
     background-color: #d0d0d0;
   }
   }
 
 
   div.artistCards:nth-child(odd) {
   div.artistCards:nth-child(odd) {
     background-color:#303030;
     background-color: #b0b0b0;
   }
   }
    
 
    .artistCards .cardFull {
   .artistCards .cardFull {
     width: 0px;
     display: none;
    height: 0px;
    margin: 0px;
    opacity: 0;
   }
   }
    
 
      .artistCards .cardArtifact {
   .artistCards .cardArtifact {
     display:none;
     display: none;
   }
   }
    
 
        .artistCards .cardUpgrade {
   .artistCards .cardUpgrade {
     display:none;
     display: none;
   }
   }
 
 
   .artistCards .hiddenMobile {
   .artistCards .hiddenMobile {
     display:none;
     display: none;
   }
   }


    
 
    .artistCards .artistName {
   .artistCards .artistName {
     width:100%;
     width: 100%;
     text-align: center;
     text-align: center;
     opacity:1;
     opacity: 1;
     color: white;
     color: black;
     font-size: 1.1em;
     font-size: 1.1em;
     padding-top: 6px;
     padding-top: 8px;
     padding-bottom: 6px;
     padding-bottom: 8px;
     box-sizing: border-box;
     box-sizing: border-box;
    position:absolute;
  }
     top:0px;
 
     left:0px;
  .artGallery a:link,
  .artGallery a:hover,
  .artGallery a:visited {
     color: black;
     text-decoration: none;
   }
   }
}
}