Template:Box-round: Difference between revisions

From IUO Tome of Knowledge
Denial (talk | contribs)
No edit summary
Denial (talk | contribs)
No edit summary
Line 1: Line 1:


<div class="box-round">
<div class="box-round" style="clear: both;">
<div class="box-round-title" {{#if:{{{border|}}}{{{titlebackground|}}}{{{titleforeground|}}}{{{titlestyle|}}}|style="<!--
  <div class="box-round-title" style="padding: 0.1em; background: var(--background-color-progressive-subtle--hover, #d9e2ff); 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;">
  -->{{#if:{{{border|}}}|border-color: {{{border}}};}}<!--
   {{{title}}}
  -->{{#if:{{{titlebackground|}}}|background: {{{titlebackground}}};}}<!--
  </div>
  -->{{#if:{{{titleforeground|}}}|color: {{{titleforeground}}};}}<!--
  <div class="box-round-text" style="border: 1px solid #99c; background: var(--background-color-base, #fff); color: var(--color-base, #202122); margin-bottom: 10px; padding: .8em 1em 1em 1.3em; border-radius: 0 0 1.5em 1.5em;">
  -->{{#if:{{{titlestyle|}}}|{{{titlestyle}}};}}<!--
  {{{content}}}}}}}}}
-->"}}><!--
  </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>

Revision as of 20:08, 22 October 2025

 {{{title}}}
 {{{content}}}}}}}}}