Template:Llokin Colors: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
! scope="col" | Eyes | ! scope="col" | Eyes | ||
| <div style="display flex; flex-flow: col"> | | <div style="display flex; flex-flow: col"> | ||
{{#if: {{{eye_color|}}} | <div style="background-color: {{{eye_color}}}"> <strong> <div style="color: white | {{#if: {{{eye_color|}}} | <div style="background-color: {{{eye_color}}}"> <strong> <div style="color: white; border: 1px solid gray; padding: 4px 10px;">{{{eye_color}}}</div> </strong> </div> | }} | ||
</div> | </div> | ||
|- | |- | ||
! scope="col" | Horns | ! scope="col" | Horns | ||
| <div style="display flex; flex-flow: col"> | | <div style="display flex; flex-flow: col"> | ||
{{#if: {{{horn_color|}}} | <div style="background-color: {{{horn_color}}}"> <strong> <div style="color: white | {{#if: {{{horn_color|}}} | <div style="background-color: {{{horn_color}}}"> <strong> <div style="color: white; border: 1px solid gray; padding: 4px 10px;">{{{horn_color}}}</div> </strong> </div> | }} | ||
</div> | </div> | ||
|- | |- | ||
! scope="col" | Body | ! scope="col" | Body | ||
| <div style="display flex; flex-flow: col"> | | <div style="display flex; flex-flow: col"> | ||
{{#if: {{{body_color|}}} | <div style="background-color: {{{body_color}}}"> <strong> <div style="color: white | {{#if: {{{body_color|}}} | <div style="background-color: {{{body_color}}}"> <strong> <div style="color: white; border: 1px solid gray; padding: 4px 10px;">{{{body_color}}}</div> </strong> </div> | }} | ||
</div> | </div> | ||
|} | |} | ||
Revision as of 20:31, 12 December 2023
| Eyes | |
|---|---|
| Horns | |
| Body |