Difference between revisions of "User:TheTric/Zetta/Page/Header"

From SpiralKnights

< User:TheTric‎ | Zetta‎ | Page
Jump to: navigation, search
(Refinement)
("rounding" things out with a z and some "©")
Line 1: Line 1:
 
<div  
 
<div  
class="tricHeader"
+
class="zHeader"
 
style="
 
style="
border:2px {{{border-type|outset}}} rgba({{{border-color|125,125,125}}},1);
+
border:{{{border-width|3px}}} {{{border-type|outset}}} rgba({{{border-color|125,125,125}}},1);
background-color: rgba({{{header-color|125,125,125}}},1);
+
border-radius: {{{border-radius|15px}}};
padding:10px;
+
-moz-border-radius: {{{border-radius|15px}}};
"><center><big><b>{{{header|Header}}}</b></big><br/>
+
-webkit-border-radius: {{{border-radius|15px}}};
<small>(Note: Please do not edit this page.)</small></center>
+
-khtml-border-radius: {{{border-radius|15px}}};
 +
-icab-border-radius: {{{border-radius|15px}}};
 +
-o-border-radius: {{{border-radius|15px}}};
 +
padding:{{{padding|10px}}};
 +
background-color: rgba({{{background-color|125,125,125}}},1);
 +
Font-size: {{{font-size|2em}}};
 +
Font-weight: {{{font-weight|bold}}};
 +
"><center>{{{header|Header}}}<br/>
 +
<span style="Font-size:.4em; Font-weight:normal;">(Note: Please do not edit this page.)</span></center>
 
</div>
 
</div>
 
<noinclude>
 
<noinclude>
Line 13: Line 21:
 
| content =
 
| content =
 
=== Usage ===
 
=== Usage ===
This template was made in conjuncture with the other elements created by [[User:TheTric|TheTric]]
+
<ul>
 
+
optimized for firefox.
 +
Suggested to be used in conjuncture with other zetta"©" elements
 +
</ul>
 
=== Parameters ===
 
=== Parameters ===
border-type - standard css values; default: outset<br>
+
<ul>
border-color - rgb; default: 125,125,125<br>
+
<li>border-width</li>
header-color - rgb; default: 125,125,125<br>
+
<li>border-type</li>
header - text/code/etc.; default: n/a<br>
+
<li>border-color</li>
+
<li>border-radius</li>
 +
<li>padding</li>
 +
<li>background-color</li>
 +
<li>font-size</li>
 +
<li>font-weight</li>
 +
<li>header</li>
 +
</ul>
 
=== Copy Paste ===
 
=== Copy Paste ===
 +
<ul>
 
<pre>
 
<pre>
{{User:TheTric/Header
+
{{User:TheTric/zHeader
 +
| border-width =
 
| border-type =
 
| border-type =
 
| border-color =
 
| border-color =
| header-color =
+
| border-radius =
 +
| padding =
 +
| background-color =
 +
| font-size =
 +
| font-weight =
 
| header =
 
| header =
 
}}
 
}}
 
</pre>
 
</pre>
 +
</ul>
 
=== Acknowledgements ===
 
=== Acknowledgements ===
 +
<ul>
 
{{User:TheTric/credit}}
 
{{User:TheTric/credit}}
 +
</ul>
 
}}
 
}}
 
</noinclude>
 
</noinclude>

Revision as of 21:58, 27 October 2011

Header
(Note: Please do not edit this page.)


Documentation

Usage

    optimized for firefox. Suggested to be used in conjuncture with other zetta"©" elements

Parameters

  • border-width
  • border-type
  • border-color
  • border-radius
  • padding
  • background-color
  • font-size
  • font-weight
  • header

Copy Paste

    {{User:TheTric/zHeader
    | border-width =
    | border-type =
    | border-color =
    | border-radius =
    | padding =
    | background-color =
    | font-size =
    | font-weight =
    | header =
    }}
    

Acknowledgements

Personal tools