Anonymous

MediaWiki:Templates.css: Difference between revisions

From Elwiki
no edit summary
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 366: Line 366:
     background-image: linear-gradient(to left bottom, #00a5ea 0, transparent 70%),
     background-image: linear-gradient(to left bottom, #00a5ea 0, transparent 70%),
         linear-gradient(to left top, #20b7e5 43px, #00f6ff 44px) !important;
         linear-gradient(to left top, #20b7e5 43px, #00f6ff 44px) !important;
}
.current-info-box {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.current-info-box > div {
    width: 50%;
    flex: 1;
}
}


Line 412: Line 423:
     -moz-user-select: none;
     -moz-user-select: none;
     opacity: 0;
     opacity: 0;
}
.skill-table .tippy-btn {
    position: relative;
}
}


Line 491: Line 506:
     border-bottom: 1px solid var(--border-color);
     border-bottom: 1px solid var(--border-color);
     width: fit-content;
     width: fit-content;
    min-width: 54px;
}
}


Line 564: Line 580:
     grid-template-columns: repeat(auto-fit, minmax(215px, max-content));
     grid-template-columns: repeat(auto-fit, minmax(215px, max-content));
     gap: 1em;
     gap: 1em;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.skill-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
}


Line 605: Line 633:


.season-pass-reward td {
.season-pass-reward td {
     border-color: var(--border-color)!important;
     border-color: var(--border-color) !important;
}
 
.stroke {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
 
.stats-table td {
    background: transparent !important;
}
.stats-table td a,
.stats-table td {
    color: black !important;
}
.stats-table a:hover {
    text-decoration: underline;
}
}