If you plan to make a YouTube video or other content using bootlegs downloaded from our site, although we can't and won't force you to do anything, we greatly appreciate attribution for the large amounts of time and effort we spend finding these bootlegs. Thank you!

Happy Pride Month, everyone!

MediaWiki:Common.css: Difference between revisions

mNo edit summary
(fix)
 
(27 intermediate revisions by 2 users not shown)
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 */
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:CHOCOLATEMAN"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Dartz"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Modeco80"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Elijah"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:MDMCK10"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Undefishin"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:DarkOK"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Mallory"]:before {
content: "~";
color: #710A1E;
}

/*
a[href="/User:Mallory"]:before {
content: "~";
color: #2B547E;
}
*/

body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {
body.page-Main_Page.action-submit #siteSub {
display: none;
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;
}
}

Latest revision as of 16:44, 1 June 2024

/* CSS placed here will be applied to all skins 2E040C */
#siteSub {
    display: block;
}

/* admins */
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:CHOCOLATEMAN"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Dartz"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Modeco80"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Elijah"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:MDMCK10"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Undefishin"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:DarkOK"]:before,
:is(span.history-user, body.ns--1 div.mw-body, div#mw-diff-otitle2, div#mw-diff-ntitle2, div.mw-warning-with-logexcerpt, body.ns-6 table.filehistory) [href="/User:Mallory"]:before {
    content: "~";
    color: #710A1E;
}

/*
a[href="/User:Mallory"]:before {
    content: "~";
    color: #2B547E;
}
*/

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;
}