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

no edit summary
No edit summary
No edit summary
 
Line 154:
/* INFOBOX CLASS/EPISODE VARIANTS */
.infobox-card(@lightColor, @darkColor, @imagePath, @linkColor) {
background-color: @lightColor;
tr > * {
Line 169:
a:visited,
a:active {
color: lighten(@linkColorlightColor, 10%);
}
}
 
&.infobox-Hopeport {
.infobox-card(@infobox-lighter-hopeport, @infobox-darker-hopeport, '/images/[email protected]', @hopeport);
}
 
&.infobox-Mine_of_Mantuban {
.infobox-card(@infobox-lighter-mantuban, @infobox-darker-mantuban, '/images/[email protected]', @mantuban);
}
 
&.infobox-Hopeforest {
.infobox-card(@infobox-lighter-hopeforest, @infobox-darker-hopeforest, '/images/[email protected]', @hopeforest);
}
&.infobox-Crenopolis {
.infobox-card(@infobox-lighter-crenopolis, @infobox-darker-crenopolis, '/images/[email protected]', @crenopolis);
}
}