MediaWiki:Templates.css: Difference between revisions

no edit summary
(Created page with "→‎Char stats: .char-stats { display: inline-grid; grid-template-columns: repeat(3, 105px); grid-template-rows: repeat(3, 30px); gap: 5px; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .char-stats-cat, .char-stats-attack-caption, .char-stats-attack { background-color: var(--theme-tone-5); color: var(--text-color); font-weight: 500; display: flex; place-items: center;...")
 
No edit summary
 
(12 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 594: Line 622:
     place-content: space-between;
     place-content: space-between;
     padding: 0 0 1.5rem 0;
     padding: 0 0 1.5rem 0;
}
/* Season Pass */
.icon-base {
    text-shadow: -1px -1px 0 #000, 0px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000,
        -1px -1px 0 #000, 0px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000,
        -1px -1px 0 #000, 0px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000,
        -1px -1px 0 #000, 0px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000;
}
.season-pass-reward td {
    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;
}
}