Difference between revisions of "User:TheTric/Zetta/Page/Container/Collapsible"

From SpiralKnights

< User:TheTric‎ | Zetta‎ | Page‎ | Container
Jump to: navigation, search
(Undo revision 76134 by TheTric (Talk))
Line 1: Line 1:
{| 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;"
+
{| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style=" width: {{{width|100%}}}; border: {{{border-width|5px}}} {{{border-type|solid}}} rgb({{{border-color|0,0,0}}}); background: rgb({{{header background-color|235,201,77}}}); 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:{{{header padding|10px}}}; Font-size: {{{header font-size|1.25em}}}; Font-weight: {{{header font-weight|bold}}}; color:rgb({{{header font-color|background-color}}});"|
+
! style="padding:10px"|
<table cellpadding="0" cellspacing="{{#if: {{{icon|}}} | 5 | 10}}" style="margin:{{{margin|-10px}}}; background: none; color: rgb({{{header font-color|0,0,0}}})"><tr>
+
<table cellpadding="0" cellspacing="{{#if: {{{icon|}}} | 5 | 10}}" style="margin:-10px; width: auto; 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">{{{header|Header}}}</td>
+
<td align="left"><big><big><big>'''''{{{title|Title}}}'''''</big></big></big></td>
 
</tr></table>
 
</tr></table>
 
|-
 
|-
 
| align="center" |  
 
| align="center" |  
<div class="zBody"
+
{| cellpadding="0" cellspacing="0" 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%; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;"
style="
+
|<noinclude>
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;
+
</noinclude>
-webkit-border-radius: 10px;
+
{{{body|}}}
-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:37, 14 April 2012

Personal tools