Template:Box-round: Difference between revisions

From IUO Tome of Knowledge
Denial (talk | contribs)
No edit summary
Denial (talk | contribs)
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div class="box-round" style="clear: both; width: 300px; margin-left: auto; margin-right: auto;">
<div class="box-round">
  <div class="box-round-title" style="padding: 0.1em; background-color: #eaecf0; color: var(--color-base, #202122); text-align: center; font-weight: bold; border: 1px solid #99c; border-bottom: none; border-radius: 1.5em 1.5em 0 0;">
<div class="box-round-title" {{#if:{{{border|}}}{{{titlebackground|}}}{{{titleforeground|}}}{{{titlestyle|}}}|style="<!--
   <h3>{{{title}}}</h3>
  -->{{#if:{{{border|}}}|border-color: {{{border}}};}}<!--
  </div>
  -->{{#if:{{{titlebackground|}}}|background: {{{titlebackground}}};}}<!--
  <div class="box-round-text" style="border: 1px solid #99c; color: var(--color-base, #202122); margin-bottom: 10px; border-radius: 0 0 1.5em 1.5em; text-align: center;">
  -->{{#if:{{{titleforeground|}}}|color: {{{titleforeground}}};}}<!--
    {{{1|{{{text|{{{content}}}}}}}}}
  -->{{#if:{{{titlestyle|}}}|{{{titlestyle}}};}}<!--
  </div>
-->"}}><!--
   -->{{{title}}}
</div>
<div class="box-round-text" {{#if:{{{border|}}}{{{background|}}}{{{foreground|}}}{{{style|}}}|style="<!--
  -->{{#if:{{{border|}}}|border-color: {{{border}}};}}<!--
  -->{{#if:{{{background|}}}|background: {{{background}}};}}<!--
  -->{{#if:{{{foreground|}}}|color: {{{foreground}}};}}<!--
  -->{{#if:{{{style|}}}|{{{style}}};}}"}}>{{{1|{{{text|{{{content}}}}}}}}}
</div>
</div>
</div>

Latest revision as of 22:54, 23 October 2025

{{{title}}}

   {{{content}}}