Cassandra: Difference between revisions

From LiberationMUSH Wiki
No edit summary
(re-do of the page using wiki code bastardized from the player of Elizabeth. thank you, player of Elizabeth!)
Line 1: Line 1:
{| width="100%"
{{#css:
| colspan="2" | <center>
 
.container {
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
display: flex;
justify-content: center;
height: auto;
margin: auto;
display: flex;
flex-direction: column;
background-color: black;
color: gainsboro;
}
 
.bg-light {
background-color: gainsboro;
color: black;
border-color: black;
}
 
.bg-dark {
background-color: black;
color: gainsboro;
border-color: gainsboro;
}
 
.top-section {
display: flex;
}
 
.right-panel {
width: 60%;
height: auto;
background-color: gainsboro;
border: 11px;
border-style: solid;
border-color: gainsboro;
font-size: 0.9em;
color: black;
border-bottom-style: hidden;
}
 
.left-panel {
width: 70%;
display: flex;
flex-direction: column;
justify-content: center;
}
 
.center {
text-align: center;
}
 
.underline {
border-bottom-style: solid;
border-bottom-width: 0.1em;
padding-bottom: 0.5em;
}
 
.label {
margin: 0.2em 0;
font-size: 1.4em;
font-weight: 600;
font-style: italic;
}
 
.icon {
display: flex;
justify-content: center;
padding: 1em 0 1.5em 0;
}
 
.icon a {
display: flex;
justify-content: center;
}
 
.icon img {
width: 50%;
}
 
.photo-banner {
width: 100%;
height: auto;
}
 
.photo-banner img {
width: 100%;
height: 100%;
}
 
.mid-banner {
margin: -1em 0;
}
 
.header-container {
width: 100%;
display: flex;
justify-content: center;
padding: 2em 0;
}
 
.header-title {
width: 94%;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
font-size: 40px;
letter-spacing: 4px;
word-spacing: 2px;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}
 
.portrait-image {
height: 100%;
margin-bottom: 1em;
}
 
.portrait-image img {
height: 100%;
}
 
.info-table {
margin: auto;
width: 90%;
padding: 0 1em;
}
 
.info-table-label {
font-weight: 600;
width: 50%;
text-align: right;
margin: 0 0 1em 1em;
}
 
.biography-container {
width: 94%;
padding: 1em 3%;
}
 
.hooks-container, .contacts-container, .gallery-container, .logs-container {
width: 94%;
padding: 1em 3%;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
font-size: 1.0em;
font-weight: 1.1em
display: flex;
flex-direction: column;
}
 
.hooks-content {
width: 100%;
display: flex;
}
 
.hooks-content td img {
width: 33%;
}
 
.hooks-table {
width: 100%;
}
 
.hook-table-label {
width: 30%;
font-weight: 600;
padding-left: 0.5em;
}
 
.hook-table-label a {
color: black;
}
 
.hook-table-label a:visited {
color: black;
}
 
.anim-gif {
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
}
 
.anim-gif img {
width: 100%;
height: auto;
}
 
.gallery-content ul {
display: flex;
flex-wrap: wrap;
list-style-type: none;
justify-content: center;
}
 
.gallery-content img {
height: 240px;
max-width: 100%;
}
 
.logs-content {
display: flex;
justify-content: center;
}
}}
 
<div class="hooks-container bg-dark">
{| style="margin: auto; text-align:left;"
{| style="margin: auto; text-align:left;"
|
|
<i>When I look over my shoulder<br>
<i><b>When I look over my shoulder<br>
What do you think I see?</i><br>
What do you think I see?</i></b><br>
– Donovan
– Donovan, "Season of the Witch"
|}
|}</center>
</div>
 
<div class="gallery-container bg-light">
<div class="photo-banner">[[File:Cassandra4.jpg]]</div>
<div class="header-title center bold">CASSANDRA CLOVER</div>
</div>
 
<div class="hooks-container bg-dark">
<table class="info-table">
<tr>
<td class="info-table-label">Full Name:</td>
<td>Cassandra Quinn Clover</td>
</tr>
<tr>
<td class="info-table-label">Concept:</td>
<td>Sunshine-Noir P.I.</td>
</tr>
<tr>
<td class="info-table-label">Nature:</td>
<td>? ? ?</td>
</tr>
<tr>
<td class="info-table-label">Demeanor:</td>
<td>Loner</td>
</tr>
</table>
<hr style="width: 90%" />
<table class="info-table">
<tr>
<td class="info-table-label">Date of Birth:</td>
<td>June 18, 1990</td>
</tr>
<tr>
<td class="info-table-label">Apparent Age:</td>
<td>30</td>
</tr>
<tr>
<td class="info-table-label">Place of Birth:</td>
<td>Welch, West Virginia, USA</td>
</tr>
<tr>
<td class="info-table-label">Height:</td>
<td>5'5"</td>
</tr>
<tr>
<td class="info-table-label">Build:</td>
<td>Svelte</td>
</tr>
<tr>
<td class="info-table-label">Hair:</td>
<td>Dirty blonde (lightened)</td>
</tr>
  <tr>
<td class="info-table-label">Eyes:</td>
<td>Blue</td>
</tr>
</table>
<hr style="width: 90%" />
<table class="info-table">
  <tr>
<td class="info-table-label">Core Competencies:</td>
<td>
* Gun
* Car
</td>
</tr>
  <tr>
<td class="info-table-label">Football Teams:</td>
<td>
* Pittsburgh Steelers
* West Virginia Mountaineers
</td>
</tr>
</table>
</div>
</div>
 
<div class="hooks-container bg-light">
<div class="biography-container">
<div class="label center underline">Biography</div>
<center>
<p><b>Cassandra Quinn Clover</b> comes from some tiny town you've never heard of out in West Virginia. She doesn't really talk about what brought her from there to California, other than that she needed "a change of scene." Since moving to L.A. in her mid-twenties, she's embraced big-city, coastal-elite living, even if nobody in California can cook real biscuits if their lives depended on it.<br>
<br>
She's also embraced a career as a private investigator. Cassandra Clover, P.I. – missing persons a specialty. Not that she gets many big-ticket missing persons cases. Usually it's just photographing husbands cheating on their wives or filming evidence of insurance fraud. Cassandra certainly doesn't do this job for the glitz and the glamour of it. She's always hanging in there by the skin of her teeth, and just barely at that. She'll take jobs she knows are shitty or shady because she's just not in an economic position to turn down work. </p>
</center>
</div>
</div>
<div class="hooks-container bg-dark">
<div class="biography-container">
<div class="label center underline">Clover Investigations</div>
<center>
<p><i>Office located in Studio City, California</i><br>
<br>
Do you need the services of a <b>fully licensed private investigator</b>? Do you value <b>discretion, competency, and efficiency</b>? Look no further.<br>
<br>
<b>Deposit required</b> before initial consultation/intake interview. If you elect not to proceed with the investigation, your deposit is returned. If you elect to proceed, the deposit is added to your initial retainer.<br>
<br>
All investigations are bound by a <b>Service Agreement with a results clause</b>. Clover Investigations can only guarantee the quality of the investigation performed, not what specific results may be found.<br>
<br>
Interested? <b>@mail Cassandra in-game</b> (alias: Cass) to set up your appointment!</p>
</center>
</center>
|-
</div>
| width="100%" |
</div>
{| width="100%"
! style="color:white; background-color:darkblue;" |Biography
<div class="gallery-container bg-light">
|-
<div class="label center underline">Gallery</div>
|
<div class="gallery-content">
'''Cassandra Quinn Clover''' comes from some tiny town you've never heard of out in West Virginia. She doesn't really talk about what brought her from there to California, other than that she needed "a change of scene." Since moving to L.A. in her mid-twenties, she's embraced big-city, coastal-elite living, even if nobody in California can cook ''real'' biscuits if their lives depended on it.
 
She's also embraced a career as a private investigator. Cassandra Clover, P.I. – missing persons a specialty. Not that she gets many big-ticket missing persons cases. Usually it's just photographing husbands cheating on their wives or filming evidence of insurance fraud. Cassandra certainly doesn't do this job for the glitz and the glamour of it. She's always hanging in there by the skin of her teeth, and just barely at that. She'll take jobs she knows are shitty or shady because she's just not in an economic position to turn down work.
|-
! style="color:white; background-color:darkblue;" | Need a Private Investigator?
|-
|<center><b>CLOVER INVESTIGATIONS</b><br>
<i>Office located in Studio City</i></center>
* Do you need the services of a fully licensed private investigator? Do you value discretion, competency, and efficiency? Look no further.
* Deposit required before initial consultation/intake interview. If you elect not to proceed with the investigation, your deposit is returned. If you elect to proceed, the deposit is added to your initial retainer.
* All investigations are bound by a Service Agreement with a results clause. Clover Investigations can only guarantee the quality of the investigation performed, not what specific results may be found.
* Interested? '''@mail Cassandra in-game (alias: Cass)''' to set up your appointment!
|-
! style="color:white; background-color:darkblue;" | Images
|-
| style="text-align:center;" |
<center>
<center>
{|  
{|  
| colspan="3" | <center>[[Image:Cassandra4.jpg|x150px]]</center>
| [[Image:Cassandra.jpg|x150px]]
|-
| [[Image:Cassandra3.jpg|x150px]]
| [[Image:Cassandra3.jpg|x150px]]
| [[Image:Cassandra2.jpg|x150px]]
| [[Image:Cassandra2.jpg|x150px]]
Line 39: Line 332:
|-
|-
|}</center>
|}</center>
|-
</div>
! style="color:white; background-color:darkblue;" | Soundtrack
</div>
|-
 
|
<div class="logs-container bg-dark">
*[https://www.youtube.com/watch?v=1IBdZ645S-o Gordon Lightfoot, "Sundown"]
<div class="label center underline">Logs</div>
*[https://www.youtube.com/watch?v=Z9XnpyymntM Roy Buchanan, "Sweet Dreams"]
<div class="logs-content">
*[https://www.youtube.com/watch?v=uh4t4TcwRyI John Phillips, "Holland Tunnel"]
{{#dpl:
|-
|linksto={{PAGENAME}}
|}
|category=Logs
|style="vertical-align: top;"|
|columns=3
{|
|noresultsheader=<i>No logs have been posted yet.</i>
! style="color:white; background-color:darkblue;" | Cassandra Clover
}}
|-
</div>
|
</div>
{| width="250px" class="infobox" style="background-color:gainsboro;"
</div>
| colspan="3" | [[Image:Cassandra.jpg|280px|center]]
|-
| class="left" | '''Concept:'''
| Sunshine-Noir P.I.
|-
| class="left" | '''Nature:'''
| ? ? ?
|-
| class="left" | '''Demeanor:'''
| Loner
|-
| class="left" | '''Date&nbsp;of&nbsp;Birth:'''
| June 18, 1990
|-
| class="left" | '''Apparent&nbsp;Age:'''
| 30
|-
| colspan="2" class="center" | <hr />
'''Core Competencies:'''<br>
Gun<br>
Car
<hr />
'''Football Teams:'''<br>
Pittsburgh Steelers<br>
West Virginia Mountaineers
|-
|}
|-
|}


[[Category:Characters]]
[[Category:Characters]]
[[Category:Mortals]]

Revision as of 13:26, 13 December 2021


When I look over my shoulder
What do you think I see?

– Donovan, "Season of the Witch"

Full Name: Cassandra Quinn Clover
Concept: Sunshine-Noir P.I.
Nature: ? ? ?
Demeanor: Loner

Date of Birth: June 18, 1990
Apparent Age: 30
Place of Birth: Welch, West Virginia, USA
Height: 5'5"
Build: Svelte
Hair: Dirty blonde (lightened)
Eyes: Blue

Core Competencies:
  • Gun
  • Car
Football Teams:
  • Pittsburgh Steelers
  • West Virginia Mountaineers
Biography

Cassandra Quinn Clover comes from some tiny town you've never heard of out in West Virginia. She doesn't really talk about what brought her from there to California, other than that she needed "a change of scene." Since moving to L.A. in her mid-twenties, she's embraced big-city, coastal-elite living, even if nobody in California can cook real biscuits if their lives depended on it.

She's also embraced a career as a private investigator. Cassandra Clover, P.I. – missing persons a specialty. Not that she gets many big-ticket missing persons cases. Usually it's just photographing husbands cheating on their wives or filming evidence of insurance fraud. Cassandra certainly doesn't do this job for the glitz and the glamour of it. She's always hanging in there by the skin of her teeth, and just barely at that. She'll take jobs she knows are shitty or shady because she's just not in an economic position to turn down work.

Clover Investigations

Office located in Studio City, California

Do you need the services of a fully licensed private investigator? Do you value discretion, competency, and efficiency? Look no further.

Deposit required before initial consultation/intake interview. If you elect not to proceed with the investigation, your deposit is returned. If you elect to proceed, the deposit is added to your initial retainer.

All investigations are bound by a Service Agreement with a results clause. Clover Investigations can only guarantee the quality of the investigation performed, not what specific results may be found.

Interested? @mail Cassandra in-game (alias: Cass) to set up your appointment!

Logs

No logs have been posted yet.