Olivia: Difference between revisions

From LiberationMUSH Wiki
No edit summary
No edit summary
 
(120 intermediate revisions by 8 users not shown)
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=Olivia
        width: 100%;
| titlefg=white
      }
| titlebg=gray
| fullname=Olivia Eve Carmichael
| profileimage=[[File:Olive1.jpg]]
| quote=[[File:Olive8.jpg]]
| biography=


| rphooks=
      .contacts-table a {
<!-- | contacts= * Placeholder -->
        color: #f4f1ef !important;
| gallery=
      }
<h2>Portraits</h2>
 
[[File:Olive7.jpg]]
      .color-bg-light {
[[File:Olive10.jpg]]
        background-color: #cffbfe;
[[File:Olive4.jpg]]
      }
 
      .color-accent-light {
        color: #958d89;
      }
 
      .color-shade-dark {
        color: #1d1b1f;
      }
 
      .color-bg-dark {
        background-color: #b22a64;
      }
 
      .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: #f0edba;
        border-style: solid;
      }
 
      .container {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        width: calc(100% - 2rem);
        border-width: 1rem;
        border-color: #f0edba;
        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: #f0edba;
        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;
      }
 
    .mw-body-content a > img {
      max-width: auto;
    }
 
      .gallery-container img {
        max-width: 260px; !important;
        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:Olive26.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:Olive_Profile.png]]</div>
          <table>
            <tr>
              <td>Full Name:</td>
              <td>Olivia Eve Carmichael</td>
            </tr>
            <tr>
              <td>Position:</td>
              <td>Nepo Baby Socialite</td>
            </tr>
            <tr>
              <td>Demeanor:</td>
              <td>Child</td>
            </tr>
          </table>
          <hr class="color-accent-light" />
          <table>
            <tr>
              <td>Sphere:</td>
              <td>Vampire</td>
            </tr>
            <tr>
              <td>Faction:</td>
              <td>Camarilla</td>
            </tr>
            <tr>
              <td>Clan:</td>
              <td>Ventrue</td>
            </tr>
            <tr>
              <td>Classification:</td>
              <td>Ghoul</td>
            </tr>
          </table>
          <hr class="color-accent-light" />
          <table>
            <tr>
              <td>Height:</td>
              <td>5'0"</td>
            </tr>
            <tr>
              <td>Weight:</td>
              <td>Petite</td>
            </tr>
            <tr>
              <td>Hair:</td>
              <td>Blonde</td>
            </tr>
            <tr>
              <td>Apparent Age:</td>
              <td>Late Teens</td>
            </tr>
          </table>
          <hr class="color-accent-light" />
          <div class="w-100 info-portrait"></br></br>[[File:Olive_Ventrue.png]]</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>Olivia Eve Carmichael is the only daughter of one of the world's wealthiest men.  Dominick Carmichael was already on his meteoric rise to business fame and success when she was born, which meant that there has never been a day where Olivia has wanted for anything material. If Little Olivia could name it, she could have it, though what is ultimately most precious to young ones is entirely immaterial. Love and time and affection.  These were not commodities her mother nor father could supply her with. That didn't stop Dominick from trying, however.  He would hire eau pair after au pair for his daughter, but few lasted more than a few weeks. Why?</p>
 
<P>Because little Olivia Carmichael is a bit of a monster.</p>
 
            <p>[[File:Olive14.png]]</p>
          </div>
        </div>
      </div>
 
      <div class="heroImage w-100">[[File:Olive15.gif]]</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>Camarilla</td>
            <td>A high society filled with blood-suckers.</td>
          </tr>
          <tr>
            <td>Ghoul</td>
            <td>What's life without a bit of pathos, anyway?</td>
          </tr>
          <tr>
            <td>Party Animal</td>
            <td>I love cheap thrills.</td>
          </tr>
          <tr>
            <td>Filthy Rich</td>
            <td>With all the sociopathy and personality disorders (borderline) that come with it.</td>
          </tr>
          <tr>
            <td>HOLLYWOOD</td>
            <td>Like many young women in Los Angeles, Olivia has aspirations of being on the silver screen.</td>
          </tr>
          <tr>
            <td>Huge Pharma</td>
            <td>Oswin-Carmichael is one of the largest pharmaceutical conglomerates in the entire world.  Her father is the CEO, and Olivia is the chief beneficiary on his will.</td>
          </tr>
        </table>
      </div>
 
      <div class="heroImage w-100">[[File:Olive24.jpg]]</div>
 
      <div class="section color-bg-dark color-shade-light">
        <h2 class="label text-center">😍 Besties 😍</h2>
 
        <table class="contacts-table">
          <tr>
