Clairine: Difference between revisions

From LiberationMUSH Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
__NOTOC__
__NOTOC__


{{#css:
{{ShannonTemplate
 
| pagename=Clairine Archambeau
.container {
| leftpanel=yes (can be left blank for 'no')
        margin: auto;
| logs=yes
        height: auto;
| color1=#335588
        width: 1000px;
| colorbg1=white
        font-family: Futura, "Trebuchet MS", Arial, sans-serif;
| color2=white
        color: #335588;
| colorbg2=#4499bb
        display: flex;
| photobanner=[[File:clai-mermaid.gif]]
        flex-direction: column;
| portraitimage=[[File:Clairine9.jpg]]
      }
| portraiticon=[[File:Clairine-portrait1.png]]
 
| bannerpic1=[[File:Clairine.gif]]
      .light {
| bannerpic2=[[File:Clairine2b.jpg]]
        background-color: white;
| quote=Quote goes here
        border-color: lightblue;
| biography=<p>Clairine Archambeau was born in Marseille, France on May 30th, 1995. She lived a comfortable childhood until she underwent The Chrysalis at the age of 10 while during the Summer of 2005 while swimming at a local beach on the Mediterranean Sea. Her love and connection with the water lead to a flashback of memories of a land of water and shorelines, a place in the Dreaming where her fae-self had lived for ages before.</p>
      }
             <p>Clairine spent the next several years as a member of the Kingdom of Neustria while juggling her mundane life and academic studies. She took to the swimming team in school while also pursuing singing, which was a new found passion that only developed after her change. She left Marseille to study marine biology at the University of Montpellier and eventually left the Kingdom of Neustria for the United States when received a grant and job offer from the Southern California Marine Institute.</p>
 
             <p>Clairine has since arrived in Los Angeles in early 2021 and has settled in to a new life away from home where she can be found among the cities and sand bars.</p>
      .dark {
| position=Marine Biologist
        background-color: #4499bb;
| apparentage=Mid 20's
        color: white;
| hometown=Marseille, France
      }
| legacy=Troubador / Fatalist
 
| height=5'5"
      .top-section {
| weight=Athletic
        display: flex;
| hair=Blonde
      }
| eyes=<span style="color: #046307">Emerald-Green</span>
 
| seeming=Wilder
      .right-panel {
| kith=Morganed
        width: 70%;
| court=Seelie
        height: auto;
| divider1=yes
      }
| divider2=yes
 
| rphooks=<table class="hooks-table">
      .left-panel {
        width: 30%;
        display: flex;
        flex-direction: column;
        border: 8px;
        border-style: solid;
        border-color: #4499bb;
        border-bottom-style: hidden;
        background-color: #fefeff;
        font-size: 0.9em;
      }
 
      .portrait-image {
        width: 100%;
margin-bottom: 16px;
      }
 
      .portrait-image img {
        width: 100%;
        height: auto;
      }
 
      .info-table {
        margin: auto;
        width: 100%;
        padding: 0 1em;
      }
 
      .info-table-label {
        font-weight: 600;
        width: 45%;
      }
 
      .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;
      }
 
      .header-container {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 2em 0;
      }
 
      .header-title {
        width: 94%;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 25px;
        letter-spacing: 2px;
        word-spacing: 2px;
        font-weight: 700;
        text-decoration: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
      }
 
      .photo-banner {
        width: 100%;
        height: auto;
      }
 
      .photo-banner img {
        width: 100%;
        height: 100%;
      }
 
      .mid-banner {
        margin: 0 0 -1em 0;
      }
 
      .biography-container {
        width: 94%;
        padding: 1em 3%;
      }
 
      .hooks-container, .contacts-container, .gallery-container, .logs-container {
        width: 94%;
        padding: 1em 3%;
        display: flex;
        flex-direction: column;
      }
 
      .hooks-content {
        width: 100%;
        display: flex;
justify-content: space-between;
      }
 
      .hooks-content td img {
        width: 30%;
        height: auto;
      }
 
.hooks-table {
width: 100%;
display: flex;
}
 
.hooks-table a {
color: white;
}
 
.hooks-table a:visited {
color: white;
}
 
.hooks-table a:hover {
color: pink;
}
 
.hooks-table tbody {
width: 100%
}
 
      .hooks-table-label {
        font-weight: 600;
        padding-left: 0.5em;
      }
 
      .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%;
-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-content img:hover {
-webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    cursor: pointer;
}
 
.logs-content {
    display: flex;
    justify-content: center;
}
 
.emerald-green {
color: #046307
}
 
}}
 
<div class="container">
      <div class="top-section">
 
        <div class="left-panel">
          <div class="portrait-image">[[File:Clairine9.jpg]]</div>
 
          <table class="info-table">
            <tr>
              <td class="info-table-label">Full Name:</td>
              <td>Clairine Archambeau</td>
            </tr>
            <tr>
              <td class="info-table-label">Position:</td>
              <td>Marina Biologist</td>
            </tr>
            <tr>
              <td class="info-table-label">Birthdate:</td>
              <td>May 30th, 1995</td>
            </tr>
            <tr>
              <td class="info-table-label">Hometown:</td>
              <td>Marseille, France</td>
            </tr>
           
          </table>
          <hr style="width: 90%" />
          <table class="info-table">
            <tr>
              <td class="info-table-label">Height:</td>
              <td>5'5"</td>
            </tr>
            <tr>
              <td class="info-table-label">Weight:</td>
              <td>Athletic</td>
            </tr>
            <tr>
              <td class="info-table-label">Hair:</td>
              <td>Blonde</td>
            </tr>
            <tr>
              <td class="info-table-label">Eyes:</td>
              <td class="emerald-green">Emerald-Green</td>
            </tr>
          </table>
          <hr style="width: 90%" />
          <table class="info-table">
            <tr>
              <td class="info-table-label">Seeming:</td>
              <td>Wilder</td>
            </tr>
            <tr>
              <td class="info-table-label">Kith:</td>
              <td>Morganed</td>
            </tr>
            <tr>
              <td class="info-table-label">Court:</td>
              <td>Seelie</td>
            </tr>
            <tr>
              <td class="info-table-label">Legacy:</td>
              <td>Troubador / Fatalist</td>
            </tr>
          </table>
<div class="portrait-image">[[File:Clairine-portrait1.png]]</div>
        </div>
 
        <div class="right-panel">
          <div class="header-container">
            <div class="header-title center underline">Clairine Archambeau</div>
          </div>
 
          <div class="photo-banner">[[File:clai-mermaid.gif]]</div>
 
          <div class="biography-container">
            <div class="label center underline">Biography</div>
 
            <p>
              Clairine Archambeau was born in Marseille, France on May 30th, 1995. She lived a comfortable childhood until she underwent The Chrysalis at  
              the age of 10 while during the Summer of 2005 while swimming at a local beach on the Mediterranean Sea. Her love and connection with the  
              water lead to a flashback of memories of a land of water and shorelines, a place in the Dreaming where her fae-self had lived for ages before.
            </p>
             <p>
              Clairine spent the next several years as a member of the Kingdom of Neustria while juggling her mundane life and academic studies. She took  
              to the swimming team in school while also pursuing singing, which was a new found passion that only developed after her change. She left  
              Marseille to study marine biology at the University of Montpellier and eventually left the Kingdom of Neustria for the United States when  
              she received a grant and job offer from the Southern California Marine Institute.
            </p>
             <p>
              Clairine has since arrived in Los Angeles in early 2021 and has settled in to a new life away from home where she can be found among the cities  
              beaches and sand bars.
            </p>
 
          </div>
        </div>
 
      </div>
 
      <div class="hooks-container dark">
        <div class="label center underline">Roleplay Hooks</div>
 
        <div class="hooks-content">
          <table class="hooks-table">
               <tr>
               <tr>
                 <td class="hooks-table-label">Glamour-ous:</td>
                 <td class="hooks-table-label">Glamour-ous:</td>
Line 340: Line 52:
                 <td>She works for the SCMI.</td>
                 <td>She works for the SCMI.</td>
               </tr>
               </tr>
<tr>
              <tr>
                 <td class="hooks-table-label">Boat Captain:</td>
                 <td class="hooks-table-label">Boat Captain:</td>
                 <td>She owns The Sea Sprite, a Sunreef 50 sailing yacht.</td>
                 <td>She owns The Sea Sprite, a Sunreef 50 sailing yacht.</td>
               </tr>
               </tr>
           </table>
           </table>
 
| contacts=<table class="hooks-table">
          <div class="anim-gif">[[File:clai-water.jpg]]</div>
        </div>
       
      </div>
 
      <div class="photo-banner mid-banner">[[File:Clairine.gif]]</div>
 
      <div class="contacts-container dark">
        <div class="label center underline">Contacts</div>
          <table class="hooks-table">
<tr>
<tr>
   <td class="hooks-table-label">[[Dejah]]:</td>
   <td class="hooks-table-label">[[Dejah]]:</td>
Line 380: Line 82:
   <td>My favorite paper rustler. Surf on, my friend!</td>
   <td>My favorite paper rustler. Surf on, my friend!</td>
</tr>
</tr>
           
</table>
          </table>
| gallery=<ul>
      </div>
 
 
 
      <div class="logs-container light">
        <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 class="photo-banner mid-banner">[[File:Clairine2b.jpg]]</div>
 
      <div class="gallery-container light">
        <div class="label center underline">Gallery</div>
 
<div class="gallery-content">
<ul>
<li>[[File:Clairine3.jpg]]</li>
<li>[[File:Clairine3.jpg]]</li>
<li>[[File:Clairine4.jpg]]</li>
<li>[[File:Clairine4.jpg]]</li>
Line 414: Line 92:
<li>[[File:Clai-dress.jpg]]</li>
<li>[[File:Clai-dress.jpg]]</li>
</ul>
</ul>
</div>
}}
 
