Difference between revisions of "User:TheTric/Zetta/Page/Container"
From SpiralKnights
< User:TheTric | Zetta | Page
m (refinement) |
(increased flexibility!) |
||
Line 12: | Line 12: | ||
"><div class="zHeader" | "><div class="zHeader" | ||
style=" | style=" | ||
− | margin:-{{{border-width|3px}}}; | + | margin:-{{{header border-width|3px}}}; |
− | border: | + | border:{{{header border-width|3px}}} {{{header border-type|outset}}} rgba({{{header border-color|125,125,125}}},1); |
− | border-radius: {{{border-radius|15px}}}; | + | border-radius: {{{header border-radius|15px}}}; |
− | -moz-border-radius: {{{border-radius|15px}}}; | + | -moz-border-radius: {{{header border-radius|15px}}}; |
− | -webkit-border-radius: {{{border-radius|15px}}}; | + | -webkit-border-radius: {{{header border-radius|15px}}}; |
− | -khtml-border-radius: {{{border-radius|15px}}}; | + | -khtml-border-radius: {{{header border-radius|15px}}}; |
− | -icab-border-radius: {{{border-radius|15px}}}; | + | -icab-border-radius: {{{header border-radius|15px}}}; |
− | -o-border-radius: {{{border-radius|15px}}}; | + | -o-border-radius: {{{header border-radius|15px}}}; |
− | padding:{{{padding|5px}}}; | + | padding:{{{header padding|5px}}}; |
− | background-color: rgba({{{header-color|125,125,125}}},1); | + | background-color: rgba({{{header background-color|125,125,125}}},1); |
− | Font-size: {{{font-size|1.25em}}}; | + | Font-size: {{{header font-size|1.25em}}}; |
− | Font-weight: {{{font-weight|bold}}}; | + | Font-weight: {{{header font-weight|bold}}}; |
">{{{icon|[[File:Icon-usable.png|20px]]}}} {{{header|Header}}} | ">{{{icon|[[File:Icon-usable.png|20px]]}}} {{{header|Header}}} | ||
</div> | </div> | ||
<div class="zBody" | <div class="zBody" | ||
− | style="padding:5px;"> | + | style=" |
+ | padding:{{{padding|5px}}}; | ||
+ | "> | ||
{{{body|Body}}} | {{{body|Body}}} | ||
</div> | </div> | ||
Line 45: | Line 47: | ||
<li>border-width</li> | <li>border-width</li> | ||
<li>border-type</li> | <li>border-type</li> | ||
− | |||
<li>border-color</li> | <li>border-color</li> | ||
+ | <li>border-radius</li> | ||
<li>background-color</li> | <li>background-color</li> | ||
− | |||
− | |||
− | |||
− | |||
<li>fade</li> | <li>fade</li> | ||
+ | <li>header border-width</li> | ||
+ | <li>header border-type</li> | ||
+ | <li>header border-color</li> | ||
+ | <li>header border-radius</li> | ||
+ | <li>header padding</li> | ||
+ | <li>header background-color</li> | ||
+ | <li>header font-size</li> | ||
+ | <li>header font-weight</li> | ||
<li>icon</li> | <li>icon</li> | ||
<li>header</li> | <li>header</li> | ||
+ | <li>padding</li> | ||
<li>body</li> | <li>body</li> | ||
</ul> | </ul> | ||
Line 63: | Line 70: | ||
| border-color = | | border-color = | ||
| background-color = | | background-color = | ||
− | | header-color = | + | | header border-color = |
− | | | + | | header background-color = |
| header = | | header = | ||
| body = | | body = |
Revision as of 00:27, 28 October 2011
Documentation
Usage
-
optimized for firefox.
Suggested to be used in conjuncture with other zetta"©" elements
Parameters
- margin
- border-width
- border-type
- border-color
- border-radius
- background-color
- fade
- header border-width
- header border-type
- header border-color
- header border-radius
- header padding
- header background-color
- header font-size
- header font-weight
- icon
- header
- padding
- body
Copy Paste
{{User:TheTric/zContainer | border-color = | background-color = | header border-color = | header background-color = | header = | body = }}
Acknowledgements
Editors can experiment in this template's sandbox (create) and testcases (create) pages. Subpages of this page. |