MediaWiki:Common.less/infobox.less: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
Line 154: Line 154:
/* INFOBOX CLASS/EPISODE VARIANTS */
/* INFOBOX CLASS/EPISODE VARIANTS */
.infobox-card(@lightColor, @darkColor, @imagePath, @linkColor) {
.infobox-card(@lightColor, @darkColor, @imagePath) {
background-color: @lightColor;
background-color: @lightColor;
tr > * {
tr > * {
Line 169: Line 169:
a:visited,
a:visited,
a:active {
a:active {
color: lighten(@linkColor, 10%);
color: lighten(@lightColor, 10%);
}
}
}
}


&.infobox-Hopeport {
&.infobox-Hopeport {
.infobox-card(@infobox-lighter-hopeport, @infobox-darker-hopeport, '/images/[email protected]', @hopeport);
.infobox-card(@infobox-lighter-hopeport, @infobox-darker-hopeport, '/images/[email protected]');
}
}


&.infobox-Mine_of_Mantuban {
&.infobox-Mine_of_Mantuban {
.infobox-card(@infobox-lighter-mantuban, @infobox-darker-mantuban, '/images/[email protected]', @mantuban);
.infobox-card(@infobox-lighter-mantuban, @infobox-darker-mantuban, '/images/[email protected]');
}
}


&.infobox-Hopeforest {
&.infobox-Hopeforest {
.infobox-card(@infobox-lighter-hopeforest, @infobox-darker-hopeforest, '/images/[email protected]', @hopeforest);
.infobox-card(@infobox-lighter-hopeforest, @infobox-darker-hopeforest, '/images/[email protected]');
}
}
&.infobox-Crenopolis {
&.infobox-Crenopolis {
.infobox-card(@infobox-lighter-crenopolis, @infobox-darker-crenopolis, '/images/[email protected]', @crenopolis);
.infobox-card(@infobox-lighter-crenopolis, @infobox-darker-crenopolis, '/images/[email protected]');
}
}
}
}