</div>
 
</div>
 
</div>
</div>
 
     
 
    </div>




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

Latest revision as of 00:52, 19 June 2022




Full Name: Clairine Archambeau
Position: Marine Biologist
Apparent Age: Mid 20's
Hometown: Marseille, France

Height: 5'5"
Weight: Athletic
Hair: Blonde
Eyes: Emerald-Green

Seeming: Wilder
Kith: Morganed
Court: Seelie
Legacy: Troubador / Fatalist

Clairine Archambeau
Biography

Clairine Archambeau was born in Marseille, France on May 30th, 1995. She lived a comfortable childhood until she underwent The Chrysalis at the age of 10 while during the Summer of 2005 while swimming at a local beach on the Mediterranean Sea. Her love and connection with the water lead to a flashback of memories of a land of water and shorelines, a place in the Dreaming where her fae-self had lived for ages before.

Clairine spent the next several years as a member of the Kingdom of Neustria while juggling her mundane life and academic studies. She took to the swimming team in school while also pursuing singing, which was a new found passion that only developed after her change. She left Marseille to study marine biology at the University of Montpellier and eventually left the Kingdom of Neustria for the United States when received a grant and job offer from the Southern California Marine Institute.

Clairine has since arrived in Los Angeles in early 2021 and has settled in to a new life away from home where she can be found among the cities and sand bars.


Roleplay Hooks
Glamour-ous: She is a changeling that plays well with others.
French Native: She was born and raised in Marseille, France.
Beach Life: She is a regular along the city's many breaches.
Siren's Call: Where is that wonderful singing coming from?
Marine Biology: She works for the SCMI.
Boat Captain: She owns The Sea Sprite, a Sunreef 50 sailing yacht.
Contacts
Dejah: What fates you are blessed to see! I hope they are good ones.
Hawthorne: You rule your domain fair and just.
Luca: My fiery friend. You are as jovial as you are brave.
Maricela: You are the most intriguing kind of trouble.
Rick: My favorite paper rustler. Surf on, my friend!
Gallery