<br>
<br>
            <td>[[Lunette|Lunette Faucher]]</td>
            <td>I think I, like, like-like you.</td>
          </tr>
          <tr>
            <td>[[Sloane|Sloane Davenport]]</td>
            <td>...</td>
          </tr>
          <tr>
            <td>[[Cheree|Primogen Crowley]]</td>
            <td>I'm not sure what to make of you. Maybe that's for the best.</td>
          </tr>
          <tr>
            <td>[[Rach|Rach Buck]]</td>
            <td>Goblin mode.</td>
          </tr>
          <tr>
            <td>[[Edith|Edith Lee-Prescott]]</td>
            <td>I bet you have really pretty handwriting.</td>
          </tr>
          <tr>
            <td>[[Alexis|Alexis Grace]]</td>
            <td>As far as vampiric babysitters go, I suppose I could do worse.</td>
          </tr>
          <tr>
            <td>[[Zebastian|Zaint Zebastian Oygard]]</td>
            <td>Don't you know it doesn't snow in Los Angeles?</td>
          </tr>
          <tr>
            <td>[[Etienne|Regent Etienne Aurelian]]</td>
            <td>Ce que fille veut, Dieu le veut.</td>
          </tr>
          <tr>
            <td>[[Lucretia|Lucretia van Cortlandt]]</td>
            <td>You're, like, absolutely /sure/ those are real?</td>
          </tr>
          <tr>
            <td>[[Wayne|Wayne Spencer]]</td>
            <td>You remind me of Daddy.</td>
          </tr>
        </table>
      </div>
      <div class="section color-bg-dark color-shade-light">
        <h2 class="label text-center">💋 Haterssssss 💋</h2>
        <table class="contacts-table">
          <tr>
<br>
<br>
[[File:Olive3.jpg]]
            <td>[[Jean-Jacques|Jean-Jacques Thibodeaux]]</td>
[[File:Olive9.jpg]]
            <td>ok boomer...</td>
[[File:Olive2.jpg]]
          </tr>
