Template

Difference between revisions of "ColorFrame"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div class="small-12 medium-{{{portion|12}}} large-{{{portion|12}}} columns" style="border: 8px solid #C0C0C0; padding: 0;">
+
<div class="small-12 medium-{{{portion|12}}} large-{{{portion|12}}} columns" style="border: 8px solid {{{rgb|#C0C0C0}}}; padding: 0;">
 
   <div style="background-color:{{{rgb|#C0C0C0}}}; width: 100%; text-align: center;">
 
   <div style="background-color:{{{rgb|#C0C0C0}}}; width: 100%; text-align: center;">
 
     <h3 class="mw-headline" style="font-weight:bold; color: white; font-size:2.5rem; margin: 0; padding: 8px 0px;">{{{title|here is the title}}}
 
     <h3 class="mw-headline" style="font-weight:bold; color: white; font-size:2.5rem; margin: 0; padding: 8px 0px;">{{{title|here is the title}}}
 
     </h3>
 
     </h3>
 
   </div>
 
   </div>
   <div style="padding: 0px 15px;">{{{content|here goes the content}}}</div>
+
   <div style="padding: 0px 15px;">
 +
{{{content|here goes the content}}}
 +
  </div>
 
</div>
 
</div>
 +
<noinclude>
 +
__NOTOC__
 +
== Usage ==
 +
<nowiki>{{ColorFrame|portion=4|rgb=#B10000|title=FAQ|content=wikitext here}}}</nowiki>
 +
== Result ==
 +
{{ColorFrame|portion=4|rgb=#B10000|title=FAQ|content=wikitext here}}
 +
 +
</noinclude>

Latest revision as of 23:07, 26 December 2018

here is the title

here goes the content


Usage

{{ColorFrame|portion=4|rgb=#B10000|title=FAQ|content=wikitext here}}}

Result

FAQ

wikitext here