12,417
edits
Coffeesaga (talk | contribs) No edit summary |
Coffeesaga (talk | contribs) No edit summary |
||
Line 192: | Line 192: | ||
.artistCards { | .artistCards { | ||
width: 100%; | width: 100%; | ||
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:# | background-color: #d0d0d0; | ||
} | } | ||
div.artistCards:nth-child(odd) { | div.artistCards:nth-child(odd) { | ||
background-color:# | background-color: #b0b0b0; | ||
} | } | ||
.artistCards .cardFull { | |||
display: none; | |||
} | } | ||
.artistCards .cardArtifact { | |||
display:none; | display: none; | ||
} | } | ||
.artistCards .cardUpgrade { | |||
display:none; | display: none; | ||
} | } | ||
.artistCards .hiddenMobile { | .artistCards .hiddenMobile { | ||
display:none; | display: none; | ||
} | } | ||
.artistCards .artistName { | |||
width:100%; | width: 100%; | ||
text-align: center; | text-align: center; | ||
opacity:1; | opacity: 1; | ||
color: | color: black; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
padding-top: | padding-top: 8px; | ||
padding-bottom: | padding-bottom: 8px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | |||
.artGallery a:link, | |||
.artGallery a:hover, | |||
.artGallery a:visited { | |||
color: black; | |||
text-decoration: none; | |||
} | } | ||
} | } |