Template:SBX

From Dissent
Revision as of 23:38, 8 August 2017 by Strangelv (talk | contribs) (Added documentation; Changed default border color to Cool Gray 11C and default background to 109C)
Jump to navigation Jump to search


CSS styling template. Place inside a style attribute.

Draws a no-gradient rounded box with shadow.


Settings

  • border: border color
  • background: background color
  • radius: radius of corners


Examples

Defaults

Taxation
is
Theft

<DIV style="width: 25em; text-align:center; {{SBX}}">
'''Taxation<BR/>is<BR/>Theft'''
</DIV>

Customized

Taxation
is
Theft

<DIV style="width: 25em; text-align:center; {{SBX | border=#FF007F | background=#88DBDF | radius=2em}}">
'''Taxation<BR/>is<BR/>Theft'''
</DIV>