Jump to content
easy_os
main-menu.exe
article.exe

Template:Visible anchor/styles.css: Difference between revisions

From Easy Delivery Co. Unofficial Wiki
m 1 revision imported
m top: clean up
 
Line 1: Line 1:
/* {{pp-template}} */
/* {{Copyright|image=[[File:CC BY-SA icon.svg]]|text=This article and/or file is licensed under CC BY-SA 4.0, Which is different than the current license of this Wiki.}} *//* {{pp-template}} */
.vanchor > :target ~ .vanchor-text {
.vanchor > :target ~ .vanchor-text {
background-color: #b1d2ff;
background-color: #b1d2ff;

Latest revision as of 08:06, 28 September 2025

/* {{Copyright|image=[[File:CC BY-SA icon.svg]]|text=This article and/or file is licensed under CC BY-SA 4.0, Which is different than the current license of this Wiki.}} *//* {{pp-template}} */
.vanchor > :target ~ .vanchor-text {
	background-color: #b1d2ff;
}

@media screen {
	html.skin-theme-clientpref-night .vanchor > :target ~ .vanchor-text {
	    background-color: #0f4dc9;
	}
}

@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .vanchor > :target ~ .vanchor-text {
        background-color: #0f4dc9;
    }
}
page-tools.exe
appearance.exe