|
|
Line 1: |
Line 1: |
| | |
| | __NOTOC__ |
| {{#css: | | {{#css: |
| | | #mainDiv img { |
| .container {
| | float: left; |
| 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;
| |
| } | | } |
| | | .mainDiv{ |
| .icon img {
| | background-color: black; |
| width: 50%;
| | #width: 900px; |
| }
| | border: 5px solid #ff0095; |
| | | padding: auto; |
| .photo-banner {
| | margin: auto; |
| width: 100%;
| | color: #ff0095; |
| height: auto;
| | font-family: "times new roman", times, serif; |
| }
| | font-color: #ff0095; |
| | | font-size: 2em; |
| .photo-banner img {
| | font-style: bold; |
| width: 100%;
| | text-align: center; |
| 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="mainDiv"> |
| | [[File:Casscard.png|center|700px]] |
|
| |
|
| <div class="hooks-container bg-dark">
| | [[File:Casskodak.png|center|700px]] |
|
| |
| {| style="margin: auto; text-align:left;"
| |
| |
| |
| <i><b>When I look over my shoulder<br>
| |
| What do you think I see?</i></b><br>
| |
| – 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> |
|
| |
|
| <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>[[Image:CassandraOffice.jpg]]
| |
| <p><i>Office located on scenic Ventura Blvd. 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>
| |
| </div>
| |
| </div>
| |
|
| |
| <div class="gallery-container bg-light">
| |
| <div class="label center underline">Gallery</div>
| |
| <div class="gallery-content">
| |
| <center>
| |
| {|
| |
| | [[Image:Cassandra.jpg|x150px]]
| |
| | [[Image:Cassandra3.jpg|x150px]]
| |
| | [[Image:Cassandra2.jpg|x150px]]
| |
| | [[Image:Cassandra5.jpg|x150px]]
| |
| |-
| |
| |}</center>
| |
| </div>
| |
| </div>
| |
|
| |
| <div class="logs-container bg-dark">
| |
| <div class="label center underline">Logs</div>
| |
| <div class="logs-content">
| |
| {{#dpl:
| |
| |linksto={{PAGENAME}}
| |
| |category=Logs
| |
| |columns=3
| |
| |noresultsheader=<i>No logs have been posted yet.</i>
| |
| }}
| |
| </div>
| |
| </div>
| |
| </div>
| |
|
| |
|
| [[Category:Characters]] | | [[Category:Characters]] |
| [[Category:Mortals]]
| |