MediaWiki:Links.css: Difference between revisions

From 18TRIP Wiki
Content added Content deleted
mNo edit summary
No edit summary
Line 1: Line 1:
/* wiki teams */

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

/* main links */

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

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

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

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

Revision as of 06:21, 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: #d29911 !important;
}

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

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

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