Template:TowersCharacterTemplate: Difference between revisions
From TowersWiki
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
text-align: right; | text-align: right; | ||
} | } | ||
. | .TitleBarLJust { | ||
color: {{{titlefg|#D3D3D3}}}; | |||
background: {{{titlebg|#0009AB}}}; | |||
text-align: left; | |||
text-indent: 5px; | |||
font-family: serif; | |||
font-size: 1.3em; | |||
font-weight: bold; | |||
margin: 5px 0; | |||
border-radius: 5px; | |||
} | |||
.TitleBarCentered { | |||
color: {{{titlefg|#D3D3D3}}}; | color: {{{titlefg|#D3D3D3}}}; | ||
background: {{{titlebg|#0009AB}}}; | background: {{{titlebg|#0009AB}}}; | ||
Line 103: | Line 114: | ||
<div id="bcpleftcolumn" class="bcpcolumn"> | <div id="bcpleftcolumn" class="bcpcolumn"> | ||
<div class="bcpbox" id="bcpbiography"> | <div class="bcpbox" id="bcpbiography"> | ||
<div class=" | <div class="TitleBarLJust">Biography</div> | ||
{{{biography| }}} | {{{biography| }}} | ||
</div> | </div> | ||
<div class="bcpbox" id="bcprphooks"> | <div class="bcpbox" id="bcprphooks"> | ||
<div class=" | <div class="TitleBarLJust">RP Hooks</div> | ||
{{{rphooks| }}} | {{{rphooks| }}} | ||
</div> | </div> | ||
{{#if: {{{contacts|}}} | | {{#if: {{{contacts|}}} | | ||
<div class="bcpbox" id="bcpcontacts"> | <div class="bcpbox" id="bcpcontacts"> | ||
<div class=" | <div class="TitleBarLJust">Contacts</div> | ||
{{{contacts}}} | {{{contacts}}} | ||
</div> | </div> | ||
Line 118: | Line 129: | ||
{{#if: {{{stereotypes|}}} | | {{#if: {{{stereotypes|}}} | | ||
<div class="bcpbox" id="bcpstereotypes"> | <div class="bcpbox" id="bcpstereotypes"> | ||
<div class=" | <div class="TitleBarLJust">Stereotypes</div> | ||
{{{stereotypes}}} | {{{stereotypes}}} | ||
</div> | </div> | ||
Line 124: | Line 135: | ||
{{#if: {{{filmography|}}} | | {{#if: {{{filmography|}}} | | ||
<div class="bcpbox" id="bcpstereotypes"> | <div class="bcpbox" id="bcpstereotypes"> | ||
<div class=" | <div class="TitleBarLJust">Filmography</div> | ||
{{{filmography}}} | {{{filmography}}} | ||
</div> | </div> | ||
}} | }} | ||
<div class="bcpbox" id="bcpgallery"> | <div class="bcpbox" id="bcpgallery"> | ||
<div class=" | <div class="TitleBarLJust">Gallery</div> | ||
{{{gallery| }}} | {{{gallery| }}} | ||
</div> | </div> | ||
<div class="bcpbox" id="bcplogs"> | <div class="bcpbox" id="bcplogs"> | ||
<div class=" | <div class="TitleBarLJust">Logs</div> | ||
{{#dpl: | {{#dpl: | ||
|linksto={{{pagename|}}} | |linksto={{{pagename|}}} | ||
Line 144: | Line 155: | ||
<div id="bcprightcolumn" class="bcpcolumn"> | <div id="bcprightcolumn" class="bcpcolumn"> | ||
<div class="bcpbox" id="bcpname"> | <div class="bcpbox" id="bcpname"> | ||
<div class=" | <div class="TitleBarCenter">{{{fullname| }}}</div> | ||
{{{profileimage| }}} | {{{profileimage| }}} | ||
{{{!}} | {{{!}} | ||
Line 152: | Line 163: | ||
{{#if: {{{statistics|}}} | | {{#if: {{{statistics|}}} | | ||
<div class="bcpbox" id="bcpstatistics"> | <div class="bcpbox" id="bcpstatistics"> | ||
<div class=" | <div class="TitleBarCenter">Statistics</div> | ||
{{{!}} | {{{!}} | ||
{{{statistics| }}} | {{{statistics| }}} | ||
Line 160: | Line 171: | ||
{{#if: {{{soundtrack|}}} | | {{#if: {{{soundtrack|}}} | | ||
<div class="bcpbox" id="bcpsoundtrack"> | <div class="bcpbox" id="bcpsoundtrack"> | ||
<div class=" | <div class="TitleBarCenter">Soundtrack</div> | ||
{{{soundtrack| }}} | {{{soundtrack| }}} | ||
</div> | </div> |