Difference between revisions of "Template:Tab-3col"

From RPC Library
Jump to navigation Jump to search
m
m
 
Line 2: Line 2:
 
<tr>
 
<tr>
 
<td style="vertical-align: top; width:33%;">
 
<td style="vertical-align: top; width:33%;">
<div style="padding:5px 10px;background: #{{{bg|ccc}}};font-size:13px;color:#{{{textcol|000}}};">{{{head1}}}</div>
+
<div style="padding:2px 5px;background: #{{{bg|ccc}}};font-size:13px;color:#{{{textcol|000}}};">{{{head1}}}</div>
 
{{{text1}}}
 
{{{text1}}}
 
<td style="vertical-align: top; width:33%;">
 
<td style="vertical-align: top; width:33%;">
<div style="padding:5px 10px;background: #{{{bg|ccc}}};font-size:13px;color:#{{{textcol|000}}};">{{{head2}}}</div>
+
<div style="padding:2px 5px;background: #{{{bg|ccc}}};font-size:13px;color:#{{{textcol|000}}};">{{{head2}}}</div>
 
{{{text2}}}
 
{{{text2}}}
 
<td style="vertical-align: top; width:33%;">
 
<td style="vertical-align: top; width:33%;">
<div style="padding:5px 10px;background: #{{{bg|ccc}}};font-size:13px;color:#{{{textcol|000}}};">{{{head3}}}</div>
+
<div style="padding:2px 5px;background: #{{{bg|ccc}}};font-size:13px;color:#{{{textcol|000}}};">{{{head3}}}</div>
 
{{{text3}}}
 
{{{text3}}}
 
</tr></table>
 
</tr></table>

Latest revision as of 11:04, 10 November 2018

{{{head1}}}

{{{text1}}}

{{{head2}}}

{{{text2}}}

{{{head3}}}

{{{text3}}}


{{Tab-3col
| bg = Default ccc
| textcol = Default 000
| head1 = column header
| text1 = Your text
| head2 = column header
| text2 = Your text
| head3 = column header
| text3 = Your text
}}