Difference between revisions of "User:TheTric/Styles/SKWindow/Body"
From SpiralKnights
(testing css shortcuts) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | cellpadding="0" cellspacing="5" align="center" style="border: {{{body border-width|2px}}} {{{border-type|solid}}} rgb({{{body border-color|73,110,139}}}); background: rgb({{{body background-color|17,66,85}}}); width: 100%; | + | cellpadding="0" cellspacing="5" align="center" style="border: {{{body border-width|2px}}} {{{border-type|solid}}} rgb({{{body border-color|73,110,139}}}); background: rgb({{{body background-color|17,66,85}}}); width: 100%; {{User:TheTric/Styles/SKWindow/Body/BorderRadii}}<noinclude> |
+ | {{User:TheTric/zDocumentation | ||
+ | | usage = | ||
+ | | parameters = | ||
+ | | copyPaste = | ||
+ | }}</noinclude> |
Latest revision as of 18:26, 20 October 2012
cellpadding="0" cellspacing="5" align="center" style="border: 2px solid rgb(73,110,139); background: rgb(17,66,85); width: 100%; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; User:TheTric/zDocumentation