Anonymous

MediaWiki:Common.css: Difference between revisions

From Elwiki
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Character-Banner.css");
/* 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 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;
}
}