Template:Person: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
<div style=" | <div style=" | ||
border: | border-radius: 12px; | ||
background-color: # | background-color: #ffc0cb; /* main soft pink */ | ||
box-shadow: 4px 4px 12px rgba(199, 21, 133, 0.5); | |||
width: 260px; | |||
width: | |||
font-family: sans-serif; | font-family: sans-serif; | ||
overflow: hidden; | overflow: hidden; | ||
color: #000; | |||
"> | "> | ||
<!-- Name --> | <!-- Name --> | ||
<div style="background-color:# | <div style=" | ||
background-color:#f76f96; | |||
font-weight:bold; | |||
text-align:center; | |||
padding:10px 0; | |||
font-size:1.2em; | |||
color:#fff; | |||
text-shadow: 1px 1px 2px rgba(0,0,0,0.3); | |||
"> | |||
{{{Name|Unknown}}} | {{{Name|Unknown}}} | ||
</div> | </div> | ||
Line 20: | Line 28: | ||
<!-- Info Table --> | <!-- Info Table --> | ||
<table style="width:100%; border-collapse: collapse; | <table style="width:100%; border-collapse: collapse;"> | ||
<tr style="background-color:#ffd6e0;"> | |||
<tr><td style="font-weight:bold; color:# | <td style="font-weight:bold; color:#c71585;">Gender:</td><td>{{{Gender|Unknown}}}</td> | ||
<tr><td style="font-weight:bold; color:# | </tr> | ||
<tr><td style="font-weight:bold; color:# | <tr style="background-color:#ffc0cb;"> | ||
<tr><td style="font-weight:bold; color:# | <td style="font-weight:bold; color:#c71585;">Sexuality:</td><td>{{{Sexuality|Unknown}}}</td> | ||
</tr> | |||
<tr style="background-color:#ffd6e0;"> | |||
<td style="font-weight:bold; color:#c71585;">Height:</td><td>{{{Height|Unknown}}}</td> | |||
</tr> | |||
<tr style="background-color:#ffc0cb;"> | |||
<td style="font-weight:bold; color:#c71585;">Aliases:</td><td>{{{Aliases|None}}}</td> | |||
</tr> | |||
<tr style="background-color:#ffd6e0;"> | |||
<td style="font-weight:bold; color:#c71585;">Hobbies:</td><td>{{{Hobbies|None}}}</td> | |||
</tr> | |||
</table> | </table> | ||
</div> | </div> |