View source for MediaWiki:Common.css
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will be applied to all skins, desktop and mobile */
/* Elin fonts */
@font-face {
font-family: "GenEi Antique v5";
src:
local("GenEi Antique v5"),
url("skins/Elin/GenEiAntiqueNv5-M.ttf");
}
/* Minimum width to avoid a content shift in the header */
#mw-indicator-smw-entity-examiner {
min-width: 20px;
}
/* Prevent little sister inversion */
.client-darkmode .mw-wiki-logo {
filter: invert(1) hue-rotate(180deg);
}
000
1:0
Return to MediaWiki:Common.css.