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