Mal: Difference between revisions
From LiberationMUSH Wiki
m (→Gallery) |
No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{#css: | |||
img { | |||
margin-bottom: -5px; | |||
} | |||
table { | |||
padding: 0 1.2em; | |||
} | |||
tr { | |||
margin: 0.2rem 0; | |||
} | |||
td { | |||
width: 50%; | |||
} | |||
.hooks-table td, | |||
.contacts-table td { | |||
width: auto; | |||
} | |||
.hooks-table td:nth-child(1) { | |||
width: 25%; | |||
} | |||
.contacts-table td:nth-child(1) { | |||
width: 35%; | |||
} | |||
table tr td:nth-child(1) { | |||
font-weight: 600; | |||
} | |||
h2.label { | |||
margin-bottom: 0.5rem; | |||
} | |||
.color-main { | |||
color: #7D7E83; | |||
} | |||
.color-shade-light, | |||
.color-shade-light td { | |||
color: #f4f1ef; | |||
} | |||
.contacts-table a { | |||
color: #f4f1ef !important; | |||
} | |||
.color-bg-light { | |||
background-color: #baafaf; | |||
} | |||
.color-accent-light { | |||
color: #958d89; | |||
} | |||
.color-shade-dark { | |||
color: #1d1b1f; | |||
} | |||
.color-bg-dark { | |||
background-color: #660202; | |||
} | |||
.color-accent-dark { | |||
color: #797c7f; | |||
} | |||
.color-border-light { | |||
border-color: #f4f1ef; | |||
} | |||
.w-100 { | |||
width: 100%; | |||
} | |||
.m-auto { | |||
margin: auto; | |||
} | |||
.ph-1 { | |||
padding: 0 1rem; | |||
} | |||
.flex { | |||
display: flex; | |||
} | |||
.flex-col { | |||
flex-direction: column; | |||
} | |||
.justify-center { | |||
justify-content: center; | |||
} | |||
.text-center { | |||
text-align: center; | |||
} | |||
.show-mobile { | |||
display: none; | |||
} | |||
.heroImage img { | |||
width: 100%; | |||
height: auto; | |||
} | |||
#topImage { | |||
border-bottom-width: 0.5rem; | |||
border-color: #111; | |||
border-style: solid; | |||
} | |||
.container { | |||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; | |||
width: calc(100% - 2rem); | |||
border-width: 1rem; | |||
border-color: #111; | |||
border-style: solid; | |||
} | |||
.section { | |||
padding: 1rem; | |||
} | |||
.info-section { | |||
width: 30%; | |||
border-right-width: 0.5rem; | |||
border-top-width: 0; | |||
border-left-width: 0; | |||
border-color: #111; | |||
border-style: solid; | |||
padding-bottom: 1rem; | |||
} | |||
.info-section table { | |||
width: 100%; | |||
} | |||
.info-portrait img { | |||
margin-bottom: 1rem; | |||
} | |||
.bio-section { | |||
width: 70%; | |||
} | |||
#logs-section a { | |||
color: #31282a; | |||
} | |||
#logs-section ul { | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
#logs-section li { | |||
width: 50%; | |||
} | |||
.gallery-container { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | |||
.gallery-container img { | |||
max-width: 260px; | |||
height: auto; | |||
-webkit-transition: all 0.5s ease; | |||
-moz-transition: all 0.5s ease; | |||
-o-transition: all 0.5s ease; | |||
-ms-transition: all 0.5s ease; | |||
transition: all 0.5s ease; | |||
margin: 10px; | |||
-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75); | |||
webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75); | |||
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75); | |||
} | |||
.gallery-container img:hover { | |||
-webkit-transform: scale(1.3); | |||
-moz-transform: scale(1.3); | |||
-o-transform: scale(1.3); | |||
-ms-transform: scale(1.3); | |||
transform: scale(1.3); | |||
cursor: pointer; | |||
} | |||
@media only screen and (max-width: 480px) { | |||
.hide-mobile { | |||
display: none; | |||
} | |||
.show-mobile { | |||
display: block; | |||
} | |||
.section { | |||
padding: 1rem 0; | |||
} | |||
#top-section { | |||
flex-direction: column; | |||
} | |||
.info-section, | |||
.bio-section { | |||
width: 100%; | |||
} | |||
.info-section { | |||
border-width: 0; | |||
border-style: none; | |||
} | |||
.hooks-table td:nth-child(1) { | |||
width: 35%; | |||
} | |||
} | |||
}} | }} | ||
< | <div class="container color-bg-dark"> | ||
< | <div class="heroImage w-100 hide-mobile" id="topImage">[[File:Mal_Header.jpg]]</div> | ||
<div id="top-section" class="flex w-100"> | |||
<div class="info-section flex flex-col color-bg-light"> | |||
< | <div class="w-100 info-portrait">[[Image:Mal17.png|450px|link=]]</div> | ||
<table> | |||
<tr> | |||
<td>Full Name:</td> | |||
<td>Malachi Saleh</td> | |||
</tr> | |||
<tr> | |||
<td>Position:</td> | |||
<td>Artist</td> | |||
</tr> | |||
<tr> | |||
<td>Demeanor:</td> | |||
<td>Perfectionist</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<table> | |||
<tr> | |||
<td>Sphere:</td> | |||
<td>Vampire</td> | |||
</tr> | |||
<tr> | |||
<td>Sect:</td> | |||
<td>Anarch</td> | |||
</tr> | |||
<tr> | |||
<td>Clan:</td> | |||
<td>Gangrel</td> | |||
</tr> | |||
<tr> | |||
<td>Group:</td> | |||
<td>[[Westside Anarchs|Westside]]</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<table> | |||
<tr> | |||
<td>Height:</td> | |||
<td>5'7"</td> | |||
</tr> | |||
<tr> | |||
<td>Weight:</td> | |||
<td>155 lb.</td> | |||
</tr> | |||
<tr> | |||
<td>Hair:</td> | |||
<td>Brown</td> | |||
</tr> | |||
<tr> | |||
<td>Apparent Age:</td> | |||
<td>Early 20's</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<div class="w-100">[[File:Mal-Mandala.png]]</div> | |||
</div> | |||
<div class="section color-bg-light"> | |||
<h2 class="label color-shade-dark color-bg-light text-center"> | |||
Roleplay Hooks | |||
</h2> | |||
<table class="hooks-table"> | |||
<tr> | |||
<td>Ghoul</td> | |||
<td>He's been a ghoul for quite a while, decades in fact, and seems to enjoy it.</td> | |||
| | </tr> | ||
<tr> | |||
<td>Socialite</td> | |||
<td>Malachi is often found in clubs and bars in the Westside/Hollywood area.</td> | |||
</tr> | |||
<tr> | |||
<td>Artist</td> | |||
<td>Mostly sketches and drawings, he's been described as 'having good taste'.</td> | |||
</tr> | |||
<tr> | |||
<td>Libertas Collective</td> | |||
<td>Malachi is the proprietor and caretaker of the Libertas Collective, an artists collective and community center based out of a refurbished playhouse near UCLA.</td> | |||
</tr> | |||
<tr> | |||
<td>Anarch</td> | |||
<td>Since his arrival, Malachi has been a supporter of the Anarch movement. First in Westside, then in Hollywood, and now in Westside again.</td> | |||
</tr> | |||
<tr> | |||
<td>Gangrel?</td> | |||
<td>Apparently.</td> | |||
</tr> | |||
<tr> | |||
<td>Domitor</td> | |||
<td>[[Shawna|Shawna Weber]] is Mal's Domitor.</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<div class="w-100"><br><br><br><br><br><br><br><br><center>[[File:MalBlood2.png]]</center></div> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="heroImage w-100">[[Image:Mal18.png|450px|link=]]</div> | |||
<div class="section color-bg-light color-shade-dark" id="logs-section"> | |||
<h2 class="label text-center">Logs</h2> | |||
{{#dpl: | |||
|linksto={{PAGENAME}} | |||
|category=Logs | |||
|columns=3 | |||
|noresultsheader=<i>No logs have been posted yet.</i> | |||
}} | |||
</div> | |||
<div class="heroImage w-100">[[Image:Mal19.png|450px|link=]]</div> | |||
<div class="section color-bg-dark color-shade-light" id="gallery-section"> | |||
<h2 class="label text-center">Gallery</h2> | |||
<div class="gallery-container">[[File:Mal2.jpg|x200px|link=]][[File:Mal4.jpg|x200px|link=]][[File:Mal6.jpg|x200px|link=]][[File:Mal3.jpg|x200px|link=]][[File:Mal5.jpg|x200px|link=]][[File:Mal10.jpg|x200px|link=]][[File:Mal11.jpg|x200px|link=]][[File:Mal14.jpg|x200px|link=]][[File:Mal15.jpg|x200px|link=]][[File:Mal16.png|x200px|link=]]</div> | |||
</div> | |||
</div> | |||
[[Category:Characters]] | [[Category:Characters]] |
Latest revision as of 22:52, 19 December 2023

Full Name: | Malachi Saleh |
Position: | Artist |
Demeanor: | Perfectionist |
Sphere: | Vampire |
Sect: | Anarch |
Clan: | Gangrel |
Group: | Westside |
Height: | 5'7" |
Weight: | 155 lb. |
Hair: | Brown |
Apparent Age: | Early 20's |
Roleplay Hooks
Ghoul | He's been a ghoul for quite a while, decades in fact, and seems to enjoy it. |
Socialite | Malachi is often found in clubs and bars in the Westside/Hollywood area. |
Artist | Mostly sketches and drawings, he's been described as 'having good taste'. |
Libertas Collective | Malachi is the proprietor and caretaker of the Libertas Collective, an artists collective and community center based out of a refurbished playhouse near UCLA. |
Anarch | Since his arrival, Malachi has been a supporter of the Anarch movement. First in Westside, then in Hollywood, and now in Westside again. |
Gangrel? | Apparently. |
Domitor | Shawna Weber is Mal's Domitor. |

Logs

Gallery









