MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
@import "https://elwiki.net/w/MediaWiki:Character-Banner.css?action=raw";
/* Color scheme */
/* Color scheme */
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:ColorSel.css");
:root {
:root {
     --accent-color: #00adda;
     --accent-color: #00adda;
Line 3,791: Line 3,791:


/* Long table adjustments */
/* Long table adjustments */
.overflowed {
/* .overflowed {
     margin: 0;
     margin: 0;
     overflow: visible;
     overflow: visible;
}
} */


table[class*="colortable-"]:not(.section) {
table[class*="colortable-"]:not(.section) {
Line 3,822: Line 3,822:
}
}


.content-table {
/* .content-table {
     position: static;
     position: static;
}
} */


.overflowed .content-table {
/* .overflowed .content-table {
     position: relative;
     position: relative;
}
} */


:is(.long-table, .overflowed) .tooltiptext:not(.tooltip-up .tooltiptext),
:is(.long-table, .overflowed) .tooltiptext:not(.tooltip-up .tooltiptext),
Line 5,718: Line 5,718:
     background: var(--theme-tone-7)
     background: var(--theme-tone-7)
         url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAKklEQVQokWPU09NjwAYsLS2xijNhFcUDRjUQA1hwhffx48epY8OoBmIAADF+BFc0Ips+AAAAAElFTkSuQmCC");
         url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAKklEQVQokWPU09NjwAYsLS2xijNhFcUDRjUQA1hwhffx48epY8OoBmIAADF+BFc0Ips+AAAAAElFTkSuQmCC");
}
/* Char colors */
.charlight-Elsword,
.colortable-Elsword th {
    background-color: #ff7171;
}
.charlight-Aisha,
.colortable-Aisha th {
    background-color: #f19af7;
}
.charlight-Rena,
.colortable-Rena th {
    background-color: #90ee90;
}
.charlight-Raven,
.colortable-Raven th {
    background-color: #b2b2b2;
}
.charlight-Eve,
.colortable-Eve th {
    background-color: #ffb2c5;
}
.charlight-Chung,
.colortable-Chung th {
    background-color: #b1d9ff;
}
.charlight-Ara,
.colortable-Ara th {
    background-color: #f7b653;
}
.charlight-Elesis,
.colortable-Elesis th {
    background-color: #e78888;
}
.charlight-Add,
.colortable-Add th {
    background-color: #bca9f5;
}
.charlight-LuCiel,
.colortable-LuCiel th,
.colortable-Lu\/Ciel th {
    background-color: #90b1e6;
}
.charlight-Rose,
.colortable-Rose th {
    background-color: #f2e46f;
}
.charlight-Ain,
.colortable-Ain th {
    background-color: #50eeb9;
}
.colortable-Laby th {
    background-color: #ff99d6;
}
.colortable-Nisha th {
    background-color: #9ea3e5;
}
.charlight-Noah,
.colortable-Noah th {
    background-color: #9ca2c5;
}
}