Template:SBX

From Dissent
Jump to navigation Jump to search


CSS styling template. Place inside a style attribute.

Draws a solid-colored no-gradient rounded box with shadow.


Settings

  • border: border color (Default: Cool Gray 11C)
  • background: solid background color (Default: 109C)
  • radius: radius of corners (Default: 1 em)


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>