Difference between revisions of "Template:Color box"

From EVE University Wiki
Jump to: navigation, search
(Created page with '<div style="margin:0;background-color:{{{color|#000}}};border:1px solid {{{border|#888}}};border-left-width:5px;font-style:italic;text-align:left;padding:1em 1em 1em 1em; overflo...')
 
Line 13: Line 13:
 
{{Color box|color=#c0f|border=#a0f|text=#000|Too light}}
 
{{Color box|color=#c0f|border=#a0f|text=#000|Too light}}
  
[[Category:Templates|{{PAGENAME}}]]</noinclude>
+
[[Category:Template|{{PAGENAME}}]]</noinclude>

Revision as of 09:33, 16 August 2009

{{{1}}}

Example

The 'color' parameter is the background color. The 'border' parameter is the border color. The background color should be a darker shade of the border color. If the background color is not dark, the white text may be difficult to read. In that case, use a black text by setting the 'text' parameter. The first unnamed parameter is the text to appear in the box.

{{Color box|color=#144f1d|border=#2f8f2f|I made a colorful box!}}

I made a colorful box!

{{Color box|color=#205|border=#60b|And this one is purple.}}

And this one is purple.

{{Color box|color=#c0f|border=#a0f|text=#000|Too light}}

Too light