Difference between revisions of "Template:Box"

Line 25: Line 25:
 
<div class="box {{{type|brown_light}}}">
 
<div class="box {{{type|brown_light}}}">
 
<div class="box_top"><div></div></div>
 
<div class="box_top"><div></div></div>
<div class="box_content" style="height: 35px;">
+
<div class="box_content" style="height: {{{height|auto}}};">
 
{{{text|}}}
 
{{{text|}}}
 
</div>
 
</div>
 
<div class="box_bottom"><div></div></div>
 
<div class="box_bottom"><div></div></div>
 
</div>
 
</div>

Revision as of 09:21, 19 September 2012

This is template for formatting content as popup with light background This is template for formatting content as popup with light background

Usage

types

  • brown_dark
  • brown_light
  • l_brown_dark
  • l_brown_light
  • green_dark
  • green_light
  • l_green_dark
  • l_green_light
  • blue_dark
  • blue_light
  • l_blue_dark
  • l_blue_light
  • red_dark
  • red_light
  • l_red_dark
  • l_red_light

{{Box|type=brown_dark|text=content of popup}}