MediaWiki:Links.css: Difference between revisions

From 18TRIP Wiki
Content added Content deleted
No edit summary
No edit summary
Line 20: Line 20:
a[href$="R1ze"],
a[href$="R1ze"],
a[href$="/R1ze"] {
a[href$="/R1ze"] {
color: #d29911 !important;
color: #3596FF !important;
}
}


a[href$="Day2"],
a[href$="Day2"],
a[href$="/Day2"] {
a[href$="/Day2"] {
color: #d29911 !important;
color: #FFD961 !important;
}
}


a[href$="Ev3ns"],
a[href$="Ev3ns"],
a[href$="/Ev3ns"] {
a[href$="/Ev3ns"] {
color: #d29911 !important;
color: #FF702C !important;
}
}


a[href$="L4mps"],
a[href$="L4mps"],
a[href$="/L4mps"] {
a[href$="/L4mps"] {
color: #d29911 !important;
color: #6147B0 !important;
}
}

Revision as of 06:22, 1 April 2024

/* wiki teams */

a[href$="Shiroutalpha"],
a[href$="/Shiroutalpha"] {
	color: #f4acb7 !important;
}

a[href$="Apothecqry"],
a[href$="/Apothecqry"] {
	color: #ff32c8 !important;
}

a[href$="18trip"],
a[href$="/18trip"] {
	color: #d29911 !important;
}

/* main links */

a[href$="R1ze"],
a[href$="/R1ze"] {
	color: #3596FF !important;
}

a[href$="Day2"],
a[href$="/Day2"] {
	color: #FFD961 !important;
}

a[href$="Ev3ns"],
a[href$="/Ev3ns"] {
	color: #FF702C !important;
}

a[href$="L4mps"],
a[href$="/L4mps"] {
	color: #6147B0 !important;
}