Corey: Difference between revisions

From LiberationMUSH Wiki
No edit summary
No edit summary
Line 1: Line 1:
__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: 25%;
      }
 
      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;
      }


{{BasicCharacterPage
      .contacts-table {
| pagename=Corey
        width: 100%;
| titlefg=white
      }
| titlebg=gray
| fullname=Corey Marie Fischer
| profileimage=[[File:Corey1.jpg]]
| quote=[[File:Corey2.jpg]]
| biography=Corey Marie Fischer's exact birth place is, at least to most international government agencies, unknown.  Several different birth certificates in Eastern Europe hold matching footprints to her own, but the first official record of her current name is the certificate of adoption filed in a small town in Northern Minnesota.  According to her adoptive parents, little Corey just showed up one snowy afternoon on their front porch.  She was swaddled tightly in a pink blanket, and had a stuffed Siberian husky to keep her warm.


Her childhood was, for all intents and purposes, fairly normal. It wasn't until Corey began to speak that things started seeming a little... different. For starters, she was always exceptionally tall for her age. This translated to a marked advantage in most school athletics, including basketball, volleyball, soccer, and track and field. It may have normally also resulted in the young girl being bullied and, in some cases, it did. Corey Fischer did have one distinct advantage in that regard, however. Even when she was a baby, she was always a pretty child.
      .contacts-table a {
        color: #f4f1ef !important;
      }
 
      .color-bg-light {
        background-color: #f4f1ef;
      }
 
      .color-accent-light {
        color: #958d89;
      }
 
      .color-shade-dark {
        color: #1d1b1f;
      }
 
      .color-bg-dark {
        background-color: #1d1b1f;
      }
 
      .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: 1rem;
        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;
      }


In later years, it became evident that Corey's aptitude for athletics wasn't just owing to some premature childhood growth spurt. She was fast. Sharp.  Ruthless.  Though she had a bit of a temper her coaches were able to give her some vital coping mechanisms to keep her head level in critical situations.  And, with enough time and enough practice, Corey became adept at it.  She learned to use that anger and competitiveness as fuel, instead of feeling its fire burn against her.
      .bio-section {
        width: 70%;
      }


She was offered a full ride to the University of California Los Angeles her junior year in high school and, while she chose to finish out her academics in the small town she grew up in, everyone in it seemed to know that Corey Fischer was always going to leave.
      #logs-section a {
        color: #31282a;
      }


      #logs-section ul {
        display: flex;
        flex-wrap: wrap;
      }


| rphooks=
      #logs-section li {
College Student:  
        width: 50%;
Corey is a student at UCLA and, while her extracurricular activities certainly occupy a great deal of her time, she still finds some hours in the week to dedicate to academics. She's particularly fond of ancient world history, psychology, and biology. If you're a student, teacher, or fellow athlete at UCLA, let's hang out!
      }
 
      .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%;
        }
      }


Kind Heart:
}}
Corey Fischer is an exceedingly kind soul.  She seldom angers, has an open mind, and feels a strong sense of duty to help those less fortunate than her.
 
