Template:Basic Infobox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="infobox" style="width: 22em; border: 1px solid #a2a9b1; background-color: #f8f9fa; float: right; margin: 0 0 1em 1em; border-collapse: collapse; color: black; line-height: 1.5em;"> | <table class="infobox" style="width: 22em; border: 1px solid #a2a9b1 !important; background-color: #f8f9fa !important; float: right; margin: 0 0 1em 1em; border-collapse: collapse; color: black !important; line-height: 1.5em;"> | ||
<tr> | <tr style="background: transparent !important;"> | ||
<th colspan="2" style="font-size: 125%; font-weight: bold; padding: 0. | <th colspan="2" style="font-size: 125%; font-weight: bold; padding: 0.6em; text-align: center; background-color: #cedff2 !important; border: none !important; border-bottom: 1px solid #aaa !important;"> | ||
{{{name|{{PAGENAME}}}}} | {{{name|{{PAGENAME}}}}} | ||
</th> | </th> | ||
| Line 9: | Line 9: | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<tr> | <tr style="background: transparent !important;"> | ||
<td colspan="2" style="text-align:center; padding: 0.8em 0; border: none;"> | <td colspan="2" style="text-align:center; padding: 0.8em 0; border: none !important;"> | ||
[[File:{{{image}}}|250px]] | [[File:{{{image}}}|250px]] | ||
{{#if:{{{caption|}}}| <br/><small>{{{caption}}}</small> }} | {{#if:{{{caption|}}}| <br/><small style="color: #333;">{{{caption}}}</small> }} | ||
</td> | </td> | ||
</tr> | </tr> | ||
<tr><td colspan="2" style="border: none; border-top: 1px solid #aaa; height: 0;"></td></tr> | <tr style="background: transparent !important;"><td colspan="2" style="border: none !important; border-top: 1px solid #aaa !important; height: 0; padding: 0;"></td></tr> | ||
}} | }} | ||
{{#if:{{{occupation|}}}| | {{#if:{{{occupation|}}}| | ||
<tr> | <tr style="background: transparent !important;"> | ||
<th scope="row" style="text-align: left; padding: | <th scope="row" style="text-align: left; padding: 8px 12px; width: 40%; border: none !important; background: transparent !important; font-size: 90%;">Occupation</th> | ||
<td style="padding: | <td style="padding: 8px 12px; border: none !important; background: transparent !important; font-size: 90%;">{{{occupation}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{location|}}}| | {{#if:{{{location|}}}| | ||
<tr> | <tr style="background: transparent !important;"> | ||
<th scope="row" style="text-align: left; padding: | <th scope="row" style="text-align: left; padding: 8px 12px; border: none !important; background: transparent !important; font-size: 90%;">Location</th> | ||
<td style="padding: | <td style="padding: 8px 12px; border: none !important; background: transparent !important; font-size: 90%;">{{{location}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{footnotes|}}}| | {{#if:{{{footnotes|}}}| | ||
<tr><td colspan="2" style="border: none; border-top: 1px solid #aaa; height: 0;"></td></tr> | <tr style="background: transparent !important;"><td colspan="2" style="border: none !important; border-top: 1px solid #aaa !important; height: 0; padding: 0;"></td></tr> | ||
<tr> | <tr style="background: transparent !important;"> | ||
<td colspan="2" style="font-size: 85%; text-align: center; padding: | <td colspan="2" style="font-size: 85%; text-align: center; padding: 10px; border: none !important; background: transparent !important; color: #555;"> | ||
{{{footnotes}}} | {{{footnotes}}} | ||
</td> | </td> | ||