|
|
| (2 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| .mw-parser-output .sw-podium-table{
| | .sw-podium-table { |
| width:100%; | | width: auto; |
| margin:0 0 1em; | | margin: 0 0 1em; |
| } | | } |
| .mw-parser-output .sw-podium-table th:first-child,
| | |
| .mw-parser-output .sw-podium-table td:first-child{
| | .sw-podium-table .sw-podium-place { |
| width:3.5em; | | width: 4.5em; |
| text-align:center; | | white-space: nowrap; |
| } | | } |
| .mw-parser-output .sw-podium-inline{
| | |
| display:inline-flex; | | .sw-podium-team { |
| align-items:center;
| | display: inline; |
| flex-wrap:wrap;
| |
| gap:.25rem;
| |
| font-size:.92em;
| |
| color:#54595d;
| |
| } | | } |
| .mw-parser-output .sw-podium-player{
| | |
| display:inline-flex;
| | .sw-podium-team-players { |
| align-items:center;
| | margin-left: 0.25em; |
| gap:.25rem;
| |
| }
| |
| .mw-parser-output .sw-podium-avatar{
| |
| display:inline-flex;
| |
| width:20px;
| |
| height:20px;
| |
| border-radius:999px;
| |
| overflow:hidden;
| |
| background:#eaecf0;
| |
| vertical-align:middle;
| |
| }
| |
| .mw-parser-output .sw-podium-avatar a,
| |
| .mw-parser-output .sw-podium-avatar img{
| |
| display:block;
| |
| width:100%;
| |
| height:100%;
| |
| }
| |
| .mw-parser-output .sw-podium-avatar img{
| |
| object-fit:cover; | |
| }
| |
| .mw-parser-output .sw-podium-sep{
| |
| color:#72777d;
| |
| } | | } |
Latest revision as of 02:29, 17 April 2026
.sw-podium-table {
width: auto;
margin: 0 0 1em;
}
.sw-podium-table .sw-podium-place {
width: 4.5em;
white-space: nowrap;
}
.sw-podium-team {
display: inline;
}
.sw-podium-team-players {
margin-left: 0.25em;
}