<div class="container color-bg-dark">
      <div class="heroImage w-100 hide-mobile" id="topImage">[[File:Corey.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">[[File:Corey_Splash_Art.jpg]]</div>
          <table>
            <tr>
              <td>Full Name:</td>
              <td>Corey Fischer</td>
            </tr>
            <tr>
              <td>Position:</td>
              <td>Fostern</td>
            </tr>
            <tr>
              <td>Demeanor:</td>
              <td>Competitor</td>
            </tr>
          </table>
          <hr class="color-accent-light" />
          <table>
            <tr>
              <td>Sphere:</td>
              <td>Garou Nation</td>
            </tr>
            <tr>
              <td>Tribe</td>
              <td>The Children of Gaia</td>
            </tr>
            <tr>
              <td>Pack:</td>
              <td>[Concrete Flowers]</td>
            </tr>
            <tr>
              <td>Auspice</td>
              <td>Philodox</td>
            </tr>
          </table>
          <hr class="color-accent-light" />
          <table>
            <tr>
              <td>Height:</td>
              <td>5'10"</td>
            </tr>
            <tr>
              <td>Weight:</td>
              <td>Athletic</td>
            </tr>
            <tr>
              <td>Hair:</td>
              <td>Blonde</td>
            </tr>
            <tr>
              <td>Apparent Age:</td>
              <td>Early Twenties</td>
            </tr>
          </table>
          <hr class="color-accent-light" />
          <div class="w-100 info-portrait">[[File:Corey2.jpg]]</br></br></div>
 
       
        </div>
 
 
 
        <div class="bio-section flex flex-col section">
          <h2 class="label color-shade-light text-center">Biography</h2>
          <hr class="color-shade-light" />
          <div class="color-shade-light ph-1">
            <p>Corey's Story is going to go here, some day!</p>
 
            <P>It might even have two paragraphs!</p>
 
            <P>Or THREE!</p>
 
<p>To Hell itself, and back again. A light to cut through the darkness.</p>
            <p>[[File:Corey_Profile.jpg]]</p>
          </div>
        </div>
      </div>
 
      <div class="heroImage w-100">[[File:Corey4.jpg]]</div>
 
      <div class="section color-bg-dark color-shade-light">
        <h2 class="label text-center"> Packmates </h2>


<!-- | contacts= * Placeholder -->
        <table class="contacts-table">
| gallery=
          <tr>
<h2>Portraits</h2>
[[File:Corey3.jpg]]
[[File:Corey4.jpg]]
[[File:Corey5.jpg]]
<br>
<br>
</td>
          </tr>
          <tr>
            <td>[[Kaia|Kaia]]</td>
            <td>"Hawk-Chaser" / Cliath / Galliard ~~ "My first friend. I won't let you down."</td>
          </tr>
        </table>
            <td>[[Granuaile|Granuaile]]</td>
            <td>"Friend-to-Most" / Cliath / Theurge ~~ "In a world so cruel, be kind. I will protect you."</td>
          </tr>
          <tr>
            <td>[[Kelli|Kelli]]</td>
            <td>"Deed-Name" / Cliath / Theurge ~~ "We've got so much to teach each other. I'll always listen to you."</td>
          </tr>
          <tr>
            <td>[[Felicity|Felicity]]</td>
            <td>"Deed-Name" / Fostern / Ragabash ~~ "You keep me in check. I'll always return the favor."</td>
          </tr>
          <tr>
            <td>[[Raul|Raul]]</td>
            <td>"Nose-Above-Water" / Cliath / Theurge ~~ "You can keep your secrets, but I'll never keep secrets from you."</td>
          </tr>
        </table>
<br>
<br>
[[File:Corey6.jpg]]
      </div>
[[File:Corey7.jpg]]
 
[[File:Corey8.jpg]]
      <div class="heroImage w-100" >[[File:Corey4.jpg]]</div>
| profile=
 
{{!}}
      <div class="section color-bg-light color-shade-dark" id="logs-section">
{{!}}-
        <h2 class="label text-center"> Logs </h2>      
{{!}} Nature
 
{{!}} Perfectionist
        {{#dpl:
{{!}}-
|linksto={{PAGENAME}}
{{!}} Demeanor
|category=Logs
{{!}} Competitor
|columns=3
{{!}}-
|noresultsheader=<i>No logs have been posted yet.</i>
{{!}} Occupation
{{!}} Student Athlete
{{!}}-
{{!}} Age
{{!}} 21
{{!}}-
{{!}} Height
{{!}} 5'10"
{{!}}-
{{!}} Eyes
{{!}} Blue
{{!}}
| statistics=
{{!}} Appearance
{{!}} 🔴🔴🔴🔴🔴
{{!}}-
{{!}} Dexterity
{{!}} 🔴🔴🔴🔴⚫️
{{!}}-
{{!}} Athletics
{{!}} 🔴🔴🔴🔴⚫️
{{!}}-
{{!}} <em>Confidence</em>
{{!}}-
{{!}} <em>Catlike Balance</em>
{{!}}-
{{!}} <em>Long Distance Runner</em>
{{!}}-
|soundtrack=
[https://www.youtube.com/watch?v=QpFXXPruuqU CHVRCHES - Clearest Blue]<br>
Light...<br>
Is all over us<br>
Like it always was<br>
Like it always was<br>
Shaped...<br>
By the clearest blue<br>
But it's not enough<br>
It's not enough, not enough<br><br>
Tied...<br>
To the shifting ground<br>
Like I always was<br>
Like I always was<br>
You...<br>
Were the perfect storm<br>
But it's not enough<br>
It's not enough, not enough, not enough<br><br>
Tell me, tell me you'll meet me<br>
Tell me, tell me you'll keep me<br>
Tell me, tell me you'll meet me<br>
Will you meet me more than halfway up?<br><br>
Shaped...<br>
By...<br>
Clearest blue
<br>
<hr>
}}
}}
      </div>
      <div class="heroImage w-100">[[File:Corey5.jpg]]</div>


[[File:Corey bottom banner.png|center]]
      <div class="section color-bg-dark color-shade-light" id="gallery-section">
        <h2 class="label text-center"> Gallery </h2>


[[Category:Characters]]  
        <div class="gallery-container">[[File:Corey6.jpg]][[File:Corey7.jpg]][[File:Corey8.jpg]][[File:Corey9.jpg]]</div>
[[Category:Shifter]]
      </div>
    </div>
[[Category:Characters]][[Category:Active]][[Category:NPC]][[Category:Werewolf]]

Revision as of 16:15, 9 December 2023


Full Name: Corey Fischer
Position: Fostern
Demeanor: Competitor

Sphere: Garou Nation
Tribe The Children of Gaia
Pack: [Concrete Flowers]
Auspice Philodox

Height: 5'10"
Weight: Athletic
Hair: Blonde
Apparent Age: Early Twenties



Biography


Corey's Story is going to go here, some day!

It might even have two paragraphs!

Or THREE!

To Hell itself, and back again. A light to cut through the darkness.

Packmates


Kaia "Hawk-Chaser" / Cliath / Galliard ~~ "My first friend. I won't let you down."
Granuaile "Friend-to-Most" / Cliath / Theurge ~~ "In a world so cruel, be kind. I will protect you." Kelli "Deed-Name" / Cliath / Theurge ~~ "We've got so much to teach each other. I'll always listen to you." Felicity "Deed-Name" / Fostern / Ragabash ~~ "You keep me in check. I'll always return the favor." Raul "Nose-Above-Water" / Cliath / Theurge ~~ "You can keep your secrets, but I'll never keep secrets from you."