Difference between revisions of "User:TheTric/Zetta/Page/Container/Collapsible"
From SpiralKnights
< User:TheTric | Zetta | Page | Container
Line 1: | Line 1: | ||
− | {| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style=" width: {{{width|100%}}}; border: {{{border-width|5px}}} {{{border-type|solid}}} | + | {| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style=" width: {{{width|100%}}}; border: {{{border-width|5px}}} {{{border-type|solid}}} rgba({{{border-color|0,0,0,{{{border-fade|1}}}}}}); background: rgba({{{header background-color|235,201,77,{{{header background-fade|1}}}}}}); margin: {{{margin|0px}}}; border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px; -khtml-border-radius: 14px; -icab-border-radius: 14px; -o-border-radius: 14px;" |
|- | |- | ||
| | | | ||
− | {| class="wikitable collapsible collapsed" cellpadding="0" cellspacing="0" style="vertical-align:middle; width: 100%; background: none; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;" | + | {| class="wikitable collapsible collapsed" cellpadding="0" cellspacing="0" style="vertical-align:middle; width: 100%; background: none; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;" |
− | ! style="padding:10px"| | + | ! style="padding:{{{header padding|10px}}}; Font-size: {{{header font-size|1.25em}}}; Font-weight: {{{header font-weight|bold}}}; color:rgb({{{header font-color|background-color}}});"| |
− | <table cellpadding="0" cellspacing="{{#if: {{{icon|}}} | 5 | 10}}" style="margin:-10px | + | <table cellpadding="0" cellspacing="{{#if: {{{icon|}}} | 5 | 10}}" style="margin:{{{margin|-10px}}}; background: none; color: rgb({{{header font-color|0,0,0}}})"><tr> |
{{#if: {{{icon|}}} | <td width="36" vertical-align="middle"><div style="width: 36px; height: 36px; overflow: hidden;">[[Image:{{{icon}}}|36px]]</div></td>}} | {{#if: {{{icon|}}} | <td width="36" vertical-align="middle"><div style="width: 36px; height: 36px; overflow: hidden;">[[Image:{{{icon}}}|36px]]</div></td>}} | ||
− | <td align="left"> | + | <td align="left">{{{header|Header}}}</td> |
</tr></table> | </tr></table> | ||
|- | |- | ||
| align="center" | | | align="center" | | ||
− | + | <div class="zBody" | |
− | + | style=" | |
− | + | border:{{{body border-width|2px}}} {{{border-type|solid}}} rgba({{{body border-color|74,111,140}}},{{{body border-fade|1}}}); | |
− | + | border-radius: 10px; | |
− | + | -moz-border-radius: 10px; | |
− | + | -webkit-border-radius: 10px; | |
− | + | -khtml-border-radius: 10px; | |
+ | -icab-border-radius: 10px; | ||
+ | -o-border-radius: 10px; | ||
+ | padding:{{{body padding|5px}}}; | ||
+ | background-color: rgba({{{body background-color|17,66,85}}},{{{body background-fade|1}}}); | ||
+ | "><div class="ZBodyContents" | ||
+ | style=" | ||
+ | border-radius: 5px; | ||
+ | -moz-border-radius: 5px; | ||
+ | -webkit-border-radius: 5px; | ||
+ | -khtml-border-radius: 5px; | ||
+ | -icab-border-radius: 5px; | ||
+ | -o-border-radius: 5px; | ||
+ | padding:{{{contents padding|5px 10px 5px 10px}}}; | ||
+ | background-color: rgba({{{contents background-color|199,219,234}}},{{{contents background-fade|1}}}); | ||
+ | color:rgb({{{contents font-color|background-color}}}); | ||
+ | ">{{{body|Body}}} | ||
+ | </div> | ||
+ | </div> | ||
|} | |} | ||
|} | |} |
Revision as of 22:38, 14 April 2012
|