|
|
| (5 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.5rem; | | width: auto; |
| | margin: 0 0 1em; |
| } | | } |
| .mw-parser-output .sw-podium-division h3{ | | |
| margin:1.25rem 0 .45rem; | | .sw-podium-table .sw-podium-place { |
| padding:0;
| | width: 4.5em; |
| border:0; | | white-space: nowrap; |
| font-size:1.6rem;
| |
| line-height:1.25;
| |
| } | | } |
| .mw-parser-output .sw-podium-list{
| | |
| display:block; | | .sw-podium-team { |
| margin:0;
| | display: inline; |
| } | | } |
| .mw-parser-output .sw-podium-row{
| | |
| display:grid;
| | .sw-podium-team-players { |
| grid-template-columns:1.5rem minmax(0,1fr);
| | margin-left: 0.25em; |
| gap:.8rem;
| |
| padding:.45rem 0 .6rem;
| |
| border:0;
| |
| border-bottom:1px solid #eaecf0;
| |
| background:none;
| |
| box-shadow:none;
| |
| border-radius:0;
| |
| align-items:start;
| |
| }
| |
| .mw-parser-output .sw-podium-row:last-child{
| |
| border-bottom:0;
| |
| }
| |
| .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.4;
| |
| }
| |
| .mw-parser-output .sw-podium-row__body{
| |
| min-width:0;
| |
| }
| |
| .mw-parser-output .sw-podium-row__team{
| |
| font-weight:600;
| |
| font-size:1.05rem;
| |
| line-height:1.25;
| |
| }
| |
| .mw-parser-output .sw-podium-row__players{
| |
| display:flex;
| |
| flex-wrap:wrap;
| |
| gap:.5rem 1rem;
| |
| margin-top:.35rem;
| |
| font-size:.92rem;
| |
| color:#54595d;
| |
| }
| |
| .mw-parser-output .sw-podium-player{
| |
| display:inline-flex;
| |
| align-items:center;
| |
| gap:.4rem;
| |
| min-width:0;
| |
| }
| |
| .mw-parser-output .sw-podium-avatar{
| |
| width:32px;
| |
| height:32px;
| |
| 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.25;
| |
| }
| |
| @media (max-width:720px){
| |
| .mw-parser-output .sw-podium-division h3{
| |
| font-size:1.35rem;
| |
| }
| |
| .mw-parser-output .sw-podium-row{
| |
| grid-template-columns:1.25rem minmax(0,1fr);
| |
| gap:.65rem;
| |
| }
| |
| } | | } |