Template:Infobox tournament/styles.css
Template page
More actions
.loka-tournament-infobox {
float: right;
clear: right;
width: 300px;
margin: 0 0 1em 1em;
border: 1px solid #4a4030;
background: #faf7f0;
}
.loka-tournament-name {
background: #1c1712;
color: #ffffff;
font-weight: 700;
font-size: 1.1em;
text-align: center;
padding: .5em .6em;
}
.loka-tournament-image {
line-height: 0;
text-align: center;
background: #1c1712;
}
.loka-tournament-image img {
max-width: 100%;
height: auto;
}
.loka-tournament-row {
display: flex;
justify-content: space-between;
gap: .6em;
padding: .4em .6em;
border-top: 1px solid #d8cfb8;
font-size: .9em;
}
.loka-tournament-row-key {
color: #9c6b2e;
font-weight: 700;
}
.loka-tournament-row-value {
text-align: right;
}