Template:TowersCharacterTemplate: Difference between revisions
From TowersWiki
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
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 35: | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
.TitleBarCentered { | .TitleBarCentered { | ||
color: {{{TitleTextColor|#F5F5F5}}}; | color: {{{TitleTextColor|#F5F5F5}}}; | ||
Line 49: | Line 46: | ||
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 55: | ||
text-align: center; | text-align: center; | ||
} | } | ||
#bcpcolumns { | #bcpcolumns { | ||
display: flex; | display: flex; | ||
Line 92: | Line 86: | ||
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; |