Template:TowersCharacterTemplate: Difference between revisions
From TowersWiki
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
text-align: right; | text-align: right; | ||
} | } | ||
.TitleBarLJust { | .TitleBarLJust { | ||
color: {{{ | color: {{{TitleTextColor|#D3D3D3}}}; | ||
background: {{{ | background: {{{TitleBGColor|#0009AB}}}; | ||
text-align: left; | text-align: left; | ||
text-indent: 5px; | text-indent: 5px; | ||
Line 38: | Line 39: | ||
.TitleBarCentered { | .TitleBarCentered { | ||
color: {{{ | color: {{{TitleTextColor|#D3D3D3}}}; | ||
background: {{{ | background: {{{TitleBGColor|#0009AB}}}; | ||
text-align: center; | text-align: center; | ||
text-indent: 5px; | text-indent: 5px; | ||
Line 48: | Line 49: | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
#banner { | #banner { | ||
text-align: left; | text-align: left; | ||
Line 53: | Line 55: | ||
} | } | ||
#bcplogs li { | #bcplogs li::before {content: "•"; color: red; display: inline-block; width: 1em; margin-left: -1em} { | ||
list-style-type: | list-style-type: circle before; | ||
} | } | ||
#bcpcolumns { | #bcpcolumns { |