Difference between revisions of "Template:Textbox"

From Custom Mario Kart
Jump to navigation Jump to search
(Created page with "<div class="textbox {{#if: {{{1}}} | {{{1}}} }}"> {{#if: {{{2}}} | <div class="head">{{{2}}}</div>}} <div class="body"> {{{3}}} </div> <includeonly></includeonly><noinclude> {{te...")
 
Line 1: Line 1:
 
<div class="textbox {{#if: {{{1}}} | {{{1}}} }}">
 
<div class="textbox {{#if: {{{1}}} | {{{1}}} }}">
{{#if: {{{2}}} | <div class="head">{{{2}}}</div>}}
+
{{#if: {{{2}}} | <div class="textbox-head">{{{2}}}</div>}}
<div class="body">
+
<div class="textbox-body">
 
{{{3}}}
 
{{{3}}}
 
</div>
 
</div>
Line 11: Line 11:
 
<h2>css test witch class="textbox"</h2>
 
<h2>css test witch class="textbox"</h2>
 
<div class="textbox">
 
<div class="textbox">
  <div class="head">head</div >
+
  <div class="head">textbox-head</div >
  <div class="body">body</div >
+
  <div class="body">textbox-body</div >
 
</div>
 
</div>
 
</noinclude>
 
</noinclude>

Revision as of 17:34, 17 March 2011

{{{2}}}

{{{3}}}

Blue Title

This is an text box. The standard color is blue

Red Title

Red colored boxes are also possible.

Green Title

Green colored boxes are also possible.


css test witch class="textbox"

textbox-head
textbox-body