|
|
| (6 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| .mw-parser-output .sw-podium-list{
| | .sw-podium-table { |
| display:grid; | | width: auto; |
| gap:.9rem;
| | margin: 0 0 1em; |
| margin:0 0 1.4rem; | |
| } | | } |
| .mw-parser-output .sw-podium-row{ | | |
| display:flex; | | .sw-podium-table .sw-podium-place { |
| align-items:center;
| | width: 4.5em; |
| gap:1rem;
| | white-space: nowrap; |
| padding:1rem 1.1rem;
| |
| border:1px solid #dbe6f0; | |
| border-radius:20px;
| |
| background:linear-gradient(180deg,#ffffff,#f7fbfe);
| |
| box-shadow:0 14px 30px rgba(17,35,62,.08);
| |
| } | | } |
| .mw-parser-output .sw-podium-row__place{
| | |
| flex:0 0 2.5rem;
| | .sw-podium-team { |
| width:2.5rem;
| | display: inline; |
| height:2.5rem;
| |
| display:flex; | |
| align-items:center;
| |
| justify-content:center;
| |
| border-radius:999px;
| |
| font-weight:700;
| |
| color:#14334c;
| |
| background:#e9f0f8;
| |
| } | | } |
| .mw-parser-output .sw-podium-row--place-1 .sw-podium-row__place{
| | |
| background:linear-gradient(135deg,#f4d06f,#f7e6a9);
| | .sw-podium-team-players { |
| color:#604400;
| | margin-left: 0.25em; |
| }
| |
| .mw-parser-output .sw-podium-row--place-2 .sw-podium-row__place{
| |
| background:linear-gradient(135deg,#dde5ee,#f6f9fc);
| |
| color:#425a72;
| |
| }
| |
| .mw-parser-output .sw-podium-row--place-3 .sw-podium-row__place{
| |
| background:linear-gradient(135deg,#dca170,#f1cfb1);
| |
| color:#693c11;
| |
| }
| |
| .mw-parser-output .sw-podium-row__body{
| |
| min-width:0;
| |
| }
| |
| .mw-parser-output .sw-podium-row__team{
| |
| font-weight:700;
| |
| font-size:1.02rem;
| |
| line-height:1.2;
| |
| }
| |
| .mw-parser-output .sw-podium-row__players{
| |
| display:flex;
| |
| align-items:center;
| |
| flex-wrap:wrap;
| |
| gap:.65rem;
| |
| margin-top:.45rem;
| |
| }
| |
| .mw-parser-output .sw-podium-row__avatars{
| |
| display:flex;
| |
| align-items:center;
| |
| }
| |
| .mw-parser-output .sw-podium-avatar{
| |
| width:48px;
| |
| height:48px;
| |
| margin-left:-10px;
| |
| border-radius:999px;
| |
| overflow:hidden;
| |
| background:#e7f1f5;
| |
| box-shadow:0 0 0 2px #ffffff, 0 0 0 3px rgba(17,35,62,.08);
| |
| }
| |
| .mw-parser-output .sw-podium-avatar:first-child{
| |
| margin-left:0; | |
| }
| |
| .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-row__names{
| |
| font-size:.92rem;
| |
| color:#5a7088;
| |
| }
| |
| @media (max-width:720px){
| |
| .mw-parser-output .sw-podium-row{
| |
| align-items:flex-start;
| |
| }
| |
| } | | } |
.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;
}