View source for Template:Flavor Text/styles.css
From Archon Arcana - The KeyForge Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/* large screens */
@media screen and (min-width:601px) {
.flavor-text {
display:grid;
grid-template-columns:200px auto;
border-top:1px dashed #a0a0a0;
}
.flavor-text div {
padding:5px 3px 5px 3px;
}
.flavor-text div:nth-of-type(4n-3), .flavor-text div:nth-of-type(4n-2) {
background-color:#f0f0f0;
border-bottom:1px dashed #a0a0a0;
}
.flavor-text div:nth-of-type(4n-1), .flavor-text div:nth-of-type(4n) {
background-color:#ffffff;
border-bottom:1px dashed #a0a0a0;
000
1:0
Return to Template:Flavor Text/styles.css.