Diferencia entre revisiones de «Plantilla:Infobox usuario»
Apariencia
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 1: | Línea 1: | ||
<includeonly> | <includeonly> | ||
<div class="infobox"> | <div class="infobox" style="background-color: #1e1e1e; border: 1px solid #3c3c3c; color: #d1d1d1; padding: 5px; width: 280px; float: right; margin-left: 1em; font-family: sans-serif;"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | <div class="infobox-title" style="text-align: center; font-size: 1.2em; font-weight: bold; padding: 10px; color: #ffffff; background-color: #2d2d2d; border-bottom: 2px solid #ffcc00;">{{{title|{{PAGENAME}}}}}</div> | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<div class="infobox-image" style="text-align:center;"> | <div class="infobox-image" style="text-align:center; padding: 10px; background-color: #161616;"> | ||
[[File:{{{image}}}|{{{image_size|250px}}}]] | [[File:{{{image}}}|{{{image_size|250px}}}]] | ||
</div> | </div> | ||
}} | }} | ||
<table class="infobox-table" style="width:100%"> | <table class="infobox-table" style="width:100%; border-spacing: 2px;"> | ||
{{#if:{{{caption|}}}| | {{#if:{{{caption|}}}| | ||
<tr> | <tr> | ||
<td class="infobox-caption" colspan="2" style="text-align:center; font-size: | <td class="infobox-caption" colspan="2" style="text-align:center; font-size:0.9em; padding: 5px; color: #aaaaaa; font-style: italic;">{{{caption}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
<tr> | <tr> | ||
<th | <th colspan="2" style="text-align:center; background:#333333; color:#ffcc00; padding: 5px; border-top: 1px solid #444; text-transform: uppercase; font-size: 0.85em; letter-spacing: 1px;">Identidad</th> | ||
</tr> | </tr> | ||
{{#if:{{{tipo|}}}| | {{#if:{{{tipo|}}}| | ||
<tr> | <tr> | ||
<th style="text-align:left;">Tipo</th> | <th style="text-align:left; width:40%; padding: 4px; color: #888;">Tipo</th> | ||
<td>{{{tipo}}}</td> | <td style="padding: 4px;">{{{tipo}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Línea 30: | Línea 30: | ||
{{#if:{{{nicks|}}}| | {{#if:{{{nicks|}}}| | ||
<tr> | <tr> | ||
<th style="text-align:left;">Nicks alternativos</th> | <th style="text-align:left; padding: 4px; color: #888;">Nicks alternativos</th> | ||
<td>{{{nicks}}}</td> | <td style="padding: 4px;">{{{nicks}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Línea 37: | Línea 37: | ||
{{#if:{{{joined|}}}| | {{#if:{{{joined|}}}| | ||
<tr> | <tr> | ||
<th style="text-align:left;">Se unió</th> | <th style="text-align:left; padding: 4px; color: #888;">Se unió</th> | ||
<td>{{{joined}}}</td> | <td style="padding: 4px;">{{{joined}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
<tr> | <tr> | ||
<th | <th colspan="2" style="text-align:center; background:#333333; color:#ffcc00; padding: 5px; border-top: 1px solid #444; text-transform: uppercase; font-size: 0.85em; letter-spacing: 1px;">Afiliaciones</th> | ||
</tr> | </tr> | ||
{{#if:{{{clanes|}}}| | {{#if:{{{clanes|}}}| | ||
<tr> | <tr> | ||
<th style="text-align:left;">Clanes</th> | <th style="text-align:left; padding: 4px; color: #888;">Clanes</th> | ||
<td>{{{clanes}}}</td> | <td style="padding: 4px;">{{{clanes}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Línea 55: | Línea 55: | ||
{{#if:{{{amigos|}}}| | {{#if:{{{amigos|}}}| | ||
<tr> | <tr> | ||
<th style="text-align:left;">Amigos</th> | <th style="text-align:left; padding: 4px; color: #888;">Amigos</th> | ||
<td>{{{amigos}}}</td> | <td style="padding: 4px;">{{{amigos}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
<tr> | <tr> | ||
<th | <th colspan="2" style="text-align:center; background:#333333; color:#ffcc00; padding: 5px; border-top: 1px solid #444; text-transform: uppercase; font-size: 0.85em; letter-spacing: 1px;">Proyectos</th> | ||
</tr> | </tr> | ||
{{#if:{{{proyectos|}}}| | {{#if:{{{proyectos|}}}| | ||
<tr> | <tr> | ||
<td colspan="2" style="padding: | <td colspan="2" style="padding: 8px; background-color: #252525; line-height: 1.4em;">{{{proyectos}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Línea 72: | Línea 72: | ||
{{#if:{{{history|}}}| | {{#if:{{{history|}}}| | ||
<tr> | <tr> | ||
<th | <th colspan="2" style="text-align:center; background:#333333; color:#ffcc00; padding: 5px; border-top: 1px solid #444; text-transform: uppercase; font-size: 0.85em;">Historial</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan="2" style=" | <td colspan="2" style="padding: 8px; font-size: 0.95em; line-height: 1.4em; background-color: #252525;">{{{history}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||