Template:SourceBox: Difference between revisions

From JBMod Wiki
Jump to navigationJump to search
Marioood (talk | contribs)
added custom background and text color
Marioood (talk | contribs)
BLANKED
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div style="border: 1px solid {{{accent-color|black}}}; margin-left: auto; margin-right: auto; width: 50%; background-color:{{{background-color|white}}}; color:{{{accent-color|black}}}">
<div style="border: 1px solid {{{accent-color|grey}}}; margin-left: auto; margin-right: auto; width: 50%; background-color:{{{background-color|white}}}; color:{{{text-color|black}}}">
[[File:{{{image}}}|128px]]
{{#if: {{{image|}}}
|[[File:{{{image}}}|128px]]
|
}}
<span style="display:inline-block; height: 100%">
<span style="display:inline-block; height: 100%">
<span style="font-weight: bold">{{{title}}}</span>
<span style="font-weight: bold">{{{title|}}}</span>
<br>
<br>
<span>{{{text}}}</span>
<span>{{{text|}}}</span>
</span>
</span>
</div>
</div>

Latest revision as of 06:17, 26 June 2025