MediaWiki:Common.css: Difference between revisions
m (test) |
m (admins) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins 2E040C */ |
||
#siteSub { |
#siteSub { |
||
display: block; |
display: block; |
||
} |
} |
||
/* admins */ |
|||
⚫ | |||
a[href="/User:Dartz"]:before, |
|||
a[href="/User:CHOCOLATEMAN"]:before, |
|||
a[href="/User:Modeco80"]:before, |
|||
a[href="/User:Elijah"]:before, |
|||
a[href="/User:MDMCK10"]:before, |
|||
a[href="/User:Undefishin"]:before { |
|||
content: "★ "; |
|||
color: #710A1E; |
|||
} |
|||
⚫ | |||
content: "★ "; |
|||
color: purple; |
color: purple; |
||
} |
} |
Revision as of 06:21, 1 June 2024
/* CSS placed here will be applied to all skins 2E040C */
#siteSub {
display: block;
}
/* admins */
a[href="/User:Dartz"]:before,
a[href="/User:CHOCOLATEMAN"]:before,
a[href="/User:Modeco80"]:before,
a[href="/User:Elijah"]:before,
a[href="/User:MDMCK10"]:before,
a[href="/User:Undefishin"]:before {
content: "★ ";
color: #710A1E;
}
a[href="/User:Mallory"]:before {
content: "★ ";
color: purple;
}
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {
display: none;
}
* {
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Chrome & Safari */
image-rendering: pixelated; /* Chrome */
image-rendering: optimize-contrast; /* CSS3 Proposed */
-ms-interpolation-mode: nearest-neighbor; /* IE8+ */
image-rendering: crisp-edges;
}