Clairine: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
margin: auto; | margin: auto; | ||
height: auto; | height: auto; | ||
width: | width: 1000px; | ||
font-family: Futura, "Trebuchet MS", Arial, sans-serif; | font-family: Futura, "Trebuchet MS", Arial, sans-serif; | ||
color: # | color: #335588; | ||
display: flex; | |||
flex-direction: column; | |||
} | } | ||
. | .light { | ||
background-color: white; | |||
border-color: lightblue; | |||
} | } | ||
. | .dark { | ||
background-color: #4499bb; | |||
} | color: white; | ||
} | |||
.top-section { | |||
. | |||
display: flex; | display: flex; | ||
} | } | ||
. | .right-panel { | ||
width: 70%; | |||
width: | height: auto; | ||
} | } | ||
. | .left-panel { | ||
width: | width: 30%; | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: center; | |||
border: 8px; | |||
border-style: solid; | |||
border-color: #4499bb; | |||
border-bottom-style: hidden; | |||
background-color: #fefeff; | |||
font-size: 0.9em; | |||
} | |||
.portrait-image { | |||
width: 100%; | |||
} | } | ||
. | .portrait-image img { | ||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
} | } | ||
. | .info-table { | ||
padding: 0 | margin: auto; | ||
width: 100%; | |||
padding: 0 1em; | |||
} | } | ||
. | .info-table-label { | ||
width: | 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: | width: 100%; | ||
display: flex; | 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%; | |||
width: | padding: 1em 3%; | ||
font-size: 0.9em; | |||
display: flex; | |||
flex-direction: column; | |||
} | } | ||
. | .hooks-content { | ||
width: 100%; | width: 100%; | ||
display: flex; | |||
} | } | ||
. | .hooks-content td img { | ||
width: | width: 30%; | ||
height: auto; | |||
} | } | ||
. | .hooks-table { | ||
width: 70%; | |||
} | } | ||
. | .hooks-table-label { | ||
width: | width: 25%; | ||
font-weight: 600; | |||
padding-left: 0.5em; | |||
} | } | ||
. | .anim-gif { | ||
width: 30%; | |||
display: flex; | display: flex; | ||
flex-direction: column; | |||
justify-content: center; | justify-content: center; | ||
} | } | ||
. | .anim-gif img { | ||
width: 100%; | |||
height: auto; | |||
} | |||
} | |||
.gallery-content ul { | .gallery-content ul { | ||
Line 196: | Line 171: | ||
height: 240px; | height: 240px; | ||
max-width: 100%; | max-width: 100%; | ||
} | |||
.logs-content { | |||
display: flex; | |||
justify-content: center; | |||
} | } | ||
Line 201: | Line 181: | ||
<div class="container"> | <div class="container"> | ||
<div class=" | <div class="top-section"> | ||
<div class="left-panel"> | |||
<div class="portrait-image">[[File:clai-dress.jpg]]</div> | |||
<table class="info-table"> | |||
<tr> | |||
<table class=" | <td class="info-table-label">Full Name:</td> | ||
<td>Clairine Archambeau</td> | |||
</tr> | |||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Position:</td> | ||
<td | <td>Marina Biologist</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Birthdate:</td> | ||
<td | <td>May 30th, 1995</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Hometown:</td> | ||
<td | <td>Marseille, France</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<hr style="width: 90%" /> | |||
< | <table class="info-table"> | ||
<tr> | |||
<td class="info-table-label">Height:</td> | |||
<td>5'5"</td> | |||
</tr> | |||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Weight:</td> | ||
<td | <td>Athletic</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Hair:</td> | ||
<td | <td>Blonde</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Eyes:</td> | ||
<td | <td>Emerald-Green</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<hr style="width: 90%" /> | |||
< | <table class="info-table"> | ||
<table class=" | |||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Seeming:</td> | ||
<td | <td>Wilder</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Kith:</td> | ||
<td | <td>Morganed</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Court:</td> | ||
<td | <td>Seelie</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="info-table-label">Legacy:</td> | ||
<td | <td>Troubador / Fatalist</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> | ||
<div class="right"> | <div class="right-panel"> | ||
<div class=" | <div class="header-container"> | ||
<div class=" | <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> | <p> | ||
Clairine Archambeau was born in Marseille, France on May 30th, 1995 | 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> | ||
<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> | ||
<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. | |||
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 | |||
</p> | </p> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class=" | <div class="hooks-container dark"> | ||
<div class="label center underline">Roleplay Hooks</div> | |||
<div class="hooks-content"> | |||
<table class="hooks-table"> | |||
<tr> | |||
<td class="hooks-table-label">Glamour-ous:</td> | |||
<td>She is a changeling that plays well with others.</td> | |||
</tr> | |||
<tr> | |||
<td class="hooks-table-label">French Native:</td> | |||
<td>She was born and raised in Marseille, France.</td> | |||
</tr> | |||
<tr> | |||
<td class="hooks-table-label">Beach Life:</td> | |||
<td>She fits in like a local while also standing out among the crowd.</td> | |||
</tr> | |||
<tr> | |||
<td class="hooks-table-label">Strong Emotions:</td> | |||
<td>Like the tides of the ocean, her moods ebb and flow.</td> | |||
</tr> | |||
<tr> | |||
<td class="hooks-table-label">Siren's Call:</td> | |||
<td>Where is that wonderful singing coming from? Let's find out!</td> | |||
</tr> | |||
<tr> | |||
<td class="hooks-table-label">Marine Biology:</td> | |||
<td>She works for the Southern California Marine Institute.</td> | |||
</tr> | |||
</table> | |||
<div class="anim-gif">[[File:clai-water.jpg]]</div> | |||
</div> | |||
</div> | </div> | ||
<div class=" | <div class="photo-banner mid-banner">[[File:Clairine.gif]]</div> | ||
<div class="contacts-container dark"> | |||
<div class="label center underline">Contacts</div> | |||
< | |||
<div class="hooks-content"> | |||
<table class="hooks-table"> | |||
<tr> | <tr> | ||
<td class=" | <td class="hooks-table-label">Dejah</td> | ||
<td>What fates you are blessed to see! I hope they are good ones.</td> | <td>What fates you are blessed to see! I hope they are good ones.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="hooks-table-label">Maricela:</td> | ||
<td>You are the most intriguing kind of trouble.</td> | <td>You are the most intriguing kind of trouble.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="hooks-table-label">Rick:</td> | ||
<td>My favorite paper rustler. Surf on, my friend!</td> | <td>My favorite paper rustler. Surf on, my friend!</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td class=" | <td class="hooks-table-label">Victoria:</td> | ||
<td>You rule your domain with grace and poise.</td> | <td>You rule your domain with grace and poise.</td> | ||
</tr> | </tr> | ||
</ | </table> | ||
</div> | |||
</div> | </div> | ||
<div class="logs-container"> | <div class="logs-container light"> | ||
<div class="label">Logs</div> | <div class="label center underline">Logs</div> | ||
<div class="logs-content"> | <div class="logs-content"> | ||
{{#dpl: | {{#dpl: | ||
Line 400: | Line 350: | ||
|noresultsheader=<i>No logs have been posted yet.</i> | |noresultsheader=<i>No logs have been posted yet.</i> | ||
}} | }} | ||
</div> | |||
</div> | </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:Clairine4.jpg]]</li> | |||
<li>[[File:Clairine7.jpg]]</li> | |||
<li>[[File:Clairine8.jpg]]</li> | |||
<li>[[File:Clairine2.jpg]]</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | </div> |
Revision as of 15:01, 8 October 2021
Full Name: | Clairine Archambeau |
Position: | Marina Biologist |
Birthdate: | May 30th, 1995 |
Hometown: | Marseille, France |
Height: | 5'5" |
Weight: | Athletic |
Hair: | Blonde |
Eyes: | Emerald-Green |
Seeming: | Wilder |
Kith: | Morganed |
Court: | Seelie |
Legacy: | Troubador / Fatalist |
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 she 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 beaches and sand bars.
Glamour-ous: | She is a changeling that plays well with others. |
French Native: | She was born and raised in Marseille, France. |
Beach Life: | She fits in like a local while also standing out among the crowd. |
Strong Emotions: | Like the tides of the ocean, her moods ebb and flow. |
Siren's Call: | Where is that wonderful singing coming from? Let's find out! |
Marine Biology: | She works for the Southern California Marine Institute. |
Dejah | What fates you are blessed to see! I hope they are good ones. |
Maricela: | You are the most intriguing kind of trouble. |
Rick: | My favorite paper rustler. Surf on, my friend! |
Victoria: | You rule your domain with grace and poise. |