Template:BlueBox2
From Avisynth wiki
style="width:50em;margin:0 0 0 0em;padding:0.5em;border:1px solid blue;background-color:#F8F8FF;"
- Purpose
- A box for special notices. It is blue.
- Usage and preview
<div {{BlueBox2|W|I|B|C}} >
your text goes here...
</div>
- ...where
- W = width; default 50 (see Units below)
- I = indentation; default 2.
- B = border style; default "1px solid blue"
- C = background color; default light blue.
- Units
- width and indentation are given in character-width (CSS em) units.
- Decimal values like 1.25 are allowed, but trailing spaces eg,
|1 |1.2 }}
will create invalid CSS.