Template:Infobox tournament/styles.css: Difference between revisions
Template page
More actions
Create Template:Infobox tournament |
m Create Template:Infobox tournament |
||
| Line 15: | Line 15: | ||
text-align: center; | text-align: center; | ||
padding: .5em .6em; | padding: .5em .6em; | ||
} | |||
.loka-tournament-type { | |||
background: #9c6b2e; | |||
color: #ffffff; | |||
font-weight: 700; | |||
font-size: .72em; | |||
text-transform: uppercase; | |||
letter-spacing: .04em; | |||
text-align: center; | |||
padding: .35em .5em; | |||
} | } | ||
| Line 35: | Line 46: | ||
border-top: 1px solid #d8cfb8; | border-top: 1px solid #d8cfb8; | ||
font-size: .9em; | font-size: .9em; | ||
} | |||
.loka-tournament-row--wide { | |||
flex-direction: column; | |||
align-items: flex-start; | |||
gap: .3em; | |||
} | } | ||
| Line 40: | Line 57: | ||
color: #9c6b2e; | color: #9c6b2e; | ||
font-weight: 700; | font-weight: 700; | ||
flex-shrink: 0; | |||
} | } | ||
.loka-tournament-row-value { | .loka-tournament-row-value { | ||
text-align: right; | text-align: right; | ||
} | |||
.loka-tournament-row--wide .loka-tournament-row-value { | |||
text-align: left; | |||
} | |||
.loka-hlist { | |||
list-style: none; | |||
margin: 0; | |||
padding: 0; | |||
display: inline; | |||
} | |||
.loka-hlist li { | |||
display: inline; | |||
} | |||
.loka-hlist li:not(:last-child)::after { | |||
content: ", "; | |||
} | |||
.loka-podium-row { | |||
display: flex; | |||
align-items: center; | |||
gap: .5em; | |||
padding: .5em .6em; | |||
border-top: 1px solid #d8cfb8; | |||
} | |||
.loka-podium-label { | |||
font-size: .7em; | |||
font-weight: 700; | |||
color: #9c6b2e; | |||
text-transform: uppercase; | |||
letter-spacing: .04em; | |||
} | |||
.loka-podium-team, | |||
.loka-podium-single { | |||
font-weight: 700; | |||
} | |||
.loka-podium-info .loka-hlist { | |||
font-size: .85em; | |||
color: #57503f; | |||
} | |||
.loka-tournament-chrono { | |||
border-top: 1px solid #d8cfb8; | |||
padding: .4em .6em .5em; | |||
} | |||
.loka-tournament-chrono-heading { | |||
font-size: .7em; | |||
font-weight: 700; | |||
color: #9c6b2e; | |||
text-transform: uppercase; | |||
letter-spacing: .04em; | |||
margin-bottom: .3em; | |||
} | |||
.loka-tournament-chrono-row { | |||
display: flex; | |||
justify-content: space-between; | |||
font-size: .85em; | |||
} | } | ||
Revision as of 21:05, 17 August 2026
.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-type {
background: #9c6b2e;
color: #ffffff;
font-weight: 700;
font-size: .72em;
text-transform: uppercase;
letter-spacing: .04em;
text-align: center;
padding: .35em .5em;
}
.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--wide {
flex-direction: column;
align-items: flex-start;
gap: .3em;
}
.loka-tournament-row-key {
color: #9c6b2e;
font-weight: 700;
flex-shrink: 0;
}
.loka-tournament-row-value {
text-align: right;
}
.loka-tournament-row--wide .loka-tournament-row-value {
text-align: left;
}
.loka-hlist {
list-style: none;
margin: 0;
padding: 0;
display: inline;
}
.loka-hlist li {
display: inline;
}
.loka-hlist li:not(:last-child)::after {
content: ", ";
}
.loka-podium-row {
display: flex;
align-items: center;
gap: .5em;
padding: .5em .6em;
border-top: 1px solid #d8cfb8;
}
.loka-podium-label {
font-size: .7em;
font-weight: 700;
color: #9c6b2e;
text-transform: uppercase;
letter-spacing: .04em;
}
.loka-podium-team,
.loka-podium-single {
font-weight: 700;
}
.loka-podium-info .loka-hlist {
font-size: .85em;
color: #57503f;
}
.loka-tournament-chrono {
border-top: 1px solid #d8cfb8;
padding: .4em .6em .5em;
}
.loka-tournament-chrono-heading {
font-size: .7em;
font-weight: 700;
color: #9c6b2e;
text-transform: uppercase;
letter-spacing: .04em;
margin-bottom: .3em;
}
.loka-tournament-chrono-row {
display: flex;
justify-content: space-between;
font-size: .85em;
}