Difference between revisions of "Template:Mbox"

From James Dooley's Wiki
Jump to: navigation, search
Line 1: Line 1:
<div class="mbox_default {{#if: {{{type|}}} | mbox_{{{type}}} |}}" style="{{{style|}}}">
+
<div style="padding: 0 0 0 25px; border: ridge 5px; {{#switch: {{{type|}}}  
 +
| warning = border-color: red;
 +
| caution = border-color: yellow;
 +
| info = border-color: blue;
 +
| centos = border-color: gold;
 +
| ubuntu = border-color: #DD4814;
 +
}} {{{style|}}}">
 
<table style="position: relative; left: -20px;">
 
<table style="position: relative; left: -20px;">
 
<tr><td style="width: 60px; height: 60px;">
 
<tr><td style="width: 60px; height: 60px;">

Revision as of 13:58, 16 February 2013

Info icon.png