Medina: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | __NOTOC__ | ||
{{#css: | |||
#page-container { | |||
display: flex; | |||
gap: 1rem; | |||
padding: 1rem; | |||
background-color: #140500; | |||
border-radius: 0; | |||
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); | |||
} | |||
#bio-column, #factfile-column { | |||
color: #ECA87E; | |||
font-weight: 300; | |||
text-shadow: 1px 1px 2px #DE7A40; | |||
flex: 2; | |||
background-color: #281000; | |||
padding: 1rem; | |||
border-radius: 0; | |||
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); | |||
} | |||
#bio-column li { | |||
margin-bottom: 0.5rem | |||
} | |||
#bio-column p { | |||
color: #E0E0E0; | |||
font-weight: 300; | |||
text-shadow: 1px 1px 2px #435848; | |||
} | |||
#factfile-column { | |||
flex: 1; | |||
} | |||
.factfile-table { | |||
width: 100%; | |||
color: #E0E0E0; | |||
font-weight: 300; | |||
text-shadow: 1px 1px 2px #435848; | |||
border-collapse: collapse; | |||
} | |||
.factfile-table td strong { | |||
font-weight: 700; | |||
} | |||
.factfile-table td { | |||
padding: 0px; | |||
} | |||
.section-header { | |||
color: #D9C28A; | |||
font-family: "Metal Mania", system-ui; | |||
font-weight: 400; | |||
text-shadow: 1px 1px 2px #435848; | |||
font-style: normal; | |||
border-bottom: 2px solid #D9C28A; | |||
padding-bottom: 5px; | |||
margin-top: 5px; | |||
font-size: 1.25rem; | |||
} | |||
.quote-box { | |||
text-align: center; | |||
color: #6B8A73; | |||
font-style: italic; | |||
padding: 10px; | |||
margin-top: 20px; | |||
border-top: 1px solid #6B8A73; | |||
} | |||
img { | |||
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6); | |||
} | |||
}} | }} | ||
<!-- Page Container --> | |||
<div id="page-container"> | |||
<!-- Biography Column --> | |||
<div id="bio-column"> | |||
<div class="section-header">Biography</div> | |||
<div class="section-header">RP Hooks</div> | |||
<ul> | |||
</ul> | |||
</div> | |||
<!-- Factfile Column --> | |||
<div id="factfile-column"> | |||
<div class="section-header">Jeffrey Medina</div><br> | |||
<!-- Side Image --> | |||
[[File:jeffmedina.jpg|300px|center|alt=Medina]]<br> | |||
<table class="factfile-table"> | |||
<tr><td><strong>On Paper:</strong></td><td>Jeffrey Davis</td></tr> | |||
<tr><td><strong>On the Street:</strong></td><td>Jeff Medina, Javier Medina</td></tr> | |||
<tr><td><strong>Apparent Age:</strong></td><td>A thirty year old who looks like a forty year old who looks good for his age</td></tr> | |||
<tr><td><strong>Height:</strong></td><td>5'9"</td></tr> | |||
</table><br> | |||
</div> | |||
</div> | |||
[[Category:Characters]] | [[Category:Characters]] | ||
[[Category:Active PC]] | [[Category:Active PC]] |