|
|
| (3 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| .mw-parser-output .sw-podium-division{
| | .sw-podium-table { |
| margin:0 0 1.35rem; | | width: auto; |
| | margin: 0 0 1em; |
| } | | } |
| .mw-parser-output .sw-podium-division h3{ | | |
| margin:1rem 0 .35rem; | | .sw-podium-table .sw-podium-place { |
| padding:0;
| | width: 4.5em; |
| border:0;
| | white-space: nowrap; |
| font-size:1.25rem;
| |
| line-height:1.25; | |
| } | | } |
| .mw-parser-output .sw-podium-list{
| | |
| display:grid; | | .sw-podium-team { |
| gap:.35rem;
| | display: inline; |
| margin:0 0 1rem;
| |
| } | | } |
| .mw-parser-output .sw-podium-row{
| | |
| display:grid;
| | .sw-podium-team-players { |
| grid-template-columns:1.15rem minmax(0,1fr);
| | margin-left: 0.25em; |
| gap:.55rem;
| |
| padding:.15rem 0 .3rem;
| |
| border:0;
| |
| background:none;
| |
| box-shadow:none;
| |
| border-radius:0;
| |
| align-items:start;
| |
| }
| |
| .mw-parser-output .sw-podium-row__place{
| |
| display:block;
| |
| width:auto;
| |
| height:auto;
| |
| margin-top:.1rem;
| |
| padding:0;
| |
| border-radius:0;
| |
| background:none;
| |
| color:#202122;
| |
| font-weight:700;
| |
| line-height:1.3;
| |
| }
| |
| .mw-parser-output .sw-podium-row__body{
| |
| min-width:0;
| |
| }
| |
| .mw-parser-output .sw-podium-row__team{
| |
| font-weight:600;
| |
| font-size:.98rem;
| |
| line-height:1.25;
| |
| }
| |
| .mw-parser-output .sw-podium-row__players{
| |
| margin-top:.1rem;
| |
| font-size:.88rem;
| |
| color:#54595d;
| |
| }
| |
| .mw-parser-output .sw-podium-row__players pre{
| |
| display:flex;
| |
| flex-wrap:wrap;
| |
| gap:.35rem .8rem;
| |
| margin:0;
| |
| padding:0;
| |
| border:0;
| |
| background:none;
| |
| white-space:normal;
| |
| font:inherit;
| |
| }
| |
| .mw-parser-output .sw-podium-player{
| |
| display:inline-flex;
| |
| align-items:center;
| |
| gap:.35rem;
| |
| min-width:0;
| |
| }
| |
| .mw-parser-output .sw-podium-avatar{
| |
| width:26px;
| |
| height:26px;
| |
| margin-left:0; | |
| border-radius:999px;
| |
| overflow:hidden;
| |
| background:#eaecf0;
| |
| box-shadow:none;
| |
| }
| |
| .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-player__name{
| |
| line-height:1.2;
| |
| } | | } |