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: left;
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="TitleBarCenter">{{{fullname|&nbsp;}}}</div>
<div class="TitleBarCentered">{{{fullname|&nbsp;}}}</div>
{{{profileimage|&nbsp;}}}
{{{profileimage|&nbsp;}}}
{{{!}}
{{{!}}
Line 163: Line 164:
{{#if: {{{statistics|}}} |
{{#if: {{{statistics|}}} |
<div class="bcpbox" id="bcpstatistics">
<div class="bcpbox" id="bcpstatistics">
<div class="TitleBarCenter">Statistics</div>
<div class="TitleBarCentered">Statistics</div>
{{{!}}
{{{!}}
{{{statistics|&nbsp;}}}
{{{statistics|&nbsp;}}}
Line 171: Line 172:
{{#if: {{{soundtrack|}}} |
{{#if: {{{soundtrack|}}} |
<div class="bcpbox" id="bcpsoundtrack">
<div class="bcpbox" id="bcpsoundtrack">
<div class="TitleBarCenter">Soundtrack</div>
<div class="TitleBarCentered">Soundtrack</div>
{{{soundtrack|&nbsp;}}}
{{{soundtrack|&nbsp;}}}
</div>
</div>

Revision as of 02:49, 15 March 2024