Template:TowersCharacterTemplate: Difference between revisions
From TowersWiki
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
.TitleBarCentered { | .TitleBarCentered { | ||
color: {{{titlefg|#D3D3D3}}}; | color: {{{titlefg|#D3D3D3}}}; | ||
background: {{{titlebg|#0009AB}}}; | background: {{{titlebg|#0009AB}}}; | ||
text-align: | text-align: center; | ||
text-indent: 5px; | text-indent: 5px; | ||
font-family: serif; | font-family: serif; | ||
Line 155: | Line 156: | ||
<div id="bcprightcolumn" class="bcpcolumn"> | <div id="bcprightcolumn" class="bcpcolumn"> | ||
<div class="bcpbox" id="bcpname"> | <div class="bcpbox" id="bcpname"> | ||
<div class=" | <div class="TitleBarCentered">{{{fullname| }}}</div> | ||
{{{profileimage| }}} | {{{profileimage| }}} | ||
{{{!}} | {{{!}} | ||
Line 163: | Line 164: | ||
{{#if: {{{statistics|}}} | | {{#if: {{{statistics|}}} | | ||
<div class="bcpbox" id="bcpstatistics"> | <div class="bcpbox" id="bcpstatistics"> | ||
<div class=" | <div class="TitleBarCentered">Statistics</div> | ||
{{{!}} | {{{!}} | ||
{{{statistics| }}} | {{{statistics| }}} | ||
Line 171: | Line 172: | ||
{{#if: {{{soundtrack|}}} | | {{#if: {{{soundtrack|}}} | | ||
<div class="bcpbox" id="bcpsoundtrack"> | <div class="bcpbox" id="bcpsoundtrack"> | ||
<div class=" | <div class="TitleBarCentered">Soundtrack</div> | ||
{{{soundtrack| }}} | {{{soundtrack| }}} | ||
</div> | </div> |