Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:BalanceBadge: Difference between revisions

Template page
dustloop>TarkusLee
Created page with ".balance-badge { border-radius: 4px; font-weight: bold; font-size: 0.875em; letter-spacing: -0.008em; padding: 2px; } .skin-citizen-dark .balance-badge { color: var(--color-base--emphasized) } .skin-citizen-dark .balance-badge { color: var(--color-base--subtle) } .balance-badge-added { background-color: LemonChiffon; } .balance-badge-new { background-color: PeachPuff; } .balance-badge-removed { background-color: Lavender; } .balance-badge-rework..."
 
m 7 revisions imported: Credit to the Dustloop wiki (dustloop.com).
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.balance-badge {
<includeonly><span id="clr-text" class="balance-badge {{{1}}}">{{{2}}}</span></includeonly><!--  
  border-radius: 4px;
   Styles
  font-weight: bold;
--><templatestyles src="Template:Color/styles.css" /><noinclude>{{clear}}{{doc}}</noinclude>
  font-size: 0.875em;
  letter-spacing: -0.008em;
  padding: 2px;
}
 
.skin-citizen-dark .balance-badge {
  color: var(--color-base--emphasized)
}
 
.skin-citizen-dark .balance-badge {
   color: var(--color-base--subtle)
}
 
.balance-badge-added {
  background-color: LemonChiffon;
}
 
.balance-badge-new {
  background-color: PeachPuff;
}
 
.balance-badge-removed {
  background-color: Lavender;
}
 
.balance-badge-reworked {
  background-color: LightBlue;
}
 
.balance-badge-buff {
  background-color: DarkSeaGreen;
}
 
.balance-badge-nerf {
  background-color: LightPink;
}

Latest revision as of 21:52, 7 October 2024

MediaWiki Appliance - Powered by TurnKey Linux