Template:TowersCharacterTemplate: Difference between revisions

From TowersWiki

No edit summary
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#tag:css|a:link {color: #F5F5F5;}
{{#tag:css|a:link {color: #0009AB;}
   a:visited {color: #0009AB;}
   a:visited {color: #0009AB;}
   a:hover {color: #DE2110;}
   a:hover {color: #DE2110;}
#bcp {
#bcp {
display: flex;
display: flex;
Line 11: Line 10:
align-items: stretch;
align-items: stretch;
align-content: stretch;
align-content: stretch;
 
    font-family: "Goudy Old Style", Garamond, serif;
font-size: 11pt;
font-size: 11pt;
}
}
Line 21: Line 20:
text-align: left;
text-align: left;
}
}
#bcp table tr td:nth-child(2) {
#bcp table tr td:nth-child(2) {
text-align: right;
text-align: right;
}
}
.TitleBarLJust {
.TitleBarLJust {
color: {{{titlefg|#D3D3D3}}};
color: {{{TitleTextColor|#F5F5F5}}};
background: {{{titlebg|#0009AB}}};
background: {{{TitleBGColor|#0009AB}}};
text-align: left;
text-align: left;
     text-indent: 5px;
     text-indent: 5px;
Line 37: Line 35:
}
}
.TitleBarCentered {
.TitleBarCentered {
color: {{{titlefg|#D3D3D3}}};
color: {{{TitleTextColor|#F5F5F5}}};
background: {{{titlebg|#0009AB}}};
background: {{{TitleBGColor|#0009AB}}};
text-align: left;
text-align: center;
     text-indent: 5px;
     text-indent: 5px;
     font-family: serif;
     font-family: serif;
Line 51: Line 49:
font-style: italic;
font-style: italic;
}
}
 
#Logs li {
#bcplogs li {
    column-count: 2;
list-style-type: none;
list-style-type: none;
    text-align: center;
}
}
#bcpcolumns {
#bcpcolumns {
Line 86: Line 85:
text-align: center;
text-align: center;
}
}
#bcpgallery img {
#bcpgallery img {
max-width: 30% !important;
max-width: 30% !important;
height: auto !important;
height: auto !important;
}
#bcplogs {
text-align: center;
}
}
#bcprightcolumn {
#bcprightcolumn {
Line 113: Line 108:
<div id="bcpcolumns">
<div id="bcpcolumns">
<div id="bcpleftcolumn" class="bcpcolumn">
<div id="bcpleftcolumn" class="bcpcolumn">
<div class="bcpbox" id="bcpbiography">
<div class="bcpbox" id="Overview">
<div class="TitleBarLJust">Biography</div>
<div class="TitleBarLJust">Overview</div>
{{{biography|&nbsp;}}}
{{{Overview|&nbsp;}}}
</div>
</div>
<div class="bcpbox" id="bcprphooks">
<div class="bcpbox" id="bcprphooks">
Line 131: Line 126:
<div class="TitleBarLJust">Stereotypes</div>
<div class="TitleBarLJust">Stereotypes</div>
{{{stereotypes}}}
{{{stereotypes}}}
</div>
}}
{{#if: {{{filmography|}}} |
<div class="bcpbox" id="bcpstereotypes">
<div class="TitleBarLJust">Filmography</div>
{{{filmography}}}
</div>
</div>
}}
}}
Line 143: Line 132:
{{{gallery|&nbsp;}}}
{{{gallery|&nbsp;}}}
</div>
</div>
<div class="bcpbox" id="bcplogs">
<div class="bcpbox" id="Logs">
<div class="TitleBarLJust">Logs</div>
<div class="TitleBarLJust">Logs</div>
{{#dpl:
{{#dpl:
Line 151: Line 140:
}}
}}
</div>
</div>
{{#if: {{{soundtrack|}}} |
<div class="bcpbox" id="bcpsoundtrack">
<div class="TitleBarLJust">Soundtrack</div>
{{{soundtrack|&nbsp;}}}
</div>
}}
{{#if: {{{filmography|}}} |
<div class="bcpbox" id="bcpstereotypes">
<div class="TitleBarLJust">Filmography</div>
{{{filmography}}}
</div>
}}
{{{leftcolumn|}}}
{{{leftcolumn|}}}
</div>
</div>
<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;}}}
{{!}}}
{{!}}}
</div>
}}
{{#if: {{{soundtrack|}}} |
<div class="bcpbox" id="bcpsoundtrack">
<div class="TitleBarCenter">Soundtrack</div>
{{{soundtrack|&nbsp;}}}
</div>
</div>
}}
}}

Latest revision as of 02:12, 16 March 2024