Template:Sandbox3/styles.css: Difference between revisions

From Archon Arcana - The KeyForge Wiki
no edit summary
No edit summary
No edit summary
Line 4: Line 4:
background-color:#f9f9f9;  
background-color:#f9f9f9;  
border-top:1px solid #b3b3b3;
border-top:1px solid #b3b3b3;
}
.content {
flex:25%;
}
}
.date {
.date {
flex:25%;
flex:25%;
max-width:150px;
max-width:150px;
}
.format {
flex:25%;
max-width:200px;
}
}
.players {
.players {
Line 20: Line 21:
max-width:300px;
max-width:300px;
font-weight:bold;
font-weight:bold;
}
.winnercontent {
flex:25%;
max-width:400px;
}
.deckcontent {
flex:25%;
max-width:400px;
}
}