MediaWiki:MotifBadges.css: Difference between revisions

From The Seven Sages of Rome
No edit summary
No edit summary
Line 16: Line 16:
     border-left: 4px solid #9fb7b7;
     border-left: 4px solid #9fb7b7;
     padding-left: 0.6em;
     padding-left: 0.6em;
}
.badge-motif .motif-parent {
    opacity: 0.7;
    font-weight: 500;
}
}

Revision as of 20:06, 24 April 2026

.badge a {
	color: white !important;
}

.badge a.new {
	color: #ffcccb !important;
}

.badge-motif {
	color: #fff;
	background-color: #2b4040;
}

.badge-motif.has-parent {
    background-color: #415858;
    border-left: 4px solid #9fb7b7;
    padding-left: 0.6em;
}

.badge-motif .motif-parent {
    opacity: 0.7;
    font-weight: 500;
}