| profile=
          <tr>
{{!}}
            <td>[[Ingrid|Ingrid Rass]]</td>
{{!}}-
            <td>stay obsessed lol</td>
{{!}} Nature
          </tr>
{{!}} Manipulator
          <tr>
{{!}}-
            <td>[[Spade|Spade]]</td>
{{!}} Demeanor
            <td>It should've been you who died.</td>
{{!}} Child
          </tr>
{{!}}-
          <tr>
{{!}} Position
            <td>[[Shawna|Shawna Weber]]</td>
{{!}} Reverse Cowgi--wait is that not what this is for?
            <td>...</td>
{{!}}-
          </tr>
{{!}} Age
        </table>
{{!}} 21
{{!}}-
{{!}} Height
{{!}} 5'1"
{{!}}-
{{!}} Weight
{{!}} Petite
{{!}}-
{{!}} Eyes
{{!}} Blue
| statistics=
{{!}} Appearance
{{!}} 🔴🔴🔴🔴⚫️
{{!}}-
{{!}} Manipulation
{{!}} 🔴🔴🔴⚫️⚫️
{{!}}-
{{!}} Finance
{{!}} 🔴🔴🔴⚫️⚫️
{{!}}-
{{!}} Patron
{{!}} 🔴🔴🔴⚫️⚫️
{{!}}-
{{!}} Resources
{{!}} 🔴🔴🔴🔴🔴⚫️⚫️⚫️
{{!}}-
{{!}} Wealthy
{{!}} 🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴
{{!}}-
{{!}} <em>Perfect Liar</em>
{{!}}-
{{!}} <em>Sex Appeal</em>
{{!}}-
{{!}} <em>Enchanting Feature</em>
{{!}}-
{{!}} <em>Harmless</em>
|soundtrack=
[https://youtu.be/rSS1uPC6dnA Grimes - California]<br>
This, this music makes me cry<br>
It sounds just like my soul, oh<br>
Oh I'm not ready to win<br>
Oh Lord<br>  
Cause I don't wanna know what they say<br><br>
Cause I get carried away<br>
Commodifying all the pain<br><br>
Bad things they see in me, I cannot see myself<br>
When you get bored of me, I'll be back on the shelf<br>
And when the ocean rises up above the ground<br>
Baby I'll drown in...<br><br>
California<br><br>
You only like me when you think I'm looking sad<br><br>
California<br><br>
I didn't think you'd end up treating me so bad
<br>
<br>
<hr>
      </div>
 
      <div class="heroImage w-100" >[[File:Olive18.png]]</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">[[File:Olive20.png]]</div>


      <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:Olive7.jpg]][[File:Olive10.jpg]][[File:Olive4.jpg]][[File:Olive21.jpg]][[File:Olive22.jpg]][[File:Olive16.jpg]][[File:Olive19.jpg]][[File:Olive17.jpg]][[File:Olive1.jpg]][[File:Olive12.jpeg]][[File:Olive11.jpg]][[File:Olive25.png]]</div>
[[Category:Vampires]]
      </div>
    </div>
[[Category:Characters]][[Category:Active]][[Category:PC]][[Category:Vampire]]

Latest revision as of 15:20, 21 April 2025


Full Name: Olivia Eve Carmichael
Position: Nepo Baby Socialite
Demeanor: Child

Sphere: Vampire
Faction: Camarilla
Clan: Ventrue
Classification: Ghoul

Height: 5'0"
Weight: Petite
Hair: Blonde
Apparent Age: Late Teens





Biography


Olivia Eve Carmichael is the only daughter of one of the world's wealthiest men. Dominick Carmichael was already on his meteoric rise to business fame and success when she was born, which meant that there has never been a day where Olivia has wanted for anything material. If Little Olivia could name it, she could have it, though what is ultimately most precious to young ones is entirely immaterial. Love and time and affection. These were not commodities her mother nor father could supply her with. That didn't stop Dominick from trying, however. He would hire eau pair after au pair for his daughter, but few lasted more than a few weeks. Why?

Because little Olivia Carmichael is a bit of a monster.

🪝🙃 Roleplay Hooks 🙃🪝

Camarilla A high society filled with blood-suckers.
Ghoul What's life without a bit of pathos, anyway?
Party Animal I love cheap thrills.
Filthy Rich With all the sociopathy and personality disorders (borderline) that come with it.
HOLLYWOOD Like many young women in Los Angeles, Olivia has aspirations of being on the silver screen.
Huge Pharma Oswin-Carmichael is one of the largest pharmaceutical conglomerates in the entire world. Her father is the CEO, and Olivia is the chief beneficiary on his will.

😍 Besties 😍


Lunette Faucher I think I, like, like-like you.
Sloane Davenport ...
Primogen Crowley I'm not sure what to make of you. Maybe that's for the best.
Rach Buck Goblin mode.
Edith Lee-Prescott I bet you have really pretty handwriting.
Alexis Grace As far as vampiric babysitters go, I suppose I could do worse.
Zaint Zebastian Oygard Don't you know it doesn't snow in Los Angeles?
Regent Etienne Aurelian Ce que fille veut, Dieu le veut.
Lucretia van Cortlandt You're, like, absolutely /sure/ those are real?
Wayne Spencer You remind me of Daddy.

💋 Haterssssss 💋


Jean-Jacques Thibodeaux ok boomer...
Ingrid Rass stay obsessed lol
Spade It should've been you who died.
Shawna Weber ...