Template:TowersCharacterTemplate: Difference between revisions
From TowersWiki
No edit summary |
No edit summary |
||
(8 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|# | 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 { | #Logs li { | ||
column-count: 2; | column-count: 2; | ||
Line 60: | Line 54: | ||
text-align: center; | text-align: center; | ||
} | } | ||
#bcpcolumns { | #bcpcolumns { | ||
display: flex; | display: flex; | ||
Line 92: | 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; | ||
} | } | ||
#bcprightcolumn { | #bcprightcolumn { | ||
flex-grow: 1; | flex-grow: 1; | ||
Line 139: | Line 126: | ||
<div class="TitleBarLJust">Stereotypes</div> | <div class="TitleBarLJust">Stereotypes</div> | ||
{{{stereotypes}}} | {{{stereotypes}}} | ||
</div> | </div> | ||
}} | }} | ||
Line 159: | Line 140: | ||
}} | }} | ||
</div> | </div> | ||
{{#if: {{{soundtrack|}}} | | |||
<div class="bcpbox" id="bcpsoundtrack"> | |||
<div class="TitleBarLJust">Soundtrack</div> | |||
{{{soundtrack| }}} | |||
</div> | |||
}} | |||
{{#if: {{{filmography|}}} | | |||
<div class="bcpbox" id="bcpstereotypes"> | |||
<div class="TitleBarLJust">Filmography</div> | |||
{{{filmography}}} | |||
</div> | |||
}} | |||
{{{leftcolumn|}}} | {{{leftcolumn|}}} | ||
</div> | </div> | ||
Line 175: | Line 168: | ||
{{{statistics| }}} | {{{statistics| }}} | ||
{{!}}} | {{!}}} | ||
</div> | </div> | ||
}} | }} |