Template:TowersCharacterTemplate: Difference between revisions

From TowersWiki

No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 3: Line 3:
   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: {{{TitleTextColor|#F5F5F5}}};
color: {{{TitleTextColor|#F5F5F5}}};
Line 37: Line 34:
     border-radius: 5px;
     border-radius: 5px;
}
}
.TitleBarCentered {
.TitleBarCentered {
color: {{{TitleTextColor|#D3D3D3}}};
color: {{{TitleTextColor|#F5F5F5}}};
background: {{{TitleBGColor|#0009AB}}};
background: {{{TitleBGColor|#0009AB}}};
text-align: center;
text-align: center;
Line 49: Line 45:
     border-radius: 5px;
     border-radius: 5px;
}
}
#banner {
#banner {
text-align: left;
text-align: left;
font-style: italic;
font-style: italic;
}
}
 
#Logs li {
#bcplogs li {
list-style-type: circle before;
    text-align: left;
}
 
li::marker {
    color: #0009AB;
}
 
ul {
     column-count: 2;
     column-count: 2;
list-style-type: none;
    text-align: center;
}
}
#bcpcolumns {
#bcpcolumns {
display: flex;
display: flex;
Line 99: 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 126: 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 144: 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 156: 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 164: 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>
Line 180: Line 168:
{{{statistics|&nbsp;}}}
{{{statistics|&nbsp;}}}
{{!}}}
{{!}}}
</div>
}}
{{#if: {{{soundtrack|}}} |
<div class="bcpbox" id="bcpsoundtrack">
<div class="TitleBarCentered">Soundtrack</div>
{{{soundtrack|&nbsp;}}}
</div>
</div>
}}
}}

Latest revision as of 02:12, 16 March 2024