Template:Vertical center
Appearance
Template documentation
This simple template vertically centers text, including multi-line wrapped text. It is meant to be used inside a div that defines the region the text is to appear to be in the middle of. It takes three unnamed parameters:
- The text to be vertically centered (the main parameter)
- An addendum to the style applied to the inner div container (styled with "display:table-cell;").
- An addendum to the outer div container (styled with "display:table;").
The version used here is based on http://css-tricks.com/vertically-center-multi-lined-text/