Template:Id

From Path of Exile Wiki
Revision as of 08:25, 5 February 2013 by >Niightblade (Created page with "<includeonly> {{#switch: {{{1}}} | r | R | red | Red = <span class="support-gem-id-red" style="background-color: rgb(236, 052, 044);">{{{2}}}</span> | g | G | green |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]


Usage

  • {{id|r|F}}

F

  • {{id|g|a}}

a

  • {{id|b|c}}

c

CSS

This template uses the following styles in common.css:

.support-gem-id-red, .support-gem-id-green, .support-gem-id-blue {
	width:1em;
	color:white !important;
	background-color:#c51e1e;
	display:inline-block;
	text-align:center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.support-gem-id-red { background-color:#c51e1e; }
.support-gem-id-green { background-color:#08a842; }
.support-gem-id-blue { background-color:#4163c9; }